@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  src: local("Lato Light"), local("Lato-Light"), url("../../../fonts/lato-v14-latin-300.woff2") format("woff2"), url("../../../fonts/lato-v14-latin-300.woff") format("woff");
}

@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: local("Lato Regular"), local("Lato-Regular"), url("../../../fonts/lato-v14-latin-regular.woff2") format("woff2"), url("../../../fonts/lato-v14-latin-regular.woff") format("woff");
}

@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: local("Lato Bold"), local("Lato-Bold"), url("../../../fonts/lato-v14-latin-700.woff2") format("woff2"), url("../../../fonts/lato-v14-latin-700.woff") format("woff");
}

@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 900;
  src: local("Lato Black"), local("Lato-Black"), url("../../../fonts/lato-v14-latin-900.woff2") format("woff2"), url("../assets/fonts/lato-v14-latin-900.woff") format("woff");
}

html,
body {
  height: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

body {
  margin: 0;
  background-color: #262e38;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  line-height: 1.25;
}

article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

*,
*:focus {
  outline: none;
}

*::-moz-focus-inner {
  border: 0 none;
}

::-moz-selection {
  background: #b3c2bf;
  color: white;
}

::selection {
  background: #b3c2bf;
  color: white;
}

input[type='search']::-webkit-search-decoration,
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-results-button,
input[type='search']::-webkit-search-results-decoration {
  display: none;
}

[hidden] {
  display: none;
}

a {
  color: #5da1ff;
  text-decoration: none;
}

a:focus,
a:hover,
a:active {
  text-decoration: none;
  outline: none;
  cursor: pointer;
}

img {
  display: block;
}

textarea {
  resize: vertical;
}

hr {
  display: block;
  height: 1px;
  border: 0 none;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

table {
  border-collapse: collapse;
}

tr.selected {
  background-color: #ffd08c;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

.wrapper {
  position: relative;
  min-width: 980px;
  height: 100%;
  overflow-x: hidden;
}

.main {
  margin-left: 240px;
  padding: 30px;
  min-height: calc(100% - 100px);
  background-color: #fff;
  -webkit-transition: margin 350ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: margin 350ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* ERROR AND SUCCESS message styling */
section.Messages {
    margin-bottom: 1em;
}

section.Messages>.errorMessage {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  color: #d90000;
  background-color: transparent;
  font-size: 18px;
  border: 0;
  cursor: pointer;
}

section.Messages>.errorMessage span {
  /* margin-left: 17px; */
}

section.Messages>.successMessage {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  color: #04b400;
  background-color: transparent;
  font-size: 18px;
  border: 0;
  cursor: text;
}

.section.Messages>.successMessage span {
 //margin-left: 17px;
}

.section.Messages>.successMessage span pre {
    display: inline-block;
    background-color: #FFDA4E;
    padding: 2px;
    color: black;
}


.Sidebar--min .main {
  margin-left: 80px;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.flexbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.flexbox-inline {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}

.flex50 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}

.heading {
  margin: 0;
  color: #5da1ff;
  font-size: 24px;
  font-weight: 300;
}

.mb30 {
  margin-bottom: 30px;
}

.mr10 {
  margin-right: 10px;
}

.ml10 {
  margin-left: 10px;
}

.Switch {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  white-space: nowrap;
}

.Switch__input {
  display: none;
}

.Switch__input:checked + .Switch__switcher::before {
  background-color: #7c8a9c;
}

.Switch__input:checked + .Switch__switcher::before {
  left: 18px;
}

.Switch__switcher {
  position: relative;
  width: 42px;
  height: 26px;
  border: 2px solid #455161;
  border-radius: 40px;
  cursor: pointer;
}

.Switch__switcher:before {
  position: absolute;
  left: 2px;
  top: 2px;
  width: 18px;
  height: 18px;
  background: #455161;
  border-radius: 50%;
  -webkit-transition: .2s;
  transition: .2s;
  content: '';
}

.Switch__label {
  margin-left: 10px;
  color: #7c8a9c;
  font-size: 10px;
}

.Switch__label a {
  color: #5da1ff;
}

.Select {
  position: relative;
  width: 140px;
  padding: 0 5px;
  border: 1px solid #ddd;
  border-radius: 20px;
  overflow: hidden;
}

.Select__select {
  width: 100%;
  height: 40px;
  color: #ddd;
  background-color: transparent;
  font-size: 12px;
  border: 0;
}

.Select__arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  width: 35px;
  height: 40px;
  background-color: #fff;
}

.InputLogin {
  width: 100%;
  max-width: 220px;
  height: 30px;
  padding: 0 17px;
  font-size: 16px;
  color: #7c8a9c;
  background-color: #4d5b6c;
  border: 0;
  border-radius: 20px;
  -webkit-box-shadow: inset 0 1px 3px #262e38;
  box-shadow: inset 0 1px 3px #262e38;
}

.InputLogin::-webkit-input-placeholder {
  color: #7c8a9c;
}

.InputLogin:-ms-input-placeholder {
  color: #7c8a9c;
}

.InputLogin::-ms-input-placeholder {
  color: #7c8a9c;
}

.InputLogin::placeholder {
  color: #7c8a9c;
}

.InputSearch {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 220px;
  height: 30px;
  padding-left: 17px;
  font-size: 16px;
  background-color: #4d5b6c;
  border: 0;
  border-radius: 20px;
  -webkit-box-shadow: inset 0 1px 3px #262e38;
  box-shadow: inset 0 1px 3px #262e38;
  overflow: hidden;
}

.InputSearch__input {
  padding-right: 6px;
  color: #7c8a9c;
  background-color: transparent;
  border: 0;
}

.InputSearch__input::-webkit-input-placeholder {
  color: #7c8a9c;
}

.InputSearch__input:-ms-input-placeholder {
  color: #7c8a9c;
}

.InputSearch__input::-ms-input-placeholder {
  color: #7c8a9c;
}

.InputSearch__input::placeholder {
  color: #7c8a9c;
}

.InputSearch__btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 30px;
  height: 30px;
  padding: 0;
  background-color: transparent;
  border: 0;
  cursor: pointer;
}

.InputAdd, .InputEdit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.InputAdd svg, .InputEdit svg {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 20px;
}

.InputAdd__input, InputEdit__input {
  width: 100%;
  max-width: 300px;
  height: 40px;
  padding: 0 20px;
  background-color: #fff;
  font-size: 18px;
  border: 1px solid #ddd;
  border-radius: 20px;
}

.InputAdd__input::-webkit-input-placeholder, .InputEdit__input::-webkit-input-placeholder {
  color: #ddd;
}

.InputAdd__input:-ms-input-placeholder, .InputEdit__input:-ms-input-placeholder {
  color: #ddd;
}

.InputAdd__input::-ms-input-placeholder, .InputEdit__input::-ms-input-placeholder{
  color: #ddd;
}

.InputAdd__input::placeholder, .InputEdit__input::placeholder {
  color: #ddd;
}

.ButtonLogin {
  display: inline-block;
  width: 100%;
  max-width: 220px;
  height: 30px;
  color: #7a8a9f;
  background-color: #4d5b6c;
  font-size: 18px;
  border: 1px solid #414d5b;
  border-radius: 20px;
  -webkit-box-shadow: 0 2px 4px 2px rgba(22, 27, 34, 0.66);
  box-shadow: 0 2px 4px 2px rgba(22, 27, 34, 0.66);
  cursor: pointer;
}

.ButtonAdd, .ButtonEdit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  color: #ddd;
  background-color: transparent;
  font-size: 18px;
  border: 0;
  cursor: pointer;
}

.ButtonAdd span, .ButtonEdit span {
  margin-left: 17px;
}

.Button {
  min-width: 160px;
  height: 44px;
  padding: 0 20px;
  font-size: 14px;
  text-transform: uppercase;
  border-radius: 22px;
  cursor: pointer;
}

.Button--default {
  color: #222;
  background-color: #fafafa;
  border: 1px solid #dddddd;
}

.Button--list-action {
  color: #222;
  background-color: #fafafa;
  border: 1px solid #dddddd;

  min-width: 140px;
  height: 34px;
  padding: 0 10px;
  font-size: 12px;
}

.Button--primary {
  color: #fff;
  background-color: #5da1ff;
  text-shadow: 0 0 3px rgba(0, 37, 85, 0.5);
  -webkit-box-shadow: 2px 2px 4px rgba(0, 37, 85, 0.5);
  box-shadow: 2px 2px 4px rgba(0, 37, 85, 0.5);
  border: 0;
}

.ButtonIcon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 0;
  background-color: transparent;
  border: 0;
  cursor: pointer;
}

