.sidebar[data-v-ed705c20] {
  width: 178px;
  flex-shrink: 0;
}
.sidebar .logo[data-v-ed705c20] {
    margin-bottom: 35px;
    padding: 18px 14px;
}
.sidebar-menu > a[data-v-ed705c20] {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 13px 14px;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #26292B;
    text-decoration: unset;
    text-transform: capitalize;
}
.sidebar-menu > a img[data-v-ed705c20] {
      margin-right: 7px;
}
.sidebar-menu > a[data-v-ed705c20]:hover {
      background-color: #DCF1FD;
      cursor: pointer;
}
.sidebar-menu > a.router-link-active[data-v-ed705c20] {
      background-color: #DCF1FD;
      position: relative;
      color: #244C8A;
      font-size: 13px;
      font-weight: 600;
      line-height: 19px;
}
.sidebar-menu > a.router-link-active[data-v-ed705c20]:after {
        content: '';
        position: absolute;
        width: 3px;
        height: 100%;
        right: 0;
        top: 0;
        background: #00A8EB;
        border-radius: 2px 0 0 2px;
}

/*
	HTML5 Reset :: style.css
	----------------------------------------------------------
	We have learned much from/been inspired by/taken code where offered from:

	Eric Meyer					:: https://meyerweb.com
	HTML5 Doctor				:: https://html5doctor.com
	and the HTML5 Boilerplate	:: https://html5boilerplate.com

-------------------------------------------------------------------------------*/
/* Let's default this puppy out
-------------------------------------------------------------------------------*/
html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, menu, nav, section, time, mark, audio, video, details, summary {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent;
}
article, aside, figure, footer, header, nav, section, details, summary {
  display: block;
}

/* Handle box-sizing while better addressing child elements:
   https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}

/* consider resetting the default cursor: https://gist.github.com/murtaugh/5247154 */
/* Responsive images and other embedded objects
*/
img,
object,
embed {
  max-width: 100%;
}

/*
   Note: keeping IMG here will cause problems if you're using foreground images as sprites.
	 In fact, it *will* cause problems with Google Maps' controls at small size.
	If this is the case for you, try uncommenting the following:

#map img {
		max-width: none;
}
*/
/* force a vertical scrollbar to prevent a jumpy page */
html {
  overflow-y: scroll;
}

/* we use a lot of ULs that aren't bulleted.
	don't forget to restore the bullets within content. */
ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
del {
  text-decoration: line-through;
}
abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}

/* tables still need cellspacing="0" in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
th {
  font-weight: bold;
  vertical-align: bottom;
}
td {
  font-weight: normal;
  vertical-align: top;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
input, select {
  vertical-align: middle;
}
pre {
  white-space: pre;
  /* CSS2 */
  white-space: pre-wrap;
  /* CSS 2.1 */
  white-space: pre-line;
  /* CSS 3 (and 2.1 as well, actually) */
  word-wrap: break-word;
  /* IE */
}
input[type="radio"] {
  vertical-align: text-bottom;
}
input[type="checkbox"] {
  vertical-align: bottom;
}
.ie7 input[type="checkbox"] {
  vertical-align: baseline;
}
.ie6 input {
  vertical-align: text-bottom;
}
select, input, textarea {
  font: 99% sans-serif;
}
table {
  font-size: inherit;
  font: 100%;
}
small {
  font-size: 85%;
}
strong {
  font-weight: bold;
}
td, td img {
  vertical-align: top;
}

/* Make sure sup and sub don't mess with your line-heights https://gist.github.com/413930 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}

/* standardize any monospaced elements */
pre, code, kbd, samp {
  font-family: monospace, sans-serif;
}

/* hand cursor on clickable elements */
.clickable,
label,
input[type=button],
input[type=submit],
input[type=file],
button {
  cursor: pointer;
}

/* Webkit browsers add a 2px margin outside the chrome of form elements */
button, input, select, textarea {
  margin: 0;
}

/* make buttons play nice in IE */
button,
input[type=button] {
  width: auto;
  overflow: visible;
}

/* scale images in IE7 more attractively */
.ie7 img {
  -ms-interpolation-mode: bicubic;
}

/* prevent BG image flicker upon hover
   (commented out as usage is rare, and the filter syntax messes with some pre-processors)
.ie6 html {filter: expression(document.execCommand("BackgroundImageCache", false, true));}
*/
/* let's clear some floats */
.clearfix:before, .clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  zoom: 1;
}
.employees {
  padding: 0 25px;
  width: 100%;
}
.employees__quantity {
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 17px;
    color: #56BD81;
}
.employees__content {
    padding: 17px 0;
    min-height: 350px;
}
.employees__content .section-head {
      margin-bottom: 10px;
}
.employees__content .section-head button {
        padding: 8.5px 25px;
}
.employees__content .section-head .add-employee {
        font-size: 14px;
}
.employees__content .employees__button {
      font-size: 14px;
}
.employees__content .save-button-disabled {
      cursor: not-allowed;
}
.employees__bottom {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
    margin-right: 30px;
}
.employees__bottom a.btn-submit.btn-style-green {
      margin-right: 40px;
}
.employees__bottom a.btn-submit.btn-style-green.btn-addon {
      background: #09a689;
      color: white;
      text-decoration: none;
      margin-left: 10px;
}
.employees__bottom .button__flex {
      display: flex;
}
.employees__bottom .button-flex__img {
      height: 15px;
}
.employees .employee__active {
    background: #56BD81;
}
.employees .employees__button.text-danger {
    color: #D45853;
}
.employees .employee__deactivated {
    background: #D45853;
}
.CSV-upload .vm--modal {
  border-radius: 20px;
  padding: 45px 70px 25px;
  height: -webkit-fit-content !important;
  height: -moz-fit-content !important;
  height: fit-content !important;
  overflow: visible;
}
.CSV-upload .vm--modal .btn-modal-close {
    cursor: pointer;
    position: absolute;
    top: 30px;
    right: 30px;
}
.CSV-upload .dz-progress {
  display: none;
}
.dropzone-upload-csv {
  overflow: hidden;
  height: 101%;
}
.dropzone-upload-csv__text {
    padding: 40px 0;
    text-align: center;
}
.dropzone-upload-csv__text .csv-title {
      font-weight: 600;
      font-size: 20px;
      line-height: 30px;
      color: #26292B;
      margin-bottom: 10px;
}
.dropzone-upload-csv__text .csv-subtitle {
      font-size: 12px;
      line-height: 18px;
}
.dropzone-upload-csv .vue-dropzone-wrapper {
    position: relative;
}
.dropzone-upload-csv .vue-dropzone-wrapper button {
      position: absolute;
}
.dropzone-upload-csv .vue-dropzone-wrapper button.btn-plain-text {
        width: 60px;
        left: calc(50% - 30px);
        bottom: 28px;
        text-decoration: underline;
}
.dropzone-upload-csv .vue-dropzone-wrapper button.btn-submit {
        bottom: 14px;
        left: calc(50% - 64px);
        margin: 0;
        min-width: 128px;
        background-color: #56BD81;
}
.dropzone-upload-csv .vue-dropzone {
    padding-bottom: 50px;
}
.dropzone-upload-csv .vue-dropzone .dz-preview {
      display: none;
}
.dropzone-upload-csv .vue-dropzone .dz-message {
      margin: 0;
      display: block;
}
.dropzone-upload-csv .vue-dropzone .dz-message .section-subtitle {
        word-break: break-word;
}
.dropzone-upload-csv .vue-dropzone .radial-progress-container {
      margin: auto;
      margin-bottom: 10px;
}
.dropzone-upload-csv .vue-dropzone .radial-progress-container .radial-progress-inner .stroke {
        font-weight: bold;
        font-size: 16px;
        line-height: 19px;
        text-align: center;
        color: #56BD81;
}
.dropzone-upload-csv .vue-dropzone .radial-progress-container .radial-progress-inner .total {
        font-family: Poppins, serif;
        color: #9091A5;
        font-size: 10px;
        line-height: 15px;
}
.choose-upload-type {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 620px;
  margin: 50px 0;
}
.choose-upload-type__item {
    padding: 30px 35px;
    border: 1px dashed #001C53;
    box-sizing: border-box;
    border-radius: 20px;
    text-align: center;
    width: 45%;
    min-width: 200px;
    cursor: pointer;
    text-decoration: none;
}
.dropzone {
  border: 1px dashed #B7C3D3;
  border-radius: 20px;
}
.dropzone .subtitle > span {
    color: #00A8EB;
    text-decoration: underline;
}
.dropzone:hover {
    transition: 0.3s;
    background-color: white;
}
.dropzone:hover .dropzone-custom-content .subtitle {
      color: #001C53;
}
.dropzone:hover .dropzone-custom-content svg path {
      transition: 0.3s;
      stroke: #001C53;
}
.dropzone.dz-started {
    border: 1px dashed #56BD81;
}

