@charset "UTF-8";
/**
 * google-material-color v1.2.6
 * https://github.com/danlevan/google-material-color
 */
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,600i");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,600i");
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
  line-height: 1;
  font-family: sans-serif;
}

iframe {
  border: 0;
}

main {
  display: block;
}

ol,
ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}

li {
  display: block;
}

dl {
  margin-top: 0;
  margin-bottom: 0;
}

dd {
  margin-left: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: inherit;
}

blockquote {
  margin: 0;
  padding: 0;
}

p {
  margin-top: 0;
  margin-bottom: 0;
}

sup {
  position: relative;
  top: -0.5em;
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
}

strong {
  font-weight: bold;
}

figure {
  margin: 0;
}

img {
  border: 0;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

a {
  text-decoration: none;
  color: inherit;
}

button {
  border: 0;
  margin: 0;
  padding: 0;
  text-align: inherit;
  text-transform: inherit;
  font: inherit;
  -webkit-font-smoothing: inherit;
  letter-spacing: inherit;
  background: none;
  cursor: pointer;
  overflow: visible;
}

::-moz-focus-inner {
  border: 0;
  padding: 0;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
  line-height: 1;
  font-family: sans-serif;
}

iframe {
  border: 0;
}

main {
  display: block;
}

ol,
ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}

li {
  display: block;
}

dl {
  margin-top: 0;
  margin-bottom: 0;
}

dd {
  margin-left: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: inherit;
}

blockquote {
  margin: 0;
  padding: 0;
}

p {
  margin-top: 0;
  margin-bottom: 0;
}

sup {
  position: relative;
  top: -0.5em;
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
}

figure {
  margin: 0;
}

img {
  border: 0;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

a {
  text-decoration: none;
  color: inherit;
}

button {
  border: 0;
  margin: 0;
  padding: 0;
  text-align: inherit;
  text-transform: inherit;
  font: inherit;
  -webkit-font-smoothing: inherit;
  letter-spacing: inherit;
  background: none;
  cursor: pointer;
  overflow: visible;
}

::-moz-focus-inner {
  border: 0;
  padding: 0;
}

body {
  font-family: "Open Sans", sans-serif;
}

.center {
  text-align: center;
}

.flex-layout {
  display: flex;
}

.flex-spread {
  justify-content: space-between;
  align-items: center;
}

.flex-end {
  justify-content: flex-end;
}

.flex-align_center {
  align-items: center;
}

.flex-margin_left > * {
  margin-left: 10px;
}

.flex-margin_left > *:first-child {
  margin-left: 0;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

.bold,
strong,
.font-bold {
  font-weight: 600;
}

.normal-font-weight {
  font-weight: normal;
}

.color_darkgrey {
  color: #788f9b;
}

.color_green {
  color: #41af6f;
}

.color-lightgrey {
  color: #95a7b1;
}

.margin_md-bottom {
  margin-bottom: 20px;
}

.btn {
  background-color: #f1f5f9;
  color: #788f9b;
  fill: currentColor;
  box-sizing: border-box;
  padding: 12px 20px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
}

.btn:hover {
  text-decoration: underline;
}

.btn svg {
  margin-right: 8px;
}

.btn_outline {
  background-color: transparent;
  border: 2px solid #f1f5f9;
}

.btn_outline:hover {
  background-color: #f1f5f9;
  color: #333742;
}

.btn_outline-orange {
  color: #ff7029;
}

.btn_outline-orange:hover {
  background-color: #ff7029;
  border-color: #ff7029;
  color: #fff;
}

.btn_green {
  background-color: #41af6f;
  color: #fff;
  fill: #fff;
}

.btn_cyan {
  background-color: #00a8eb;
  color: #fff;
  fill: #fff;
}

.btn_ico {
  border: 2px solid #f1f5f9;
  position: relative;
  border-radius: 4px;
  width: 34px;
  height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  fill: #788f9b;
  background-color: #fff;
}

.btn_ico:hover {
  fill: #333742;
}

.title-box {
  position: relative;
}
.title-box .warning {
  color: hsl(20, 100%, 58%);
  position: absolute;
  font-size: 120%;
  right: 0;
}

.password-strength-level-none {
  border-color: hsl(210, 42%, 96%);
}

.password-strength-level-1 {
  border-color: hsl(20, 100%, 58%) !important;
}

.password-strength-level-2 {
  border-color: hsl(210, 42%, 96%) !important;
}

.password-strength-level-3 {
  border-color: hsl(145, 46%, 47%) !important;
}

.member-type-icon {
  position: relative;
  bottom: 3px;
  right: 5px;
}

md-expansion-panel-collapsed .md-title, md-expansion-panel-header .md-title {
  max-width: none;
}

.btn {
  background-color: hsl(210, 42%, 96%);
  color: hsl(201, 15%, 54%);
  fill: currentColor;
  box-sizing: border-box;
  padding: 12px 20px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
  cursor: pointer;
}

.btn:hover {
  text-decoration: underline;
}

.btn svg {
  margin-right: 8px;
}

.btn_outline {
  background-color: transparent;
  border: 2px solid hsl(210, 42%, 96%) !important;
}
.btn_outline .loader-5 {
  border-top-color: hsl(20, 100%, 58%) !important;
}

.btn_outline:hover {
  background-color: hsl(210, 42%, 96%) !important;
  color: hsl(225, 13%, 23%) !important;
}

.btn_outline-orange {
  color: hsl(20, 100%, 58%) !important;
}
.btn_outline-orange .loader-5 {
  border-top-color: hsl(20, 100%, 58%) !important;
}

.btn_outline-orange:hover {
  background-color: hsl(20, 100%, 58%) !important;
  border-color: hsl(20, 100%, 58%) !important;
  color: #fff !important;
}

.btn_outline-cyan {
  color: hsl(197, 100%, 46%) !important;
}
.btn_outline-cyan .loader-5 {
  border-top-color: hsl(197, 100%, 46%) !important;
}

.btn_outline-cyan:hover {
  background-color: #fff !important;
  border-color: hsl(197, 100%, 46%) !important;
  color: hsl(197, 100%, 46%) !important;
}

.btn_green {
  background-color: hsl(145, 46%, 47%) !important;
  color: #fff !important;
  fill: #fff !important;
}
.btn_green .loader-5 {
  border-top-color: #ffffff !important;
}

.btn_cyan {
  background-color: hsl(197, 100%, 46%) !important;
  color: #fff !important;
  fill: #fff !important;
}
.btn_cyan .loader-5 {
  border-top-color: #ffffff !important;
}

.btn_loading {
  background-color: #f1f5f9 !important;
  color: hsl(201, 15%, 54%) !important;
}

.btn_ico {
  border: 2px solid hsl(210, 42%, 96%);
  position: relative;
  border-radius: 4px;
  width: 34px;
  height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  fill: hsl(201, 15%, 54%);
  background-color: #fff;
  cursor: pointer;
}
.btn_ico .loader-5 {
  border-top-color: hsl(20, 100%, 58%);
}

.btn_ico:hover {
  fill: hsl(225, 13%, 23%) !important;
}

/* btn_ico--input (used for buttons next to input field) */
.btn_ico--input {
  height: 47px;
  width: 47px;
}

@keyframes loadingdots {
  0%, 100% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
}
button[disabled=disabled], button:disabled {
  background-color: #f1f5f9 !important;
  color: hsl(201, 15%, 54%) !important;
}

@keyframes ProcessingAnimation1 {
  0% {
    background: linear-gradient(to right, rgb(76, 175, 80) 0%, rgba(76, 175, 80, 0.8) 10%, rgb(76, 175, 80) 20%);
  }
  100% {
    background: linear-gradient(to right, rgb(76, 175, 80) 100%, rgba(76, 175, 80, 0.8) 110%, rgb(76, 175, 80) 120%);
  }
}
@keyframes ProcessingAnimation {
  0% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
button[disabled=disabled].progress-uploading, button:disabled.progress-uploading {
  transition: background 0.1s ease-out;
  color: #fff !important;
  animation: ProcessingAnimation 1s ease infinite;
}
button[disabled=disabled].progress-processing, button:disabled.progress-processing {
  color: #fff !important;
  -webkit-animation: AnimationName 2s ease infinite;
  -moz-animation: AnimationName 2s ease infinite;
  animation: ProcessingAnimation 2s linear infinite;
  background: linear-gradient(to right, rgb(76, 175, 80) 40%, rgba(76, 175, 80, 0.5) 50%, rgb(76, 175, 80) 60%);
  background-size: 800% 800%;
}

.btn[ng-disabled=loading] {
  position: relative;
  padding-right: 50px;
}

.btn[ng-disabled=loading]:hover {
  text-decoration: none;
}

.btn[ng-disabled=loading]:after,
.btn[ng-disabled=loading]:before {
  width: 6px;
  height: 6px;
  display: inline-block;
  background-color: #fff !important;
  position: absolute;
  right: 20px;
  top: 16px;
  border-radius: 50%;
  content: "";
  animation: loadingdots 2s infinite ease-in-out;
}

.btn[ng-disabled=loading]:after {
  animation-delay: -1s;
  right: 30px;
}

/* button loading fixes - for text buttons */
.btn_outline[ng-disabled=loading]:after,
.btn_outline[ng-disabled=loading]:before {
  background-color: hsl(20, 100%, 58%) !important;
}

.btn_outline-orange[ng-disabled=loading]:after,
.btn_outline-orange[ng-disabled=loading]:before {
  background-color: hsl(20, 100%, 58%) !important;
}

.btn_outline-cyan[ng-disabled=loading]:after,
.btn_outline-cyan[ng-disabled=loading]:before {
  background-color: hsl(197, 100%, 46%) !important;
}

.btn_green[ng-disabled=loading]:after,
.btn_green[ng-disabled=loading]:before {
  background-color: #fff !important;
}

.btn_cyan[ng-disabled=loading]:after,
.btn_cyan[ng-disabled=loading]:before {
  background-color: #fff !important;
}

.btn_loading[ng-disabled=loading]:after,
.btn_loading[ng-disabled=loading]:before {
  background-color: hsl(201, 15%, 54%) !important;
}

.text-input {
  border: 2px solid hsl(210, 42%, 96%);
  font-family: "Open Sans", sans-serif;
  box-sizing: border-box;
  padding: 14px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 400;
  outline: none;
  color: hsl(201, 15%, 54%);
  width: 100%;
}

.text-input:focus,
.text-input:hover {
  background-color: #fcfcfd;
}

.text-input:focus {
  border-color: hsl(197, 100%, 46%);
  color: hsl(225, 13%, 23%);
}

.text-input::placeholder {
  color: hsl(201, 15%, 54%);
}

.text-input:focus::placeholder,
.text-input:hover::placeholder {
  color: #c9d2d6;
}

.label {
  font-size: 14px;
  font-weight: 600;
  padding-bottom: 10px;
  color: hsl(225, 13%, 23%);
  font-family: "Open Sans", sans-serif;
}

.checkbox {
  cursor: pointer;
  margin-bottom: 12px;
}

.checkbox:first-of-type {
  margin-top: 4px;
}

.checkbox:last-child {
  margin-bottom: 0;
}

.checkbox input[type=checkbox] {
  display: none;
}

.checkbox span {
  font-size: 14px;
  font-weight: 600;
  color: hsl(201, 15%, 54%);
}

.checkbox:hover span {
  color: hsl(197, 100%, 46%);
}

.checkbox span:before {
  content: "";
  position: relative;
  display: inline-block;
  width: 28px;
  height: 28px;
  background: #fff;
  border: 2px solid hsl(210, 42%, 96%);
  border-radius: 4px;
  box-sizing: border-box;
  text-align: center;
  vertical-align: middle;
  padding-top: 6px;
  margin-right: 10px;
}

.checkbox:hover span:before {
  border-color: hsl(197, 100%, 46%);
  background-color: #f5fcff;
}

.checkbox input:checked + span:before {
  content: url("../assets/images/checkbox-check.svg");
  border-color: hsl(145, 46%, 47%);
  background-color: #f4fbf7;
}

.checkbox input:checked + span {
  color: hsl(145, 46%, 47%);
}

[type=dropdown] {
  overflow: hidden;
  padding: 0;
  width: 100%;
  background: #fff;
  border: 2px solid hsl(210, 42%, 96%);
  border-radius: 4px;
  position: relative;
}

[type=dropdown] select {
  padding: 14px 34px 14px 14px;
  font: 14px "Open Sans", sans-serif;
  width: 100%;
  background-color: transparent;
  background-image: none;
  -webkit-appearance: none;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  overflow: hidden;
  cursor: pointer;
  outline: none;
  color: hsl(201, 15%, 54%);
  outline: none;
  -moz-appearance: window;
}

[type=dropdown] select::-ms-expand {
  display: none;
}

[type=dropdown]:before {
  display: inline-block;
  content: "";
  position: absolute;
  right: 54px;
  pointer-events: none;
  width: 2px;
  background: hsl(210, 42%, 96%);
  top: 0;
  bottom: 0;
}

[type=dropdown]:after {
  display: inline-block;
  content: "";
  color: hsl(201, 15%, 54%);
  position: absolute;
  right: 21px;
  top: 22px;
  pointer-events: none;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid hsl(201, 15%, 54%);
}

[type=dropdown]:hover {
  background-color: #fcfcfd;
}

[type=dropdown] select option {
  font-weight: 400;
  outline: none;
}

.info_label {
  font-size: 12px;
  font-weight: 600;
  display: flex;
  align-items: center;
  color: hsl(201, 15%, 54%);
  fill: currentColor;
  position: relative;
}

.info_label > div:first-child {
  margin-right: 8px;
  border-radius: 999em;
  width: 22px;
  height: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: hsl(210, 42%, 96%);
}

.info_label-orange {
  color: hsl(20, 100%, 58%);
  fill: currentColor;
}

.info_label-orange > div:first-child {
  background-color: #fff1eb;
}

.info_label-green {
  color: hsl(145, 46%, 47%);
  fill: currentColor;
}

.info_label-green > div:first-child {
  background-color: #f4fbf7;
}

[data-tooltip]:after {
  content: attr(data-tooltip);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  bottom: 32px;
  color: hsl(225, 13%, 23%);
  opacity: 0;
  font: 600 12px/20px "Open Sans", sans-serif;
  transition: all 150ms ease-in-out;
  visibility: hidden;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  padding: 6px 12px;
  white-space: nowrap;
  pointer-events: none;
  z-index: 1;
}

[data-tooltip]:before {
  content: "";
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #fff;
  bottom: 32px;
  position: absolute;
  visibility: hidden;
  opacity: 0;
  width: 0;
  height: 0;
  transform: translate(-50%);
  left: 50%;
  z-index: 2;
  transition: all 150ms ease-in-out;
  filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.1));
  pointer-events: none;
}

[data-tooltip]:hover:after,
[data-tooltip]:hover:before {
  opacity: 1;
  visibility: visible;
}

[data-tooltip]:hover:after {
  bottom: 42px;
}

.loader {
  position: relative;
  display: inline-block;
  width: 15px;
  height: 15px;
  border: 2px solid #0cf;
  border-radius: 50%;
  animation: spin 0.75s infinite linear;
}

.loader::before,
.loader::after {
  left: -2px;
  top: -2px;
  display: none;
  position: absolute;
  content: "";
  width: inherit;
  height: inherit;
  border: inherit;
  border-radius: inherit;
}

/*
 * LOADER 1
 */
.loader-1 {
  border-top-width: 0;
}

/*
 * LOADER 5
 */
.loader-5,
.loader-5::before {
  display: inline-block;
  border-color: transparent;
}

.loader-5::before {
  animation: spin 1.5s infinite ease;
}

.loader-5-orange {
  border-top-color: hsl(20, 100%, 58%);
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/* fallback */
@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  src: local("Material Icons"), local("MaterialIcons-Regular"), url(../material-icons-v21.woff2) format("woff2");
}
.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}