/* Django really wants to output some kind of block container for form elements */
form.inline-create-form, form.inline-edit-form {
    justify-content: flex-start;
}

form.inline-create-form p, form.inline-edit-form p {
    margin: 0;
    padding: 0;
    padding-right: 1em;
}

form.inline-create-form, form.inline-edit-form {}

form.inline-create-form ul, form.inline-edit-form ul {
    margin: 0;
    padding: 0;
}

form.inline-create-form ul li, form.inline-edit-form ul li {
    margin: 0;
    padding: 0;
}

form.inline-create-form input[type=text], form.inline-edit-form input[type=text] {
    margin-right: 1em;
}

form.inline-create-form .ButtonIcon--inline-create-form, form.inline-edit-form .ButtonIcon--inline-edit-form {
    background-color: transparent;
    border: 0;
    margin-right: 1em;
}

form ul {
    list-style: none;
}

form ul li {
    margin-bottom: .2em;
}

form ul.share {
  columns: 3;
  -webkit-columns: 3;
  -moz-columns: 3;
}

.Checkbox {
  display: inline-block;
  position: relative;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.Checkbox--disabled {
  cursor: auto;
  pointer-events: none;
}

.Checkbox--disabled .Checkbox__switcher {
  background-color: #ddd;
  border-color: #ddd;
}

.Checkbox__input {
  display: none;
}

.Checkbox__input:checked + .Checkbox__switcher {
  border-color: #4e5b6c;
}

.Checkbox__input:checked + .Checkbox__switcher:after {
  content: '';
  display: block;
  position: absolute;
  top: 3px;
  left: 2px;
  height: 7px;
  width: 13px;
  border-bottom: 2px solid #424d5b;
  border-left: 2px solid #424d5b;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.Checkbox__switcher {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background: #fafafa;
  border: 2px solid #424d5b;
}

.Header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;

  height: 100px;
}