/*!
 * Bootstrap Grid v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
  width: device-width;
}
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}
*, ::after, ::before {
  box-sizing: inherit;
}
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
.container {
    max-width: 540px;
}
}
@media (min-width: 768px) {
.container {
    max-width: 720px;
}
}
@media (min-width: 992px) {
.container {
    max-width: 960px;
}
}
@media (min-width: 1200px) {
.container {
    max-width: 1140px;
}
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col, .no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}
.col-1 {
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}
.col-2 {
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.col-5 {
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}
.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}
.col-8 {
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}
.col-11 {
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}
.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
.order-first {
  order: -1;
}
.order-last {
  order: 13;
}
.order-0 {
  order: 0;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.order-3 {
  order: 3;
}
.order-4 {
  order: 4;
}
.order-5 {
  order: 5;
}
.order-6 {
  order: 6;
}
.order-7 {
  order: 7;
}
.order-8 {
  order: 8;
}
.order-9 {
  order: 9;
}
.order-10 {
  order: 10;
}
.order-11 {
  order: 11;
}
.order-12 {
  order: 12;
}
.offset-1 {
  margin-left: 8.333333%;
}
.offset-2 {
  margin-left: 16.666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.333333%;
}
.offset-5 {
  margin-left: 41.666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.333333%;
}
.offset-8 {
  margin-left: 66.666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.333333%;
}
.offset-11 {
  margin-left: 91.666667%;
}
@media (min-width: 576px) {
.col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}
.col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}
.col-sm-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}
.col-sm-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}
.col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
}
.col-sm-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.col-sm-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}
.col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
}
.col-sm-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}
.col-sm-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}
.col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
}
.col-sm-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}
.col-sm-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}
.col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
}
.order-sm-first {
    order: -1;
}
.order-sm-last {
    order: 13;
}
.order-sm-0 {
    order: 0;
}
.order-sm-1 {
    order: 1;
}
.order-sm-2 {
    order: 2;
}
.order-sm-3 {
    order: 3;
}
.order-sm-4 {
    order: 4;
}
.order-sm-5 {
    order: 5;
}
.order-sm-6 {
    order: 6;
}
.order-sm-7 {
    order: 7;
}
.order-sm-8 {
    order: 8;
}
.order-sm-9 {
    order: 9;
}
.order-sm-10 {
    order: 10;
}
.order-sm-11 {
    order: 11;
}
.order-sm-12 {
    order: 12;
}
.offset-sm-0 {
    margin-left: 0;
}
.offset-sm-1 {
    margin-left: 8.333333%;
}
.offset-sm-2 {
    margin-left: 16.666667%;
}
.offset-sm-3 {
    margin-left: 25%;
}
.offset-sm-4 {
    margin-left: 33.333333%;
}
.offset-sm-5 {
    margin-left: 41.666667%;
}
.offset-sm-6 {
    margin-left: 50%;
}
.offset-sm-7 {
    margin-left: 58.333333%;
}
.offset-sm-8 {
    margin-left: 66.666667%;
}
.offset-sm-9 {
    margin-left: 75%;
}
.offset-sm-10 {
    margin-left: 83.333333%;
}
.offset-sm-11 {
    margin-left: 91.666667%;
}
}
@media (min-width: 768px) {
.col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}
.col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}
.col-md-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}
.col-md-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}
.col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
}
.col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.col-md-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}
.col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
}
.col-md-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}
.col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}
.col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
}
.col-md-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}
.col-md-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}
.col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
}
.order-md-first {
    order: -1;
}
.order-md-last {
    order: 13;
}
.order-md-0 {
    order: 0;
}
.order-md-1 {
    order: 1;
}
.order-md-2 {
    order: 2;
}
.order-md-3 {
    order: 3;
}
.order-md-4 {
    order: 4;
}
.order-md-5 {
    order: 5;
}
.order-md-6 {
    order: 6;
}
.order-md-7 {
    order: 7;
}
.order-md-8 {
    order: 8;
}
.order-md-9 {
    order: 9;
}
.order-md-10 {
    order: 10;
}
.order-md-11 {
    order: 11;
}
.order-md-12 {
    order: 12;
}
.offset-md-0 {
    margin-left: 0;
}
.offset-md-1 {
    margin-left: 8.333333%;
}
.offset-md-2 {
    margin-left: 16.666667%;
}
.offset-md-3 {
    margin-left: 25%;
}
.offset-md-4 {
    margin-left: 33.333333%;
}
.offset-md-5 {
    margin-left: 41.666667%;
}
.offset-md-6 {
    margin-left: 50%;
}
.offset-md-7 {
    margin-left: 58.333333%;
}
.offset-md-8 {
    margin-left: 66.666667%;
}
.offset-md-9 {
    margin-left: 75%;
}
.offset-md-10 {
    margin-left: 83.333333%;
}
.offset-md-11 {
    margin-left: 91.666667%;
}
}
@media (min-width: 992px) {
.col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}
.col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}
.col-lg-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}
.col-lg-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}
.col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
}
.col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.col-lg-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}
.col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
}
.col-lg-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}
.col-lg-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}
.col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
}
.col-lg-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}
.col-lg-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}
.col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
}
.order-lg-first {
    order: -1;
}
.order-lg-last {
    order: 13;
}
.order-lg-0 {
    order: 0;
}
.order-lg-1 {
    order: 1;
}
.order-lg-2 {
    order: 2;
}
.order-lg-3 {
    order: 3;
}
.order-lg-4 {
    order: 4;
}
.order-lg-5 {
    order: 5;
}
.order-lg-6 {
    order: 6;
}
.order-lg-7 {
    order: 7;
}
.order-lg-8 {
    order: 8;
}
.order-lg-9 {
    order: 9;
}
.order-lg-10 {
    order: 10;
}
.order-lg-11 {
    order: 11;
}
.order-lg-12 {
    order: 12;
}
.offset-lg-0 {
    margin-left: 0;
}
.offset-lg-1 {
    margin-left: 8.333333%;
}
.offset-lg-2 {
    margin-left: 16.666667%;
}
.offset-lg-3 {
    margin-left: 25%;
}
.offset-lg-4 {
    margin-left: 33.333333%;
}
.offset-lg-5 {
    margin-left: 41.666667%;
}
.offset-lg-6 {
    margin-left: 50%;
}
.offset-lg-7 {
    margin-left: 58.333333%;
}
.offset-lg-8 {
    margin-left: 66.666667%;
}
.offset-lg-9 {
    margin-left: 75%;
}
.offset-lg-10 {
    margin-left: 83.333333%;
}
.offset-lg-11 {
    margin-left: 91.666667%;
}
}
@media (min-width: 1200px) {
.col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}
.col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}
.col-xl-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}
.col-xl-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}
.col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
}
.col-xl-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.col-xl-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}
.col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
}
.col-xl-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}
.col-xl-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}
.col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
}
.col-xl-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}
.col-xl-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}
.col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
}
.order-xl-first {
    order: -1;
}
.order-xl-last {
    order: 13;
}
.order-xl-0 {
    order: 0;
}
.order-xl-1 {
    order: 1;
}
.order-xl-2 {
    order: 2;
}
.order-xl-3 {
    order: 3;
}
.order-xl-4 {
    order: 4;
}
.order-xl-5 {
    order: 5;
}
.order-xl-6 {
    order: 6;
}
.order-xl-7 {
    order: 7;
}
.order-xl-8 {
    order: 8;
}
.order-xl-9 {
    order: 9;
}
.order-xl-10 {
    order: 10;
}
.order-xl-11 {
    order: 11;
}
.order-xl-12 {
    order: 12;
}
.offset-xl-0 {
    margin-left: 0;
}
.offset-xl-1 {
    margin-left: 8.333333%;
}
.offset-xl-2 {
    margin-left: 16.666667%;
}
.offset-xl-3 {
    margin-left: 25%;
}
.offset-xl-4 {
    margin-left: 33.333333%;
}
.offset-xl-5 {
    margin-left: 41.666667%;
}
.offset-xl-6 {
    margin-left: 50%;
}
.offset-xl-7 {
    margin-left: 58.333333%;
}
.offset-xl-8 {
    margin-left: 66.666667%;
}
.offset-xl-9 {
    margin-left: 75%;
}
.offset-xl-10 {
    margin-left: 83.333333%;
}
.offset-xl-11 {
    margin-left: 91.666667%;
}
}
.d-none {
  display: none !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: flex !important;
}
.d-inline-flex {
  display: inline-flex !important;
}
@media (min-width: 576px) {
.d-sm-none {
    display: none !important;
}
.d-sm-inline {
    display: inline !important;
}
.d-sm-inline-block {
    display: inline-block !important;
}
.d-sm-block {
    display: block !important;
}
.d-sm-table {
    display: table !important;
}
.d-sm-table-row {
    display: table-row !important;
}
.d-sm-table-cell {
    display: table-cell !important;
}
.d-sm-flex {
    display: flex !important;
}
.d-sm-inline-flex {
    display: inline-flex !important;
}
}
@media (min-width: 768px) {
.d-md-none {
    display: none !important;
}
.d-md-inline {
    display: inline !important;
}
.d-md-inline-block {
    display: inline-block !important;
}
.d-md-block {
    display: block !important;
}
.d-md-table {
    display: table !important;
}
.d-md-table-row {
    display: table-row !important;
}
.d-md-table-cell {
    display: table-cell !important;
}
.d-md-flex {
    display: flex !important;
}
.d-md-inline-flex {
    display: inline-flex !important;
}
}
@media (min-width: 992px) {
.d-lg-none {
    display: none !important;
}
.d-lg-inline {
    display: inline !important;
}
.d-lg-inline-block {
    display: inline-block !important;
}
.d-lg-block {
    display: block !important;
}
.d-lg-table {
    display: table !important;
}
.d-lg-table-row {
    display: table-row !important;
}
.d-lg-table-cell {
    display: table-cell !important;
}
.d-lg-flex {
    display: flex !important;
}
.d-lg-inline-flex {
    display: inline-flex !important;
}
}
@media (min-width: 1200px) {
.d-xl-none {
    display: none !important;
}
.d-xl-inline {
    display: inline !important;
}
.d-xl-inline-block {
    display: inline-block !important;
}
.d-xl-block {
    display: block !important;
}
.d-xl-table {
    display: table !important;
}
.d-xl-table-row {
    display: table-row !important;
}
.d-xl-table-cell {
    display: table-cell !important;
}
.d-xl-flex {
    display: flex !important;
}
.d-xl-inline-flex {
    display: inline-flex !important;
}
}
@media print {
.d-print-none {
    display: none !important;
}
.d-print-inline {
    display: inline !important;
}
.d-print-inline-block {
    display: inline-block !important;
}
.d-print-block {
    display: block !important;
}
.d-print-table {
    display: table !important;
}
.d-print-table-row {
    display: table-row !important;
}
.d-print-table-cell {
    display: table-cell !important;
}
.d-print-flex {
    display: flex !important;
}
.d-print-inline-flex {
    display: inline-flex !important;
}
}
.flex-row {
  flex-direction: row !important;
}
.flex-column {
  flex-direction: column !important;
}
.flex-row-reverse {
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  flex-direction: column-reverse !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.flex-nowrap {
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.justify-content-start {
  justify-content: flex-start !important;
}
.justify-content-end {
  justify-content: flex-end !important;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.justify-content-around {
  justify-content: space-around !important;
}
.align-items-start {
  align-items: flex-start !important;
}
.align-items-end {
  align-items: flex-end !important;
}
.align-items-center {
  align-items: center !important;
}
.align-items-baseline {
  align-items: baseline !important;
}
.align-items-stretch {
  align-items: stretch !important;
}
.align-content-start {
  align-content: flex-start !important;
}
.align-content-end {
  align-content: flex-end !important;
}
.align-content-center {
  align-content: center !important;
}
.align-content-between {
  align-content: space-between !important;
}
.align-content-around {
  align-content: space-around !important;
}
.align-content-stretch {
  align-content: stretch !important;
}
.align-self-auto {
  align-self: auto !important;
}
.align-self-start {
  align-self: flex-start !important;
}
.align-self-end {
  align-self: flex-end !important;
}
.align-self-center {
  align-self: center !important;
}
.align-self-baseline {
  align-self: baseline !important;
}
.align-self-stretch {
  align-self: stretch !important;
}
@media (min-width: 576px) {
.flex-sm-row {
    flex-direction: row !important;
}
.flex-sm-column {
    flex-direction: column !important;
}
.flex-sm-row-reverse {
    flex-direction: row-reverse !important;
}
.flex-sm-column-reverse {
    flex-direction: column-reverse !important;
}
.flex-sm-wrap {
    flex-wrap: wrap !important;
}
.flex-sm-nowrap {
    flex-wrap: nowrap !important;
}
.flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
}
.justify-content-sm-start {
    justify-content: flex-start !important;
}
.justify-content-sm-end {
    justify-content: flex-end !important;
}
.justify-content-sm-center {
    justify-content: center !important;
}
.justify-content-sm-between {
    justify-content: space-between !important;
}
.justify-content-sm-around {
    justify-content: space-around !important;
}
.align-items-sm-start {
    align-items: flex-start !important;
}
.align-items-sm-end {
    align-items: flex-end !important;
}
.align-items-sm-center {
    align-items: center !important;
}
.align-items-sm-baseline {
    align-items: baseline !important;
}
.align-items-sm-stretch {
    align-items: stretch !important;
}
.align-content-sm-start {
    align-content: flex-start !important;
}
.align-content-sm-end {
    align-content: flex-end !important;
}
.align-content-sm-center {
    align-content: center !important;
}
.align-content-sm-between {
    align-content: space-between !important;
}
.align-content-sm-around {
    align-content: space-around !important;
}
.align-content-sm-stretch {
    align-content: stretch !important;
}
.align-self-sm-auto {
    align-self: auto !important;
}
.align-self-sm-start {
    align-self: flex-start !important;
}
.align-self-sm-end {
    align-self: flex-end !important;
}
.align-self-sm-center {
    align-self: center !important;
}
.align-self-sm-baseline {
    align-self: baseline !important;
}
.align-self-sm-stretch {
    align-self: stretch !important;
}
}
@media (min-width: 768px) {
.flex-md-row {
    flex-direction: row !important;
}
.flex-md-column {
    flex-direction: column !important;
}
.flex-md-row-reverse {
    flex-direction: row-reverse !important;
}
.flex-md-column-reverse {
    flex-direction: column-reverse !important;
}
.flex-md-wrap {
    flex-wrap: wrap !important;
}
.flex-md-nowrap {
    flex-wrap: nowrap !important;
}
.flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
}
.justify-content-md-start {
    justify-content: flex-start !important;
}
.justify-content-md-end {
    justify-content: flex-end !important;
}
.justify-content-md-center {
    justify-content: center !important;
}
.justify-content-md-between {
    justify-content: space-between !important;
}
.justify-content-md-around {
    justify-content: space-around !important;
}
.align-items-md-start {
    align-items: flex-start !important;
}
.align-items-md-end {
    align-items: flex-end !important;
}
.align-items-md-center {
    align-items: center !important;
}
.align-items-md-baseline {
    align-items: baseline !important;
}
.align-items-md-stretch {
    align-items: stretch !important;
}
.align-content-md-start {
    align-content: flex-start !important;
}
.align-content-md-end {
    align-content: flex-end !important;
}
.align-content-md-center {
    align-content: center !important;
}
.align-content-md-between {
    align-content: space-between !important;
}
.align-content-md-around {
    align-content: space-around !important;
}
.align-content-md-stretch {
    align-content: stretch !important;
}
.align-self-md-auto {
    align-self: auto !important;
}
.align-self-md-start {
    align-self: flex-start !important;
}
.align-self-md-end {
    align-self: flex-end !important;
}
.align-self-md-center {
    align-self: center !important;
}
.align-self-md-baseline {
    align-self: baseline !important;
}
.align-self-md-stretch {
    align-self: stretch !important;
}
}
@media (min-width: 992px) {
.flex-lg-row {
    flex-direction: row !important;
}
.flex-lg-column {
    flex-direction: column !important;
}
.flex-lg-row-reverse {
    flex-direction: row-reverse !important;
}
.flex-lg-column-reverse {
    flex-direction: column-reverse !important;
}
.flex-lg-wrap {
    flex-wrap: wrap !important;
}
.flex-lg-nowrap {
    flex-wrap: nowrap !important;
}
.flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
}
.justify-content-lg-start {
    justify-content: flex-start !important;
}
.justify-content-lg-end {
    justify-content: flex-end !important;
}
.justify-content-lg-center {
    justify-content: center !important;
}
.justify-content-lg-between {
    justify-content: space-between !important;
}
.justify-content-lg-around {
    justify-content: space-around !important;
}
.align-items-lg-start {
    align-items: flex-start !important;
}
.align-items-lg-end {
    align-items: flex-end !important;
}
.align-items-lg-center {
    align-items: center !important;
}
.align-items-lg-baseline {
    align-items: baseline !important;
}
.align-items-lg-stretch {
    align-items: stretch !important;
}
.align-content-lg-start {
    align-content: flex-start !important;
}
.align-content-lg-end {
    align-content: flex-end !important;
}
.align-content-lg-center {
    align-content: center !important;
}
.align-content-lg-between {
    align-content: space-between !important;
}
.align-content-lg-around {
    align-content: space-around !important;
}
.align-content-lg-stretch {
    align-content: stretch !important;
}
.align-self-lg-auto {
    align-self: auto !important;
}
.align-self-lg-start {
    align-self: flex-start !important;
}
.align-self-lg-end {
    align-self: flex-end !important;
}
.align-self-lg-center {
    align-self: center !important;
}
.align-self-lg-baseline {
    align-self: baseline !important;
}
.align-self-lg-stretch {
    align-self: stretch !important;
}
}
@media (min-width: 1200px) {
.flex-xl-row {
    flex-direction: row !important;
}
.flex-xl-column {
    flex-direction: column !important;
}
.flex-xl-row-reverse {
    flex-direction: row-reverse !important;
}
.flex-xl-column-reverse {
    flex-direction: column-reverse !important;
}
.flex-xl-wrap {
    flex-wrap: wrap !important;
}
.flex-xl-nowrap {
    flex-wrap: nowrap !important;
}
.flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
}
.justify-content-xl-start {
    justify-content: flex-start !important;
}
.justify-content-xl-end {
    justify-content: flex-end !important;
}
.justify-content-xl-center {
    justify-content: center !important;
}
.justify-content-xl-between {
    justify-content: space-between !important;
}
.justify-content-xl-around {
    justify-content: space-around !important;
}
.align-items-xl-start {
    align-items: flex-start !important;
}
.align-items-xl-end {
    align-items: flex-end !important;
}
.align-items-xl-center {
    align-items: center !important;
}
.align-items-xl-baseline {
    align-items: baseline !important;
}
.align-items-xl-stretch {
    align-items: stretch !important;
}
.align-content-xl-start {
    align-content: flex-start !important;
}
.align-content-xl-end {
    align-content: flex-end !important;
}
.align-content-xl-center {
    align-content: center !important;
}
.align-content-xl-between {
    align-content: space-between !important;
}
.align-content-xl-around {
    align-content: space-around !important;
}
.align-content-xl-stretch {
    align-content: stretch !important;
}
.align-self-xl-auto {
    align-self: auto !important;
}
.align-self-xl-start {
    align-self: flex-start !important;
}
.align-self-xl-end {
    align-self: flex-end !important;
}
.align-self-xl-center {
    align-self: center !important;
}
.align-self-xl-baseline {
    align-self: baseline !important;
}
.align-self-xl-stretch {
    align-self: stretch !important;
}
}
@font-face {
  font-family: Poppins;
  src: url(../fonts/Poppins-Regular.ttf);
}
@font-face {
  font-family: Roboto;
  src: url(../fonts/Roboto-Regular.ttf);
}
@font-face {
  font-family: Source Sans Pro;
  src: url(../fonts/SourceSansPro-Regular.ttf);
}
.message-blocks {
  margin-bottom: 20px;
  width: 100%;
}
.message-blocks .message-block-title {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    color: #26292B;
    margin-bottom: 15px;
}
.message-blocks .message-block-body {
    width: 100%;
    padding: 12px;
    background-color: #F4F4F4;
    box-shadow: 0 0 8.3871px rgba(244, 244, 244, 0.1);
    border-radius: 15px;
    margin-bottom: 10px;
}
.message-blocks .message-block-info-wrapper {
    width: -webkit-fill-available;
}
.message-blocks .message-block-text {
    font-size: 12px;
    line-height: 18px;
    text-transform: capitalize;
    color: #26292B;
}
.message-blocks .message-block-username {
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    text-transform: capitalize;
    color: #26292B;
}
.message-blocks .message-block-content {
    font-size: 10px;
    line-height: 15px;
    color: #9091A5;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 100px;
}
.message-blocks .message-block-percent {
    width: auto;
    text-align: right;
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    text-transform: capitalize;
    color: #56BD81;
}
.message-blocks.chat .message-block-body {
    display: flex;
    align-items: center;
}
.message-blocks.chat .message-block-body img {
      width: 40px;
      height: 40px;
      border-radius: 50%;
      margin-right: 10px;
}
.message-blocks.chat.leaderboard .message-block-body {
    background-color: transparent;
}
body {
  background-color: #EFF7FE;
  font-family: 'Poppins', serif;
  height: auto;
}
.container {
  padding-left: 0;
  padding-right: 0;
}
.homepage {
  display: flex;
}
button {
  background: transparent;
}
.content-wrapper {
  width: 100%;
  background: white;
  box-shadow: 0 2px 9px rgba(70, 166, 229, 0.2);
  border-radius: 25px 0 0 25px;
  display: flex;
}
.content-wrapper .content {
    width: 100%;
}
.content-wrapper .aside {
    width: 283px;
    flex-shrink: 0;
    background: #FBFBFB;
    border: 1px solid #E9EBEF;
    box-sizing: border-box;
    border-radius: 25px 0 0 25px;
    box-shadow: 0 2px 9px rgba(70, 166, 229, 0.2);
    padding: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.content-wrapper .aside-settings {
      width: 100%;
      text-align: right;
      margin-bottom: 40px;
}
.content-wrapper .aside-settings img {
        cursor: pointer;
}
.content-wrapper .aside-preview {
      display: inline-block;
      position: relative;
      margin-bottom: 60px;
}
.content-wrapper .aside-preview .avatar-border {
        width: 150px;
        height: 150px;
        position: relative;
        border-radius: 50%;
        background-image: linear-gradient(180deg, transparent 50%, #56BD81 50%), linear-gradient(90deg, transparent 50%, #56BD81 50%);
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 10px;
}
.content-wrapper .aside-preview .avatar-border img {
          width: 124px;
          height: 124px;
          border-radius: 50%;
          z-index: 1;
}
.content-wrapper .aside-preview .avatar-border:after {
          border-radius: 50%;
          display: block;
          content: "";
          background-color: #FBFBFB;
          position: absolute;
          left: 5px;
          top: 5px;
          width: 140px;
          height: 140px;
}
.content-wrapper .aside-preview .avatar-label {
        position: absolute;
        width: 30px;
        height: 30px;
        top: 13px;
        right: 13px;
        z-index: 1;
        background-color: #FBFBFB;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
}
.content-wrapper .aside-preview .avatar-label img {
          width: 24px;
          height: 24px;
          border-radius: 50%;
}
.content-wrapper .aside-preview .avatar-title .title {
        font-weight: 600;
        font-size: 18px;
        line-height: 27px;
        color: #26292B;
        text-align: center;
        margin-bottom: 5px;
}
.content-wrapper .aside-preview .avatar-title .subtitle {
        font-size: 12px;
        line-height: 18px;
        text-align: center;
        color: #9091A5;
}
.content-wrapper .aside-more a {
      font-family: Roboto, serif;
      font-style: normal;
      font-weight: normal;
      font-size: 11px;
      line-height: 13px;
      text-align: center;
      -webkit-text-decoration-line: underline;
              text-decoration-line: underline;
      text-transform: capitalize;
      color: #001C53;
      display: block;
}
.overall-score {
  border-radius: 10px;
  background: #D3F1E5;
  margin-bottom: 32px;
  width: 100%;
}
.overall-score-head {
    padding: 9px;
    background: #F4F4F4;
    border: 1.00847px dashed #B7C3D3;
    box-sizing: border-box;
    border-radius: 10px 10px 0 0;
}
.overall-score-head p {
      font-weight: 600;
      font-size: 10px;
      line-height: 11px;
      text-align: center;
      text-transform: uppercase;
      color: #454654;
}
.overall-score-body {
    text-align: center;
    padding: 16px;
}
.overall-score-body .title {
      font-weight: bold;
      font-size: 24px;
      line-height: 29px;
      text-align: center;
      text-transform: capitalize;
      color: #56BD81;
}
.overall-score-body > div > .radial-progress-container {
      margin: 0 auto 9px;
}
.dashboard {
  padding: 12px 30px;
}
.dashboard__charts-block {
    margin-top: 26px;
}
.dashboard .registration-text {
    text-align: left;
}
.dashboard .registration-text_subtitle {
      color: #26292B;
      font-family: 'Poppins', serif;
      font-size: 12px;
      line-height: 18px;
}
.header-top {
  justify-content: space-between;
  border-bottom: 1px solid #E9EBEF;
  padding: 0 30px 11px 30px;
  margin: 0 -30px 22px;
}
.header-top > * {
    margin-bottom: 5px;
}
.statistics-card {
  width: 100%;
  background: #F8FAFF;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 14px;
  box-sizing: border-box;
  margin-bottom: 30px;
}
.statistics-card__head-large {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    padding-top: 21px;
}
.statistics-card__head-large .caption {
      font-family: Poppins, serif;
      font-weight: 600;
      font-size: 18px;
      line-height: 27px;
      color: #26292B;
      margin-bottom: 5px;
}
.statistics-card > div {
    padding: 15px;
}
.btn-export {
  border: none;
  background: #00A8EB;
  border-radius: 5px;
  font-family: Roboto, serif;
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 13px;
  text-transform: capitalize;
  color: white;
  cursor: pointer;
  padding: 10px 15px;
}
.button-transparent {
  background-color: transparent;
  border: none;
  color: #00A8EB;
  font-family: 'Poppins', serif;
}
.dashed-card .card-head {
  border-bottom: 1px dashed #B7C3D3;
}
.dashed-body {
  display: flex;
  padding-bottom: 15px;
}
.dashed-foot {
  border-top: 1px dashed #B7C3D3;
  display: flex;
}
.dashed-foot__score {
    width: 50%;
}
.dashed-foot__score-title {
      font-weight: 500;
      font-size: 10px;
      line-height: 15px;
      text-transform: capitalize;
      color: #B5B5B5;
}
.dashed-foot__score-number {
      font-weight: 600;
      font-size: 20px;
      line-height: 24px;
      color: #454654;
      font-family: 'Source Sans Pro', serif;
}
.card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 15px;
}
.card-head .title {
    display: flex;
    align-items: center;
}
.card-head .title > img {
      width: 20px;
      height: 20px;
      margin-right: 5px;
}
.card-head .title > p {
      font-weight: 600;
      font-size: 14px;
      line-height: 21px;
      color: #26292B;
}
.input-search {
  width: 232px;
  background: #FAFBFC;
  border-radius: 10px;
  padding: 8px 8px 8px 36px;
  border: none;
  outline: none;
  font-family: 'Poppins', serif;
}
.input-search::-moz-placeholder {
    color: #B7C3D3;
}
.input-search:-ms-input-placeholder {
    color: #B7C3D3;
}
.input-search::placeholder {
    color: #B7C3D3;
}
.input-search-wrap {
    position: relative;
}
.input-search-wrap:before {
      content: '';
      background-image: url(../img/MagnifyingGlass.svg);
      position: absolute;
      top: calc(50% - 9px);
      left: 9px;
      width: 16.67px;
      height: 16.67px;
}
.btn-default {
  font-family: Poppins, serif;
  font-size: 10px;
  line-height: 15px;
  text-transform: capitalize;
  color: #001C53;
  padding: 8.5px 15px;
  border: 1px solid #001C53;
  box-sizing: border-box;
  border-radius: 5px;
  display: flex;
  align-items: center;
}
.btn-default img {
    margin-right: 5px;
}
.breadcrumb li {
  font-weight: 600;
  font-size: 13px;
  line-height: 19px;
  margin-bottom: 5px;
  color: #244C8A;
}
.breadcrumb li span {
    color: #8E8E8E;
    margin-left: 5px;
}
.section-caption {
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
  color: #26292B;
}
.section-head {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.section-head > * {
    margin-bottom: 5px;
}
.section-buttons {
  display: flex;
  align-items: center;
}
.section-buttons > *:not(:first-child) {
    margin-left: 14px;
}
.section-subtitle {
  color: #26292B;
}
.section-subtitle, .section-subtitle > .btn-plain-text {
  font-family: 'Poppins', serif;
  font-size: 12px;
  line-height: 18px;
}
.section-subtitle button, .section-subtitle > .btn-plain-text button {
    margin-left: 5px;
}
.section-subtitle button.btn-plain-text, .section-subtitle > .btn-plain-text button.btn-plain-text {
      text-decoration: underline;
      padding: 0;
}
.default-datepicker .mx-input {
  min-width: 204px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid #001C53;
  box-sizing: border-box;
  border-radius: 5px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Poppins, serif;
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 15px;
  display: flex;
  align-items: center;
  text-align: center;
  text-transform: capitalize;
  color: #001C53;
  box-shadow: none;
}
.default-datepicker .mx-input:hover, .default-datepicker .mx-input:focus {
    border-color: #001C53;
}
.default-datepicker .mx-input-wrapper:before {
    content: '';
    background-image: url(../img/Calendar.svg);
    position: absolute;
    top: calc(50% - 12px);
    left: 20px;
    width: 24px;
    height: 24px;
}
.default-datepicker .mx-input-wrapper:after {
    content: '';
    background-image: url(../img/arrow-down.svg);
    position: absolute;
    top: calc(50% - 3px);
    right: 20px;
    width: 9px;
    height: 6px;
}
.default-datepicker .mx-input-wrapper:hover .mx-icon-calendar, .default-datepicker .mx-input-wrapper:hover .mx-icon-clear, .default-datepicker .mx-input-wrapper:focus .mx-icon-calendar, .default-datepicker .mx-input-wrapper:focus .mx-icon-clear {
    display: none;
}
.default-datepicker .mx-datepicker {
  width: unset;
}
.default-datepicker .mx-datepicker-range {
    width: unset;
}
.default-datepicker .mx-icon-calendar, .default-datepicker .mx-icon-clear {
  display: none;
}
.week-datepicker .mx-input {
  border: none;
  font-family: Poppins, serif;
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 15px;
  display: flex;
  align-items: center;
  text-align: center;
  text-transform: capitalize;
  color: #001C53;
  box-shadow: none;
  padding-left: 0;
  padding-right: 0;
  background: transparent;
}
.week-datepicker .mx-input:hover, .week-datepicker .mx-input:focus {
    border-color: transparent;
}
.week-datepicker .mx-input-wrapper:after {
    content: '';
    background-image: url(../img/arrow-down.svg);
    position: absolute;
    top: calc(50% - 3px);
    right: 5px;
    width: 9px;
    height: 6px;
}
.week-datepicker .mx-input-wrapper:hover .mx-icon-calendar, .week-datepicker .mx-input-wrapper:hover .mx-icon-clear, .week-datepicker .mx-input-wrapper:focus .mx-icon-calendar, .week-datepicker .mx-input-wrapper:focus .mx-icon-clear {
    display: none;
}
.week-datepicker .mx-datepicker {
  width: 100px;
}
.week-datepicker .mx-icon-calendar, .week-datepicker .mx-icon-clear {
  display: none;
}
.radial-progress-bar {
  margin-right: 15px;
}
.radial-progress-bar .stroke {
    font-family: 'Source Sans Pro', serif;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #80CA21;
}
.radial-progress-bar .total {
    font-weight: 500;
    font-size: 10px;
    line-height: 15px;
    color: #9091A5;
}
.radial-progress-bar-caption {
    padding-top: 5px;
}
.radial-progress-bar-caption-title {
      font-size: 12px;
      line-height: 18px;
      text-transform: capitalize;
      color: #9091A5;
}
.radial-progress-bar-caption-number {
      font-family: 'Source Sans Pro', serif;
      font-style: normal;
      font-weight: bold;
      font-size: 22px;
      line-height: 26px;
      color: #454654;
}
.radial-progress-bar-caption svg {
      margin: -5px;
}
.card-progress {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.card-progress .radial-progress-bar {
    margin-right: 0;
}
.card-progress__text-title {
    font-size: 14px;
    line-height: 21px;
    text-transform: capitalize;
    color: #9091A5;
    margin-bottom: 8px;
}
.card-progress__text-number {
    font-family: Source Sans Pro, serif;
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    line-height: 26px;
    color: #454654;
}
.card-progress.vertical {
    flex-direction: column-reverse;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 80px;
}
.card-progress.vertical .card-progress__text {
      display: flex;
      flex-direction: column-reverse;
      margin-top: 30px;
}
.card-progress.vertical .card-progress__text-title {
        font-size: 12px;
        line-height: 18px;
}
.card-progress.vertical .card-progress__text-number {
        font-size: 30px;
        line-height: 36px;
        margin-bottom: 7px;
}
.card-progress.vertical .radial-progress-bar .stroke {
      font-size: 22px;
      line-height: 26px;
}
.card-progress.vertical .radial-progress-bar .total {
      font-size: 13px;
      line-height: 19px;
}
.select-default .vs__search, .select-default .vs__search:focus, .select-default .vs__selected, .select-default .vs__dropdown-menu {
  font-family: Poppins, serif;
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 15px;
  color: #001C53;
}
.select-default .vs__search, .select-default .vs__search:focus {
  width: 103px;
}
.select-default .vs__selected {
  position: absolute;
  padding-left: 10px;
}
.select-default .vs__actions {
  position: absolute;
  right: 13px;
  top: calc(50% - 3px);
  width: 9px;
  height: 6px;
}
.select-default .vs__actions:after {
    content: '\02C7';
    display: block;
    font-size: 26px;
    height: 26px;
    color: #001C53;
}
.select-default .vs__actions .vs__clear {
    display: none;
}
.select-default .vs__actions .vs__open-indicator {
    display: none;
}
.select-default .vs__dropdown-menu {
  min-width: unset;
}
.select-default .vs__dropdown-menu li {
    padding-left: 15px;
}
.select-default .vs__dropdown-toggle {
  border: 1px solid #001C53;
}
.select-align-left .vs__dropdown-menu {
  min-width: unset;
}
.select-align-left .vs__dropdown-menu li {
    padding-left: 20px;
    text-align: left;
}
.doughnut-card .dashed-foot {
  display: block;
}
.doughnut-card .dashed-foot__score-title {
    font-weight: 600;
    font-size: 13px;
    line-height: 19px;
    text-transform: uppercase;
}
.doughnut-card .dashed-foot__score-number {
    font-weight: bold;
    font-size: 24.2105px;
    line-height: 29px;
    color: #454654;
}
.doughnut-card .dashed-foot__headlining {
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    color: #26292B;
    margin-bottom: 8px;
}
.doughnut-card .dashed-foot__blocks {
    display: flex;
}
.card-doughnut__legend-title {
  font-family: Poppins, serif;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
  display: flex;
  margin-bottom: 10px;
  align-items: center;
  color: #26292B;
}
.card-doughnut-graphic {
  display: inline-flex;
  flex-wrap: wrap;
  position: relative;
  align-items: flex-start;
}
.card-doughnut-graphic-wrapper {
    position: relative;
    margin: 0 30px;
}
.card-doughnut-graphic-text {
    position: absolute;
    top: calc(50% - 22px);
    left: 30px;
    width: calc(100% - 60px);
    text-align: center;
}
.card-doughnut-graphic-text-title {
      font-weight: bold;
      font-size: 24.2105px;
      line-height: 29px;
      color: #454654;
}
.card-doughnut-graphic-text-subtitle {
      font-family: Roboto, serif;
      font-size: 13.4503px;
      line-height: 16px;
      color: #B5B5B5;
}
.linear-legend > ul li, .doughnut-legend > ul li {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
.linear-legend > ul li p, .doughnut-legend > ul li p {
    font-family: Poppins, serif;
    font-size: 12px;
    line-height: 18px;
    text-transform: capitalize;
    color: #9091A5;
}
.linear-legend > ul li span, .doughnut-legend > ul li span {
    margin-right: 5px;
}
.stacked-legend > ul > li {
  display: flex;
  justify-content: space-between;
}
.stacked-legend > ul > li p {
    font-size: 12px;
    line-height: 18px;
    text-align: right;
    text-transform: capitalize;
    color: #26292B;
    font-family: 'Poppins', serif;
}
.stacked-legend > ul > li p.font-weight-light {
      opacity: 0.8;
}
.stacked-legend > ul > li > div {
    display: flex;
    align-items: center;
}
.stacked-legend > ul > li > div p {
      font-weight: 500;
      opacity: 1;
}
.stacked-legend > ul > li span {
    width: 20px;
    display: block;
    height: 10px;
    border-radius: 5px;
    margin-right: 5px;
}
.linear-legend > ul {
  display: flex;
}
.linear-legend > ul li:not(:first-child) {
    margin-left: 30px;
}
.stacked-card-wrapper {
  margin-top: -15px;
}
.auth-container {
  min-height: 500px;
  background: #FFFFFF;
  box-shadow: 0 2px 9px rgba(70, 166, 229, 0.2);
  border-radius: 20px;
  margin: 48px auto;
}
@media screen and (min-width: 476px) {
.auth-container {
      width: 94vw;
}
}
.image-upload {
  width: 200px;
  height: 200px;
  padding: 0;
  border-radius: 50%;
  flex-shrink: 0;
  margin-right: 30px;
}
.image-upload:hover {
    background-color: #ffffff;
}
.image-upload .subtitle {
    font-family: Poppins, serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    text-transform: capitalize;
    display: block;
    color: #B7C3D3;
}
.image-upload .subtitle > span {
      color: #00A8EB;
      text-decoration: underline;
}
.image-upload.dropzone {
    border: 1px dashed #B7C3D3;
}
.image-upload.dropzone.dz-clickable.dz-started.dz-max-files-reached {
      border: none;
}
.image-upload .dz-progress {
    display: none;
}
.image-upload .dz-preview.dz-image-preview {
    margin: 0;
    width: 100%;
}
.image-upload .dz-preview.dz-image-preview img {
      width: 100%;
}
.image-upload .dz-preview.dz-image-preview > div:not(.dz-progress) {
      border-radius: 50%;
}
.image-upload .dz-details {
    padding: 30px !important;
}
.image-upload .dz-remove {
    margin: 30px !important;
}
.btn-submit {
  background: #00A8EB;
  border-radius: 5px;
  font-family: Poppins, serif;
  font-size: 13px;
  line-height: 19px;
  text-transform: capitalize;
  color: white;
  padding: 12px;
  border: none;
  min-width: 118px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  cursor: pointer;
}
.btn-submit img {
    margin-left: 5px;
}
.btn-submit.btn-style-green {
    background: #56BD81;
}
.btn-eye-close {
  border: none;
  background: transparent;
}
.btn-plain-text {
  font-family: 'Poppins', serif;
  font-size: 10px;
  line-height: 15px;
  color: #26292B;
  cursor: pointer;
  border: none;
  background-color: transparent;
}
.btn-plain-text img {
    margin: 0 5px;
}
.error-text {
  color: #D45853;
  font-size: 12px;
}
.login-links {
  text-decoration: none;
  font-size: 10px;
  line-height: 15px;
  text-align: center;
  color: #26292B;
  cursor: pointer;
  margin-bottom: 15px;
}
.policy-checkbox label {
  display: flex;
}
.policy-checkbox label a {
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    color: #26292B;
    margin-bottom: 5px;
    padding: 0 3px;
    text-decoration: underline;
}
.policy-checkbox label:before {
    content: '';
    width: 17px;
    height: 17px;
    background: #f2f2f2;
    border: 1px solid rgba(75, 101, 132, 0.3);
    display: inline-block;
    margin-right: 16px;
    border-radius: 3.1875px;
}
.policy-checkbox input[type="checkbox"] {
  visibility: hidden;
  position: absolute;
}
.policy-checkbox input[type="checkbox"]:checked ~ label:before {
  background: #244C8A no-repeat center;
  background-size: 8px 8px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJCAYAAADgkQYQAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAABnSURBVHgBfZBdDYAwDIT7gAAkVAJSkIAEHCBlEpCABCRMAjgo19Am25L2ksua7OsvUSIROWGeEuDAs8JvBLD8qhpHUDVoa7MKPHsbA8o4nOqGF4ufro1WaMq79mhQBy9KVma/y/j3AXYMgjLlyYz8AAAAAElFTkSuQmCC);
}
.buttons-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.image-upload .dropzone .dz-preview {
  margin: 0;
}
.image-upload .dz-details {
  background-color: #00A8EB;
}
.image-upload .dz-details > * {
    display: none;
}
.image-upload.vue-dropzone > .dz-preview .dz-remove {
  bottom: 25%;
  width: -webkit-fill-available;
}
.image-upload.dropzone .dz-preview.dz-file-preview .dz-image, .image-upload.dropzone .dz-preview.dz-file-preview .dz-details {
  border-radius: 50%;
}
.image-upload.dropzone .dz-preview.dz-file-preview .dz-details {
  border-radius: 50%;
}
.image-upload.vue-dropzone > .dz-preview .dz-image img:not([src]) {
  border-radius: 50%;
  height: 200px;
  width: 200px;
}
.image-upload.dropzone .dz-preview .dz-image {
  border-radius: 50%;
  width: 200px;
  height: 200px;
}
.image-upload.dropzone .dz-preview {
  margin: 0;
}
.text-bold {
  font-weight: 600;
}
table.plain_table {
  margin-bottom: 15px;
  border-collapse: separate;
  width: 100%;
}
table.plain_table thead th {
    padding: 12px 10px;
    text-align: left;
    font-weight: 500;
    font-size: 10px;
    line-height: 15px;
    text-transform: uppercase;
    color: #97A6BC;
    background-color: #F8FAFF;
    border-top: 1px solid #E2ECF5;
    border-bottom: 1px solid #E2ECF5;
}
table.plain_table thead th:first-child {
      border-radius: 15px 0 0 0;
      border-left: 1px solid #E2ECF5;
}
table.plain_table thead th:last-child {
      border-radius: 0 15px 0 0;
      border-right: 1px solid #E2ECF5;
}
table.plain_table tbody td {
    padding: 10px;
    border: 1px solid #E2ECF5;
    vertical-align: middle;
}
table.plain_table tbody td > input, table.plain_table tbody td .vs__selected, table.plain_table tbody td .vs__search {
      border: none;
      margin: 0;
      padding: 0;
      outline: none;
      font-family: Poppins, serif;
      font-size: 10px;
      line-height: 15px;
      color: #001C53;
}
table.plain_table tbody td .registration-form_input-wrapper {
      margin-bottom: 0;
}
table.plain_table tbody td .registration-form_input-wrapper .select-default .vs__actions:after {
        color: #97A6BC;
}
table.plain_table tbody td .registration-form_input-wrapper .select-default .vs__dropdown-toggle {
        border: none;
        background-color: transparent;
}
table.plain_table tbody td button {
      border: none;
      background-color: transparent;
      width: -webkit-max-content;
      width: -moz-max-content;
      width: max-content;
      padding-left: 0;
      padding-right: 0;
}
table.plain_table tbody td button img {
        width: 100%;
}
table.plain_table tbody td.first_name > *, table.plain_table tbody td.last_name > *, table.plain_table tbody td.team_name > * {
      width: 128px;
      line-height: 1px;
}
table.plain_table tbody td.email > * {
      width: 153px;
}
table.plain_table tbody td.job_title > * {
      width: 78px;
}
table.plain_table tbody td.toggle-save > * {
      width: 30px;
}
table.plain_table tbody td > .registration-form_input-wrapper {
      width: 88px;
}
table.plain_table tbody td > .registration-form_input-wrapper .vs__dropdown-toggle {
        padding: 0;
}
table.plain_table tbody td * {
      font-size: 10px;
      font-family: Poppins, serif;
}
table.plain_table tbody tr.employee__editable button.btn-plain-text.save {
    color: #00A8EB;
}
table.plain_table tbody tr.employee__saved td * {
    color: #97A6BC;
}
.green-colored {
  color: #56BD81;
}
.button-style-underlined {
  text-decoration: underline;
}
.button-style-align {
  display: flex;
  align-items: center;
  justify-content: center;
}
.button-style-blue {
  border-color: #00A8EB;
  color: #00A8EB;
}
.text-style-title {
  color: #26292B;
  font-family: Poppins, serif;
  font-size: 12px;
  line-height: 18px;
}
.auth-image__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  position: relative;
}
@media screen and (min-width: 685px) {
.auth-image__wrapper > span {
      position: absolute;
      right: 96px;
}
}
.error-field {
  box-shadow: 0 0 4px #D45853;
}
.error-placeholder::-moz-placeholder {
  color: #D45853;
}
.error-placeholder:-ms-input-placeholder {
  color: #D45853;
}
.error-placeholder::placeholder {
  color: #D45853;
}
.alert-danger {
  text-align: center;
}
.alert-danger .registration-text {
    padding: 80px 10px;
}
.alert-danger .registration-text_title {
      padding-bottom: 30px;
}
.alert-danger .registration-text_subtitle {
      color: #26292B;
}
.alert-danger .registration-text_subtitle .btn-plain-text {
        color: #00A8EB;
        display: inline-flex;
        align-items: center;
}
.alert-danger .registration-text_subtitle .btn-plain-text svg {
          height: 15px;
}
.alert-danger .registration-text_subtitle .btn-plain-text svg path {
            stroke: #00A8EB;
}
.text-style-dark {
  color: #001C53;
}
.company-modal .form-wrapper {
  padding: 20px;
}
.btn-margin {
  margin-top: 20px;
}
@media screen and (min-width: 1440px) {
.width-container {
    width: 1440px;
    margin: auto;
}
}
@media screen and (min-width: 1120px) {
.auth-container {
    width: 1120px;
}
}
@media screen and (max-width: 1120px) {
.plain_table-wrapper {
    width: calc(94vw - 50px);
    overflow: auto;
}
}
@media screen and (min-width: 700px) {
.registration-steps {
    width: 660px;
}
}
@media screen and (max-width: 699px) {
.registration-steps {
    padding: 0 20px;
}
.vm--modal {
    height: auto !important;
}
.choose-upload-type {
    width: 82vw;
}
}
@media screen and (max-width: 510px) {
.employees__bottom {
    display: block;
}
.registration-form_wrapper {
    flex-wrap: wrap;
    justify-content: center;
}
.registration-form_half-wrapper {
    width: 100%;
}
.registration-steps .image-upload {
    margin-right: 0;
    margin-bottom: 20px;
}
.registration-steps .buttons-flex {
    margin-bottom: 10px;
}
.registration-steps .policy-checkbox label {
    flex-wrap: wrap;
}
.registration-steps .wizard-tab-container .registration-text_title {
    font-size: 16px;
}
.registration-steps .wizard-footer-right {
    flex-wrap: wrap;
}
.registration-steps .wizard-navigation {
    padding-top: 190px;
}
.vm--modal {
    top: 20px !important;
}
.auth-image__wrapper {
    flex-wrap: wrap;
    flex-direction: column-reverse;
}
.choose-upload-type {
    width: 82vw;
    justify-content: center;
}
.choose-upload-type__item {
      margin: 0 20px 20px 20px;
}
}
@media screen and (max-width: 475px) {
.auth-container {
    margin: 0;
    min-height: 100vh;
    border-radius: 0;
}
.auth-container .plain_table-wrapper {
      width: calc(100vw - 50px);
}
}
@media screen and (max-width: 375px) {
.authorization .btn-submit {
    min-width: 100%;
}
.dropzone-upload-csv .section-head {
    justify-content: center;
}
}
@media screen and (max-width: 340px) {
.login, .authorization {
    padding: 0 20px;
}
}
button:disabled, button.disabled {
  opacity: 0.7;
  cursor: not-allowed;
  pointer-events: all !important;
}

.authorization {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: auto;
  padding: 35px 0;
}
.authorization .btn-submit {
    margin: 20px 0;
    min-width: 222px;
}
.authorization .dropzone-custom-content .btn-submit {
    min-width: unset;
}
.registration-steps * :not(.alert-danger) .registration-text {
  position: absolute;
  top: 0;
  margin-bottom: 40px;
}
.registration-steps .wizard-header {
  display: none;
}
.registration-steps .wizard-progress-with-circle {
  display: none;
}
.registration-steps .wizard-navigation {
  position: relative;
  padding-top: 135px;
}
.registration-steps .vue-form-wizard .wizard-tab-content {
  padding: 40px 0 10px;
}
.registration-steps .vue-form-wizard .wizard-card-footer {
  padding: 0;
  display: flex;
  justify-content: space-between;
}
.registration-steps .vue-form-wizard .wizard-card-footer.clearfix:before, .registration-steps .vue-form-wizard .wizard-card-footer.clearfix:after {
    display: none;
}
.registration-steps .vue-form-wizard .wizard-card-footer .wizard-footer-left:not(.footer-last-step) {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.registration-steps .vue-form-wizard .wizard-icon-circle.tab_shape {
  background-color: #E2ECF5;
}
.registration-steps .vue-form-wizard .wizard-icon-circle .wizard-icon-container.tab_shape {
  border-radius: 2px;
}
.registration-steps .vue-form-wizard .wizard-icon {
  display: none;
}
.registration-steps .vue-form-wizard.md .wizard-nav-pills > li.active > a .wizard-icon {
  display: none;
}
.registration-steps .vue-form-wizard.md .wizard-icon-circle.tab_shape {
  height: 4px;
  width: 98%;
  border-radius: 2px;
}
.registration-steps .registration-text {
  padding: 20px 40px;
}
.registration-form {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
}
.registration-form_wrapper {
    display: flex;
}
.registration-form_full-wrapper {
    width: 100%;
}
.registration-form_half-wrapper {
    width: 48%;
}
.registration-form_input-wrapper {
    margin-bottom: 20px;
}
.registration-form_input-wrapper > input, .registration-form_input-wrapper .mx-input-wrapper > input, .registration-form_input-wrapper .vs__dropdown-toggle, .registration-form_input-wrapper .input-password, .registration-form_input-wrapper .field-input {
      background: #FAFBFC;
      border: 1px solid #B7C3D3;
      box-sizing: border-box;
      border-radius: 10px;
      line-height: 42px;
      width: 100%;
      height: auto;
      padding: 0 10px;
      outline: none;
      color: #26292B;
      font-family: 'Poppins', serif;
}
.registration-form_input-wrapper .vs__selected, .registration-form_input-wrapper .vs__selected-options input {
      line-height: 36px;
}
.registration-form_input-wrapper .vs__dropdown-menu {
      min-width: 150px !important;
      margin-top: 2px;
      background: #F8FAFF;
      box-shadow: 0 1px 2px rgba(97, 97, 97, 0.2), 0 2px 4px rgba(97, 97, 97, 0.2);
      border-radius: 12px;
}
.registration-form_input-wrapper .vs__dropdown-menu li {
      word-break: break-word;
      text-align: center;
      margin-left: -15px;
}
.registration-form_input-wrapper .vs__dropdown-menu li:hover {
        background-color: #00A8EB;
}
.registration-form_input-title {
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    color: #26292B;
    margin-bottom: 5px;
}
.registration-text {
  padding: 20px 0;
  text-align: center;
}
.registration-text_title {
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    color: #26292B;
    margin-bottom: 8px;
}
.registration-text_subtitle {
    font-family: Helvetica, serif;
    font-size: 12px;
    line-height: 14px;
    color: #B7C3D3;
}
.registration-text_subtitle .btn-plain-text {
      padding: 0;
}
.registration-footer {
  display: flex;
  flex-direction: column;
}
.login {
  width: 315px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.login-form {
    margin-bottom: 30px;
    width: 100%;
}
.login .btn-submit {
    width: 100%;
}
.login .field.has-addons {
    position: relative;
}
.login .field.has-addons .control:not(.is-expanded) {
      position: absolute;
      top: 10px;
      right: 5px;
      height: 100%;
}
.forgot-password-2 .registration-text {
  margin-bottom: 150px;
}
.ctk-datepicker-range input::-moz-placeholder {
  color: transparent;
}
.ctk-datepicker-range input:-ms-input-placeholder {
  color: transparent;
}
.ctk-datepicker-range input::placeholder {
  color: transparent;
}
.ctk-datepicker-range [class^="slidevnext"] {
  position: relative !important;
  transition: none !important;
}
.ctk-datepicker-range .year-month-selector {
  padding: 20px;
}
.ctk-datepicker-range .slidevnext-leave, .ctk-datepicker-range .slidevnext-active, .ctk-datepicker-range .slidevnext-leave-active, .ctk-datepicker-range .slidenext-leave-active, .ctk-datepicker-range .slidenext-enter-active, .ctk-datepicker-range .slidevnext-move {
  position: relative !important;
  transition: none !important;
}
.ctk-datepicker-range .datetimepicker .datepicker {
  border-radius: 12px;
  filter: drop-shadow(0px 2px 4px rgba(97, 97, 97, 0.25));
  width: 300px !important;
  min-width: 300px !important;
}
.ctk-datepicker-range .datetimepicker .datepicker button.datepicker-day.flex.align-center.justify-content-center.selected.enable .datepicker-day-effect {
    border-radius: 50%;
}
.ctk-datepicker-range .datetimepicker .datepicker .datepicker-today {
    border-radius: 50% !important;
}
.ctk-datepicker-range .datetimepicker .datepicker .datepicker-container {
    width: 300px;
}
.ctk-datepicker-range .datetimepicker .datepicker .datepicker-container .datepicker-days .datepicker-day.between.first .datepicker-day-effect, .ctk-datepicker-range .datetimepicker .datepicker .datepicker-container .datepicker-days .datepicker-day.between.last .datepicker-day-effect {
      border-radius: 50%;
      width: 30px;
}
.ctk-datepicker-range .datetimepicker .datepicker .datepicker-container .datepicker-days .datepicker-day.between.selected {
      width: 30px;
      height: 30px;
      margin: 5px 0;
      background-color: #EFF7FE;
}
.ctk-datepicker-range .datetimepicker .datepicker .datepicker-container .datepicker-days .datepicker-day.between.selected.first {
        margin-left: calc(14.28571% - 30px);
        border-top-left-radius: 50px;
        border-bottom-left-radius: 50px;
}
.ctk-datepicker-range .datetimepicker .datepicker .datepicker-container .datepicker-days .datepicker-day.between.selected.last {
        margin-right: calc(14.28571% - 30px);
        border-top-right-radius: 50px;
        border-bottom-right-radius: 50px;
}
.ctk-datepicker-range .datetimepicker .datepicker .datepicker-container .datepicker-days .datepicker-day.between:not(.selected) .datepicker-day-text {
      color: #26292B;
}
.ctk-datepicker-range .datetimepicker .datepicker .datepicker-container .datepicker-days .datepicker-day.between:not(.selected) .datepicker-day-effect {
      background-color: #EFF7FE !important;
      opacity: 1;
      top: -1px;
}
.ctk-datepicker-range .datetimepicker .datepicker .datepicker-container-label .custom-button .custom-button-effect {
      display: none;
}
.ctk-datepicker-range .datetimepicker .datepicker .datepicker-container-label .custom-button span {
      color: #26292B !important;
}
.ctk-datepicker-range .datetimepicker .datepicker .datepicker-container-label .custom-button:hover span {
      background-color: white !important;
      color: #26292B !important;
}
.ctk-datepicker-range .datetimepicker .datepicker .datepicker-container-label .custom-button:after {
      content: '';
      background-image: url(../img/arrow-down.svg);
      position: absolute;
      top: calc(50% - 3px);
      right: 5px;
      width: 9px;
      height: 6px;
}
.ctk-datepicker-range .datetimepicker .datepicker .datepicker-container .datepicker-controls .date-buttons {
      width: 110px;
}
.ctk-datepicker-range .datetimepicker .datepicker .datepicker-controls .arrow-month .datepicker-button {
    height: 11px;
    position: relative;
}
.ctk-datepicker-range .datetimepicker .datepicker .datepicker-controls .arrow-month .datepicker-button.datepicker-prev:after {
      transform: rotate(90deg);
      right: -10px;
}
.ctk-datepicker-range .datetimepicker .datepicker .datepicker-controls .arrow-month .datepicker-button.datepicker-next:after {
      transform: rotate(270deg);
      right: 0;
}
.ctk-datepicker-range .datetimepicker .datepicker .datepicker-controls .arrow-month .datepicker-button:after {
      content: '';
      background-image: url(../img/arrow-down.svg);
      position: absolute;
      background-repeat: no-repeat;
      background-size: cover;
      top: 0;
      width: 12px;
      height: 9px;
}
.ctk-datepicker-range .datetimepicker .datepicker .datepicker-controls .arrow-month .datepicker-button svg {
      display: none;
}
.ctk-datepicker-range .datetimepicker .datepicker .datepicker-controls .arrow-month:not(.text-right) {
    order: 3;
}
.ctk-datepicker-range .datetimepicker .datepicker .datepicker-controls .arrow-month.text-right {
    order: 4;
}
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}
.success-modal {
  text-align: center;
}
.success-modal .dropzone-upload-csv {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.success-modal .dropzone-upload-csv__text {
      padding: 0 0 20px 0;
}
.success-modal .btn-export {
    font-size: 13px;
    line-height: 19px;
    font-family: 'Poppins', serif;
}

/*
	HTML5 Reset :: style.css
	----------------------------------------------------------
	We have learned much from/been inspired by/taken code where offered from:

	Eric Meyer					:: https://meyerweb.com
	HTML5 Doctor				:: https://html5doctor.com
	and the HTML5 Boilerplate	:: https://html5boilerplate.com

-------------------------------------------------------------------------------*/
/* Let's default this puppy out
-------------------------------------------------------------------------------*/
html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, menu, nav, section, time, mark, audio, video, details, summary {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent;
}
article, aside, figure, footer, header, nav, section, details, summary {
  display: block;
}