.kyc-block {
  border: 2px solid #f1f5f9;
  border-radius: 4px;
}
.kyc-block .actions-block {
  padding: 16px;
  background-color: #fcfcfd;
}

.md-icon-18 {
  font-size: 18px;
  height: 18px;
  min-height: 18px;
  width: 18px;
  min-width: 18px;
}

.md-icon-14 {
  font-size: 14px;
  height: 14px;
  min-height: 14px;
  width: 14px;
  min-width: 14px;
}

.font-color-red {
  color: #F44336 !important;
}

.font-color-orange {
  color: #FF9800 !important;
}

.font-color-yellow {
  color: #FFEB3B !important;
}

.font-color-green {
  color: #4CAF50 !important;
}

.font-color-blue {
  color: #00a8eb !important;
}

.bg-color-red {
  background-color: #F44336 !important;
}

.bg-color-orange {
  background-color: #FF9800 !important;
}

.bg-color-green {
  background-color: #4CAF50 !important;
}

.bg-color-blue {
  background-color: #00a8eb !important;
}

.kyc-document-status-group {
  padding-top: 8px;
  padding-bottom: 8px;
}
.kyc-document-status-group kyc-document-status {
  margin-top: 4px;
  margin-bottom: 4px;
  cursor: pointer;
}
.kyc-document-status-group kyc-document-status:first-of-type {
  margin-top: 0;
}
.kyc-document-status-group kyc-document-status:last-of-type {
  margin-bottom: 0;
}

.kyc-info-group {
  margin-top: 16px;
  margin-bottom: 16px;
}
.kyc-info-group .kyc-info-group-header {
  font-weight: 600;
  font-size: 14px;
}
.kyc-info-group .kyc-info-group-sub-header {
  color: #788f9b;
  margin-top: 8px;
}

.kyc-table {
  border: 2px solid #f1f5f9;
  border-radius: 4px;
}
.kyc-table .kyc-table-header {
  padding: 16px;
  margin: 16px;
}
.kyc-table .kyc-table-header .kyc-table-header-title {
  color: #333742;
  font-size: 16px;
  font-weight: 600;
}
.kyc-table .kyc-table-header .kyc-table-header-date {
  color: #788f9b;
  margin-top: 8px;
  font-size: 14px;
  font-weight: 600;
}
.kyc-table .md-head {
  background-color: #f1f5f9;
}
.kyc-table .md-head .md-column {
  color: #788f9b;
  font-weight: 600;
  font-size: 14px;
}
.kyc-table .md-body .md-cell {
  font-weight: 600;
  font-size: 14px;
}
.kyc-table .table-actions {
  background-color: #fcfcfd;
  border-top: 2px solid #f1f5f9;
  padding: 16px;
}

.kyc-info-table {
  border-spacing: 0 16px;
  border-collapse: separate;
  margin: 0px;
}
.kyc-info-table tr {
  border-bottom: 2px solid #f1f5f9;
  margin-top: 15px;
  margin-bottom: 15px;
}
.kyc-info-table tr td {
  border-bottom: 2px solid #f1f5f9;
  padding-bottom: 16px;
  padding-right: 16px;
}
.kyc-info-table tr td.title {
  font-size: 14px;
  color: #788f9b;
  font-weight: 600;
}
.kyc-info-table tr td.value {
  font-size: 14px;
  color: #333742;
  font-weight: 600;
}
.kyc-info-table tr td.novalue {
  font-size: 14px;
  color: #788f9b;
  font-weight: 600;
  font-style: italic;
}
.kyc-info-table .table-actions {
  background-color: #fcfcfd;
  border-top: 2px solid #f1f5f9;
  padding: 16px;
}

md-table-pagination .buttons .label {
  padding-bottom: 0;
}

kyc-status {
  margin-top: 4px;
  margin-bottom: 4px;
}
kyc-status:first-of-type {
  margin-top: 0;
}
kyc-status:last-of-type {
  margin-bottom: 0;
}