.Header__logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  width: 240px;
  height: 100px;
  background-color: #1d232b;

  position: fixed;
}

.Header__logo img {
    width: 180px;
    height: auto;
}

.Hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: calc(100% - 100px);
  color: #fff;
}

.Hero__left {
  width: 61.11111%;
  min-height: 920px;
}

.Hero__top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 37%;
  padding: 0 10px;
  background-color: #5da1ff;
}

.Hero__tagline h1 {
  margin: 0;
  font-size: 48px;
  font-weight: 300;
}

.Hero__tagline h2 {
  margin-top: 16px;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 300;
}

.Hero__middle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 26%;
  background-color: #ddd;
}

.Hero__details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 66%;
}

.Hero__detail {
  color: #1d232b;
  font-size: 18px;
  font-weight: 500;
}

.Hero__img1 {
  width: 34%;
  background-image: url(../assets/images/hero-img-middle.jpg);
  background-size: cover;
  background-position: center;
}

.Hero__bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 37%;
  background-color: #1c222b;
}

.Hero__img2 {
  width: 66%;
  background-image: url(../assets/images/hero-img-bottom.jpg);
  background-size: cover;
  background-position: center;
}

.Hero__try {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 34%;
  padding: 90px 10px 0;
}

.Hero__q {
  margin-bottom: 26px;
  color: #5da1ff;
  font-size: 24px;
  font-weight: 500;
}