/* Handle box-sizing while better addressing child elements:
   https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}

/* consider resetting the default cursor: https://gist.github.com/murtaugh/5247154 */
/* Responsive images and other embedded objects
*/
img,
object,
embed {
  max-width: 100%;
}

/*
   Note: keeping IMG here will cause problems if you're using foreground images as sprites.
	 In fact, it *will* cause problems with Google Maps' controls at small size.
	If this is the case for you, try uncommenting the following:

#map img {
		max-width: none;
}
*/
/* force a vertical scrollbar to prevent a jumpy page */
html {
  overflow-y: scroll;
}

/* we use a lot of ULs that aren't bulleted.
	don't forget to restore the bullets within content. */
ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
del {
  text-decoration: line-through;
}
abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}

/* tables still need cellspacing="0" in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
th {
  font-weight: bold;
  vertical-align: bottom;
}
td {
  font-weight: normal;
  vertical-align: top;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
input, select {
  vertical-align: middle;
}
pre {
  white-space: pre;
  /* CSS2 */
  white-space: pre-wrap;
  /* CSS 2.1 */
  white-space: pre-line;
  /* CSS 3 (and 2.1 as well, actually) */
  word-wrap: break-word;
  /* IE */
}
input[type="radio"] {
  vertical-align: text-bottom;
}
input[type="checkbox"] {
  vertical-align: bottom;
}
.ie7 input[type="checkbox"] {
  vertical-align: baseline;
}
.ie6 input {
  vertical-align: text-bottom;
}
select, input, textarea {
  font: 99% sans-serif;
}
table {
  font-size: inherit;
  font: 100%;
}
small {
  font-size: 85%;
}
strong {
  font-weight: bold;
}
td, td img {
  vertical-align: top;
}