.kyc-button {
  padding-left: 16px;
  padding-right: 16px;
}
.kyc-button span {
  font-weight: 600;
}
.kyc-button md-icon {
  font-weight: 600;
}
.kyc-button md-icon.left {
  margin-right: 8px;
  margin-left: 0;
}
.kyc-button md-icon.right {
  margin-left: 8px;
  margin-right: 0;
}

.kyc-icon-button {
  min-width: inherit;
}

.kyc-form-group {
  border-bottom: 2px solid #f1f5f9;
  padding: 20px;
}
.kyc-form-group .kyc-form-group-title {
  padding: 20px 20px 20px 0;
  max-width: 30%;
}
.kyc-form-group .kyc-form-group-title span:first-child {
  font-size: 16px;
  font-weight: 600;
  color: #333742;
}
.kyc-form-group .kyc-form-group-title span:last-child {
  font-size: 14px;
  font-weight: 600;
  color: #788f9b;
  margin-top: 6px;
}
.kyc-form-group .kyc-form-group-inputs {
  padding-left: 20px;
  border-left: 2px solid #f1f5f9;
}
.kyc-form-group .kyc-form-group-inputs md-input-container {
  margin: 8px 0 8px 0 !important;
}
.kyc-form-group .kyc-form-group-inputs .kyc-form-group-item md-input-container:first-child {
  margin-right: 8px;
}
.kyc-form-group .kyc-form-group-inputs .kyc-form-group-item md-input-container:last-child {
  margin-left: 8px;
}
.kyc-form-group .kyc-form-group-inputs .kyc-form-group-item .kyc-vertical-separator {
  height: 100%;
  width: 1px;
  border: 1px solid #f1f5f9;
  margin-left: 16px;
  margin-right: 16px;
}

@media (max-width: 600px) {
  .kyc-form-group-title {
    max-width: 100% !important;
  }
  .kyc-form-group .kyc-form-group-inputs {
    border-top: 2px solid #f1f5f9;
    padding-top: 20px;
    border-left: none !important;
    padding-left: 0 !important;
  }
}
.kyc-dialog .title {
  border-bottom: 2px solid #f1f5f9;
  background-color: #4CAF50;
  padding: 10px 10px 10px 20px;
}
.kyc-dialog .title span {
  font-weight: 600;
  font-size: 20px;
  color: #ffffff;
}
.kyc-dialog .title .actions-block {
  padding: 0;
}
.kyc-dialog .title .actions-block button {
  padding: 0;
  margin: 0;
}
.kyc-dialog .actions-block {
  padding: 10px 20px 10px 20px;
}
.kyc-dialog .actions-block button:last-of-type {
  margin-right: 0;
}

.kyc-divider {
  line-height: 1em;
  position: relative;
  outline: 0;
  border: 0;
  color: black;
  text-align: center;
  height: 1.5em;
  margin: 1em 0;
}
.kyc-divider:before {
  content: "";
  background: #818078;
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1.5px;
  opacity: 0.5;
}
.kyc-divider:after {
  content: attr(data-content);
  position: relative;
  display: inline-block;
  color: black;
  padding: 0 0.5em;
  line-height: 1.5em;
  color: #818078;
  background-color: hsl(0, 0%, 100%);
}

.kyc-guest-form > .input-container {
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
}
.kyc-guest-form > .input-container > label {
  font-size: 14px;
  font-weight: 600;
  padding-bottom: 10px;
  color: #333742;
  font-family: "Open Sans", sans-serif;
}
.kyc-guest-form > .input-container > input {
  border: 2px solid #f1f5f9;
  font-family: "Open Sans", sans-serif;
  box-sizing: border-box;
  padding: 14px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 400;
  outline: none;
  color: #788f9b;
  width: 100%;
}

.kyc-guest-container {
  height: auto;
}
.kyc-guest-container .kyc-login > .header, .kyc-guest-container .kyc-signup > .header, .kyc-guest-container .kyc-set-password > .header, .kyc-guest-container .kyc-reset-password > .header {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 30px;
  animation-name: layoutLoginSlideBottom;
  border-radius: 4px 0 0 4px;
  background: #f1f5f9;
  box-sizing: border-box;
}
.kyc-guest-container .kyc-login > .header > .logo, .kyc-guest-container .kyc-signup > .header > .logo, .kyc-guest-container .kyc-set-password > .header > .logo, .kyc-guest-container .kyc-reset-password > .header > .logo {
  border: 0;
  width: 80%;
  vertical-align: middle;
}
.kyc-guest-container .kyc-login > .header > .version, .kyc-guest-container .kyc-signup > .header > .version, .kyc-guest-container .kyc-set-password > .header > .version, .kyc-guest-container .kyc-reset-password > .header > .version {
  position: absolute;
  bottom: 2px;
  left: 2px;
  font-size: 12px;
  font-weight: bold;
  color: #788f9b;
}
.kyc-guest-container .kyc-login > .body, .kyc-guest-container .kyc-signup > .body, .kyc-guest-container .kyc-set-password > .body, .kyc-guest-container .kyc-reset-password > .body {
  width: 510px;
  border-radius: 0 4px 4px 0;
  background-color: hsl(0, 0%, 100%);
  z-index: 2;
}
.kyc-guest-container .kyc-login > .body > .avatar, .kyc-guest-container .kyc-signup > .body > .avatar, .kyc-guest-container .kyc-set-password > .body > .avatar, .kyc-guest-container .kyc-reset-password > .body > .avatar {
  position: relative;
  fill: #788f9b;
  left: 50%;
  margin-top: -40px;
  margin-left: -40px;
  background-color: #f1f5f9;
  width: 80px;
  height: 80px;
  border-radius: 999em;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
}
.kyc-guest-container .kyc-login > .body > .avatar > svg, .kyc-guest-container .kyc-signup > .body > .avatar > svg, .kyc-guest-container .kyc-set-password > .body > .avatar > svg, .kyc-guest-container .kyc-reset-password > .body > .avatar > svg {
  width: 40px;
}
.kyc-guest-container .kyc-login > .body > .tabs, .kyc-guest-container .kyc-signup > .body > .tabs, .kyc-guest-container .kyc-set-password > .body > .tabs, .kyc-guest-container .kyc-reset-password > .body > .tabs {
  position: relative;
  top: -40px;
  display: flex;
  flex-direction: row;
  border-bottom: 2px solid #f1f5f9;
}
.kyc-guest-container .kyc-login > .body > .tabs > .tab, .kyc-guest-container .kyc-signup > .body > .tabs > .tab, .kyc-guest-container .kyc-set-password > .body > .tabs > .tab, .kyc-guest-container .kyc-reset-password > .body > .tabs > .tab {
  padding: 16px;
  width: 50%;
  text-align: center;
  cursor: pointer;
  font-size: 16px;
  color: #788f9b;
  font-weight: bold;
  outline: none;
}
.kyc-guest-container .kyc-login > .body > .tabs > .tab.active, .kyc-guest-container .kyc-signup > .body > .tabs > .tab.active, .kyc-guest-container .kyc-set-password > .body > .tabs > .tab.active, .kyc-guest-container .kyc-reset-password > .body > .tabs > .tab.active {
  color: #333742;
}
.kyc-guest-container .kyc-login > .body > .tabs > .tab:hover, .kyc-guest-container .kyc-signup > .body > .tabs > .tab:hover, .kyc-guest-container .kyc-set-password > .body > .tabs > .tab:hover, .kyc-guest-container .kyc-reset-password > .body > .tabs > .tab:hover {
  color: #333742;
}
.kyc-guest-container .kyc-login > .body > .tabs > .tab:first-of-type, .kyc-guest-container .kyc-signup > .body > .tabs > .tab:first-of-type, .kyc-guest-container .kyc-set-password > .body > .tabs > .tab:first-of-type, .kyc-guest-container .kyc-reset-password > .body > .tabs > .tab:first-of-type {
  border-right: 1px solid #f1f5f9;
}
.kyc-guest-container .kyc-login > .body > .tabs > .tab:last-of-type, .kyc-guest-container .kyc-signup > .body > .tabs > .tab:last-of-type, .kyc-guest-container .kyc-set-password > .body > .tabs > .tab:last-of-type, .kyc-guest-container .kyc-reset-password > .body > .tabs > .tab:last-of-type {
  border-left: 1px solid #f1f5f9;
}
.kyc-guest-container .kyc-login > .body > .inputs, .kyc-guest-container .kyc-signup > .body > .inputs, .kyc-guest-container .kyc-set-password > .body > .inputs, .kyc-guest-container .kyc-reset-password > .body > .inputs {
  padding: 30px;
}
.kyc-guest-container .kyc-login > .body > .inputs > .title, .kyc-guest-container .kyc-signup > .body > .inputs > .title, .kyc-guest-container .kyc-set-password > .body > .inputs > .title, .kyc-guest-container .kyc-reset-password > .body > .inputs > .title {
  font-size: 16px;
  color: #333742;
  line-height: 24px;
  margin-bottom: 40px;
  font-weight: bold;
}
.kyc-guest-container .kyc-login > .body > .inputs > form > .input-container > select, .kyc-guest-container .kyc-signup > .body > .inputs > form > .input-container > select, .kyc-guest-container .kyc-set-password > .body > .inputs > form > .input-container > select, .kyc-guest-container .kyc-reset-password > .body > .inputs > form > .input-container > select {
  height: 54px;
  background-color: white;
}
.kyc-guest-container .kyc-login > .body > .inputs .actions-container .error-message, .kyc-guest-container .kyc-signup > .body > .inputs .actions-container .error-message, .kyc-guest-container .kyc-set-password > .body > .inputs .actions-container .error-message, .kyc-guest-container .kyc-reset-password > .body > .inputs .actions-container .error-message {
  font-size: 14px;
  margin-left: 16px;
  color: red;
  font-weight: bold;
}
.kyc-guest-container .kyc-login > .body > .info-container, .kyc-guest-container .kyc-signup > .body > .info-container, .kyc-guest-container .kyc-set-password > .body > .info-container, .kyc-guest-container .kyc-reset-password > .body > .info-container {
  padding: 40px;
}
.kyc-guest-container .kyc-login > .body > .footer, .kyc-guest-container .kyc-signup > .body > .footer, .kyc-guest-container .kyc-set-password > .body > .footer, .kyc-guest-container .kyc-reset-password > .body > .footer {
  border-top: 2px solid #f1f5f9;
  display: flex;
  width: 100%;
  justify-content: center;
  background-color: #fff;
  border-radius: 0 0 4px 4px;
}
.kyc-guest-container .kyc-login > .body > .footer > a, .kyc-guest-container .kyc-signup > .body > .footer > a, .kyc-guest-container .kyc-set-password > .body > .footer > a, .kyc-guest-container .kyc-reset-password > .body > .footer > a {
  box-sizing: border-box;
  padding: 20px 0;
  color: #333742;
  font-size: 14px;
  font-weight: 600;
  display: flex;
  align-items: center;
  flex: 1 1 auto;
  justify-content: center;
  cursor: pointer;
}
.kyc-guest-container .kyc-login > .body > .footer > a:hover, .kyc-guest-container .kyc-signup > .body > .footer > a:hover, .kyc-guest-container .kyc-set-password > .body > .footer > a:hover, .kyc-guest-container .kyc-reset-password > .body > .footer > a:hover {
  color: #788f9b;
}
.kyc-guest-container .kyc-login > .body > .footer > a:first-child, .kyc-guest-container .kyc-signup > .body > .footer > a:first-child, .kyc-guest-container .kyc-set-password > .body > .footer > a:first-child, .kyc-guest-container .kyc-reset-password > .body > .footer > a:first-child {
  border-right: 2px solid #f1f5f9;
}