.Hero__a {
  margin-bottom: 40px;
  color: #fff;
  font-size: 24px;
  font-weight: 300;
}

.Hero__signup {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.Hero__signup span {
  margin-right: 16px;
}

.Hero__right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 38.88889%;
  padding: 154px 20px 60px;
}

.HeaderNav {
  margin-left: auto;
  padding-right: 20px;
}

.HeaderNav__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -10px;
  padding: 0 10px;
}

.HeaderNav__item, .HeaderNav__menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.HeaderNav__item {
  min-width: 60px;
  margin: 0 10px;
}

.HeaderNav__menu {
  margin: 0 5px;
}

.HeaderNav__link {
  padding: 10px 0;
  color: #4e5b6c;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  -webkit-transition: color 350ms ease;
  transition: color 350ms ease;
}

.HeaderNav__link:hover {
  color: #5da1ff;
}

.HeaderNav__btn {
  width: 46px;
  height: 46px;
  padding: 0;
  background-color: transparent;
  border: 0;
  cursor: pointer;
}

.HeaderNav__btn svg path {
  fill: #4e5b6c;
  -webkit-transition: fill 350ms ease;
  transition: fill 350ms ease;
}

.HeaderNav__btn:hover svg path {
  fill: #5da1ff;
}

.SignupForm {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 300px;
  padding: 55px 10px;
}

.SignupForm__logo {
  margin-bottom: 55px;
}

.SignupForm__form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.SignupForm__input {
  width: 100%;
  margin-bottom: 20px;
}

.SignupForm__login {
  color: #7c8a9c;
  font-size: 10px;
}

.LoginForm {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 300px;
  padding: 55px 10px;
}

.LoginForm__logo {
  margin-bottom: 55px;
}

.LoginForm__logo img {
    width: 180px;
    height: auto;
}

.LoginForm__form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.LoginForm__input {
  width: 100%;
  margin-bottom: 20px;
}

.LoginForm__login {
  color: #7c8a9c;
  font-size: 10px;
}

.LoginForm__LoginFailed {
  color: #d90000;
  font-size: 13px;
  margin-bottom: 1em;
}

.LoginForm h3 {
    color: white;
}

.PanelDark {
  background-color: rgba(38, 46, 56, 0.9);
  border-radius: 10px;
  -webkit-box-shadow: 0 0 10px 6px rgba(0, 0, 0, 0.33);
  box-shadow: 0 0 10px 6px rgba(0, 0, 0, 0.33);
  overflow: hidden;
}

.GuestView {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  min-height: calc(100vh - 100px);
  background-color: #262e38;
}

.GuestView__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url(../assets/images/guest-img-bg.jpg);
  background-size: cover;
  background-position: center top;
  opacity: 0.33;
}

.GuestView__body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 40px 0;
}

.GuestView__files {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 300px;
  padding: 30px 40px;
  background-color: #fff;
  text-align: center;
}

.GuestView__list {
  margin: 20px 0 40px;
}

.GuestView__header {
  margin: 0;
  color: #5da1ff;
  font-size: 24px;
  font-weight: 300;
}

.LoginView {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100vh - 100px);
}

.Sidebar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: fixed;
  top: 100px;
  bottom: 0;
  left: 0;
  width: 240px;
  height: calc(100vh - 100px);
  -webkit-transition: width 350ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: width 350ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  overflow-x: hidden;
}

.Sidebar--min .Sidebar {
  width: 80px;
}

.Sidebar__slogan {
  padding: 3px;
}
.Sidebar__slogan h2 {
  text-align: center;
  padding: 4px 0;
  margin: 0;
  color: #5da1ff;
  opacity: .7;
  font-size: 1.9vw;
  font-weight: normal;
}

.Sidebar--min .Sidebar__slogan {
    display: none;
}

.Sidebar__user {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 16px;
}