/* Make sure sup and sub don't mess with your line-heights https://gist.github.com/413930 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}

/* standardize any monospaced elements */
pre, code, kbd, samp {
  font-family: monospace, sans-serif;
}

/* hand cursor on clickable elements */
.clickable,
label,
input[type=button],
input[type=submit],
input[type=file],
button {
  cursor: pointer;
}

/* Webkit browsers add a 2px margin outside the chrome of form elements */
button, input, select, textarea {
  margin: 0;
}

/* make buttons play nice in IE */
button,
input[type=button] {
  width: auto;
  overflow: visible;
}

/* scale images in IE7 more attractively */
.ie7 img {
  -ms-interpolation-mode: bicubic;
}

/* prevent BG image flicker upon hover
   (commented out as usage is rare, and the filter syntax messes with some pre-processors)
.ie6 html {filter: expression(document.execCommand("BackgroundImageCache", false, true));}
*/
/* let's clear some floats */
.clearfix:before, .clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  zoom: 1;
}
.employees {
  padding: 0 25px;
  width: 100%;
}
.employees__quantity {
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 17px;
    color: #56BD81;
}
.employees__content {
    padding: 17px 0;
    min-height: 350px;
}
.employees__content .section-head {
      margin-bottom: 10px;
}
.employees__content .section-head button {
        padding: 8.5px 25px;
}
.employees__content .section-head .add-employee {
        font-size: 14px;
}
.employees__content .employees__button {
      font-size: 14px;
}
.employees__content .save-button-disabled {
      cursor: not-allowed;
}
.employees__bottom {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
    margin-right: 30px;
}
.employees__bottom a.btn-submit.btn-style-green {
      margin-right: 40px;
}
.employees__bottom a.btn-submit.btn-style-green.btn-addon {
      background: #09a689;
      color: white;
      text-decoration: none;
      margin-left: 10px;
}
.employees__bottom .button__flex {
      display: flex;
}
.employees__bottom .button-flex__img {
      height: 15px;
}
.employees .employee__active {
    background: #56BD81;
}
.employees .employees__button.text-danger {
    color: #D45853;
}
.employees .employee__deactivated {
    background: #D45853;
}
.CSV-upload .vm--modal {
  border-radius: 20px;
  padding: 45px 70px 25px;
  height: -webkit-fit-content !important;
  height: -moz-fit-content !important;
  height: fit-content !important;
  overflow: visible;
}
.CSV-upload .vm--modal .btn-modal-close {
    cursor: pointer;
    position: absolute;
    top: 30px;
    right: 30px;
}
.CSV-upload .dz-progress {
  display: none;
}
.dropzone-upload-csv {
  overflow: hidden;
  height: 101%;
}
.dropzone-upload-csv__text {
    padding: 40px 0;
    text-align: center;
}
.dropzone-upload-csv__text .csv-title {
      font-weight: 600;
      font-size: 20px;
      line-height: 30px;
      color: #26292B;
      margin-bottom: 10px;
}
.dropzone-upload-csv__text .csv-subtitle {
      font-size: 12px;
      line-height: 18px;
}
.dropzone-upload-csv .vue-dropzone-wrapper {
    position: relative;
}
.dropzone-upload-csv .vue-dropzone-wrapper button {
      position: absolute;
}
.dropzone-upload-csv .vue-dropzone-wrapper button.btn-plain-text {
        width: 60px;
        left: calc(50% - 30px);
        bottom: 28px;
        text-decoration: underline;
}
.dropzone-upload-csv .vue-dropzone-wrapper button.btn-submit {
        bottom: 14px;
        left: calc(50% - 64px);
        margin: 0;
        min-width: 128px;
        background-color: #56BD81;
}
.dropzone-upload-csv .vue-dropzone {
    padding-bottom: 50px;
}
.dropzone-upload-csv .vue-dropzone .dz-preview {
      display: none;
}
.dropzone-upload-csv .vue-dropzone .dz-message {
      margin: 0;
      display: block;
}
.dropzone-upload-csv .vue-dropzone .dz-message .section-subtitle {
        word-break: break-word;
}
.dropzone-upload-csv .vue-dropzone .radial-progress-container {
      margin: auto;
      margin-bottom: 10px;
}
.dropzone-upload-csv .vue-dropzone .radial-progress-container .radial-progress-inner .stroke {
        font-weight: bold;
        font-size: 16px;
        line-height: 19px;
        text-align: center;
        color: #56BD81;
}
.dropzone-upload-csv .vue-dropzone .radial-progress-container .radial-progress-inner .total {
        font-family: Poppins, serif;
        color: #9091A5;
        font-size: 10px;
        line-height: 15px;
}
.choose-upload-type {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 620px;
  margin: 50px 0;
}
.choose-upload-type__item {
    padding: 30px 35px;
    border: 1px dashed #001C53;
    box-sizing: border-box;
    border-radius: 20px;
    text-align: center;
    width: 45%;
    min-width: 200px;
    cursor: pointer;
    text-decoration: none;
}
.dropzone {
  border: 1px dashed #B7C3D3;
  border-radius: 20px;
}
.dropzone .subtitle > span {
    color: #00A8EB;
    text-decoration: underline;
}
.dropzone:hover {
    transition: 0.3s;
    background-color: white;
}
.dropzone:hover .dropzone-custom-content .subtitle {
      color: #001C53;
}
.dropzone:hover .dropzone-custom-content svg path {
      transition: 0.3s;
      stroke: #001C53;
}
.dropzone.dz-started {
    border: 1px dashed #56BD81;
}