@media (max-width: 820px) {
  .kyc-guest-container .kyc-login, .kyc-guest-container .kyc-signup, .kyc-guest-container .kyc-set-password, .kyc-guest-container .kyc-reset-password {
    min-width: unset;
    margin-left: 20px;
    margin-right: 20px;
    flex-direction: column;
  }
  .kyc-guest-container .kyc-login > .header, .kyc-guest-container .kyc-signup > .header, .kyc-guest-container .kyc-set-password > .header, .kyc-guest-container .kyc-reset-password > .header {
    padding: 0 !important;
    width: 100%;
    max-width: 100%;
    border-radius: 4px 4px 0 0;
  }
  .kyc-guest-container .kyc-login > .header > .powered-by, .kyc-guest-container .kyc-signup > .header > .powered-by, .kyc-guest-container .kyc-set-password > .header > .powered-by, .kyc-guest-container .kyc-reset-password > .header > .powered-by {
    height: 110px;
  }
  .kyc-guest-container .kyc-login > .body, .kyc-guest-container .kyc-signup > .body, .kyc-guest-container .kyc-set-password > .body, .kyc-guest-container .kyc-reset-password > .body {
    width: unset;
    border-radius: 0 !important;
  }
  .kyc-guest-container .kyc-login > .body > .inputs .actions-container .error-message, .kyc-guest-container .kyc-signup > .body > .inputs .actions-container .error-message, .kyc-guest-container .kyc-set-password > .body > .inputs .actions-container .error-message, .kyc-guest-container .kyc-reset-password > .body > .inputs .actions-container .error-message {
    font-size: 12px;
  }
}
@media (max-width: 600px) {
  .kyc-guest-container .kyc-login > .header > .version, .kyc-guest-container .kyc-signup > .header > .version, .kyc-guest-container .kyc-set-password > .header > .version, .kyc-guest-container .kyc-reset-password > .header > .version {
    font-size: 9px;
  }
  .kyc-guest-container .kyc-login > .body > .avatar, .kyc-guest-container .kyc-signup > .body > .avatar, .kyc-guest-container .kyc-set-password > .body > .avatar, .kyc-guest-container .kyc-reset-password > .body > .avatar {
    width: 60px;
    height: 60px;
    margin-top: -30px;
    margin-left: -30px;
  }
  .kyc-guest-container .kyc-login > .body > .avatar > svg, .kyc-guest-container .kyc-signup > .body > .avatar > svg, .kyc-guest-container .kyc-set-password > .body > .avatar > svg, .kyc-guest-container .kyc-reset-password > .body > .avatar > svg {
    width: 35px;
  }
  .kyc-guest-container .kyc-login > .body > .tabs, .kyc-guest-container .kyc-signup > .body > .tabs, .kyc-guest-container .kyc-set-password > .body > .tabs, .kyc-guest-container .kyc-reset-password > .body > .tabs {
    position: relative;
    top: -25px;
    display: flex;
    flex-direction: row;
    border-bottom: 2px solid #f1f5f9;
  }
  .kyc-guest-container .kyc-login > .body > .tabs > .tab, .kyc-guest-container .kyc-signup > .body > .tabs > .tab, .kyc-guest-container .kyc-set-password > .body > .tabs > .tab, .kyc-guest-container .kyc-reset-password > .body > .tabs > .tab {
    padding: 8px;
    width: 50%;
    text-align: center;
    cursor: pointer;
    font-size: 13px;
    color: #788f9b;
    font-weight: bold;
    outline: none;
  }
  .kyc-guest-container .kyc-login > .body > .tabs > .tab.active, .kyc-guest-container .kyc-signup > .body > .tabs > .tab.active, .kyc-guest-container .kyc-set-password > .body > .tabs > .tab.active, .kyc-guest-container .kyc-reset-password > .body > .tabs > .tab.active {
    color: #333742;
  }
  .kyc-guest-container .kyc-login > .body > .tabs > .tab:hover, .kyc-guest-container .kyc-signup > .body > .tabs > .tab:hover, .kyc-guest-container .kyc-set-password > .body > .tabs > .tab:hover, .kyc-guest-container .kyc-reset-password > .body > .tabs > .tab:hover {
    color: #333742;
  }
  .kyc-guest-container .kyc-login > .body > .tabs > .tab:first-of-type, .kyc-guest-container .kyc-signup > .body > .tabs > .tab:first-of-type, .kyc-guest-container .kyc-set-password > .body > .tabs > .tab:first-of-type, .kyc-guest-container .kyc-reset-password > .body > .tabs > .tab:first-of-type {
    border-right: 1px solid #f1f5f9;
  }
  .kyc-guest-container .kyc-login > .body > .tabs > .tab:last-of-type, .kyc-guest-container .kyc-signup > .body > .tabs > .tab:last-of-type, .kyc-guest-container .kyc-set-password > .body > .tabs > .tab:last-of-type, .kyc-guest-container .kyc-reset-password > .body > .tabs > .tab:last-of-type {
    border-left: 1px solid #f1f5f9;
  }
  .kyc-guest-container .kyc-login > .body > .inputs, .kyc-guest-container .kyc-signup > .body > .inputs, .kyc-guest-container .kyc-set-password > .body > .inputs, .kyc-guest-container .kyc-reset-password > .body > .inputs {
    padding: 30px;
  }
  .kyc-guest-container .kyc-login > .body > .inputs > .title, .kyc-guest-container .kyc-signup > .body > .inputs > .title, .kyc-guest-container .kyc-set-password > .body > .inputs > .title, .kyc-guest-container .kyc-reset-password > .body > .inputs > .title {
    font-size: 13px;
    margin-bottom: 30px;
  }
  .kyc-guest-container .kyc-login > .body > .inputs > form > .input-container > select, .kyc-guest-container .kyc-signup > .body > .inputs > form > .input-container > select, .kyc-guest-container .kyc-set-password > .body > .inputs > form > .input-container > select, .kyc-guest-container .kyc-reset-password > .body > .inputs > form > .input-container > select {
    height: 40px;
    background-color: white;
    font-size: 12px;
  }
  .kyc-guest-container .kyc-login > .body > .inputs > form > .actions-container > button, .kyc-guest-container .kyc-signup > .body > .inputs > form > .actions-container > button, .kyc-guest-container .kyc-set-password > .body > .inputs > form > .actions-container > button, .kyc-guest-container .kyc-reset-password > .body > .inputs > form > .actions-container > button {
    font-size: 11px;
  }
  .kyc-guest-container .kyc-login > .body > .footer, .kyc-guest-container .kyc-signup > .body > .footer, .kyc-guest-container .kyc-set-password > .body > .footer, .kyc-guest-container .kyc-reset-password > .body > .footer {
    border-radius: 0 0 4px 4px;
  }
}
@media (max-width: 480px) {
  .kyc-guest-container .kyc-login, .kyc-guest-container .kyc-signup, .kyc-guest-container .kyc-set-password, .kyc-guest-container .kyc-reset-password {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .kyc-guest-container .kyc-login > .header, .kyc-guest-container .kyc-signup > .header, .kyc-guest-container .kyc-set-password > .header, .kyc-guest-container .kyc-reset-password > .header {
    padding: 18px;
  }
  .kyc-guest-container .kyc-login > .header > .logo, .kyc-guest-container .kyc-signup > .header > .logo, .kyc-guest-container .kyc-set-password > .header > .logo, .kyc-guest-container .kyc-reset-password > .header > .logo {
    max-width: unset;
    height: 80%;
  }
  .kyc-guest-container .kyc-login > .body > .avatar, .kyc-guest-container .kyc-signup > .body > .avatar, .kyc-guest-container .kyc-set-password > .body > .avatar, .kyc-guest-container .kyc-reset-password > .body > .avatar {
    width: 50px;
    height: 50px;
    margin-top: -25px;
    margin-left: -25px;
  }
  .kyc-guest-container .kyc-login > .body > .avatar > svg, .kyc-guest-container .kyc-signup > .body > .avatar > svg, .kyc-guest-container .kyc-set-password > .body > .avatar > svg, .kyc-guest-container .kyc-reset-password > .body > .avatar > svg {
    width: 25px;
  }
  .kyc-guest-container .kyc-login > .body .input-container, .kyc-guest-container .kyc-signup > .body .input-container, .kyc-guest-container .kyc-set-password > .body .input-container, .kyc-guest-container .kyc-reset-password > .body .input-container {
    margin-bottom: 10px;
  }
  .kyc-guest-container .kyc-login > .body > .inputs, .kyc-guest-container .kyc-signup > .body > .inputs, .kyc-guest-container .kyc-set-password > .body > .inputs, .kyc-guest-container .kyc-reset-password > .body > .inputs {
    padding: 18px;
  }
  .kyc-guest-container .kyc-login > .body > .inputs > .title, .kyc-guest-container .kyc-signup > .body > .inputs > .title, .kyc-guest-container .kyc-set-password > .body > .inputs > .title, .kyc-guest-container .kyc-reset-password > .body > .inputs > .title {
    font-size: 12px;
    margin-bottom: 12px;
    line-height: 14px;
  }
  .kyc-guest-container .kyc-login > .body > .inputs .input-container label, .kyc-guest-container .kyc-signup > .body > .inputs .input-container label, .kyc-guest-container .kyc-set-password > .body > .inputs .input-container label, .kyc-guest-container .kyc-reset-password > .body > .inputs .input-container label {
    font-size: 12px;
    padding-bottom: 6px;
  }
  .kyc-guest-container .kyc-login > .body > .inputs .input-container input, .kyc-guest-container .kyc-signup > .body > .inputs .input-container input, .kyc-guest-container .kyc-set-password > .body > .inputs .input-container input, .kyc-guest-container .kyc-reset-password > .body > .inputs .input-container input {
    padding: 8px;
  }
  .kyc-guest-container .kyc-login > .body > .footer a, .kyc-guest-container .kyc-signup > .body > .footer a, .kyc-guest-container .kyc-set-password > .body > .footer a, .kyc-guest-container .kyc-reset-password > .body > .footer a {
    padding: 10px 0;
    font-size: 12px;
  }
}
@media (max-height: 500px) {
  .kyc-guest-container .kyc-login > .header > div > .logo, .kyc-guest-container .kyc-signup > .header > div > .logo, .kyc-guest-container .kyc-set-password > .header > div > .logo, .kyc-guest-container .kyc-reset-password > .header > div > .logo {
    margin-top: 60px;
  }
}
@media screen and (max-width: 820px) and (orientation: landscape) {
  .kyc-guest-container .kyc-login, .kyc-guest-container .kyc-signup, .kyc-guest-container .kyc-set-password, .kyc-guest-container .kyc-reset-password {
    margin-top: unset;
    margin-bottom: unset;
  }
  .kyc-guest-container .kyc-login > .header, .kyc-guest-container .kyc-signup > .header, .kyc-guest-container .kyc-set-password > .header, .kyc-guest-container .kyc-reset-password > .header {
    display: none;
  }
  .kyc-guest-container .kyc-login > .body > .avatar, .kyc-guest-container .kyc-signup > .body > .avatar, .kyc-guest-container .kyc-set-password > .body > .avatar, .kyc-guest-container .kyc-reset-password > .body > .avatar {
    display: none;
  }
  .kyc-guest-container .kyc-login > .body .input-container, .kyc-guest-container .kyc-signup > .body .input-container, .kyc-guest-container .kyc-set-password > .body .input-container, .kyc-guest-container .kyc-reset-password > .body .input-container {
    margin-bottom: 10px;
  }
  .kyc-guest-container .kyc-login > .body > .inputs, .kyc-guest-container .kyc-signup > .body > .inputs, .kyc-guest-container .kyc-set-password > .body > .inputs, .kyc-guest-container .kyc-reset-password > .body > .inputs {
    padding: 18px;
  }
  .kyc-guest-container .kyc-login > .body > .inputs .input-container, .kyc-guest-container .kyc-signup > .body > .inputs .input-container, .kyc-guest-container .kyc-set-password > .body > .inputs .input-container, .kyc-guest-container .kyc-reset-password > .body > .inputs .input-container {
    margin-bottom: 10px;
  }
  .kyc-guest-container .kyc-login > .body > .inputs > .title, .kyc-guest-container .kyc-signup > .body > .inputs > .title, .kyc-guest-container .kyc-set-password > .body > .inputs > .title, .kyc-guest-container .kyc-reset-password > .body > .inputs > .title {
    margin-bottom: 12px;
    font-weight: bold;
  }
}
@media screen and (max-width: 480px) and (orientation: landscape) {
  .kyc-guest-container .kyc-login > .header, .kyc-guest-container .kyc-signup > .header, .kyc-guest-container .kyc-set-password > .header, .kyc-guest-container .kyc-reset-password > .header {
    display: none;
  }
  .kyc-guest-container .kyc-login > .body > .avatar, .kyc-guest-container .kyc-signup > .body > .avatar, .kyc-guest-container .kyc-set-password > .body > .avatar, .kyc-guest-container .kyc-reset-password > .body > .avatar {
    display: none;
  }
}
@keyframes layoutLoginSlide {
  0% {
    left: 300px;
  }
  100% {
    left: 0;
  }
}
@keyframes layoutLoginSlideBottom {
  0% {
    top: 100px;
  }
  100% {
    top: 0;
  }
}
@keyframes layoutLoginFade {
  0% {
    opacity: 0;
    transform: scale(0.8);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes layoutLoginShadow {
  0% {
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0);
  }
  100% {
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.08);
    opacity: 1;
  }
}
@keyframes layoutLoginContainer {
  0% {
    opacity: 0;
    transform: scale(0.8);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.layout_login {
  background-color: hsl(225, 13%, 23%);
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  min-height: 100vh;
}

.login_container {
  width: 100%;
  max-width: 820px;
  margin: 60px 20px;
  display: flex;
  box-shadow: 0;
  animation: layoutLoginContainer 640ms backwards ease;
  position: relative;
}

.login_container-branding {
  animation: layoutLoginSlide 840ms 0s ease;
  position: relative;
  background: hsl(210, 42%, 96%);
  box-sizing: border-box;
  padding: 40px;
  border-radius: 4px 0 0 4px;
  width: 100%;
  max-width: 320px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.login_container-branding img {
  position: relative;
  animation: layoutLoginFade 640ms 840ms backwards ease;
}

.login_container-content {
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 0 4px 4px 0;
  position: relative;
  z-index: 2;
  min-width: 500px;
}

.login_container-avatar {
  position: relative;
  fill: hsl(201, 15%, 54%);
  left: 50%;
  margin-top: -40px;
  margin-left: -40px;
  background-color: hsl(210, 42%, 96%);
  width: 80px;
  height: 80px;
  border-radius: 999em;
  display: flex;
  justify-content: center;
  align-items: center;
}

.login_container-header {
  padding: 40px;
}

.login_container-title {
  font-size: 16px;
  color: hsl(225, 13%, 23%);
  line-height: 24px;
}

.login_container-status {
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
}

.login_container-footer {
  border-top: 2px solid hsl(210, 42%, 96%);
  display: flex;
  width: 100%;
  justify-content: center;
}

.login_container-footer__link {
  box-sizing: border-box;
  padding: 20px 0;
  color: hsl(201, 15%, 54%);
  font-size: 14px;
  font-weight: 600;
  display: flex;
  align-items: center;
  flex: 1 1 auto;
  justify-content: center;
}

.login_container-footer__link:hover {
  color: hsl(225, 13%, 23%);
}

.login_container-footer__link:first-child {
  box-shadow: 2px 0 0 hsl(210, 42%, 96%);
}

.password-messages {
  padding-top: 20px;
}
.password-messages h5 {
  color: hsl(0, 100%, 50%);
}

@media (max-width: 820px) {
  .login_container {
    flex-direction: column;
    margin: 20px;
  }
  .login_container-branding {
    animation-name: layoutLoginSlideBottom;
    max-width: 100%;
    border-radius: 4px 4px 0 0;
  }
  .login_container-content {
    border-radius: 0 0 4px 4px;
  }
  .avatar {
    display: none !important;
  }
}
.page_container {
  display: flex;
  min-height: 100%;
}

.guest-layout-container {
  width: 100%;
}

.primary-content {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}

.page_content {
  box-sizing: border-box;
  padding: 40px;
}

.page_sidebar {
  position: relative;
  min-width: 300px;
  width: 300px;
  transition: width 150ms, min-width 150ms;
  background: #fff;
  box-sizing: border-box;
  z-index: 3;
}

.page_sidebar-fixed {
  position: fixed;
  display: flex;
  flex-direction: column;
  min-width: 300px;
  width: 300px;
  min-height: 100%;
  box-shadow: 2px 0 0 hsl(210, 42%, 96%);
  background-color: #fff;
}

.sidebar_heading {
  border-bottom: 2px solid hsl(210, 42%, 96%);
  box-sizing: border-box;
  height: 63px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px 0 40px;
  font-size: 14px;
  font-weight: 600;
  color: hsl(225, 13%, 23%);
}

.sidebar_link-collapse svg {
  fill: hsl(201, 15%, 54%);
}

.sidebar_link-collapse:hover svg {
  fill: hsl(225, 13%, 23%);
}

.sidebar_branding {
  border-bottom: 2px solid hsl(210, 42%, 96%);
  box-sizing: border-box;
  height: 135px;
  background-color: #fcfcfd;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin: 10px;
}

.sidebar_nav {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  margin-top: 20px;
}

.sidebar_nav-link {
  color: hsl(225, 13%, 23%);
  text-decoration: none;
  box-sizing: border-box;
  padding: 20px 20px 20px 40px;
  font-size: 14px;
  font-weight: 600;
  width: 100%;
  display: flex;
  align-items: center;
}

.sidebar_nav-svg {
  fill: hsl(201, 15%, 54%);
  margin-right: 12px;
}

.nav_link-active,
.nav_link-active .sidebar_nav-svg,
.sidebar_nav-link:hover,
.sidebar_nav-link:hover .sidebar_nav-svg {
  color: hsl(145, 46%, 47%);
  fill: currentColor;
}

.nav_link-active {
  box-shadow: inset 4px 0 0 hsl(145, 46%, 47%);
  background-color: #f4fbf7;
}

.sidebar_list {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  padding: 40px;
  box-sizing: border-box;
  font-weight: 600;
  font-size: 14px;
}

.sidebar_list > div {
  line-height: 24px;
  color: hsl(201, 15%, 54%);
}

.sidebar_list > div:nth-child(2n) {
  margin-bottom: 20px;
  color: hsl(225, 13%, 23%);
}

.sidebar_footer {
  border-top: 2px solid hsl(210, 42%, 96%);
  display: flex;
  width: 100%;
  justify-content: center;
  position: absolute;
  bottom: 0;
}

.sidebar_footer-link {
  box-sizing: border-box;
  padding: 20px 0;
  color: hsl(201, 15%, 54%);
  font-size: 14px;
  font-weight: 600;
  display: flex;
  align-items: center;
  flex: 1 1 auto;
  justify-content: center;
}

.sidebar_footer-link:hover {
  color: hsl(225, 13%, 23%);
}

.sidebar_footer-link:first-child {
  box-shadow: 2px 0 0 hsl(210, 42%, 96%);
}

.footer-link_toggle {
  width: 42px;
  height: 20px;
  background-color: hsl(210, 42%, 96%);
  display: inline-block;
  border-radius: 999em;
  position: relative;
  margin-right: 12px;
}

.footer-link_toggle::before {
  width: 20px;
  height: 20px;
  background-color: hsl(145, 46%, 47%);
  content: "";
  display: inline-block;
  border-radius: 999em;
  right: 0;
  position: absolute;
  transition: right 250ms ease;
}

.footer_link-logoff:hover {
  color: hsl(20, 100%, 58%);
}

.footer_link-logoff:hover .footer-link_toggle::before {
  right: 22px;
  background-color: hsl(20, 100%, 58%);
}

.sidebar-collapsed_show {
  display: none;
}

div.page_sidebar.small .sidebar-collapsed_hide {
  display: none;
}

div.page_sidebar.small .sidebar-collapsed_show {
  display: flex;
}

div.page_sidebar.small,
div.page_sidebar.small .page_sidebar-fixed {
  min-width: 62px;
  width: 62px;
}

div.page_sidebar.small .sidebar_nav-link {
  padding: 20px 0;
  justify-content: center;
}

div.page_sidebar.small .sidebar_link-collapse {
  transform: rotate(90deg);
}

div.page_sidebar.small .sidebar_nav-svg {
  margin-right: 0;
}

div.page_sidebar.small .sidebar_heading {
  padding: 0;
  justify-content: center;
}

div.page_sidebar.small .sidebar_footer {
  flex-direction: column;
}

div.page_sidebar.small .sidebar_footer-link:first-child {
  box-shadow: 0 2px 0 #f1f5f9;
}

div.page_sidebar.small .footer-link_toggle {
  margin-right: 0;
}

div.page_sidebar.small .head_toolbar-fixed {
  left: 62px;
}

.head_toolbar-fixed.long {
  left: 62px;
}

@media (max-width: 960px) {
  /*.sidebar-collapsed_show {
    display: flex;
  }

  .sidebar-collapsed_hide {
    display: none;
  }

  .page_sidebar,
  .page_sidebar-fixed {
    min-width: $page_sidebar-collapsed;
    width: $page_sidebar-collapsed;
  }

  .sidebar_nav-link {
    padding: 20px 0;
    justify-content: center;
  }

  .sidebar_link-collapse {
    transform: rotate(90deg);
  }

  .sidebar_nav-svg {
    margin-right: 0;
  }

  .sidebar_heading {
    padding: 0;
    justify-content: center;
  }

  .sidebar_footer {
    flex-direction: column;
  }

  .sidebar_footer-link:first-child {
    box-shadow: 0 2px 0 $color-grey;
  }

  .footer-link_toggle {
    margin-right: 0;
  }*/
}
.submitted-container {
  padding: 20px;
  text-align: center;
  vertical-align: top;
  text-align: center;
  width: 80%;
  max-width: 750px;
  margin: auto;
}
.submitted-container h2 {
  font-size: 1.75em;
  margin-bottom: 20px;
}
.submitted-container .img-container {
  width: calc(33.3333333333% - 60px);
  padding: 30px;
  display: inline-block;
  transform: scale(1);
  transition: 5s all ease;
  -webkit-transition: 5s all ease;
}
.submitted-container .img-container img:hover {
  transform: scale(1.2);
}

.page_head_toolbar {
  position: relative;
  width: 100%;
  margin-bottom: 60px;
  z-index: 3;
}

.head_toolbar-fixed {
  display: flex;
  top: 0;
  right: 0;
  left: 300px;
  margin-left: 2px;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  background: #fff;
  box-shadow: 0 2px 0 hsl(210, 42%, 96%);
  height: 61px;
}

.head_toolbar-search {
  flex: 1 1 auto;
  position: relative;
  padding-right: 20px;
}

.head_toolbar-search::before {
  background: url("../assets/images/ico_search.svg");
  content: "";
  width: 16px;
  height: 16px;
  display: inline-block;
  position: absolute;
  top: 22px;
  left: 20px;
  pointer-events: none;
}

.toolbar_search-input {
  width: 100%;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: 600;
  outline: none;
  border: 0;
  padding: 20px 0 20px 46px;
}

.toolbar_search-input::placeholder {
  color: hsl(201, 15%, 54%);
}

.toolbar_search-input:focus::placeholder,
.toolbar_search-input:hover::placeholder {
  color: #c9d2d6;
}

.page_header-user {
  margin-right: 20px;
}

.page_header-user a {
  font-size: 14px;
  font-weight: 600;
  color: hsl(201, 15%, 54%);
  display: flex;
  align-items: center;
}

.page_header-user a:hover {
  color: hsl(225, 13%, 23%);
}

.head_user-avatar {
  width: 32px;
  height: 32px;
  background: hsl(210, 42%, 96%);
  display: flex;
  border-radius: 999em;
  margin-right: 10px;
}

.user_avatar-empty {
  background-image: url("../assets/images/ico_manager-avatar.svg");
  background-repeat: no-repeat;
  background-position: center;
}

.page_head-process {
  display: flex;
  justify-content: center;
  border-bottom: 2px solid hsl(210, 42%, 96%);
  box-sizing: border-box;
  padding: 40px 20px;
  font-size: 18px;
  font-weight: 600;
  color: hsl(201, 15%, 54%);
}

.page_head-process > div {
  margin: 0 20px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  align-content: center;
}

.process-icon {
  width: 38px;
  height: 38px;
  background: #fff;
  border: 2px solid hsl(210, 42%, 96%);
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -62px;
}

.head-process_active,
.head-process_active .process-icon {
  color: hsl(197, 100%, 46%);
  border-color: currentColor;
  fill: currentColor;
}

.page_head {
  border-bottom: 2px solid hsl(210, 42%, 96%);
  box-sizing: border-box;
  padding: 40px 40px 0;
}

.page_head-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.page_head_heading {
  font-size: 32px;
  line-height: 42px;
  font-weight: 400;
  color: hsl(225, 13%, 23%);
}

.page_head_subheading {
  font-size: 14px;
  font-weight: 600;
  color: hsl(201, 15%, 54%);
  padding-top: 6px;
}

.page_head_nav {
  margin-top: 40px;
  box-sizing: border-box;
  display: flex;
}

.page_head_nav-link {
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: hsl(201, 15%, 54%);
  margin-right: 40px;
  padding-bottom: 20px;
}

.page_head-center .page_head_nav-link {
  margin: 0 40px;
}

.head_nav_link-active,
.page_head_nav-link:hover {
  color: hsl(197, 100%, 46%);
}

.head_nav_link-active {
  box-shadow: 0 2px 0 hsl(197, 100%, 46%);
}

.page_breadcrumb {
  padding: 20px 40px 0;
  font-size: 14px;
  font-weight: 600;
  color: #95a7b1;
  fill: currentColor;
  display: flex;
  align-items: center;
}

.page_breadcrumb-icon {
  margin: 0 6px;
}

a.page_breadcrumb-link:hover {
  color: hsl(145, 46%, 47%);
}

.block_list {
  padding: 20px;
  display: flex;
  flex-direction: column;
}

.block_list-item {
  display: flex;
  border-bottom: 2px solid hsl(210, 42%, 96%);
  font-size: 14px;
  line-height: 21px;
  font-weight: 600;
  padding: 15px 0;
}
.block_list-item .header {
  display: flex;
  flex-direction: row;
}
.block_list-item .header .title {
  color: hsl(201, 15%, 54%);
  width: 66%;
}
.block_list-item .header .type.internal {
  color: hsl(145, 46%, 47%);
}
.block_list-item .header .type.external {
  color: hsl(20, 100%, 58%);
}

.block_list-item.flex-column {
  flex-direction: column;
}

.block_list-item:first-of-type {
  padding-top: 0;
}

.block_list-item:last-of-type {
  border-bottom: 0;
  padding-bottom: 0;
}

.block_list-label {
  color: hsl(201, 15%, 54%);
  width: 33%;
}

.block_list-content {
  color: hsl(225, 13%, 23%);
}

.block_inputs {
  display: flex;
}

.block_inputs > div {
  box-sizing: border-box;
}

.block_input-head {
  border-right: 2px solid hsl(210, 42%, 96%);
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.block_input-field {
  display: flex;
  flex-direction: column;
  padding: 10px 20px;
  border-right: 2px solid hsl(210, 42%, 96%);
  margin: 20px 0;
  flex: 1 1 auto;
}

.block_input-field:last-child {
  border: 0;
}

@media (max-width: 720px) {
  .block_inputs {
    flex-direction: column;
  }
  .block_input-head {
    background-color: #fcfcfd;
  }
  .block_input-field,
  .block_input-head {
    border-right: 0;
    border-bottom: 2px solid hsl(210, 42%, 96%);
  }
  .block_input-field {
    margin: 0;
    padding: 30px 20px;
  }
}
.block_table {
  display: table;
  width: 100%;
  border-collapse: collapse;
}

.block_table-head {
  display: table-row;
  background-color: hsl(210, 42%, 96%);
  font-weight: 600;
  color: hsl(201, 15%, 54%);
}

.block_table-head .block_table-cell {
  padding: 10px;
}

.block_pager {
  background-color: #f1f5f9;
  color: #788f9b;
  display: flex;
  flex-direction: row;
  min-height: 40px;
  justify-content: center;
  padding-right: 20px;
  align-items: center;
}
.block_pager .previous {
  width: 16px;
  height: 16px;
  cursor: pointer;
  fill: #788f9b;
}
.block_pager .next {
  width: 16px;
  height: 16px;
  margin-left: 5px;
  cursor: pointer;
  fill: #788f9b;
}
.block_pager .disabled {
  fill: #BDBDBD;
}
.block_pager input {
  width: 16px;
  height: 20px;
  font-size: 16px;
  border: none;
  background-color: #f1f5f9;
  text-align: center;
  color: #788f9b;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
}

.block_table-content {
  display: table-row;
  color: hsl(225, 13%, 23%);
  border-bottom: 2px solid hsl(210, 42%, 96%);
  position: relative;
}

.block_table-content:hover {
  background-color: #fcfcfd;
}

.block_table-content:last-of-type {
  border: none;
}

.block_table-cell {
  display: table-cell;
  box-sizing: border-box;
  font-size: 14px;
  vertical-align: middle;
  position: relative;
}

.block_table-content .block_table-cell {
  padding: 20px 10px;
}

.block_table-cell > div:nth-child(3n),
.block_table-cell > div:nth-child(2n) {
  padding-top: 10px;
}

.block_table-cell:last-of-type {
  padding-right: 20px;
}

.table_cell-alert {
  width: 4px;
}

.table_cell-alert > div {
  width: 4px;
  position: absolute;
  left: 0;
  top: 10px;
  bottom: 10px;
}

.table_content-alert .table_cell-alert > div {
  background: hsl(20, 100%, 58%);
}

.table_content-info .table_cell-alert > div {
  background: hsl(201, 15%, 54%);
}

.table_content-confirmed .table_cell-alert > div {
  background: hsl(145, 46%, 47%);
}

.table_cell-checkbox {
  cursor: pointer;
}

.table_cell-checkbox input[type=checkbox] {
  display: none;
}

.table_cell-checkbox span:before {
  content: "";
  position: relative;
  display: inline-block;
  width: 18px;
  height: 18px;
  background: #fff;
  border: 2px solid hsl(201, 15%, 54%);
  border-radius: 4px;
  box-sizing: border-box;
  text-align: center;
  vertical-align: middle;
  padding-top: 1px;
}

.table_cell-checkbox input:checked + span:before {
  content: url("../assets/images/table_cell-checkbox-check.svg");
}

@media (max-width: 720px) {
  .block_table-head {
    display: none;
  }
  .block_table,
  .block_table-cell {
    display: flex;
    flex-direction: column;
  }
  .block_table-content .block_table-cell {
    padding: 10px;
  }
}
.block_actions {
  display: flex;
  justify-content: flex-end;
  background-color: #fcfcfd;
  padding: 20px;
  border-top: 2px solid hsl(210, 42%, 96%);
}

.block_actions > * {
  margin-left: 10px;
}

.block_actions > *:first-child {
  margin-left: 0;
}

.block {
  border: 2px solid hsl(210, 42%, 96%);
  border-radius: 4px;
  box-sizing: border-box;
  margin-bottom: 40px;
}

.block_half {
  display: flex;
}

.block_half > div {
  flex: 1 1 auto;
}

.block_half > div:first-child {
  margin-right: 20px;
}

.block_half > div:last-child {
  margin-left: 20px;
}

@media (max-width: 720px) {
  .block_half {
    flex-direction: column;
  }
  .block_half > div:first-child,
  .block_half > div:last-child {
    margin: 0 0 40px;
  }
}
.block_head {
  box-sizing: border-box;
  padding: 20px;
}

.block_head-heading {
  color: hsl(225, 13%, 23%);
  font-size: 16px;
  font-weight: 600;
}

.block_head-subheading {
  color: hsl(201, 15%, 54%);
  font-size: 14px;
  font-weight: 600;
  padding-top: 6px;
}

@media (max-width: 720px) {
  .page_head > div:first-child {
    flex-direction: column;
    align-items: flex-start;
  }
  .page_head > div:first-child > div:last-child {
    margin-top: 20px;
  }
  .block_table-head {
    display: none;
  }
  .block_table,
  .block_table-cell {
    display: flex;
    flex-direction: column;
  }
  .block_table-content .block_table-cell {
    padding: 10px;
  }
}
.grid-container {
  display: flex;
  justify-content: space-between;
}
.grid-container .item {
  width: 48%;
  border: 2px solid hsl(210, 42%, 96%);
  border-radius: 4px;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 21px;
  font-weight: 600;
  margin-bottom: 16px;
}
.grid-container .item .header {
  background-color: hsl(210, 42%, 96%);
  padding: 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.grid-container .item .header .title-box {
  display: flex;
  flex-direction: column;
}
.grid-container .item .header .title-box .description {
  color: hsl(201, 15%, 54%);
}
.grid-container .item .body {
  padding: 16px;
}
.grid-container .item .body .requirements {
  height: 80px;
}
.grid-container .item .body .requirements .requirements-list {
  display: flex;
  flex-direction: row;
  padding: 16px 0 16px 0;
}
.grid-container .item .body .requirements .requirements-list .info_label {
  margin-right: 8px;
}
.grid-container .item .body .requirements .requirements-list .info_label:last-child {
  margin-right: 0;
}
.grid-container .item .body .uploads {
  display: flex;
  flex-direction: column;
}
.grid-container .item .body .uploads .uploads-list {
  display: flex;
  flex-direction: column;
}
.grid-container .item .body .uploads .uploads-list .uploads-list-item {
  border-bottom: 2px solid hsl(210, 42%, 96%);
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.grid-container .item .body .uploads .uploads-list .uploads-list-item .title {
  padding: 16px;
}
.grid-container .item .body .uploads .uploads-list .uploads-list-item .actions-box {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.grid-container .item .body .uploads .uploads-list .uploads-list-item .actions-box .btn_ico {
  margin-right: 4px;
}
.grid-container .item .body .uploads .uploads-list .uploads-list-item .actions-box .btn_ico:last-child {
  margin-right: 0;
}
.grid-container .item .body .actions-box {
  padding: 8px 0 8px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.grid-container .item .body .actions-box .btn_ico {
  margin-right: 8px;
}
.grid-container .item .body .actions-box .btn_ico:last-child {
  margin-right: 0;
}
.grid-container .item .body .actions-box .btn {
  margin-bottom: 8px;
}
.grid-container .item .body .actions-box .btn:last-child {
  margin-bottom: 0;
}

.grid-container.flex-start {
  justify-content: flex-start;
}

@media (max-width: 920px) {
  .grid-container .item .body .requirements .list {
    flex-direction: column;
  }
}
@media (max-width: 840px) {
  .grid-container .item .body .requirements {
    height: 110px;
  }
  .grid-container .item .body .requirements .list {
    flex-direction: column;
    justify-content: flex-start;
  }
  .grid-container .item .body .requirements .list .info_label {
    margin-right: 0;
  }
  .grid-container .item .body .actions-box {
    flex-direction: row;
  }
  .grid-container .item .body .actions-box .btn svg {
    margin-right: 0;
  }
  .grid-container .item .body .actions-box .btn span {
    display: none;
  }
}
.page_modal {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.52);
  z-index: 4;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page_modal::before {
  content: "";
  position: fixed;
  background: rgba(0, 0, 0, 0.1);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.page_modal-wrapper {
  width: 90%;
  max-height: 90%;
  max-width: 1220px;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.05);
  position: relative;
  overflow-y: scroll;
}

.page_modal-header {
  border-bottom: 2px solid hsl(210, 42%, 96%);
  box-sizing: border-box;
  padding: 20px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.modal_header-actions {
  display: flex;
}

.modal_header-title {
  font-weight: 600;
  font-size: 20px;
  color: hsl(225, 13%, 23%);
}

.page_modal-header > div:last-child > a {
  margin-left: 10px;
}

.modal_content-group {
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  margin: 0 40px;
  padding: 40px 0;
  border-bottom: 2px solid hsl(210, 42%, 96%);
}

.modal_content-group:last-child {
  border-bottom: 0;
}

.modal_content-group > div:first-child {
  width: 220px;
}

.modal_content-group > div:last-child {
  flex: 1 1 auto;
  margin-left: 60px;
}

.content_group-title {
  font-size: 16px;
  font-weight: 600;
  color: hsl(225, 13%, 23%);
}

.content_group-subtitle {
  font-size: 14px;
  line-height: 21px;
  font-weight: 600;
  color: hsl(201, 15%, 54%);
  margin-top: 6px;
}

.content_group-fieldgroup {
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
}

.content_group-fieldgroup:last-child {
  margin-bottom: 0;
}

@media (max-width: 720px) {
  .modal_content-group {
    flex-direction: column;
    margin: 0 30px;
    padding: 30px 0;
  }
  .modal_content-group > div:first-child {
    width: 100%;
  }
  .modal_content-group > div:last-child {
    margin: 20px 0 0;
    padding: 0 10px;
  }
}
.no-error-spacer .md-errors-spacer {
  display: none;
}

.kyc-file-preview h2 {
  color: #333742;
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 20px;
}
.kyc-file-preview .viewer {
  height: 400px;
  overflow-y: scroll;
  margin-top: 15px;
}

.border-bottom {
  border-bottom: 2px solid #f1f5f9;
}

.border {
  border: 2px solid #f1f5f9;
}

.bg-primary {
  background-color: #fcfcfd;
}

.bg-white {
  background-color: #fff;
}

.bg-green {
  background-color: #4CAF50;
}

.padding-bottom-2 {
  padding-bottom: 16px;
}

.no-padding {
  padding: 0 !important;
}

.margin-top-1 {
  margin-top: 8px;
}

.margin-top-2 {
  margin-top: 16px;
}

.full-width {
  width: 100%;
}

.bold {
  font-weight: bold;
}

.color-primary {
  color: #788f9b;
}

.kyc-box {
  border: 2px solid #f1f5f9;
}
.kyc-box .header {
  padding: 16px;
  background: #fafafa;
}
.kyc-box .header span {
  font-weight: 600;
  font-size: 14px;
  color: #000000;
}
.kyc-box .header span:last-of-type {
  color: #788f9b;
}
.kyc-box .body {
  padding: 8px;
}
.kyc-box .body .item {
  border: 2px solid #f1f5f9;
  margin-bottom: 8px;
}
.kyc-box .body .item > .header > .kyc-info-group {
  margin: 0;
}
.kyc-box .body .item:last-of-type {
  margin-bottom: 0px;
}
.kyc-box.item:not(:last-child) {
  margin-bottom: 20px;
}

.kyc-doc-builder-item {
  display: flex;
}
.kyc-doc-builder-item:hover .actions-group {
  display: flex;
}
.kyc-doc-builder-item .actions-group {
  position: absolute;
  right: -56px;
  background-color: #F5F5F5;
  padding: 12px 16px 12px 16px;
  border-radius: 5px;
  display: none;
}
.kyc-doc-builder-item .actions-group .action-button {
  cursor: pointer;
  margin-top: 4px;
  margin-bottom: 4px;
}
.kyc-doc-builder-item .actions-group .action-button:hover {
  color: red;
}

#sticky {
  background-color: #ffffff;
}
#sticky.stick {
  margin-top: 0 !important;
  position: fixed;
  top: 0;
  left: 302px;
  right: 0;
  z-index: 10000;
}

@media (max-width: 1279px) {
  #sticky.stick {
    left: 0;
  }
}
input.kyc-doc-inputs {
  -webkit-appearance: none;
  appearance: none;
  transition: all 0.3s linear;
  margin: 0;
  border: 1px solid #b4bcc2;
  background-color: #ffffff;
}

input.kyc-doc-inputs:focus {
  outline: 0 none;
  box-shadow: none;
}

input[type=checkbox].kyc-doc-inputs {
  cursor: pointer;
  width: 30px;
  height: 30px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-family: initial, serif;
}

input[type=checkbox].kyc-doc-inputs:checked:before {
  content: "✓";
  color: #000000;
}

input[type=text].kyc-doc-inputs {
  width: 130px;
  height: 20px;
}

input[type=date].kyc-doc-inputs {
  width: 130px;
  height: 23px;
}

.kyc-doc-signature {
  display: flex;
  border: 1px solid #b4bcc2;
  background-color: #ffffff;
  align-items: center;
  justify-content: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: bold;
  width: 300px;
  height: 150px;
  cursor: pointer;
}

.page-selected {
  border: 2px solid #2196F3 !important;
}

@keyframes fadeOutToRight {
  from {
    opacity: 1;
    transform: none;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeInFromLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.animate-fade-in-from-left-1.ng-enter, .animate-fade-in-from-left-1.ng-leave {
  animation-duration: 0.5s;
  animation-fill-mode: both;
}
.animate-fade-in-from-left-1.ng-enter, .animate-fade-in-from-left-1.ng-leave.ng-leave-active {
  animation-name: fadeOutToRight;
}
.animate-fade-in-from-left-1.ng-leave, .animate-fade-in-from-left-1.ng-enter.ng-enter-active {
  animation-name: fadeInFromLeft;
}

/*

.animate-fade-in-from-left-1.ng-enter, .animate-fade-in-from-left-1.ng-leave {
  animation-duration: 0.5s;
  animation-fill-mode: both;
}

.animate-fade-in-from-left-1.ng-enter,
.animate-fade-in-from-left-1.ng-leave.ng-leave-active {
  animation-name: fadeOutToRight;
}

.animate-fade-in-from-left-1.ng-leave,
.animate-fade-in-from-left-1.ng-enter.ng-enter-active {
  animation-name: fadeInFromLeft;
}

*/
body,
html {
  min-height: 100%;
  height: auto;
  margin: 0 !important;
  padding: 0 !important;
  position: relative;
}

#video-wrapper {
  margin: 0 auto;
}

.normal-wrap {
  white-space: normal !important;
}

.page-header {
  margin: 0 auto;
  font-size: 2em;
  font-weight: normal;
}

.fix-disabled-button[disabled=disabled] {
  background-color: transparent !important;
}

.file-items-container .file-item {
  border-bottom: 2px solid #f1f5f9;
  margin-top: 5px;
  margin-bottom: 5px;
}
.file-items-container .file-item:first-child {
  margin-top: 0;
}

.padding-bottom-32 {
  padding-bottom: 32px !important;
}

/**
 *  Member
 */
.color-red {
  color: #F44336 !important;
}

.color-red-2 {
  color: #E57373;
}

.color-red {
  color: #F44336;
}

.color-green {
  color: #4CAF50;
}

.sign-object:hover > .sign-delete-button {
  display: block;
}

.sign-delete-button {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 10;
  display: none;
}
.sign-delete-button:hover {
  cursor: pointer;
  color: red;
}

.sidebar_heading.onboarding {
  height: 102px;
  line-height: 25px;
  display: block;
  font-weight: bold;
}
.sidebar_heading.onboarding .description {
  color: hsl(201, 15%, 54%);
}

.page_content.approve {
  margin-top: 40px;
}
.page_content .login_container-avatar {
  margin-top: 10px;
}
.page_content .status_heading {
  margin-top: 40px;
  position: absolute;
  left: 300px;
  right: 0px;
  box-shadow: 0 2px 0 hsl(210, 42%, 96%);
  text-transform: uppercase;
  color: hsl(197, 100%, 46%);
  font-weight: bold;
}
.page_content .status_heading .status_heading_text_wrap {
  width: 100%;
  text-align: center;
}
.page_content .status_heading .status_heading_text {
  padding-bottom: 20px;
  display: inline-block;
  box-shadow: 0 2px 0 hsl(197, 100%, 46%);
}
.page_content .user {
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 35px;
}
.page_content .user .name {
  font-size: 2em;
}
.page_content .user .email {
  color: hsl(201, 15%, 54%);
  font-weight: bold;
}

.head_status_bar {
  display: flex;
  top: 0;
  right: 100px;
  left: 400px;
  justify-content: space-between;
  align-items: center;
  position: fixed;
}

.sidebar_block {
  margin: 30px;
  border-bottom: 2px solid hsl(210, 42%, 96%);
  font-weight: bold;
}
.sidebar_block .sidebar-item {
  margin-bottom: 20px;
}
.sidebar_block .sidebar-item-title {
  color: hsl(201, 15%, 54%);
  padding-bottom: 10px;
}
.sidebar_block .sidebar-item-text {
  font-size: 90%;
}
.sidebar_block .sidebar-avatar a {
  color: hsl(225, 13%, 23%);
}

.status_bar .head_toolbar-fixed {
  height: 100px;
}
.status_bar .head_status_item {
  padding: 45px;
  color: hsl(201, 15%, 54%);
  font-weight: bold;
}
.status_bar .head_status_item.head_status_item_done {
  color: hsl(145, 46%, 47%);
}
.status_bar .head_status_item.head_status_item_current {
  color: hsl(197, 100%, 46%);
}

.status_content {
  margin-top: 100px;
}
.status_content .approve {
  margin: 0 auto;
  width: 60%;
  line-height: 25px;
}
.status_content .done {
  margin: 0 auto;
  width: 60%;
  line-height: 25px;
}
.status_content .confirmation {
  margin: 0 auto;
  width: 60%;
  line-height: 25px;
}
.status_content .confirmation .preview a {
  color: hsl(145, 46%, 47%);
}
.status_content .confirmation .question {
  color: hsl(201, 15%, 54%);
}
.status_content .confirmation .answer {
  font-weight: bold;
}
.status_content .kyc-closed {
  margin: -100px auto;
  width: 80%;
  line-height: 25px;
}
.status_content .kyc-closed .kyc-result {
  text-align: center;
  text-transform: uppercase;
  font-size: 2.6em;
  font-weight: bold;
}
.status_content .kyc-closed .kyc-result.approved {
  color: hsl(145, 46%, 47%);
}
.status_content .kyc-closed .kyc-result.rejected {
  color: hsl(20, 100%, 58%);
}
.status_content .kyc-closed .escrow-download {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.status_content .kyc-closed .escrow-download .download-info {
  color: hsl(201, 15%, 54%);
  font-size: 0.85em;
}

.btn-toolbar {
  display: flex;
  justify-content: space-between;
}

.version {
  font-size: 12px;
  font-weight: bold;
  color: hsl(201, 15%, 54%);
}
.version.version-login {
  position: absolute;
  bottom: 2px;
  left: 2px;
}
.version.version-sidebar {
  padding-left: 5px;
}

.bg-light-gray {
  background-color: #fcfcfd;
}

.ui-view-main {
  background-color: #ffffff;
}

.brand-text-color {
  color: #ff9800;
}

.disable-outline {
  outline: 0 none;
  box-shadow: none;
}

.submitted-message a {
  text-decoration: underline;
}

.confirmation-page {
  margin: auto;
}

.confirmation-page-item b {
  text-align: center;
  display: block;
}

@media (max-width: 599px) {
  .kyc-info-group-sub-header {
    max-width: 80%;
  }
}
@media (max-height: 569px) {
  .guest-layout-container .header {
    display: none;
  }
  .confirmation-page-item {
    width: 100%;
  }
}