.Sidebar--min .Sidebar__user {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.Sidebar__avatar {
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  width: 44px;
  height: 44px;
}

.Sidebar__avatar img {
  max-width: 100%;
  height: auto;
}

.Sidebar__userinfo {
  width: calc(100% - 44px);
  padding-left: 15px;
  white-space: nowrap;
}

.Sidebar--min .Sidebar__userinfo {
  display: none;
}

.Sidebar__name {
  padding: 5px 0;
  color: #9eadc0;
  font-size: 13px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.Sidebar__member {
  color: #56687f;
  font-size: 11px;
}

.Sidebar__auth {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 16px 10px;
  font-size: 11px;
}

.Sidebar--min .Sidebar__auth {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.Sidebar__logout {
  font-size: 11px;
  opacity: .6;
}

.Sidebar--min .Sidebar__invite {
  display: none;
}

.Sidebar__bottom {
  width: 200px;
  margin: 0 auto;
  padding-bottom: 46px;
  color: #7c8a9c;
  text-align: center;
}

.Sidebar--min .Sidebar__bottom {
  width: 100%;
}

.Sidebar__hr {
  width: 160px;
  height: 2px;
  margin: 0 auto;
  background-color: #515c6c;
}

.Sidebar--min .Sidebar__hr {
  width: 62px;
}

.Sidebar__storage {
  padding: 12px 0;
  font-size: 14px;
}

.Sidebar--min .Sidebar__storage {
  display: none;
}

.Sidebar--min .Sidebar__progress {
  display: none;
}

.Sidebar__spaces {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 8px;
  font-size: 9px;
}

.Sidebar--min .Sidebar__spaces {
  display: block;
  margin-top: 25px;
  margin-bottom: 15px;
}

.Sidebar__used {
  color: #5da1ff;
}

.Sidebar__used, .Sidebar__space {
  text-transform: uppercase;
}

.Sidebar__of {
  display: none;
}

.Sidebar--min .Sidebar__of {
  display: block;
}

.Sidebar__settings {
  display: inline-block;
  margin-top: 10px;
  color: #7c8a9c;
  font-size: 11px;
}

.Sidebar__settings:hover {
  color: #5da1ff;
}

.SidebarMenu {
  white-space: nowrap;
}

.SidebarMenu__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  padding-left: 20px;
  color: #5da1ff;
  background-color: #1c2026;
  font-size: 16px;
  line-height: 58px;
  text-transform: uppercase;
}

.Sidebar--min .SidebarMenu__header {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
}

.Sidebar--min .SidebarMenu__header span {
  display: none;
}

.SidebarMenu__switcher {
  width: 60px;
  height: 60px;
  padding: 0;
  background-color: transparent;
  border: 0;
  cursor: pointer;
}

.SidebarMenu__switcher:hover svg path {
  fill: #5da1ff;
}

.SidebarMenu__switcher svg path {
  fill: #4e5b6c;
  -webkit-transition: fill 350ms ease;
  transition: fill 350ms ease;
}

.SidebarMenu__list {
  margin: 0;
  list-style: none;
}

.Sidebar--min .SidebarMenu__list {
  padding: 0;
}

.SidebarMenu__item {
  position: relative;
}

.SidebarMenu__item::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 146px;
  height: 2px;
  background-color: #2f3742;
  content: '';
}

.Sidebar--min .SidebarMenu__item::after {
  display: none;
}

.SidebarMenu__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 44px;
  padding-right: 20px;
  color: #7c8a9c;
  font-size: 14px;
  line-height: 44px;
  -webkit-transition: color 350ms ease;
  transition: color 350ms ease;
}

.Sidebar--min .SidebarMenu__link {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
}

.Sidebar--min .SidebarMenu__link span {
  display: none;
}

.SidebarMenu__link:hover {
  color: #5da1ff;
}

.SidebarMenu__link:hover svg path {
  fill: #5da1ff;
}

.SidebarMenu__link svg path {
  fill: #4e5b6c;
  -webkit-transition: fill 350ms ease;
  transition: fill 350ms ease;
}