/*!
 * Bootstrap Grid v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
  width: device-width;
}
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}
*, ::after, ::before {
  box-sizing: inherit;
}
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
.container {
    max-width: 540px;
}
}
@media (min-width: 768px) {
.container {
    max-width: 720px;
}
}
@media (min-width: 992px) {
.container {
    max-width: 960px;
}
}
@media (min-width: 1200px) {
.container {
    max-width: 1140px;
}
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col, .no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}
.col-1 {
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}
.col-2 {
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.col-5 {
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}
.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}
.col-8 {
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}
.col-11 {
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}
.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
.order-first {
  order: -1;
}
.order-last {
  order: 13;
}
.order-0 {
  order: 0;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.order-3 {
  order: 3;
}
.order-4 {
  order: 4;
}
.order-5 {
  order: 5;
}
.order-6 {
  order: 6;
}
.order-7 {
  order: 7;
}
.order-8 {
  order: 8;
}
.order-9 {
  order: 9;
}
.order-10 {
  order: 10;
}
.order-11 {
  order: 11;
}
.order-12 {
  order: 12;
}
.offset-1 {
  margin-left: 8.333333%;
}
.offset-2 {
  margin-left: 16.666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.333333%;
}
.offset-5 {
  margin-left: 41.666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.333333%;
}
.offset-8 {
  margin-left: 66.666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.333333%;
}
.offset-11 {
  margin-left: 91.666667%;
}
@media (min-width: 576px) {
.col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}
.col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}
.col-sm-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}
.col-sm-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}
.col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
}
.col-sm-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.col-sm-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}
.col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
}
.col-sm-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}
.col-sm-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}
.col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
}
.col-sm-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}
.col-sm-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}
.col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
}
.order-sm-first {
    order: -1;
}
.order-sm-last {
    order: 13;
}
.order-sm-0 {
    order: 0;
}
.order-sm-1 {
    order: 1;
}
.order-sm-2 {
    order: 2;
}
.order-sm-3 {
    order: 3;
}
.order-sm-4 {
    order: 4;
}
.order-sm-5 {
    order: 5;
}
.order-sm-6 {
    order: 6;
}
.order-sm-7 {
    order: 7;
}
.order-sm-8 {
    order: 8;
}
.order-sm-9 {
    order: 9;
}
.order-sm-10 {
    order: 10;
}
.order-sm-11 {
    order: 11;
}
.order-sm-12 {
    order: 12;
}
.offset-sm-0 {
    margin-left: 0;
}
.offset-sm-1 {
    margin-left: 8.333333%;
}
.offset-sm-2 {
    margin-left: 16.666667%;
}
.offset-sm-3 {
    margin-left: 25%;
}
.offset-sm-4 {
    margin-left: 33.333333%;
}
.offset-sm-5 {
    margin-left: 41.666667%;
}
.offset-sm-6 {
    margin-left: 50%;
}
.offset-sm-7 {
    margin-left: 58.333333%;
}
.offset-sm-8 {
    margin-left: 66.666667%;
}
.offset-sm-9 {
    margin-left: 75%;
}
.offset-sm-10 {
    margin-left: 83.333333%;
}
.offset-sm-11 {
    margin-left: 91.666667%;
}
}
@media (min-width: 768px) {
.col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}
.col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}
.col-md-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}
.col-md-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}
.col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
}
.col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.col-md-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}
.col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
}
.col-md-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}
.col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}
.col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
}
.col-md-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}
.col-md-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}
.col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
}
.order-md-first {
    order: -1;
}
.order-md-last {
    order: 13;
}
.order-md-0 {
    order: 0;
}
.order-md-1 {
    order: 1;
}
.order-md-2 {
    order: 2;
}
.order-md-3 {
    order: 3;
}
.order-md-4 {
    order: 4;
}
.order-md-5 {
    order: 5;
}
.order-md-6 {
    order: 6;
}
.order-md-7 {
    order: 7;
}
.order-md-8 {
    order: 8;
}
.order-md-9 {
    order: 9;
}
.order-md-10 {
    order: 10;
}
.order-md-11 {
    order: 11;
}
.order-md-12 {
    order: 12;
}
.offset-md-0 {
    margin-left: 0;
}
.offset-md-1 {
    margin-left: 8.333333%;
}
.offset-md-2 {
    margin-left: 16.666667%;
}
.offset-md-3 {
    margin-left: 25%;
}
.offset-md-4 {
    margin-left: 33.333333%;
}
.offset-md-5 {
    margin-left: 41.666667%;
}
.offset-md-6 {
    margin-left: 50%;
}
.offset-md-7 {
    margin-left: 58.333333%;
}
.offset-md-8 {
    margin-left: 66.666667%;
}
.offset-md-9 {
    margin-left: 75%;
}
.offset-md-10 {
    margin-left: 83.333333%;
}
.offset-md-11 {
    margin-left: 91.666667%;
}
}
@media (min-width: 992px) {
.col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}
.col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}
.col-lg-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}
.col-lg-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}
.col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
}
.col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.col-lg-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}
.col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
}
.col-lg-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}
.col-lg-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}
.col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
}
.col-lg-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}
.col-lg-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}
.col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
}
.order-lg-first {
    order: -1;
}
.order-lg-last {
    order: 13;
}
.order-lg-0 {
    order: 0;
}
.order-lg-1 {
    order: 1;
}
.order-lg-2 {
    order: 2;
}
.order-lg-3 {
    order: 3;
}
.order-lg-4 {
    order: 4;
}
.order-lg-5 {
    order: 5;
}
.order-lg-6 {
    order: 6;
}
.order-lg-7 {
    order: 7;
}
.order-lg-8 {
    order: 8;
}
.order-lg-9 {
    order: 9;
}
.order-lg-10 {
    order: 10;
}
.order-lg-11 {
    order: 11;
}
.order-lg-12 {
    order: 12;
}
.offset-lg-0 {
    margin-left: 0;
}
.offset-lg-1 {
    margin-left: 8.333333%;
}
.offset-lg-2 {
    margin-left: 16.666667%;
}
.offset-lg-3 {
    margin-left: 25%;
}
.offset-lg-4 {
    margin-left: 33.333333%;
}
.offset-lg-5 {
    margin-left: 41.666667%;
}
.offset-lg-6 {
    margin-left: 50%;
}
.offset-lg-7 {
    margin-left: 58.333333%;
}
.offset-lg-8 {
    margin-left: 66.666667%;
}
.offset-lg-9 {
    margin-left: 75%;
}
.offset-lg-10 {
    margin-left: 83.333333%;
}
.offset-lg-11 {
    margin-left: 91.666667%;
}
}
@media (min-width: 1200px) {
.col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}
.col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}
.col-xl-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}
.col-xl-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}
.col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
}
.col-xl-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.col-xl-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}
.col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
}
.col-xl-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}
.col-xl-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}
.col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
}
.col-xl-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}
.col-xl-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}
.col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
}
.order-xl-first {
    order: -1;
}
.order-xl-last {
    order: 13;
}
.order-xl-0 {
    order: 0;
}
.order-xl-1 {
    order: 1;
}
.order-xl-2 {
    order: 2;
}
.order-xl-3 {
    order: 3;
}
.order-xl-4 {
    order: 4;
}
.order-xl-5 {
    order: 5;
}
.order-xl-6 {
    order: 6;
}
.order-xl-7 {
    order: 7;
}
.order-xl-8 {
    order: 8;
}
.order-xl-9 {
    order: 9;
}
.order-xl-10 {
    order: 10;
}
.order-xl-11 {
    order: 11;
}
.order-xl-12 {
    order: 12;
}
.offset-xl-0 {
    margin-left: 0;
}
.offset-xl-1 {
    margin-left: 8.333333%;
}
.offset-xl-2 {
    margin-left: 16.666667%;
}
.offset-xl-3 {
    margin-left: 25%;
}
.offset-xl-4 {
    margin-left: 33.333333%;
}
.offset-xl-5 {
    margin-left: 41.666667%;
}
.offset-xl-6 {
    margin-left: 50%;
}
.offset-xl-7 {
    margin-left: 58.333333%;
}
.offset-xl-8 {
    margin-left: 66.666667%;
}
.offset-xl-9 {
    margin-left: 75%;
}
.offset-xl-10 {
    margin-left: 83.333333%;
}
.offset-xl-11 {
    margin-left: 91.666667%;
}
}
.d-none {
  display: none !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: flex !important;
}
.d-inline-flex {
  display: inline-flex !important;
}
@media (min-width: 576px) {
.d-sm-none {
    display: none !important;
}
.d-sm-inline {
    display: inline !important;
}
.d-sm-inline-block {
    display: inline-block !important;
}
.d-sm-block {
    display: block !important;
}
.d-sm-table {
    display: table !important;
}
.d-sm-table-row {
    display: table-row !important;
}
.d-sm-table-cell {
    display: table-cell !important;
}
.d-sm-flex {
    display: flex !important;
}
.d-sm-inline-flex {
    display: inline-flex !important;
}
}
@media (min-width: 768px) {
.d-md-none {
    display: none !important;
}
.d-md-inline {
    display: inline !important;
}
.d-md-inline-block {
    display: inline-block !important;
}
.d-md-block {
    display: block !important;
}
.d-md-table {
    display: table !important;
}
.d-md-table-row {
    display: table-row !important;
}
.d-md-table-cell {
    display: table-cell !important;
}
.d-md-flex {
    display: flex !important;
}
.d-md-inline-flex {
    display: inline-flex !important;
}
}
@media (min-width: 992px) {
.d-lg-none {
    display: none !important;
}
.d-lg-inline {
    display: inline !important;
}
.d-lg-inline-block {
    display: inline-block !important;
}
.d-lg-block {
    display: block !important;
}
.d-lg-table {
    display: table !important;
}
.d-lg-table-row {
    display: table-row !important;
}
.d-lg-table-cell {
    display: table-cell !important;
}
.d-lg-flex {
    display: flex !important;
}
.d-lg-inline-flex {
    display: inline-flex !important;
}
}
@media (min-width: 1200px) {
.d-xl-none {
    display: none !important;
}
.d-xl-inline {
    display: inline !important;
}
.d-xl-inline-block {
    display: inline-block !important;
}
.d-xl-block {
    display: block !important;
}
.d-xl-table {
    display: table !important;
}
.d-xl-table-row {
    display: table-row !important;
}
.d-xl-table-cell {
    display: table-cell !important;
}
.d-xl-flex {
    display: flex !important;
}
.d-xl-inline-flex {
    display: inline-flex !important;
}
}
@media print {
.d-print-none {
    display: none !important;
}
.d-print-inline {
    display: inline !important;
}
.d-print-inline-block {
    display: inline-block !important;
}
.d-print-block {
    display: block !important;
}
.d-print-table {
    display: table !important;
}
.d-print-table-row {
    display: table-row !important;
}
.d-print-table-cell {
    display: table-cell !important;
}
.d-print-flex {
    display: flex !important;
}
.d-print-inline-flex {
    display: inline-flex !important;
}
}
.flex-row {
  flex-direction: row !important;
}
.flex-column {
  flex-direction: column !important;
}
.flex-row-reverse {
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  flex-direction: column-reverse !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.flex-nowrap {
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.justify-content-start {
  justify-content: flex-start !important;
}
.justify-content-end {
  justify-content: flex-end !important;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.justify-content-around {
  justify-content: space-around !important;
}
.align-items-start {
  align-items: flex-start !important;
}
.align-items-end {
  align-items: flex-end !important;
}
.align-items-center {
  align-items: center !important;
}
.align-items-baseline {
  align-items: baseline !important;
}
.align-items-stretch {
  align-items: stretch !important;
}
.align-content-start {
  align-content: flex-start !important;
}
.align-content-end {
  align-content: flex-end !important;
}
.align-content-center {
  align-content: center !important;
}
.align-content-between {
  align-content: space-between !important;
}
.align-content-around {
  align-content: space-around !important;
}
.align-content-stretch {
  align-content: stretch !important;
}
.align-self-auto {
  align-self: auto !important;
}
.align-self-start {
  align-self: flex-start !important;
}
.align-self-end {
  align-self: flex-end !important;
}
.align-self-center {
  align-self: center !important;
}
.align-self-baseline {
  align-self: baseline !important;
}
.align-self-stretch {
  align-self: stretch !important;
}
@media (min-width: 576px) {
.flex-sm-row {
    flex-direction: row !important;
}
.flex-sm-column {
    flex-direction: column !important;
}
.flex-sm-row-reverse {
    flex-direction: row-reverse !important;
}
.flex-sm-column-reverse {
    flex-direction: column-reverse !important;
}
.flex-sm-wrap {
    flex-wrap: wrap !important;
}
.flex-sm-nowrap {
    flex-wrap: nowrap !important;
}
.flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
}
.justify-content-sm-start {
    justify-content: flex-start !important;
}
.justify-content-sm-end {
    justify-content: flex-end !important;
}
.justify-content-sm-center {
    justify-content: center !important;
}
.justify-content-sm-between {
    justify-content: space-between !important;
}
.justify-content-sm-around {
    justify-content: space-around !important;
}
.align-items-sm-start {
    align-items: flex-start !important;
}
.align-items-sm-end {
    align-items: flex-end !important;
}
.align-items-sm-center {
    align-items: center !important;
}
.align-items-sm-baseline {
    align-items: baseline !important;
}
.align-items-sm-stretch {
    align-items: stretch !important;
}
.align-content-sm-start {
    align-content: flex-start !important;
}
.align-content-sm-end {
    align-content: flex-end !important;
}
.align-content-sm-center {
    align-content: center !important;
}
.align-content-sm-between {
    align-content: space-between !important;
}
.align-content-sm-around {
    align-content: space-around !important;
}
.align-content-sm-stretch {
    align-content: stretch !important;
}
.align-self-sm-auto {
    align-self: auto !important;
}
.align-self-sm-start {
    align-self: flex-start !important;
}
.align-self-sm-end {
    align-self: flex-end !important;
}
.align-self-sm-center {
    align-self: center !important;
}
.align-self-sm-baseline {
    align-self: baseline !important;
}
.align-self-sm-stretch {
    align-self: stretch !important;
}
}
@media (min-width: 768px) {
.flex-md-row {
    flex-direction: row !important;
}
.flex-md-column {
    flex-direction: column !important;
}
.flex-md-row-reverse {
    flex-direction: row-reverse !important;
}
.flex-md-column-reverse {
    flex-direction: column-reverse !important;
}
.flex-md-wrap {
    flex-wrap: wrap !important;
}
.flex-md-nowrap {
    flex-wrap: nowrap !important;
}
.flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
}
.justify-content-md-start {
    justify-content: flex-start !important;
}
.justify-content-md-end {
    justify-content: flex-end !important;
}
.justify-content-md-center {
    justify-content: center !important;
}
.justify-content-md-between {
    justify-content: space-between !important;
}
.justify-content-md-around {
    justify-content: space-around !important;
}
.align-items-md-start {
    align-items: flex-start !important;
}
.align-items-md-end {
    align-items: flex-end !important;
}
.align-items-md-center {
    align-items: center !important;
}
.align-items-md-baseline {
    align-items: baseline !important;
}
.align-items-md-stretch {
    align-items: stretch !important;
}
.align-content-md-start {
    align-content: flex-start !important;
}
.align-content-md-end {
    align-content: flex-end !important;
}
.align-content-md-center {
    align-content: center !important;
}
.align-content-md-between {
    align-content: space-between !important;
}
.align-content-md-around {
    align-content: space-around !important;
}
.align-content-md-stretch {
    align-content: stretch !important;
}
.align-self-md-auto {
    align-self: auto !important;
}
.align-self-md-start {
    align-self: flex-start !important;
}
.align-self-md-end {
    align-self: flex-end !important;
}
.align-self-md-center {
    align-self: center !important;
}
.align-self-md-baseline {
    align-self: baseline !important;
}
.align-self-md-stretch {
    align-self: stretch !important;
}
}
@media (min-width: 992px) {
.flex-lg-row {
    flex-direction: row !important;
}
.flex-lg-column {
    flex-direction: column !important;
}
.flex-lg-row-reverse {
    flex-direction: row-reverse !important;
}
.flex-lg-column-reverse {
    flex-direction: column-reverse !important;
}
.flex-lg-wrap {
    flex-wrap: wrap !important;
}
.flex-lg-nowrap {
    flex-wrap: nowrap !important;
}
.flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
}
.justify-content-lg-start {
    justify-content: flex-start !important;
}
.justify-content-lg-end {
    justify-content: flex-end !important;
}
.justify-content-lg-center {
    justify-content: center !important;
}
.justify-content-lg-between {
    justify-content: space-between !important;
}
.justify-content-lg-around {
    justify-content: space-around !important;
}
.align-items-lg-start {
    align-items: flex-start !important;
}
.align-items-lg-end {
    align-items: flex-end !important;
}
.align-items-lg-center {
    align-items: center !important;
}
.align-items-lg-baseline {
    align-items: baseline !important;
}
.align-items-lg-stretch {
    align-items: stretch !important;
}
.align-content-lg-start {
    align-content: flex-start !important;
}
.align-content-lg-end {
    align-content: flex-end !important;
}
.align-content-lg-center {
    align-content: center !important;
}
.align-content-lg-between {
    align-content: space-between !important;
}
.align-content-lg-around {
    align-content: space-around !important;
}
.align-content-lg-stretch {
    align-content: stretch !important;
}
.align-self-lg-auto {
    align-self: auto !important;
}
.align-self-lg-start {
    align-self: flex-start !important;
}
.align-self-lg-end {
    align-self: flex-end !important;
}
.align-self-lg-center {
    align-self: center !important;
}
.align-self-lg-baseline {
    align-self: baseline !important;
}
.align-self-lg-stretch {
    align-self: stretch !important;
}
}
@media (min-width: 1200px) {
.flex-xl-row {
    flex-direction: row !important;
}
.flex-xl-column {
    flex-direction: column !important;
}
.flex-xl-row-reverse {
    flex-direction: row-reverse !important;
}
.flex-xl-column-reverse {
    flex-direction: column-reverse !important;
}
.flex-xl-wrap {
    flex-wrap: wrap !important;
}
.flex-xl-nowrap {
    flex-wrap: nowrap !important;
}
.flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
}
.justify-content-xl-start {
    justify-content: flex-start !important;
}
.justify-content-xl-end {
    justify-content: flex-end !important;
}
.justify-content-xl-center {
    justify-content: center !important;
}
.justify-content-xl-between {
    justify-content: space-between !important;
}
.justify-content-xl-around {
    justify-content: space-around !important;
}
.align-items-xl-start {
    align-items: flex-start !important;
}
.align-items-xl-end {
    align-items: flex-end !important;
}
.align-items-xl-center {
    align-items: center !important;
}
.align-items-xl-baseline {
    align-items: baseline !important;
}
.align-items-xl-stretch {
    align-items: stretch !important;
}
.align-content-xl-start {
    align-content: flex-start !important;
}
.align-content-xl-end {
    align-content: flex-end !important;
}
.align-content-xl-center {
    align-content: center !important;
}
.align-content-xl-between {
    align-content: space-between !important;
}
.align-content-xl-around {
    align-content: space-around !important;
}
.align-content-xl-stretch {
    align-content: stretch !important;
}
.align-self-xl-auto {
    align-self: auto !important;
}
.align-self-xl-start {
    align-self: flex-start !important;
}
.align-self-xl-end {
    align-self: flex-end !important;
}
.align-self-xl-center {
    align-self: center !important;
}
.align-self-xl-baseline {
    align-self: baseline !important;
}
.align-self-xl-stretch {
    align-self: stretch !important;
}
}
@font-face {
  font-family: Poppins;
  src: url(../fonts/Poppins-Regular.ttf);
}
@font-face {
  font-family: Roboto;
  src: url(../fonts/Roboto-Regular.ttf);
}
@font-face {
  font-family: Source Sans Pro;
  src: url(../fonts/SourceSansPro-Regular.ttf);
}
.message-blocks {
  margin-bottom: 20px;
  width: 100%;
}
.message-blocks .message-block-title {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    color: #26292B;
    margin-bottom: 15px;
}
.message-blocks .message-block-body {
    width: 100%;
    padding: 12px;
    background-color: #F4F4F4;
    box-shadow: 0 0 8.3871px rgba(244, 244, 244, 0.1);
    border-radius: 15px;
    margin-bottom: 10px;
}
.message-blocks .message-block-info-wrapper {
    width: -webkit-fill-available;
}
.message-blocks .message-block-text {
    font-size: 12px;
    line-height: 18px;
    text-transform: capitalize;
    color: #26292B;
}
.message-blocks .message-block-username {
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    text-transform: capitalize;
    color: #26292B;
}
.message-blocks .message-block-content {
    font-size: 10px;
    line-height: 15px;
    color: #9091A5;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 100px;
}
.message-blocks .message-block-percent {
    width: auto;
    text-align: right;
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    text-transform: capitalize;
    color: #56BD81;
}
.message-blocks.chat .message-block-body {
    display: flex;
    align-items: center;
}
.message-blocks.chat .message-block-body img {
      width: 40px;
      height: 40px;
      border-radius: 50%;
      margin-right: 10px;
}
.message-blocks.chat.leaderboard .message-block-body {
    background-color: transparent;
}
body {
  background-color: #EFF7FE;
  font-family: 'Poppins', serif;
  height: auto;
}
.container {
  padding-left: 0;
  padding-right: 0;
}
.homepage {
  display: flex;
}
button {
  background: transparent;
}
.content-wrapper {
  width: 100%;
  background: white;
  box-shadow: 0 2px 9px rgba(70, 166, 229, 0.2);
  border-radius: 25px 0 0 25px;
  display: flex;
}
.content-wrapper .content {
    width: 100%;
}
.content-wrapper .aside {
    width: 283px;
    flex-shrink: 0;
    background: #FBFBFB;
    border: 1px solid #E9EBEF;
    box-sizing: border-box;
    border-radius: 25px 0 0 25px;
    box-shadow: 0 2px 9px rgba(70, 166, 229, 0.2);
    padding: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.content-wrapper .aside-settings {
      width: 100%;
      text-align: right;
      margin-bottom: 40px;
}
.content-wrapper .aside-settings img {
        cursor: pointer;
}
.content-wrapper .aside-preview {
      display: inline-block;
      position: relative;
      margin-bottom: 60px;
}
.content-wrapper .aside-preview .avatar-border {
        width: 150px;
        height: 150px;
        position: relative;
        border-radius: 50%;
        background-image: linear-gradient(180deg, transparent 50%, #56BD81 50%), linear-gradient(90deg, transparent 50%, #56BD81 50%);
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 10px;
}
.content-wrapper .aside-preview .avatar-border img {
          width: 124px;
          height: 124px;
          border-radius: 50%;
          z-index: 1;
}
.content-wrapper .aside-preview .avatar-border:after {
          border-radius: 50%;
          display: block;
          content: "";
          background-color: #FBFBFB;
          position: absolute;
          left: 5px;
          top: 5px;
          width: 140px;
          height: 140px;
}
.content-wrapper .aside-preview .avatar-label {
        position: absolute;
        width: 30px;
        height: 30px;
        top: 13px;
        right: 13px;
        z-index: 1;
        background-color: #FBFBFB;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
}
.content-wrapper .aside-preview .avatar-label img {
          width: 24px;
          height: 24px;
          border-radius: 50%;
}
.content-wrapper .aside-preview .avatar-title .title {
        font-weight: 600;
        font-size: 18px;
        line-height: 27px;
        color: #26292B;
        text-align: center;
        margin-bottom: 5px;
}
.content-wrapper .aside-preview .avatar-title .subtitle {
        font-size: 12px;
        line-height: 18px;
        text-align: center;
        color: #9091A5;
}
.content-wrapper .aside-more a {
      font-family: Roboto, serif;
      font-style: normal;
      font-weight: normal;
      font-size: 11px;
      line-height: 13px;
      text-align: center;
      -webkit-text-decoration-line: underline;
              text-decoration-line: underline;
      text-transform: capitalize;
      color: #001C53;
      display: block;
}
.overall-score {
  border-radius: 10px;
  background: #D3F1E5;
  margin-bottom: 32px;
  width: 100%;
}
.overall-score-head {
    padding: 9px;
    background: #F4F4F4;
    border: 1.00847px dashed #B7C3D3;
    box-sizing: border-box;
    border-radius: 10px 10px 0 0;
}
.overall-score-head p {
      font-weight: 600;
      font-size: 10px;
      line-height: 11px;
      text-align: center;
      text-transform: uppercase;
      color: #454654;
}
.overall-score-body {
    text-align: center;
    padding: 16px;
}
.overall-score-body .title {
      font-weight: bold;
      font-size: 24px;
      line-height: 29px;
      text-align: center;
      text-transform: capitalize;
      color: #56BD81;
}
.overall-score-body > div > .radial-progress-container {
      margin: 0 auto 9px;
}
.dashboard {
  padding: 12px 30px;
}
.dashboard__charts-block {
    margin-top: 26px;
}
.dashboard .registration-text {
    text-align: left;
}
.dashboard .registration-text_subtitle {
      color: #26292B;
      font-family: 'Poppins', serif;
      font-size: 12px;
      line-height: 18px;
}
.header-top {
  justify-content: space-between;
  border-bottom: 1px solid #E9EBEF;
  padding: 0 30px 11px 30px;
  margin: 0 -30px 22px;
}
.header-top > * {
    margin-bottom: 5px;
}
.statistics-card {
  width: 100%;
  background: #F8FAFF;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 14px;
  box-sizing: border-box;
  margin-bottom: 30px;
}
.statistics-card__head-large {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    padding-top: 21px;
}
.statistics-card__head-large .caption {
      font-family: Poppins, serif;
      font-weight: 600;
      font-size: 18px;
      line-height: 27px;
      color: #26292B;
      margin-bottom: 5px;
}
.statistics-card > div {
    padding: 15px;
}
.btn-export {
  border: none;
  background: #00A8EB;
  border-radius: 5px;
  font-family: Roboto, serif;
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 13px;
  text-transform: capitalize;
  color: white;
  cursor: pointer;
  padding: 10px 15px;
}
.button-transparent {
  background-color: transparent;
  border: none;
  color: #00A8EB;
  font-family: 'Poppins', serif;
}
.dashed-card .card-head {
  border-bottom: 1px dashed #B7C3D3;
}
.dashed-body {
  display: flex;
  padding-bottom: 15px;
}
.dashed-foot {
  border-top: 1px dashed #B7C3D3;
  display: flex;
}
.dashed-foot__score {
    width: 50%;
}
.dashed-foot__score-title {
      font-weight: 500;
      font-size: 10px;
      line-height: 15px;
      text-transform: capitalize;
      color: #B5B5B5;
}
.dashed-foot__score-number {
      font-weight: 600;
      font-size: 20px;
      line-height: 24px;
      color: #454654;
      font-family: 'Source Sans Pro', serif;
}
.card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 15px;
}
.card-head .title {
    display: flex;
    align-items: center;
}
.card-head .title > img {
      width: 20px;
      height: 20px;
      margin-right: 5px;
}
.card-head .title > p {
      font-weight: 600;
      font-size: 14px;
      line-height: 21px;
      color: #26292B;
}
.input-search {
  width: 232px;
  background: #FAFBFC;
  border-radius: 10px;
  padding: 8px 8px 8px 36px;
  border: none;
  outline: none;
  font-family: 'Poppins', serif;
}
.input-search::-moz-placeholder {
    color: #B7C3D3;
}
.input-search:-ms-input-placeholder {
    color: #B7C3D3;
}
.input-search::placeholder {
    color: #B7C3D3;
}
.input-search-wrap {
    position: relative;
}
.input-search-wrap:before {
      content: '';
      background-image: url(../img/MagnifyingGlass.svg);
      position: absolute;
      top: calc(50% - 9px);
      left: 9px;
      width: 16.67px;
      height: 16.67px;
}
.btn-default {
  font-family: Poppins, serif;
  font-size: 10px;
  line-height: 15px;
  text-transform: capitalize;
  color: #001C53;
  padding: 8.5px 15px;
  border: 1px solid #001C53;
  box-sizing: border-box;
  border-radius: 5px;
  display: flex;
  align-items: center;
}
.btn-default img {
    margin-right: 5px;
}
.breadcrumb li {
  font-weight: 600;
  font-size: 13px;
  line-height: 19px;
  margin-bottom: 5px;
  color: #244C8A;
}
.breadcrumb li span {
    color: #8E8E8E;
    margin-left: 5px;
}
.section-caption {
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
  color: #26292B;
}
.section-head {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.section-head > * {
    margin-bottom: 5px;
}
.section-buttons {
  display: flex;
  align-items: center;
}
.section-buttons > *:not(:first-child) {
    margin-left: 14px;
}
.section-subtitle {
  color: #26292B;
}
.section-subtitle, .section-subtitle > .btn-plain-text {
  font-family: 'Poppins', serif;
  font-size: 12px;
  line-height: 18px;
}
.section-subtitle button, .section-subtitle > .btn-plain-text button {
    margin-left: 5px;
}
.section-subtitle button.btn-plain-text, .section-subtitle > .btn-plain-text button.btn-plain-text {
      text-decoration: underline;
      padding: 0;
}
.default-datepicker .mx-input {
  min-width: 204px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid #001C53;
  box-sizing: border-box;
  border-radius: 5px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Poppins, serif;
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 15px;
  display: flex;
  align-items: center;
  text-align: center;
  text-transform: capitalize;
  color: #001C53;
  box-shadow: none;
}
.default-datepicker .mx-input:hover, .default-datepicker .mx-input:focus {
    border-color: #001C53;
}
.default-datepicker .mx-input-wrapper:before {
    content: '';
    background-image: url(../img/Calendar.svg);
    position: absolute;
    top: calc(50% - 12px);
    left: 20px;
    width: 24px;
    height: 24px;
}
.default-datepicker .mx-input-wrapper:after {
    content: '';
    background-image: url(../img/arrow-down.svg);
    position: absolute;
    top: calc(50% - 3px);
    right: 20px;
    width: 9px;
    height: 6px;
}
.default-datepicker .mx-input-wrapper:hover .mx-icon-calendar, .default-datepicker .mx-input-wrapper:hover .mx-icon-clear, .default-datepicker .mx-input-wrapper:focus .mx-icon-calendar, .default-datepicker .mx-input-wrapper:focus .mx-icon-clear {
    display: none;
}
.default-datepicker .mx-datepicker {
  width: unset;
}
.default-datepicker .mx-datepicker-range {
    width: unset;
}
.default-datepicker .mx-icon-calendar, .default-datepicker .mx-icon-clear {
  display: none;
}
.week-datepicker .mx-input {
  border: none;
  font-family: Poppins, serif;
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 15px;
  display: flex;
  align-items: center;
  text-align: center;
  text-transform: capitalize;
  color: #001C53;
  box-shadow: none;
  padding-left: 0;
  padding-right: 0;
  background: transparent;
}
.week-datepicker .mx-input:hover, .week-datepicker .mx-input:focus {
    border-color: transparent;
}
.week-datepicker .mx-input-wrapper:after {
    content: '';
    background-image: url(../img/arrow-down.svg);
    position: absolute;
    top: calc(50% - 3px);
    right: 5px;
    width: 9px;
    height: 6px;
}
.week-datepicker .mx-input-wrapper:hover .mx-icon-calendar, .week-datepicker .mx-input-wrapper:hover .mx-icon-clear, .week-datepicker .mx-input-wrapper:focus .mx-icon-calendar, .week-datepicker .mx-input-wrapper:focus .mx-icon-clear {
    display: none;
}
.week-datepicker .mx-datepicker {
  width: 100px;
}
.week-datepicker .mx-icon-calendar, .week-datepicker .mx-icon-clear {
  display: none;
}
.radial-progress-bar {
  margin-right: 15px;
}
.radial-progress-bar .stroke {
    font-family: 'Source Sans Pro', serif;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #80CA21;
}
.radial-progress-bar .total {
    font-weight: 500;
    font-size: 10px;
    line-height: 15px;
    color: #9091A5;
}
.radial-progress-bar-caption {
    padding-top: 5px;
}
.radial-progress-bar-caption-title {
      font-size: 12px;
      line-height: 18px;
      text-transform: capitalize;
      color: #9091A5;
}
.radial-progress-bar-caption-number {
      font-family: 'Source Sans Pro', serif;
      font-style: normal;
      font-weight: bold;
      font-size: 22px;
      line-height: 26px;
      color: #454654;
}
.radial-progress-bar-caption svg {
      margin: -5px;
}
.card-progress {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.card-progress .radial-progress-bar {
    margin-right: 0;
}
.card-progress__text-title {
    font-size: 14px;
    line-height: 21px;
    text-transform: capitalize;
    color: #9091A5;
    margin-bottom: 8px;
}
.card-progress__text-number {
    font-family: Source Sans Pro, serif;
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    line-height: 26px;
    color: #454654;
}
.card-progress.vertical {
    flex-direction: column-reverse;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 80px;
}
.card-progress.vertical .card-progress__text {
      display: flex;
      flex-direction: column-reverse;
      margin-top: 30px;
}
.card-progress.vertical .card-progress__text-title {
        font-size: 12px;
        line-height: 18px;
}
.card-progress.vertical .card-progress__text-number {
        font-size: 30px;
        line-height: 36px;
        margin-bottom: 7px;
}
.card-progress.vertical .radial-progress-bar .stroke {
      font-size: 22px;
      line-height: 26px;
}
.card-progress.vertical .radial-progress-bar .total {
      font-size: 13px;
      line-height: 19px;
}
.select-default .vs__search, .select-default .vs__search:focus, .select-default .vs__selected, .select-default .vs__dropdown-menu {
  font-family: Poppins, serif;
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 15px;
  color: #001C53;
}
.select-default .vs__search, .select-default .vs__search:focus {
  width: 103px;
}
.select-default .vs__selected {
  position: absolute;
  padding-left: 10px;
}
.select-default .vs__actions {
  position: absolute;
  right: 13px;
  top: calc(50% - 3px);
  width: 9px;
  height: 6px;
}
.select-default .vs__actions:after {
    content: '\02C7';
    display: block;
    font-size: 26px;
    height: 26px;
    color: #001C53;
}
.select-default .vs__actions .vs__clear {
    display: none;
}
.select-default .vs__actions .vs__open-indicator {
    display: none;
}
.select-default .vs__dropdown-menu {
  min-width: unset;
}
.select-default .vs__dropdown-menu li {
    padding-left: 15px;
}
.select-default .vs__dropdown-toggle {
  border: 1px solid #001C53;
}
.select-align-left .vs__dropdown-menu {
  min-width: unset;
}
.select-align-left .vs__dropdown-menu li {
    padding-left: 20px;
    text-align: left;
}
.doughnut-card .dashed-foot {
  display: block;
}
.doughnut-card .dashed-foot__score-title {
    font-weight: 600;
    font-size: 13px;
    line-height: 19px;
    text-transform: uppercase;
}
.doughnut-card .dashed-foot__score-number {
    font-weight: bold;
    font-size: 24.2105px;
    line-height: 29px;
    color: #454654;
}
.doughnut-card .dashed-foot__headlining {
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    color: #26292B;
    margin-bottom: 8px;
}
.doughnut-card .dashed-foot__blocks {
    display: flex;
}
.card-doughnut__legend-title {
  font-family: Poppins, serif;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
  display: flex;
  margin-bottom: 10px;
  align-items: center;
  color: #26292B;
}
.card-doughnut-graphic {
  display: inline-flex;
  flex-wrap: wrap;
  position: relative;
  align-items: flex-start;
}
.card-doughnut-graphic-wrapper {
    position: relative;
    margin: 0 30px;
}
.card-doughnut-graphic-text {
    position: absolute;
    top: calc(50% - 22px);
    left: 30px;
    width: calc(100% - 60px);
    text-align: center;
}
.card-doughnut-graphic-text-title {
      font-weight: bold;
      font-size: 24.2105px;
      line-height: 29px;
      color: #454654;
}
.card-doughnut-graphic-text-subtitle {
      font-family: Roboto, serif;
      font-size: 13.4503px;
      line-height: 16px;
      color: #B5B5B5;
}
.linear-legend > ul li, .doughnut-legend > ul li {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
.linear-legend > ul li p, .doughnut-legend > ul li p {
    font-family: Poppins, serif;
    font-size: 12px;
    line-height: 18px;
    text-transform: capitalize;
    color: #9091A5;
}
.linear-legend > ul li span, .doughnut-legend > ul li span {
    margin-right: 5px;
}
.stacked-legend > ul > li {
  display: flex;
  justify-content: space-between;
}
.stacked-legend > ul > li p {
    font-size: 12px;
    line-height: 18px;
    text-align: right;
    text-transform: capitalize;
    color: #26292B;
    font-family: 'Poppins', serif;
}
.stacked-legend > ul > li p.font-weight-light {
      opacity: 0.8;
}
.stacked-legend > ul > li > div {
    display: flex;
    align-items: center;
}
.stacked-legend > ul > li > div p {
      font-weight: 500;
      opacity: 1;
}
.stacked-legend > ul > li span {
    width: 20px;
    display: block;
    height: 10px;
    border-radius: 5px;
    margin-right: 5px;
}
.linear-legend > ul {
  display: flex;
}
.linear-legend > ul li:not(:first-child) {
    margin-left: 30px;
}
.stacked-card-wrapper {
  margin-top: -15px;
}
.auth-container {
  min-height: 500px;
  background: #FFFFFF;
  box-shadow: 0 2px 9px rgba(70, 166, 229, 0.2);
  border-radius: 20px;
  margin: 48px auto;
}
@media screen and (min-width: 476px) {
.auth-container {
      width: 94vw;
}
}
.image-upload {
  width: 200px;
  height: 200px;
  padding: 0;
  border-radius: 50%;
  flex-shrink: 0;
  margin-right: 30px;
}
.image-upload:hover {
    background-color: #ffffff;
}
.image-upload .subtitle {
    font-family: Poppins, serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    text-transform: capitalize;
    display: block;
    color: #B7C3D3;
}
.image-upload .subtitle > span {
      color: #00A8EB;
      text-decoration: underline;
}
.image-upload.dropzone {
    border: 1px dashed #B7C3D3;
}
.image-upload.dropzone.dz-clickable.dz-started.dz-max-files-reached {
      border: none;
}
.image-upload .dz-progress {
    display: none;
}
.image-upload .dz-preview.dz-image-preview {
    margin: 0;
    width: 100%;
}
.image-upload .dz-preview.dz-image-preview img {
      width: 100%;
}
.image-upload .dz-preview.dz-image-preview > div:not(.dz-progress) {
      border-radius: 50%;
}
.image-upload .dz-details {
    padding: 30px !important;
}
.image-upload .dz-remove {
    margin: 30px !important;
}
.btn-submit {
  background: #00A8EB;
  border-radius: 5px;
  font-family: Poppins, serif;
  font-size: 13px;
  line-height: 19px;
  text-transform: capitalize;
  color: white;
  padding: 12px;
  border: none;
  min-width: 118px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  cursor: pointer;
}
.btn-submit img {
    margin-left: 5px;
}
.btn-submit.btn-style-green {
    background: #56BD81;
}
.btn-eye-close {
  border: none;
  background: transparent;
}
.btn-plain-text {
  font-family: 'Poppins', serif;
  font-size: 10px;
  line-height: 15px;
  color: #26292B;
  cursor: pointer;
  border: none;
  background-color: transparent;
}
.btn-plain-text img {
    margin: 0 5px;
}
.error-text {
  color: #D45853;
  font-size: 12px;
}
.login-links {
  text-decoration: none;
  font-size: 10px;
  line-height: 15px;
  text-align: center;
  color: #26292B;
  cursor: pointer;
  margin-bottom: 15px;
}
.policy-checkbox label {
  display: flex;
}
.policy-checkbox label a {
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    color: #26292B;
    margin-bottom: 5px;
    padding: 0 3px;
    text-decoration: underline;
}
.policy-checkbox label:before {
    content: '';
    width: 17px;
    height: 17px;
    background: #f2f2f2;
    border: 1px solid rgba(75, 101, 132, 0.3);
    display: inline-block;
    margin-right: 16px;
    border-radius: 3.1875px;
}
.policy-checkbox input[type="checkbox"] {
  visibility: hidden;
  position: absolute;
}
.policy-checkbox input[type="checkbox"]:checked ~ label:before {
  background: #244C8A no-repeat center;
  background-size: 8px 8px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJCAYAAADgkQYQAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAABnSURBVHgBfZBdDYAwDIT7gAAkVAJSkIAEHCBlEpCABCRMAjgo19Am25L2ksua7OsvUSIROWGeEuDAs8JvBLD8qhpHUDVoa7MKPHsbA8o4nOqGF4ufro1WaMq79mhQBy9KVma/y/j3AXYMgjLlyYz8AAAAAElFTkSuQmCC);
}
.buttons-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.image-upload .dropzone .dz-preview {
  margin: 0;
}
.image-upload .dz-details {
  background-color: #00A8EB;
}
.image-upload .dz-details > * {
    display: none;
}
.image-upload.vue-dropzone > .dz-preview .dz-remove {
  bottom: 25%;
  width: -webkit-fill-available;
}
.image-upload.dropzone .dz-preview.dz-file-preview .dz-image, .image-upload.dropzone .dz-preview.dz-file-preview .dz-details {
  border-radius: 50%;
}
.image-upload.dropzone .dz-preview.dz-file-preview .dz-details {
  border-radius: 50%;
}
.image-upload.vue-dropzone > .dz-preview .dz-image img:not([src]) {
  border-radius: 50%;
  height: 200px;
  width: 200px;
}
.image-upload.dropzone .dz-preview .dz-image {
  border-radius: 50%;
  width: 200px;
  height: 200px;
}
.image-upload.dropzone .dz-preview {
  margin: 0;
}
.text-bold {
  font-weight: 600;
}
table.plain_table {
  margin-bottom: 15px;
  border-collapse: separate;
  width: 100%;
}
table.plain_table thead th {
    padding: 12px 10px;
    text-align: left;
    font-weight: 500;
    font-size: 10px;
    line-height: 15px;
    text-transform: uppercase;
    color: #97A6BC;
    background-color: #F8FAFF;
    border-top: 1px solid #E2ECF5;
    border-bottom: 1px solid #E2ECF5;
}
table.plain_table thead th:first-child {
      border-radius: 15px 0 0 0;
      border-left: 1px solid #E2ECF5;
}
table.plain_table thead th:last-child {
      border-radius: 0 15px 0 0;
      border-right: 1px solid #E2ECF5;
}
table.plain_table tbody td {
    padding: 10px;
    border: 1px solid #E2ECF5;
    vertical-align: middle;
}
table.plain_table tbody td > input, table.plain_table tbody td .vs__selected, table.plain_table tbody td .vs__search {
      border: none;
      margin: 0;
      padding: 0;
      outline: none;
      font-family: Poppins, serif;
      font-size: 10px;
      line-height: 15px;
      color: #001C53;
}
table.plain_table tbody td .registration-form_input-wrapper {
      margin-bottom: 0;
}
table.plain_table tbody td .registration-form_input-wrapper .select-default .vs__actions:after {
        color: #97A6BC;
}
table.plain_table tbody td .registration-form_input-wrapper .select-default .vs__dropdown-toggle {
        border: none;
        background-color: transparent;
}
table.plain_table tbody td button {
      border: none;
      background-color: transparent;
      width: -webkit-max-content;
      width: -moz-max-content;
      width: max-content;
      padding-left: 0;
      padding-right: 0;
}
table.plain_table tbody td button img {
        width: 100%;
}
table.plain_table tbody td.first_name > *, table.plain_table tbody td.last_name > *, table.plain_table tbody td.team_name > * {
      width: 128px;
      line-height: 1px;
}
table.plain_table tbody td.email > * {
      width: 153px;
}
table.plain_table tbody td.job_title > * {
      width: 78px;
}
table.plain_table tbody td.toggle-save > * {
      width: 30px;
}
table.plain_table tbody td > .registration-form_input-wrapper {
      width: 88px;
}
table.plain_table tbody td > .registration-form_input-wrapper .vs__dropdown-toggle {
        padding: 0;
}
table.plain_table tbody td * {
      font-size: 10px;
      font-family: Poppins, serif;
}
table.plain_table tbody tr.employee__editable button.btn-plain-text.save {
    color: #00A8EB;
}
table.plain_table tbody tr.employee__saved td * {
    color: #97A6BC;
}
.green-colored {
  color: #56BD81;
}
.button-style-underlined {
  text-decoration: underline;
}
.button-style-align {
  display: flex;
  align-items: center;
  justify-content: center;
}
.button-style-blue {
  border-color: #00A8EB;
  color: #00A8EB;
}
.text-style-title {
  color: #26292B;
  font-family: Poppins, serif;
  font-size: 12px;
  line-height: 18px;
}
.auth-image__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  position: relative;
}
@media screen and (min-width: 685px) {
.auth-image__wrapper > span {
      position: absolute;
      right: 96px;
}
}
.error-field {
  box-shadow: 0 0 4px #D45853;
}
.error-placeholder::-moz-placeholder {
  color: #D45853;
}
.error-placeholder:-ms-input-placeholder {
  color: #D45853;
}
.error-placeholder::placeholder {
  color: #D45853;
}
.alert-danger {
  text-align: center;
}
.alert-danger .registration-text {
    padding: 80px 10px;
}
.alert-danger .registration-text_title {
      padding-bottom: 30px;
}
.alert-danger .registration-text_subtitle {
      color: #26292B;
}
.alert-danger .registration-text_subtitle .btn-plain-text {
        color: #00A8EB;
        display: inline-flex;
        align-items: center;
}
.alert-danger .registration-text_subtitle .btn-plain-text svg {
          height: 15px;
}
.alert-danger .registration-text_subtitle .btn-plain-text svg path {
            stroke: #00A8EB;
}
.text-style-dark {
  color: #001C53;
}
.company-modal .form-wrapper {
  padding: 20px;
}
.btn-margin {
  margin-top: 20px;
}
@media screen and (min-width: 1440px) {
.width-container {
    width: 1440px;
    margin: auto;
}
}
@media screen and (min-width: 1120px) {
.auth-container {
    width: 1120px;
}
}
@media screen and (max-width: 1120px) {
.plain_table-wrapper {
    width: calc(94vw - 50px);
    overflow: auto;
}
}
@media screen and (min-width: 700px) {
.registration-steps {
    width: 660px;
}
}
@media screen and (max-width: 699px) {
.registration-steps {
    padding: 0 20px;
}
.vm--modal {
    height: auto !important;
}
.choose-upload-type {
    width: 82vw;
}
}
@media screen and (max-width: 510px) {
.employees__bottom {
    display: block;
}
.registration-form_wrapper {
    flex-wrap: wrap;
    justify-content: center;
}
.registration-form_half-wrapper {
    width: 100%;
}
.registration-steps .image-upload {
    margin-right: 0;
    margin-bottom: 20px;
}
.registration-steps .buttons-flex {
    margin-bottom: 10px;
}
.registration-steps .policy-checkbox label {
    flex-wrap: wrap;
}
.registration-steps .wizard-tab-container .registration-text_title {
    font-size: 16px;
}
.registration-steps .wizard-footer-right {
    flex-wrap: wrap;
}
.registration-steps .wizard-navigation {
    padding-top: 190px;
}
.vm--modal {
    top: 20px !important;
}
.auth-image__wrapper {
    flex-wrap: wrap;
    flex-direction: column-reverse;
}
.choose-upload-type {
    width: 82vw;
    justify-content: center;
}
.choose-upload-type__item {
      margin: 0 20px 20px 20px;
}
}
@media screen and (max-width: 475px) {
.auth-container {
    margin: 0;
    min-height: 100vh;
    border-radius: 0;
}
.auth-container .plain_table-wrapper {
      width: calc(100vw - 50px);
}
}
@media screen and (max-width: 375px) {
.authorization .btn-submit {
    min-width: 100%;
}
.dropzone-upload-csv .section-head {
    justify-content: center;
}
}
@media screen and (max-width: 340px) {
.login, .authorization {
    padding: 0 20px;
}
}
button:disabled, button.disabled {
  opacity: 0.7;
  cursor: not-allowed;
  pointer-events: all !important;
}