.HeaderUser {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

.HeaderUser__search {
  padding-left: 90px;
}

.HeaderUser__user {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: auto;
  padding-right: 20px;
}

.HeaderUser__user a.logout {
    font-size: 11px;
    opacity: .6;
}

.HeaderUser__avatar {
  width: 44px;
  height: 44px;
}

.HeaderUser__userinfo {
  padding-right: 26px;
  padding-left: 7px;
  font-weight: 700;
}

.HeaderUser__name {
    padding: 5px 0;
    color: #9eadc0;
    font-size: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: normal;
}

.HeaderUser__member {
    color: #56687f;
    font-size: 11px;
}

.ProgressBar {
  width: auto;
  max-width: 300px;
  margin: 0 auto;
}

.ProgressBar__bar {
  width: 100%;
  height: 10px;
  border-radius: 5px;
}

.ProgressBar__bar--default {
  background-color: #fafafa;
  border: 1px solid #dadada;
}

.ProgressBar__bar--dark {
  background-color: #515c6c;
  border: 1px solid #3e4b5c;
}

.ProgressBar__progress {
  height: 8px;
  border-radius: 5px;
  background-color: #5da1ff;
}

.SharedFiles {
  padding: 0;
  list-style: none;
  font-size: 12px;
}

.SharedFiles__all {
  color: #7a8a9f;
}

.FilesListTools {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 42px;
  margin-bottom: 15px;
}

.FilesListTools__add {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 840px;
  padding-left: 24px;
  padding-right: 40px;
}

.FilesListTools__form {
  display: none;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

.FilesListTools__form.isShow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.FilesList__breadcrumb {
  font-size: 12px;
  font-weight: bold;
  margin: 10px 0;
}

.FilesListTools__control {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 20px;
}

.FilesListTools__view {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.FilesList__table {
  width: 100%;
  color: #666;
}

.FilesList__heading {
  height: 56px;
  font-size: 14px;
  font-weight: 900;
}

.FilesList__heading svg {
  margin-left: 9px;
  vertical-align: middle;
}

.FilesList__row:nth-child(odd) .FilesList__cell:nth-child(n+2) {
  background-color: #fafafa;
}

.FilesList__cell {
  font-size: 10px;
}


.FilesList__cell div.user-share {
    display: inline-block;
    position: relative;
}
.FilesList__cell span.user-share-count {
    cursor: help;
}
.FilesList__cell div.user-share-list {
    position: absolute;
    z-index: 10;
    top: 2em;
    padding: 2em 2em;
    background: #fff;
    display: none;
    border-radius: 4px;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    box-shadow: 2px 2px #bbb;
}
div.user-share-list h3 {
    margin-top: 0;
}
.FilesList__cell div.user-share-list ul {
    margin: 0;
    padding: 0;
    color: #111;
    list-style: none;
}
.FilesList__cell div.user-share-list ul li {
    margin: 0;
    padding: 0;
    list-style: none;
    white-space: pre;
}
.FilesList__cell a.user-share-count:hover + div.user-share-list {
    display: block;
}

.FilesList__cell div.group-share {
    display: inline;
    position: relative;
}
.FilesList__cell div.group-share-list {
    position: absolute;
    z-index: 10;
    top: 2em;
    right: 0;
    padding: 2em 2em;
    background: #fff;
    display: none;
    border-radius: 4px;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    box-shadow: 2px 2px #bbb;
}
.FilesList__cell div.group-share-list h3 {
    margin-top: 0;
}
.FilesList__cell div.group-share-list ul {
    margin: 0;
    padding: 0;
    color: #111;
    list-style: none;
}
.FilesList__cell div.group-share-list ul li{
    margin: 0;
    padding: 0;
    list-style: none;
    white-space: pre;
}
.FilesList__cell a.group-share-count:hover + div.group-share-list {
    display: block;
}


.FilesList__cell--icon {
  width: 80px;
  padding-right: 35px;
  padding-left: 16px;
}

.FilesList__cell--name {
  font-size: 12px;
  font-weight: 700;
}

.FilesList__cell--action {
  width: 60px;
  padding: 0 10px;
}

.FilesList__total, .FilesList__paginator {
  height: 33px;
  font-size: 14px;
  font-weight: 700;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  color: #666;
}

.FilesList__total span, .FilesList__paginator span {
  margin: 0 6px;
  font-weight: bold;
}

.FilesList__total span,
.FilesList__total strong, .FilesList__paginator span,
.FilesList__paginator strong {
  vertical-align: middle;
}

.FilesList__total {
  padding-left: 16px;
}

.FilesList__paginator {
  padding-right: 10px;
  text-align: right;
}

.FilesList__prev-next {
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
}

.FilesList__prev-next a,
.FilesList__prev-next button {
  display: inline-block;
  width: 30px;
  height: 30px;
  padding: 0;
  background-color: transparent;
  text-align: center;
  line-height: 30px;
  border: 0;
  cursor: pointer;
}

.FilesList__prev-next a svg,
.FilesList__prev-next button svg {
  display: inline;
  vertical-align: middle;
}

.UsersTools {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 42px;
  margin-bottom: 15px;
}

.UsersTools__add, .UsersTools__edit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 940px;
  padding-left: 24px;
  padding-right: 40px;
}

.UsersTools__add.hidden, .UsersTools__edit.hidden {
    display: none;
}

.UsersTools__form {
  display: none;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

.UsersTools__form.isShow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.UsersTools__control {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 20px;
}

.UsersList__table {
  width: 100%;
}

.UsersList__cell {
  height: 60px;
  padding: 0 10px;
  color: #666;
  font-size: 12px;
  border-top: 1px solid #979797;
  border-bottom: 1px solid #979797;
}

.UsersList__cell--avatar {
  width: 64px;
}

.UsersList__actions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 25px;
}

#FileDrop__show_hide {
    display: none;

    position: absolute;
    top: 0;
    right: 0px;
    left: 230px;
    height: 100%;
    background: black;
    opacity: .8;
    z-index: 20;
}
#FileDrop__close {
    opacity: 1;
    text-align: right;
}
#FileDrop__close button {
    margin: 2em;
}
#FileDrop__show_hide #clickable-dropzone {
    opacity: 1;

    border: 12px dashed #ccc;
    height: 85%;
}
#FileDrop__show_hide .dz-message {
    font-size: 4em;
    font-weight: bold;
    margin: 0 !important;
    position: relative;
    top: 50%;
}


.FileUpload {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 305px;
  background-color: #fafafa;
  border: 1px dashed #dadada;
}

.FileUpload__input {
  position: absolute;
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  z-index: -1;
}

.FileUpload__label {
  color: #ddd;
}

.FileUpload__label strong {
  font-size: 36px;
  font-weight: 300;
}

.FileUpload__label span {
  display: block;
  font-size: 26px;
  font-weight: 300;
}

.Documentation {
    font-size: 15px;
    width: 100%;
    margin-top: 2em;
    padding: 1px 30px 30px 30px;
    background-color: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 10px 6px rgba(211, 211, 211, 0.33);
    box-shadow: 0 0 10px 6px rgba(211, 211, 211, 0.33);
}

.Documentation h1 {
    font-size 18px;
}

.Documentation h2 {
    font-size: 16px;
}

.Documentation p {
    max-width: 50em;
}

.Documentation ul {
    max-width: 50em;
}

.Documentation ul li {
    margin-bottom: .3em;
}

.Modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0 30px;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 2001;
}

.Modal__overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
  opacity: 0.3;
  z-index: 2000;
}

.Modal__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: auto;
  max-width: 900px;
  min-height: calc(100% - (30px * 2));
  margin: 30px auto;
  pointer-events: none;
}

.Modal__content {
  width: 100%;
  padding: 30px;
  background-color: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 10px 6px rgba(211, 211, 211, 0.33);
  box-shadow: 0 0 10px 6px rgba(211, 211, 211, 0.33);
  overflow: hidden;
  pointer-events: auto;
}
