/* @import url(https://rsms.me/inter/inter.css); */
/**
* General Uppy styles that apply to everything inside the .Uppy container
*/
.uppy-Root {
  box-sizing: border-box;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: left;
  position: relative;
  color: #333; }

.uppy-Root *, .uppy-Root *:before, .uppy-Root *:after {
  box-sizing: inherit; }

.uppy-Root [hidden] {
  display: none; }

.UppyIcon {
  max-width: 100%;
  max-height: 100%;
  fill: currentColor;
  /* no !important */
  display: inline-block;
  overflow: hidden; }

.UppyIcon--svg-baseline {
  bottom: -0.125em;
  position: relative; }

.uppy-u-reset {
  -webkit-appearance: none;
  line-height: 1;
  padding: 0;
  margin: 0;
  border: 0;
  color: inherit;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  background: none;
  border: medium none currentColor;
  border-collapse: separate;
  -webkit-border-image: none;
       -o-border-image: none;
          border-image: none;
  border-radius: 0;
  border-spacing: 0;
  box-shadow: none;
  clear: none;
  cursor: auto;
  display: inline;
  empty-cells: show;
  float: none;
  font-family: inherit;
  font-size: inherit;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-stretch: normal;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  left: auto;
  letter-spacing: normal;
  list-style: none;
  margin: 0;
  max-height: none;
  max-width: none;
  min-height: 0;
  min-width: 0;
  opacity: 1;
  outline: medium none invert;
  overflow: visible;
  overflow-x: visible;
  overflow-y: visible;
  text-align: left;
  text-decoration: none;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  top: auto;
  -webkit-transform: none;
          transform: none;
  -webkit-transform-origin: 50% 50% 0;
          transform-origin: 50% 50% 0;
  -webkit-transform-style: flat;
          transform-style: flat;
  -webkit-transition: none 0s ease 0s;
  transition: none 0s ease 0s;
  unicode-bidi: normal;
  vertical-align: baseline;
  visibility: visible;
  white-space: normal;
  z-index: auto; }

.uppy-c-textInput {
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 14px;
  line-height: 1.5;
  padding: 6px 8px;
  background-color: #fff; }

.uppy-size--md .uppy-c-textInput {
  padding: 8px 10px; }

.uppy-c-textInput:focus {
  border-color: rgba(34, 117, 215, 0.6);
  outline: none;
  box-shadow: 0 0 0 3px rgba(34, 117, 215, 0.15); }

.uppy-c-btn {
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  font-family: inherit;
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.uppy-c-btn:not(:disabled):not(.disabled) {
  cursor: pointer; }

.uppy-c-btn::-moz-focus-inner {
  border: 0; }

.uppy-c-btn-primary {
  font-size: 14px;
  padding: 10px 18px;
  border-radius: 4px;
  background-color: #2275d7;
  color: #fff; }

.uppy-size--md .uppy-c-btn-primary {
  padding: 13px 22px; }

.uppy-c-btn-primary:hover {
  background-color: #1b5dab; }

.uppy-c-btn-primary:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(34, 117, 215, 0.4); }

.uppy-c-btn-link {
  font-size: 14px;
  line-height: 1;
  padding: 10px 15px;
  border-radius: 4px;
  background-color: transparent;
  color: #525252; }

.uppy-size--md .uppy-c-btn-link {
  padding: 13px 18px; }

.uppy-c-btn-link:hover {
  color: #333; }

.uppy-c-btn-link:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(34, 117, 215, 0.25); }

.uppy-c-btn--small {
  font-size: 0.9em;
  padding: 7px 16px;
  border-radius: 2px; }

.uppy-size--md .uppy-c-btn--small {
  padding: 8px 10px;
  border-radius: 2px; }

.uppy-Informer {
  position: absolute;
  bottom: 60px;
  left: 0;
  right: 0;
  text-align: center;
  opacity: 1;
  -webkit-transform: none;
          transform: none;
  -webkit-transition: all 250ms ease-in;
  transition: all 250ms ease-in;
  z-index: 1005; }

.uppy-Informer[aria-hidden=true] {
  opacity: 0;
  -webkit-transform: translateY(350%);
          transform: translateY(350%);
  -webkit-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
  z-index: -1000; }

.uppy-Informer p {
  display: inline-block;
  margin: 0;
  padding: 0;
  font-size: 12px;
  line-height: 1.4;
  font-weight: 400;
  padding: 6px 15px;
  background-color: #757575;
  /* no !important */
  color: #fff;
  border-radius: 18px;
  max-width: 90%; }

.uppy-size--md .uppy-Informer p {
  font-size: 14px;
  line-height: 1.3;
  max-width: 500px;
  padding: 10px 20px; }

.uppy-Informer span {
  line-height: 12px;
  width: 13px;
  height: 13px;
  display: inline-block;
  vertical-align: middle;
  color: #525252;
  background-color: #fff;
  border-radius: 50%;
  position: relative;
  top: -1px;
  left: 3px;
  font-size: 10px;
  margin-left: -1px; }

.uppy-Informer span:hover {
  cursor: help; }

.uppy-Informer span:after {
  line-height: 1.3;
  word-wrap: break-word; }

/* -------------------------------------------------------------------
  Microtip

  Modern, lightweight css-only tooltips
  Just 1kb minified and gzipped

  @author Ghosh
  @package Microtip

----------------------------------------------------------------------
  1. Base Styles
  2. Direction Modifiers
  3. Position Modifiers
--------------------------------------------------------------------*/
/* ------------------------------------------------
  [1] Base Styles
-------------------------------------------------*/
.uppy-Root [aria-label][role~="tooltip"] {
  /* no important */
  position: relative; }

.uppy-Root [aria-label][role~="tooltip"]::before,
.uppy-Root [aria-label][role~="tooltip"]::after {
  /* no important */
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: transform;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all var(--microtip-transition-duration, 0.18s) var(--microtip-transition-easing, ease-in-out) var(--microtip-transition-delay, 0s);
  transition: all var(--microtip-transition-duration, 0.18s) var(--microtip-transition-easing, ease-in-out) var(--microtip-transition-delay, 0s);
  position: absolute;
  box-sizing: border-box;
  z-index: 10;
  -webkit-transform-origin: top;
          transform-origin: top; }

.uppy-Root [aria-label][role~="tooltip"]::before {
  /* no important */
  background-size: 100% auto !important;
  content: ""; }

.uppy-Root [aria-label][role~="tooltip"]::after {
  /* no important */
  background: rgba(17, 17, 17, 0.9);
  border-radius: 4px;
  color: #ffffff;
  content: attr(aria-label);
  font-size: var(--microtip-font-size, 13px);
  font-weight: var(--microtip-font-weight, normal);
  text-transform: var(--microtip-text-transform, none);
  padding: .5em 1em;
  white-space: nowrap;
  box-sizing: content-box; }

.uppy-Root [aria-label][role~="tooltip"]:hover::before,
.uppy-Root [aria-label][role~="tooltip"]:hover::after,
.uppy-Root [aria-label][role~="tooltip"]:focus::before,
.uppy-Root [aria-label][role~="tooltip"]:focus::after {
  /* no important */
  opacity: 1;
  pointer-events: auto; }

/* ------------------------------------------------
  [2] Position Modifiers
-------------------------------------------------*/
.uppy-Root [role~="tooltip"][data-microtip-position|="top"]::before {
  /* no important */
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2236px%22%20height%3D%2212px%22%3E%3Cpath%20fill%3D%22rgba%2817,%2017,%2017,%200.9%29%22%20transform%3D%22rotate%280%29%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E") no-repeat;
  height: 6px;
  width: 18px;
  margin-bottom: 5px; }

.uppy-Root [role~="tooltip"][data-microtip-position|="top"]::after {
  /* no important */
  margin-bottom: 11px; }

.uppy-Root [role~="tooltip"][data-microtip-position|="top"]::before {
  /* no important */
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
  bottom: 100%;
  left: 50%; }

.uppy-Root [role~="tooltip"][data-microtip-position|="top"]:hover::before {
  /* no important */
  -webkit-transform: translate3d(-50%, -5px, 0);
          transform: translate3d(-50%, -5px, 0); }

.uppy-Root [role~="tooltip"][data-microtip-position|="top"]::after {
  /* no important */
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
  bottom: 100%;
  left: 50%; }

.uppy-Root [role~="tooltip"][data-microtip-position="top"]:hover::after {
  /* no important */
  -webkit-transform: translate3d(-50%, -5px, 0);
          transform: translate3d(-50%, -5px, 0); }

/* ------------------------------------------------
  [2.1] Top Left
-------------------------------------------------*/
.uppy-Root [role~="tooltip"][data-microtip-position="top-left"]::after {
  /* no important */
  -webkit-transform: translate3d(calc(-100% + 16px), 0, 0);
          transform: translate3d(calc(-100% + 16px), 0, 0);
  bottom: 100%; }

.uppy-Root [role~="tooltip"][data-microtip-position="top-left"]:hover::after {
  /* no important */
  -webkit-transform: translate3d(calc(-100% + 16px), -5px, 0);
          transform: translate3d(calc(-100% + 16px), -5px, 0); }

/* ------------------------------------------------
  [2.2] Top Right
-------------------------------------------------*/
.uppy-Root [role~="tooltip"][data-microtip-position="top-right"]::after {
  /* no important */
  -webkit-transform: translate3d(calc(0% + -16px), 0, 0);
          transform: translate3d(calc(0% + -16px), 0, 0);
  bottom: 100%; }

.uppy-Root [role~="tooltip"][data-microtip-position="top-right"]:hover::after {
  /* no important */
  -webkit-transform: translate3d(calc(0% + -16px), -5px, 0);
          transform: translate3d(calc(0% + -16px), -5px, 0); }

/* ------------------------------------------------
  [2.3] Bottom
-------------------------------------------------*/
.uppy-Root [role~="tooltip"][data-microtip-position|="bottom"]::before {
  /* no important */
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2236px%22%20height%3D%2212px%22%3E%3Cpath%20fill%3D%22rgba%2817,%2017,%2017,%200.9%29%22%20transform%3D%22rotate%28180%2018%206%29%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E") no-repeat;
  height: 6px;
  width: 18px;
  margin-top: 5px;
  margin-bottom: 0; }

.uppy-Root [role~="tooltip"][data-microtip-position|="bottom"]::after {
  /* no important */
  margin-top: 11px; }

.uppy-Root [role~="tooltip"][data-microtip-position|="bottom"]::before {
  /* no important */
  -webkit-transform: translate3d(-50%, -10px, 0);
          transform: translate3d(-50%, -10px, 0);
  bottom: auto;
  left: 50%;
  top: 100%; }

.uppy-Root [role~="tooltip"][data-microtip-position|="bottom"]:hover::before {
  /* no important */
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0); }

.uppy-Root [role~="tooltip"][data-microtip-position|="bottom"]::after {
  /* no important */
  -webkit-transform: translate3d(-50%, -10px, 0);
          transform: translate3d(-50%, -10px, 0);
  top: 100%;
  left: 50%; }

.uppy-Root [role~="tooltip"][data-microtip-position="bottom"]:hover::after {
  /* no important */
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0); }

/* ------------------------------------------------
  [2.4] Bottom Left
-------------------------------------------------*/
.uppy-Root [role~="tooltip"][data-microtip-position="bottom-left"]::after {
  /* no important */
  -webkit-transform: translate3d(calc(-100% + 16px), -10px, 0);
          transform: translate3d(calc(-100% + 16px), -10px, 0);
  top: 100%; }

.uppy-Root [role~="tooltip"][data-microtip-position="bottom-left"]:hover::after {
  /* no important */
  -webkit-transform: translate3d(calc(-100% + 16px), 0, 0);
          transform: translate3d(calc(-100% + 16px), 0, 0); }

/* ------------------------------------------------
  [2.5] Bottom Right
-------------------------------------------------*/
.uppy-Root [role~="tooltip"][data-microtip-position="bottom-right"]::after {
  /* no important */
  -webkit-transform: translate3d(calc(0% + -16px), -10px, 0);
          transform: translate3d(calc(0% + -16px), -10px, 0);
  top: 100%; }

.uppy-Root [role~="tooltip"][data-microtip-position="bottom-right"]:hover::after {
  /* no important */
  -webkit-transform: translate3d(calc(0% + -16px), 0, 0);
          transform: translate3d(calc(0% + -16px), 0, 0); }

/* ------------------------------------------------
  [2.6] Left
-------------------------------------------------*/
.uppy-Root [role~="tooltip"][data-microtip-position="left"]::before,
.uppy-Root [role~="tooltip"][data-microtip-position="left"]::after {
  /* no important */
  bottom: auto;
  left: auto;
  right: 100%;
  top: 50%;
  -webkit-transform: translate3d(10px, -50%, 0);
          transform: translate3d(10px, -50%, 0); }

.uppy-Root [role~="tooltip"][data-microtip-position="left"]::before {
  /* no important */
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2212px%22%20height%3D%2236px%22%3E%3Cpath%20fill%3D%22rgba%2817,%2017,%2017,%200.9%29%22%20transform%3D%22rotate%28-90%2018%2018%29%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E") no-repeat;
  height: 18px;
  width: 6px;
  margin-right: 5px;
  margin-bottom: 0; }

.uppy-Root [role~="tooltip"][data-microtip-position="left"]::after {
  /* no important */
  margin-right: 11px; }

.uppy-Root [role~="tooltip"][data-microtip-position="left"]:hover::before,
.uppy-Root [role~="tooltip"][data-microtip-position="left"]:hover::after {
  /* no important */
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0); }

/* ------------------------------------------------
  [2.7] Right
-------------------------------------------------*/
.uppy-Root [role~="tooltip"][data-microtip-position="right"]::before,
.uppy-Root [role~="tooltip"][data-microtip-position="right"]::after {
  /* no important */
  bottom: auto;
  left: 100%;
  top: 50%;
  -webkit-transform: translate3d(-10px, -50%, 0);
          transform: translate3d(-10px, -50%, 0); }

.uppy-Root [role~="tooltip"][data-microtip-position="right"]::before {
  /* no important */
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2212px%22%20height%3D%2236px%22%3E%3Cpath%20fill%3D%22rgba%2817,%2017,%2017,%200.9%29%22%20transform%3D%22rotate%2890%206%206%29%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E") no-repeat;
  height: 18px;
  width: 6px;
  margin-bottom: 0;
  margin-left: 5px; }

.uppy-Root [role~="tooltip"][data-microtip-position="right"]::after {
  /* no important */
  margin-left: 11px; }

.uppy-Root [role~="tooltip"][data-microtip-position="right"]:hover::before,
.uppy-Root [role~="tooltip"][data-microtip-position="right"]:hover::after {
  /* no important */
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0); }

/* ------------------------------------------------
  [3] Size
-------------------------------------------------*/
.uppy-Root [role~="tooltip"][data-microtip-size="small"]::after {
  /* no important */
  white-space: initial;
  width: 80px; }

.uppy-Root [role~="tooltip"][data-microtip-size="medium"]::after {
  /* no important */
  white-space: initial;
  width: 150px; }

.uppy-Root [role~="tooltip"][data-microtip-size="large"]::after {
  /* no important */
  white-space: initial;
  width: 260px; }

.uppy-StatusBar {
  display: -webkit-box;
  display: flex;
  position: relative;
  height: 40px;
  line-height: 40px;
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  background-color: #fff;
  z-index: 1001;
  -webkit-transition: height .2s;
  transition: height .2s; }

.uppy-size--md .uppy-StatusBar {
  height: 46px; }

.uppy-StatusBar:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #eaeaea; }

.uppy-StatusBar[aria-hidden=true] {
  overflow-y: hidden;
  height: 0; }

.uppy-StatusBar.is-complete .uppy-StatusBar-progress {
  background-color: #1bb240; }

.uppy-StatusBar.is-error .uppy-StatusBar-progress {
  background-color: #e32437; }

.uppy-StatusBar.is-complete .uppy-StatusBar-statusIndicator {
  color: #1bb240; }

.uppy-StatusBar.is-error .uppy-StatusBar-statusIndicator {
  color: #e32437; }

.uppy-StatusBar:not([aria-hidden=true]).is-waiting {
  background-color: #fff;
  height: 65px;
  border-top: 1px solid #eaeaea; }

.uppy-StatusBar-progress {
  background-color: #2275d7;
  height: 2px;
  position: absolute;
  z-index: 1001;
  -webkit-transition: background-color, width .3s ease-out;
  transition: background-color, width .3s ease-out; }

.uppy-StatusBar-progress.is-indeterminate {
  background-size: 64px 64px;
  background-image: linear-gradient(45deg, rgba(0, 0, 0, 0.3) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.3) 75%, transparent 75%, transparent);
  -webkit-animation: uppy-StatusBar-ProgressStripes 1s linear infinite;
          animation: uppy-StatusBar-ProgressStripes 1s linear infinite; }

@-webkit-keyframes uppy-StatusBar-ProgressStripes {
  from {
    background-position: 0 0; }
  to {
    background-position: 64px 0; } }

@keyframes uppy-StatusBar-ProgressStripes {
  from {
    background-position: 0 0; }
  to {
    background-position: 64px 0; } }

.uppy-StatusBar.is-preprocessing .uppy-StatusBar-progress,
.uppy-StatusBar.is-postprocessing .uppy-StatusBar-progress {
  background-color: #f6a623; }

.uppy-StatusBar.is-waiting .uppy-StatusBar-progress {
  display: none; }

.uppy-StatusBar-content {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  position: relative;
  z-index: 1002;
  padding-left: 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #333;
  height: 100%; }

.uppy-size--md .uppy-StatusBar-content {
  padding-left: 15px; }

.uppy-StatusBar-status {
  line-height: 1.4;
  font-weight: normal;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
  padding-right: 0.3em; }

.uppy-Root:not(.uppy-size--md) .uppy-StatusBar-additionalInfo {
  display: none; }

.uppy-StatusBar-statusPrimary {
  font-weight: 500; }

.uppy-StatusBar-statusSecondary {
  margin-top: 1px;
  font-size: 11px;
  line-height: 1.2;
  display: inline-block;
  color: #757575;
  white-space: nowrap; }

.uppy-StatusBar-statusSecondaryHint {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  line-height: 1; }

.uppy-size--md .uppy-StatusBar-statusSecondaryHint {
  margin-right: 8px; }

.uppy-StatusBar-statusIndicator {
  position: relative;
  top: 1px;
  color: #525252;
  margin-right: 7px; }

.uppy-StatusBar-statusIndicator svg {
  vertical-align: text-bottom; }

.uppy-StatusBar-actions {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  z-index: 1004; }

.uppy-StatusBar.is-waiting .uppy-StatusBar-actions {
  width: 100%;
  position: static;
  padding: 0 15px;
  background-color: #fafafa; }

.uppy-StatusBar-actionCircleBtn {
  line-height: 1;
  cursor: pointer;
  margin: 3px;
  opacity: 0.9; }

.uppy-StatusBar-actionCircleBtn:focus {
  outline: none; }

.uppy-StatusBar-actionCircleBtn::-moz-focus-inner {
  border: 0; }

.uppy-StatusBar-actionCircleBtn:focus {
  box-shadow: 0 0 0 3px rgba(34, 117, 215, 0.5); }

.uppy-StatusBar-actionCircleBtn:hover {
  opacity: 1; }

.uppy-StatusBar-actionCircleBtn:focus {
  border-radius: 50%; }

.uppy-StatusBar-actionCircleBtn svg {
  vertical-align: bottom; }

.uppy-StatusBar-actionBtn {
  display: inline-block;
  vertical-align: middle;
  font-size: 10px;
  line-height: inherit;
  color: #2275d7; }

.uppy-size--md .uppy-StatusBar-actionBtn {
  font-size: 11px; }

.uppy-StatusBar-actionBtn--retry {
  height: 16px;
  border-radius: 8px;
  margin-right: 6px;
  background-color: #ff4b23;
  line-height: 1;
  color: #fff;
  padding: 1px 6px 3px 18px;
  position: relative; }

.uppy-StatusBar-actionBtn--retry:focus {
  outline: none; }

.uppy-StatusBar-actionBtn--retry::-moz-focus-inner {
  border: 0; }

.uppy-StatusBar-actionBtn--retry:focus {
  box-shadow: 0 0 0 3px rgba(34, 117, 215, 0.5); }

.uppy-StatusBar-actionBtn--retry:hover {
  background-color: #f92d00; }

.uppy-StatusBar-actionBtn--retry svg {
  position: absolute;
  top: 3px;
  left: 6px; }

.uppy-StatusBar.is-waiting .uppy-StatusBar-actionBtn--upload {
  font-size: 14px;
  width: 100%;
  padding: 15px 10px;
  color: #fff;
  background-color: #1bb240;
  line-height: 1; }

.uppy-StatusBar.is-waiting .uppy-StatusBar-actionBtn--upload:hover {
  background-color: #148630; }

.uppy-size--md .uppy-StatusBar.is-waiting .uppy-StatusBar-actionBtn--upload {
  padding: 13px 22px;
  width: auto; }

.uppy-StatusBar:not(.is-waiting) .uppy-StatusBar-actionBtn--upload {
  background-color: transparent;
  color: #2275d7; }

.uppy-StatusBar-actionBtn--uploadNewlyAdded {
  padding-right: 3px;
  padding-left: 3px;
  padding-bottom: 1px;
  border-radius: 3px; }

.uppy-StatusBar-actionBtn--uploadNewlyAdded:focus {
  outline: none; }

.uppy-StatusBar-actionBtn--uploadNewlyAdded::-moz-focus-inner {
  border: 0; }

.uppy-StatusBar-actionBtn--uploadNewlyAdded:focus {
  box-shadow: 0 0 0 3px rgba(34, 117, 215, 0.5); }

.uppy-StatusBar-details {
  line-height: 12px;
  width: 13px;
  height: 13px;
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  background-color: #939393;
  border-radius: 50%;
  position: relative;
  top: 0;
  left: 2px;
  font-size: 10px;
  font-weight: 600;
  text-align: center;
  cursor: help; }

.uppy-StatusBar-details:after {
  line-height: 1.3;
  word-wrap: break-word; }

.uppy-StatusBar-spinner {
  -webkit-animation-name: uppy-StatusBar-spinnerAnimation;
          animation-name: uppy-StatusBar-spinnerAnimation;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  margin-right: 10px;
  fill: #2275d7; }

.uppy-StatusBar.is-preprocessing .uppy-StatusBar-spinner,
.uppy-StatusBar.is-postprocessing .uppy-StatusBar-spinner {
  fill: #f6a623; }

@-webkit-keyframes uppy-StatusBar-spinnerAnimation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes uppy-StatusBar-spinnerAnimation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.uppy-ProviderBrowser-viewType--grid ul.uppy-ProviderBrowser-list {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
          align-items: flex-start;
  padding: 6px; }

.uppy-ProviderBrowser-viewType--grid ul.uppy-ProviderBrowser-list::after {
  content: '';
  -webkit-box-flex: 1;
          flex: auto; }

.uppy-ProviderBrowser-viewType--grid li.uppy-ProviderBrowserItem {
  width: 50%;
  position: relative;
  margin: 0; }

.uppy-size--md .uppy-ProviderBrowser-viewType--grid li.uppy-ProviderBrowserItem {
  width: 33.3333%; }

.uppy-size--lg .uppy-ProviderBrowser-viewType--grid li.uppy-ProviderBrowserItem {
  width: 25%; }

.uppy-ProviderBrowser-viewType--grid li.uppy-ProviderBrowserItem::before {
  content: '';
  padding-top: 100%;
  display: block; }

.uppy-ProviderBrowser-viewType--grid li.uppy-ProviderBrowserItem--selected img, .uppy-ProviderBrowser-viewType--grid li.uppy-ProviderBrowserItem--selected svg {
  opacity: 0.85; }

.uppy-ProviderBrowser-viewType--grid li.uppy-ProviderBrowserItem--noPreview .uppy-ProviderBrowserItem-inner {
  background-color: rgba(147, 147, 147, 0.3); }

.uppy-ProviderBrowser-viewType--grid li.uppy-ProviderBrowserItem--noPreview svg {
  fill: rgba(0, 0, 0, 0.7);
  width: 30%;
  height: 30%; }

.uppy-ProviderBrowser-viewType--grid button.uppy-ProviderBrowserItem-inner {
  border-radius: 4px;
  overflow: hidden;
  position: absolute;
  top: 7px;
  left: 7px;
  right: 7px;
  bottom: 7px;
  text-align: center;
  width: calc(100% - 14px);
  height: calc(100% - 14px); }

.uppy-ProviderBrowser-viewType--grid button.uppy-ProviderBrowserItem-inner:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(34, 117, 215, 0.9); }

.uppy-ProviderBrowser-viewType--grid button.uppy-ProviderBrowserItem-inner img, .uppy-ProviderBrowser-viewType--grid button.uppy-ProviderBrowserItem-inner svg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px; }

.uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowserItem-fakeCheckbox {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 26px;
  height: 26px;
  background-color: #2275d7;
  border-radius: 50%;
  z-index: 1002;
  opacity: 0; }

.uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowserItem-fakeCheckbox:after {
  width: 12px;
  height: 7px;
  left: 7px;
  top: 8px; }

.uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowserItem-fakeCheckbox--is-checked {
  opacity: 1; }

.uppy-ProviderBrowser-viewType--list {
  background-color: #fff; }

.uppy-ProviderBrowser-viewType--list li.uppy-ProviderBrowserItem {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  padding: 7px 15px;
  margin: 0; }

.uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-fakeCheckbox {
  margin-right: 15px;
  height: 17px;
  width: 17px;
  border-radius: 3px;
  background-color: #fff;
  border: 1px solid #cfcfcf; }

.uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-fakeCheckbox:focus {
  border: 1px solid #2275d7;
  box-shadow: 0 0 0 3px rgba(34, 117, 215, 0.25);
  outline: none; }

.uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-fakeCheckbox::after {
  opacity: 0;
  height: 5px;
  width: 9px;
  left: 3px;
  top: 4px; }

.uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-fakeCheckbox--is-checked {
  background-color: #2275d7;
  border-color: #2275d7; }

.uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-fakeCheckbox--is-checked::after {
  opacity: 1; }

.uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-inner {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  padding: 2px; }

.uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-inner:focus {
  outline: none;
  text-decoration: underline; }

.uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-inner img, .uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-inner svg {
  margin-right: 8px;
  max-width: 20px;
  max-height: 20px; }

.uppy-ProviderBrowserItem-fakeCheckbox {
  position: relative;
  cursor: pointer;
  flex-shrink: 0; }

.uppy-ProviderBrowserItem-fakeCheckbox::after {
  content: '';
  position: absolute;
  cursor: pointer;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg); }

.uppy-DashboardContent-panelBody {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
          flex: 1; }

.uppy-Provider-auth,
.uppy-Provider-error,
.uppy-Provider-loading,
.uppy-Provider-empty {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-flow: column wrap;
  -webkit-box-flex: 1;
          flex: 1;
  color: #939393; }

.uppy-Provider-empty {
  color: #939393; }

.uppy-Provider-authIcon svg {
  width: 100px;
  height: 75px;
  margin-bottom: 15px; }

.uppy-Provider-authTitle {
  font-size: 17px;
  line-height: 1.4;
  font-weight: 400;
  margin-bottom: 30px;
  padding: 0 15px;
  max-width: 500px;
  text-align: center;
  color: #757575; }

.uppy-size--md .uppy-Provider-authTitle {
  font-size: 20px; }

.uppy-Provider-breadcrumbs {
  -webkit-box-flex: 1;
          flex: 1;
  color: #525252;
  font-size: 12px;
  margin-bottom: 10px;
  text-align: left; }

.uppy-size--md .uppy-Provider-breadcrumbs {
  margin-bottom: 0; }

.uppy-Provider-breadcrumbsIcon {
  display: inline-block;
  color: #525252;
  vertical-align: middle;
  margin-right: 4px;
  line-height: 1; }

.uppy-Provider-breadcrumbsIcon svg {
  width: 13px;
  height: 13px;
  fill: #525252; }

.uppy-Provider-breadcrumbs button {
  display: inline-block;
  line-height: inherit;
  padding: 4px;
  border-radius: 3px; }

.uppy-Provider-breadcrumbs button:focus {
  outline: none; }

.uppy-Provider-breadcrumbs button::-moz-focus-inner {
  border: 0; }

.uppy-Provider-breadcrumbs button:hover {
  color: #1b5dab; }

.uppy-Provider-breadcrumbs button:focus {
  background-color: #eceef2; }

.uppy-Provider-breadcrumbs button:hover {
  text-decoration: underline;
  cursor: pointer; }

.uppy-ProviderBrowser {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-flex: 1;
          flex: 1;
  font-size: 14px;
  font-weight: 400;
  height: 100%; }

.uppy-ProviderBrowser-user {
  margin: 0 8px 0 0;
  font-weight: 500;
  color: #333; }

.uppy-ProviderBrowser-user:after {
  content: '\00B7';
  position: relative;
  left: 4px;
  color: #939393;
  font-weight: normal; }

.uppy-ProviderBrowser-header {
  z-index: 1001;
  border-bottom: 1px solid #eaeaea;
  position: relative; }

.uppy-ProviderBrowser-headerBar {
  padding: 7px 15px;
  background-color: #fafafa;
  z-index: 1001;
  color: #757575;
  line-height: 1.4;
  font-size: 12px; }

.uppy-size--md .uppy-ProviderBrowser-headerBar {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center; }

.uppy-ProviderBrowser-headerBar--simple {
  text-align: center;
  display: block;
  -webkit-box-pack: center;
          justify-content: center; }

.uppy-ProviderBrowser-headerBar--simple .uppy-Provider-breadcrumbsWrap {
  -webkit-box-flex: 0;
          flex: none;
  display: inline-block;
  vertical-align: middle; }

.uppy-ProviderBrowser-search {
  width: 100%;
  background-color: #fff;
  position: relative;
  height: 30px;
  margin-top: 10px;
  margin-bottom: 5px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center; }

.uppy-ProviderBrowser-searchIcon {
  position: absolute;
  width: 12px;
  height: 12px;
  left: 16px;
  z-index: 1002;
  color: #bbb; }

.uppy-ProviderBrowser-searchInput {
  width: 100%;
  height: 30px;
  background-color: transparent;
  outline: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 12px;
  line-height: 1.4;
  border: 0;
  margin: 0 8px;
  padding-left: 27px;
  z-index: 1001;
  border-radius: 4px; }

.uppy-ProviderBrowser-searchInput:focus {
  outline: 0;
  background-color: #f4f4f4; }

.uppy-ProviderBrowser-searchClose {
  position: absolute;
  width: 22px;
  height: 22px;
  padding: 6px;
  right: 12px;
  top: 4px;
  z-index: 1002;
  color: #939393;
  cursor: pointer; }

.uppy-ProviderBrowser-searchClose:hover {
  color: #757575; }

.uppy-ProviderBrowser-searchClose svg {
  vertical-align: text-top; }

.uppy-ProviderBrowser-searchInput:-ms-input-placeholder {
  color: #939393;
  opacity: 1; }

.uppy-ProviderBrowser-searchInput::-ms-input-placeholder {
  color: #939393;
  opacity: 1; }

.uppy-ProviderBrowser-searchInput::-webkit-input-placeholder {
  color: #939393;
  opacity: 1; }

.uppy-ProviderBrowser-searchInput::-moz-placeholder {
  color: #939393;
  opacity: 1; }

.uppy-ProviderBrowser-searchInput::placeholder {
  color: #939393;
  opacity: 1; }

.uppy-ProviderBrowser-userLogout {
  cursor: pointer;
  line-height: inherit;
  color: #2275d7;
  padding: 4px;
  border-radius: 3px; }

.uppy-ProviderBrowser-userLogout:focus {
  outline: none; }

.uppy-ProviderBrowser-userLogout::-moz-focus-inner {
  border: 0; }

.uppy-ProviderBrowser-userLogout:hover {
  color: #1b5dab; }

.uppy-ProviderBrowser-userLogout:focus {
  background-color: #eceef2; }

.uppy-ProviderBrowser-userLogout:hover {
  text-decoration: underline; }

.uppy-ProviderBrowser-body {
  -webkit-box-flex: 1;
          flex: 1;
  position: relative; }

.uppy-ProviderBrowser-list {
  -webkit-box-flex: 1;
          flex: 1;
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-spacing: 0;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  list-style: none;
  margin: 0;
  padding: 0; }

.uppy-ProviderBrowserItem-inner {
  cursor: pointer;
  font-weight: 500;
  font-size: 13px; }

.uppy-ProviderBrowser-footer {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  background: #fff;
  height: 65px;
  border-top: 1px solid #eaeaea;
  padding: 0 15px; }

.uppy-ProviderBrowser-footer button {
  margin-right: 8px; }

.uppy-DashboardItem-previewInnerWrap {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.4);
  border-radius: 3px; }

.uppy-size--md .uppy-DashboardItem-previewInnerWrap {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15); }

.uppy-DashboardItem-previewInnerWrap:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.65);
  display: none;
  z-index: 1001; }

.uppy-DashboardItem-previewLink {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1002; }

.uppy-DashboardItem-previewLink:focus {
  box-shadow: inset 0 0 0 3px #76abe9; }

.uppy-DashboardItem-preview img.uppy-DashboardItem-previewImg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  border-radius: 3px; }

.uppy-DashboardItem-progress {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1002;
  color: #fff;
  text-align: center;
  width: 120px;
  -webkit-transition: all .35 ease;
  transition: all .35 ease; }

.uppy-DashboardItem-progressIndicator {
  display: inline-block;
  width: 38px;
  height: 38px;
  opacity: 0.9;
  cursor: pointer; }

.uppy-DashboardItem-progressIndicator:focus {
  outline: none; }

.uppy-DashboardItem-progressIndicator::-moz-focus-inner {
  border: 0; }

.uppy-DashboardItem-progressIndicator:focus svg.UppyIcon-progressCircle .bg,
.uppy-DashboardItem-progressIndicator:focus svg.retry {
  fill: #76abe9; }

svg.UppyIcon-progressCircle {
  width: 100%;
  height: 100%; }

svg.UppyIcon-progressCircle .bg {
  stroke: rgba(255, 255, 255, 0.4);
  opacity: 0; }

svg.UppyIcon-progressCircle .progress {
  stroke: #fff;
  -webkit-transition: stroke-dashoffset .5s ease-out;
  transition: stroke-dashoffset .5s ease-out;
  opacity: 0; }

svg.UppyIcon-progressCircle .play {
  stroke: #fff;
  fill: #fff;
  opacity: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  display: none; }

svg.UppyIcon-progressCircle .cancel {
  fill: #fff;
  opacity: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s; }

svg.UppyIcon-progressCircle .pause {
  stroke: #fff;
  fill: #fff;
  opacity: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  display: none; }

svg.UppyIcon-progressCircle .check {
  opacity: 0;
  fill: #fff;
  -webkit-transition: all 0.2s;
  transition: all 0.2s; }

svg.UppyIcon.retry {
  fill: #fff; }

.uppy-DashboardItem.is-complete .uppy-DashboardItem-progress {
  -webkit-transform: initial;
          transform: initial;
  top: -9px;
  right: -8px;
  left: initial;
  width: auto; }

.uppy-DashboardItem.is-inprogress .uppy-DashboardItem-progress,
.uppy-DashboardItem.is-complete .uppy-DashboardItem-progress,
.uppy-DashboardItem.is-error .uppy-DashboardItem-progress {
  display: block; }

.uppy-DashboardItem.is-error .uppy-DashboardItem-progressIndicator {
  width: 18px;
  height: 18px; }

.uppy-size--md .uppy-DashboardItem.is-error .uppy-DashboardItem-progressIndicator {
  width: 28px;
  height: 28px; }

.uppy-DashboardItem.is-complete .uppy-DashboardItem-progressIndicator {
  width: 18px;
  height: 18px;
  opacity: 1; }

.uppy-size--md .uppy-DashboardItem.is-complete .uppy-DashboardItem-progressIndicator {
  width: 22px;
  height: 22px; }

.uppy-DashboardItem.is-paused svg.UppyIcon-progressCircle .pause {
  opacity: 0; }

.uppy-DashboardItem.is-paused svg.UppyIcon-progressCircle .play {
  opacity: 1; }

.uppy-DashboardItem.is-noIndividualCancellation .uppy-DashboardItem-progressIndicator {
  cursor: default; }

.uppy-DashboardItem.is-noIndividualCancellation .cancel {
  display: none; }

.uppy-DashboardItem.is-processing .uppy-DashboardItem-progress {
  opacity: 0; }

.uppy-DashboardItem.is-complete .uppy-DashboardItem-progressIndicator {
  cursor: default; }

.uppy-DashboardItem.is-complete .progress {
  stroke: #1bb240;
  fill: #1bb240;
  opacity: 1; }

.uppy-DashboardItem.is-complete .check {
  opacity: 1; }

.uppy-size--md .uppy-DashboardItem-progressIndicator {
  width: 55px;
  height: 55px; }

.uppy-DashboardItem.is-resumable .pause, .uppy-DashboardItem.is-resumable .play {
  display: block; }

.uppy-DashboardItem.is-resumable .cancel {
  display: none; }

.uppy-DashboardItem.is-inprogress .bg, .uppy-DashboardItem.is-inprogress .progress, .uppy-DashboardItem.is-inprogress .pause, .uppy-DashboardItem.is-inprogress .cancel {
  opacity: 1; }

.uppy-DashboardItem-fileInfo {
  padding-right: 5px; }

.uppy-DashboardItem-name {
  font-size: 12px;
  line-height: 1.3;
  font-weight: 500;
  margin-bottom: 4px;
  word-break: break-all;
  word-wrap: anywhere; }

.uppy-DashboardItem-status {
  font-size: 11px;
  line-height: 1.3;
  font-weight: normal;
  color: #757575; }

.uppy-DashboardItem-statusSize {
  display: inline-block;
  vertical-align: bottom;
  text-transform: uppercase; }

.uppy-DashboardItem-sourceIcon {
  display: none;
  vertical-align: bottom;
  color: #bbb; }

.uppy-DashboardItem-sourceIcon:not(:first-child) {
  position: relative;
  margin-left: 14px; }

.uppy-DashboardItem-sourceIcon svg,
.uppy-DashboardItem-sourceIcon svg * {
  max-width: 100%;
  max-height: 100%;
  display: inline-block;
  vertical-align: text-bottom;
  overflow: hidden;
  fill: currentColor;
  width: 11px;
  height: 12px; }

.uppy-DashboardItem-action {
  cursor: pointer;
  color: #939393; }

.uppy-DashboardItem-action:focus {
  outline: none; }

.uppy-DashboardItem-action::-moz-focus-inner {
  border: 0; }

.uppy-DashboardItem-action:focus {
  box-shadow: 0 0 0 3px rgba(34, 117, 215, 0.5); }

.uppy-DashboardItem-action:hover {
  opacity: 1;
  color: #1f1f1f; }

.uppy-DashboardItem-action--remove {
  color: #1f1f1f;
  opacity: 0.95; }

.uppy-Dashboard:not(.uppy-size--md) .uppy-DashboardItem-actionWrapper {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center; }

.uppy-Dashboard:not(.uppy-size--md) .uppy-DashboardItem-action {
  width: 22px;
  height: 22px;
  padding: 3px;
  margin-left: 3px; }

.uppy-Dashboard:not(.uppy-size--md) .uppy-DashboardItem-action:focus {
  border-radius: 3px; }

.uppy-size--md .uppy-DashboardItem-action--copyLink,
.uppy-size--md .uppy-DashboardItem-action--edit {
  width: 16px;
  height: 16px;
  padding: 0; }

.uppy-size--md .uppy-DashboardItem-action--copyLink:focus,
.uppy-size--md .uppy-DashboardItem-action--edit:focus {
  border-radius: 3px; }

.uppy-size--md .uppy-DashboardItem-action--remove {
  z-index: 1002;
  position: absolute;
  top: -8px;
  right: -8px;
  width: 18px;
  height: 18px;
  padding: 0; }

.uppy-size--md .uppy-DashboardItem-action--remove:focus {
  border-radius: 50%; }

.uppy-Dashboard:not(.uppy-size--md) .uppy-DashboardItem {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  border-bottom: 1px solid #eaeaea;
  padding: 10px;
  padding-right: 0; }

.uppy-size--md .uppy-DashboardItem {
  position: relative;
  display: block;
  float: left;
  margin: 5px 15px;
  width: calc(33.333% - 15px - 15px);
  height: 215px; }

.uppy-size--lg .uppy-DashboardItem {
  margin: 5px 15px;
  width: calc(25% - 15px - 15px);
  height: 190px; }

.uppy-size--xl .uppy-DashboardItem {
  width: calc(20% - 15px - 15px);
  height: 210px; }

.uppy-DashboardItem-preview {
  position: relative; }

.uppy-Dashboard:not(.uppy-size--md) .uppy-DashboardItem-preview {
  flex-shrink: 0;
  -webkit-box-flex: 0;
          flex-grow: 0;
  width: 50px;
  height: 50px; }

.uppy-size--md .uppy-DashboardItem-preview {
  width: 100%;
  height: 140px; }

.uppy-size--lg .uppy-DashboardItem-preview {
  height: 120px; }

.uppy-size--xl .uppy-DashboardItem-preview {
  height: 140px; }

.uppy-DashboardItem-fileInfoAndButtons {
  -webkit-box-flex: 1;
          flex-grow: 1;
  padding-right: 8px;
  padding-left: 12px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between; }

.uppy-size--md .uppy-DashboardItem-fileInfoAndButtons {
  -webkit-box-align: start;
          align-items: flex-start;
  width: 100%;
  padding: 0;
  padding-top: 9px; }

.uppy-DashboardItem-fileInfo {
  -webkit-box-flex: 1;
          flex-grow: 1;
  flex-shrink: 1; }

.uppy-DashboardItem-actionWrapper {
  -webkit-box-flex: 0;
          flex-grow: 0;
  flex-shrink: 0; }

.uppy-DashboardItem.is-inprogress .uppy-DashboardItem-previewInnerWrap:after {
  display: block; }

.uppy-DashboardItem.is-error .uppy-DashboardItem-previewInnerWrap:after {
  display: block; }

.uppy-DashboardItem.is-inprogress:not(.is-resumable) .uppy-DashboardItem-action--remove {
  display: none; }

.uppy-Dashboard-FileCard {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1005;
  box-shadow: 0px 0px 10px 4px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  border-radius: 5px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column; }

.uppy-Dashboard-FileCard .uppy-DashboardContent-bar {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px; }

.uppy-Dashboard-FileCard .uppy-Dashboard-FileCard-actions {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px; }

.uppy-Dashboard-FileCard-inner {
  height: 100%;
  -webkit-box-flex: 1;
          flex-grow: 1;
  flex-shrink: 1;
  min-height: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column; }

.uppy-Dashboard-FileCard-preview {
  height: 60%;
  -webkit-box-flex: 0;
          flex-grow: 0;
  flex-shrink: 1;
  min-height: 0;
  border-bottom: 1px solid #eaeaea;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center; }

.uppy-Dashboard-FileCard-preview img.uppy-DashboardItem-previewImg {
  max-width: 90%;
  max-height: 90%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  border-radius: 3px;
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.15); }

.uppy-Dashboard-FileCard-info {
  height: 40%;
  -webkit-box-flex: 0;
          flex-grow: 0;
  flex-shrink: 0;
  padding: 30px 20px 20px 20px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; }

.uppy-Dashboard-FileCard-fieldset {
  font-size: 0;
  border: 0;
  padding: 0;
  max-width: 640px;
  margin: auto;
  margin-bottom: 12px; }

.uppy-Dashboard-FileCard-label {
  display: inline-block;
  vertical-align: middle;
  width: 22%;
  font-size: 12px;
  color: #525252; }

.uppy-size--md .uppy-Dashboard-FileCard-label {
  font-size: 14px; }

.uppy-Dashboard-FileCard-input {
  display: inline-block;
  vertical-align: middle;
  width: 78%; }

.uppy-Dashboard-FileCard-actions {
  height: 55px;
  flex-shrink: 0;
  -webkit-box-flex: 0;
          flex-grow: 0;
  border-top: 1px solid #eaeaea;
  padding: 0 15px;
  background-color: #fafafa;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center; }

.uppy-size--md .uppy-Dashboard-FileCard-actions {
  height: 65px; }

.uppy-Dashboard-FileCard-actionsBtn {
  margin-right: 10px; }

.uppy-transition-slideDownUp-enter {
  opacity: 0.01;
  -webkit-transform: translate3d(0, -105%, 0);
          transform: translate3d(0, -105%, 0);
  -webkit-transition: opacity 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out, opacity 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out, opacity 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out; }

.uppy-transition-slideDownUp-enter.uppy-transition-slideDownUp-enter-active {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); }

.uppy-transition-slideDownUp-leave {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: opacity 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out, opacity 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out, opacity 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out; }

.uppy-transition-slideDownUp-leave.uppy-transition-slideDownUp-leave-active {
  opacity: 0.01;
  -webkit-transform: translate3d(0, -105%, 0);
          transform: translate3d(0, -105%, 0); }

.uppy-Dashboard--modal {
  z-index: 1001; }

.uppy-Dashboard--modal[aria-hidden=true] {
  display: none; }

@-webkit-keyframes uppy-Dashboard-fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes uppy-Dashboard-fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-webkit-keyframes uppy-Dashboard-fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes uppy-Dashboard-fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@-webkit-keyframes uppy-Dashboard-slideDownAndFadeIn {
  from {
    -webkit-transform: translate3d(-50%, -70%, 0);
            transform: translate3d(-50%, -70%, 0);
    opacity: 0; }
  to {
    -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0);
    opacity: 1; } }

@keyframes uppy-Dashboard-slideDownAndFadeIn {
  from {
    -webkit-transform: translate3d(-50%, -70%, 0);
            transform: translate3d(-50%, -70%, 0);
    opacity: 0; }
  to {
    -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0);
    opacity: 1; } }

@-webkit-keyframes uppy-Dashboard-slideDownAndFadeIn--small {
  from {
    -webkit-transform: translate3d(0, -20%, 0);
            transform: translate3d(0, -20%, 0);
    opacity: 0; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes uppy-Dashboard-slideDownAndFadeIn--small {
  from {
    -webkit-transform: translate3d(0, -20%, 0);
            transform: translate3d(0, -20%, 0);
    opacity: 0; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1; } }

@-webkit-keyframes uppy-Dashboard-slideUpFadeOut {
  from {
    -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0);
    opacity: 1; }
  to {
    -webkit-transform: translate3d(-50%, -70%, 0);
            transform: translate3d(-50%, -70%, 0);
    opacity: 0; } }

@keyframes uppy-Dashboard-slideUpFadeOut {
  from {
    -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0);
    opacity: 1; }
  to {
    -webkit-transform: translate3d(-50%, -70%, 0);
            transform: translate3d(-50%, -70%, 0);
    opacity: 0; } }

@-webkit-keyframes uppy-Dashboard-slideUpFadeOut--small {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, -20%, 0);
            transform: translate3d(0, -20%, 0);
    opacity: 0; } }

@keyframes uppy-Dashboard-slideUpFadeOut--small {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, -20%, 0);
            transform: translate3d(0, -20%, 0);
    opacity: 0; } }

.uppy-Dashboard--modal.uppy-Dashboard--animateOpenClose > .uppy-Dashboard-inner {
  -webkit-animation: uppy-Dashboard-slideDownAndFadeIn--small 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: uppy-Dashboard-slideDownAndFadeIn--small 0.3s cubic-bezier(0, 0, 0.2, 1); }

@media only screen and (min-width: 820px) {
  .uppy-Dashboard--modal.uppy-Dashboard--animateOpenClose > .uppy-Dashboard-inner {
    -webkit-animation: uppy-Dashboard-slideDownAndFadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
            animation: uppy-Dashboard-slideDownAndFadeIn 0.3s cubic-bezier(0, 0, 0.2, 1); } }

.uppy-Dashboard--modal.uppy-Dashboard--animateOpenClose > .uppy-Dashboard-overlay {
  -webkit-animation: uppy-Dashboard-fadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: uppy-Dashboard-fadeIn 0.3s cubic-bezier(0, 0, 0.2, 1); }

.uppy-Dashboard--modal.uppy-Dashboard--animateOpenClose.uppy-Dashboard--isClosing > .uppy-Dashboard-inner {
  -webkit-animation: uppy-Dashboard-slideUpFadeOut--small 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: uppy-Dashboard-slideUpFadeOut--small 0.3s cubic-bezier(0, 0, 0.2, 1); }

@media only screen and (min-width: 820px) {
  .uppy-Dashboard--modal.uppy-Dashboard--animateOpenClose.uppy-Dashboard--isClosing > .uppy-Dashboard-inner {
    -webkit-animation: uppy-Dashboard-slideUpFadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
            animation: uppy-Dashboard-slideUpFadeOut 0.3s cubic-bezier(0, 0, 0.2, 1); } }

.uppy-Dashboard--modal.uppy-Dashboard--animateOpenClose.uppy-Dashboard--isClosing > .uppy-Dashboard-overlay {
  -webkit-animation: uppy-Dashboard-fadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: uppy-Dashboard-fadeOut 0.3s cubic-bezier(0, 0, 0.2, 1); }

.uppy-Dashboard-isFixed {
  overflow: hidden;
  height: 100vh; }

.uppy-Dashboard--modal .uppy-Dashboard-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1001; }

.uppy-Dashboard-inner {
  position: relative;
  background-color: #fafafa;
  max-width: 100%;
  /* no !important */
  max-height: 100%;
  /* no !important */
  min-height: 450px;
  outline: none;
  border: 1px solid #eaeaea;
  border-radius: 5px; }

.uppy-size--md .uppy-Dashboard-inner {
  min-height: auto; }

@media only screen and (min-width: 820px) {
  .uppy-Dashboard-inner {
    width: 750px;
    /* no !important */
    height: 550px;
    /* no !important */ } }

.uppy-Dashboard--modal .uppy-Dashboard-inner {
  z-index: 1002; }

.uppy-Dashboard-innerWrap {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  height: 100%;
  overflow: hidden;
  position: relative;
  border-radius: 5px;
  opacity: 0; }

.uppy-Dashboard--isInnerWrapVisible .uppy-Dashboard-innerWrap {
  opacity: 1; }

.uppy-Dashboard--modal .uppy-Dashboard-inner {
  position: fixed;
  top: 35px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border: none; }

@media only screen and (min-width: 820px) {
  .uppy-Dashboard--modal .uppy-Dashboard-inner {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    box-shadow: 0 5px 15px 4px rgba(0, 0, 0, 0.15); } }

.uppy-Dashboard-close {
  display: block;
  position: absolute;
  top: -33px;
  right: -2px;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.9);
  font-size: 27px;
  z-index: 1005; }

.uppy-Dashboard-close:focus {
  outline: none; }

.uppy-Dashboard-close::-moz-focus-inner {
  border: 0; }

.uppy-Dashboard-close:focus {
  color: #8cb8ed; }

@media only screen and (min-width: 820px) {
  .uppy-Dashboard-close {
    font-size: 35px;
    top: -10px;
    right: -35px; } }

.uppy-DashboardAddFiles {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  height: 100%;
  position: relative;
  text-align: center;
  -webkit-box-flex: 1;
          flex: 1; }

.uppy-size--md .uppy-DashboardAddFiles {
  margin: 7px;
  border-radius: 3px;
  border: 1px dashed #dfdfdf; }

.uppy-Dashboard-AddFilesPanel .uppy-DashboardAddFiles {
  border: none; }

.uppy-Dashboard--modal .uppy-DashboardAddFiles {
  border-color: #cfcfcf; }

.uppy-DashboardTabs {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
  width: 100%; }

.uppy-size--md .uppy-DashboardTabs {
  -webkit-box-align: center;
          align-items: center; }

.uppy-DashboardTabs-title {
  font-size: 14px;
  line-height: 30px;
  font-weight: 400;
  margin: 0;
  padding: 0;
  text-align: center;
  color: #525252; }

.uppy-size--md .uppy-DashboardTabs-title {
  font-size: 16px;
  line-height: 40px; }

.uppy-DashboardAddFiles-info {
  padding-top: 15px;
  padding-bottom: 15px; }

.uppy-size--md .uppy-DashboardAddFiles-info {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  padding-top: 30px;
  padding-bottom: 0; }

.uppy-Dashboard-browse {
  cursor: pointer;
  color: rgba(34, 117, 215, 0.9); }

.uppy-Dashboard-browse:focus {
  outline: none; }

.uppy-Dashboard-browse::-moz-focus-inner {
  border: 0; }

.uppy-Dashboard-browse:hover, .uppy-Dashboard-browse:focus {
  border-bottom: 2px solid #2275d7; }

.uppy-DashboardTabs-list {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  max-height: 300px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin-top: 10px;
  padding: 2px 0; }

.uppy-size--md .uppy-DashboardTabs-list {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  flex-wrap: wrap;
  -webkit-box-pack: center;
          justify-content: center;
  max-width: 600px;
  overflow-x: initial;
  margin-top: 15px;
  padding-top: 0; }

.uppy-DashboardTab {
  width: 100%;
  display: inline-block;
  text-align: center;
  border-bottom: 1px solid #eaeaea;
  padding: 0px 2px; }

.uppy-size--md .uppy-DashboardTab {
  width: initial;
  margin-bottom: 20px;
  border-bottom: none;
  padding: 0; }

.uppy-DashboardTab-btn {
  width: 100%;
  height: 100%;
  cursor: pointer;
  border: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #525252;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-align: center;
          align-items: center;
  padding: 12px 15px;
  line-height: 1;
  text-align: center; }

.uppy-size--md .uppy-DashboardTab-btn {
  width: 86px;
  margin-right: 1px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  padding: 10px 3px;
  border-radius: 5px; }

.uppy-DashboardTab-btn::-moz-focus-inner {
  border: 0; }

.uppy-DashboardTab-btn:hover {
  background-color: #f1f3f6; }

.uppy-DashboardTab-btn:active,
.uppy-DashboardTab-btn:focus {
  background-color: #eceef2;
  outline: none; }

.uppy-DashboardTab-btn svg {
  margin-right: 10px; }

.uppy-size--md .uppy-DashboardTab-btn svg {
  margin-right: 0; }

.uppy-DashboardTab-btn svg {
  max-width: 100%;
  max-height: 100%;
  display: inline-block;
  vertical-align: text-top;
  overflow: hidden;
  -webkit-transition: -webkit-transform ease-in-out .15s;
  transition: -webkit-transform ease-in-out .15s;
  transition: transform ease-in-out .15s;
  transition: transform ease-in-out .15s, -webkit-transform ease-in-out .15s; }

.uppy-DashboardTab-name {
  font-size: 14px;
  font-weight: 500; }

.uppy-size--md .uppy-DashboardTab-name {
  font-size: 11px;
  line-height: 14px;
  margin-top: 8px;
  margin-bottom: 0; }

.uppy-DashboardTab svg {
  width: 18px;
  height: 18px;
  vertical-align: middle; }

.uppy-size--md .uppy-DashboardTab svg {
  width: 27px;
  height: 27px; }

.uppy-Dashboard-input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1; }

.uppy-DashboardContent-bar {
  flex-shrink: 0;
  height: 40px;
  width: 100%;
  padding: 0 10px;
  z-index: 1004;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
  position: relative;
  border-bottom: 1px solid #eaeaea;
  background-color: #fafafa; }

.uppy-size--md .uppy-DashboardContent-bar {
  height: 50px;
  padding: 0 15px; }

.uppy-DashboardContent-title {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 12px;
  line-height: 40px;
  font-weight: 500;
  width: 100%;
  max-width: 170px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow-x: hidden;
  margin: auto; }

.uppy-size--md .uppy-DashboardContent-title {
  font-size: 14px;
  line-height: 50px;
  max-width: 300px; }

.uppy-DashboardContent-back {
  background: none;
  -webkit-appearance: none;
  font-family: inherit;
  font-size: inherit;
  line-height: 1;
  padding: 0;
  margin: 0;
  border: 0;
  color: inherit;
  border-radius: 3px;
  font-size: 12px;
  font-weight: 400;
  cursor: pointer;
  color: #2275d7;
  padding: 7px 6px;
  margin-left: -6px; }

.uppy-DashboardContent-back:focus {
  outline: none; }

.uppy-DashboardContent-back::-moz-focus-inner {
  border: 0; }

.uppy-DashboardContent-back:hover {
  color: #1b5dab; }

.uppy-DashboardContent-back:focus {
  background-color: #eceef2; }

.uppy-size--md .uppy-DashboardContent-back {
  font-size: 14px; }

.uppy-DashboardContent-addMore {
  background: none;
  -webkit-appearance: none;
  font-family: inherit;
  font-size: inherit;
  line-height: 1;
  padding: 0;
  margin: 0;
  border: 0;
  color: inherit;
  border-radius: 3px;
  font-weight: 500;
  cursor: pointer;
  color: #2275d7;
  width: 29px;
  height: 29px;
  padding: 7px 8px;
  margin-right: -5px; }

.uppy-DashboardContent-addMore:focus {
  outline: none; }

.uppy-DashboardContent-addMore::-moz-focus-inner {
  border: 0; }

.uppy-DashboardContent-addMore:hover {
  color: #1b5dab; }

.uppy-DashboardContent-addMore:focus {
  background-color: #eceef2; }

.uppy-size--md .uppy-DashboardContent-addMore {
  font-size: 14px;
  width: auto;
  height: auto;
  margin-right: -8px; }

.uppy-DashboardContent-addMore svg {
  vertical-align: baseline;
  margin-right: 4px; }

.uppy-size--md .uppy-DashboardContent-addMore svg {
  width: 11px;
  height: 11px; }

.uppy-DashboardContent-addMoreCaption {
  display: none; }

.uppy-size--md .uppy-DashboardContent-addMoreCaption {
  display: inline; }

.uppy-DashboardContent-panel {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: whitesmoke;
  overflow: hidden;
  z-index: 1005;
  border-radius: 5px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-flex: 1;
          flex: 1; }

.uppy-Dashboard-AddFilesPanel {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fafafa;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(35%, #fafafa), to(rgba(250, 250, 250, 0.85)));
  background: linear-gradient(0deg, #fafafa 35%, rgba(250, 250, 250, 0.85) 100%);
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  z-index: 1005;
  border-radius: 5px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column; }

.uppy-Dashboard--isAddFilesPanelVisible .uppy-Dashboard-files {
  -webkit-filter: blur(2px);
          filter: blur(2px); }

.uppy-Dashboard-progress {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 12%; }

.uppy-Dashboard-progressBarContainer.is-active {
  z-index: 1004;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.uppy-Dashboard-filesContainer {
  position: relative;
  overflow-y: hidden;
  margin: 0;
  -webkit-box-flex: 1;
          flex: 1; }

.uppy-Dashboard-filesContainer:after {
  content: '';
  display: table;
  clear: both; }

.uppy-Dashboard-files {
  margin: 0;
  padding: 0 0 10px 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-box-flex: 1;
          flex: 1; }

.uppy-size--md .uppy-Dashboard-files {
  padding-top: 10px; }

.uppy-Dashboard-dropFilesHereHint {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  visibility: hidden;
  position: absolute;
  top: 7px;
  right: 7px;
  bottom: 7px;
  left: 7px;
  padding-top: 90px;
  border: 1px dashed #2275d7;
  border-radius: 3px;
  z-index: 2000;
  text-align: center;
  background-image: url("data:image/svg+xml,%3Csvg width='48' height='48' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24 1v1C11.85 2 2 11.85 2 24s9.85 22 22 22 22-9.85 22-22S36.15 2 24 2V1zm0 0V0c13.254 0 24 10.746 24 24S37.254 48 24 48 0 37.254 0 24 10.746 0 24 0v1zm7.707 19.293a.999.999 0 1 1-1.414 1.414L25 16.414V34a1 1 0 1 1-2 0V16.414l-5.293 5.293a.999.999 0 1 1-1.414-1.414l7-7a.999.999 0 0 1 1.414 0l7 7z' fill='%232275D7' fill-rule='nonzero'/%3E%3C/svg%3E");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  color: #707070;
  font-size: 16px; }

.uppy-Dashboard.uppy-Dashboard--isDraggingOver .uppy-Dashboard-dropFilesHereHint {
  visibility: visible; }

.uppy-Dashboard.uppy-Dashboard--isDraggingOver .uppy-DashboardContent-bar,
.uppy-Dashboard.uppy-Dashboard--isDraggingOver .uppy-Dashboard-files,
.uppy-Dashboard.uppy-Dashboard--isDraggingOver .uppy-Dashboard-progressindicators {
  opacity: 0.15; }

.uppy-Dashboard.uppy-Dashboard--isDraggingOver .uppy-DashboardAddFiles {
  opacity: 0.03; }

.uppy-Dashboard-dropFilesTitle {
  max-width: 300px;
  text-align: center;
  font-size: 16px;
  line-height: 1.35;
  font-weight: 400;
  color: #525252;
  margin: auto;
  padding: 0 15px; }

.uppy-size--md .uppy-Dashboard-dropFilesTitle {
  max-width: 470px;
  font-size: 27px; }

.uppy-Dashboard-note {
  font-size: 14px;
  line-height: 1.25;
  text-align: center;
  color: #757575;
  max-width: 350px;
  margin: auto;
  padding: 0 15px; }

.uppy-size--md .uppy-Dashboard-note {
  font-size: 16px;
  line-height: 1.35;
  max-width: 600px; }

a.uppy-Dashboard-poweredBy {
  display: inline-block;
  text-align: center;
  font-size: 11px;
  color: #939393;
  text-decoration: none;
  margin-top: 8px; }

.uppy-Dashboard-poweredByIcon {
  stroke: #939393;
  fill: none;
  margin-left: 1px;
  margin-right: 1px;
  position: relative;
  top: 1px;
  opacity: 0.9;
  vertical-align: text-top; }

.uppy-DashboardItem-previewIcon {
  width: 25px;
  height: 25px;
  z-index: 100;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }

.uppy-size--md .uppy-DashboardItem-previewIcon {
  width: 38px;
  height: 38px; }

.uppy-DashboardItem-previewIcon svg {
  width: 100%;
  height: 100%; }

.uppy-DashboardItem-previewIconWrap {
  height: 76px;
  max-height: 75%;
  position: relative; }

.uppy-DashboardItem-previewIconBg {
  width: 100%;
  height: 100%;
  -webkit-filter: drop-shadow(rgba(0, 0, 0, 0.1) 0px 1px 1px);
          filter: drop-shadow(rgba(0, 0, 0, 0.1) 0px 1px 1px); }

.uppy-Dashboard-upload {
  position: relative;
  width: 50px;
  height: 50px; }

.uppy-size--md .uppy-Dashboard-upload {
  width: 60px;
  height: 60px; }

.uppy-Dashboard-upload .UppyIcon {
  position: relative;
  top: 1px;
  width: 50%; }

.uppy-Dashboard-uploadCount {
  position: absolute;
  top: -12px;
  right: -12px;
  background-color: #1bb240;
  color: #fff;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  line-height: 16px;
  font-size: 8px; }

.uppy-size--md .uppy-Dashboard-uploadCount {
  width: 18px;
  height: 18px;
  line-height: 18px;
  font-size: 9px; }

html {
  font-family: 'Inter', sans-serif; }

@supports (font-variation-settings: normal) {
  html, body {
    font-family: 'Inter var', sans-serif; } }

.btn-or-a, footer .footer__lang-switcher .current-language, .list-link-type-1 a, .list-link-type-2 a, .list-link-type-3 a, .list-link-type-4, .table-caption .hide-table, .btn-type-1, .btn-type-2, .btn-type-3, .btn-edit-type, .btn-delete-type, .btn-close-type {
  text-decoration: none;
  cursor: pointer; }
  .btn-or-a:hover, footer .footer__lang-switcher .current-language:hover, .list-link-type-1 a:hover, .list-link-type-2 a:hover, .list-link-type-3 a:hover, .list-link-type-4:hover, .table-caption .hide-table:hover, .btn-type-1:hover, .btn-type-2:hover, .btn-type-3:hover, .btn-edit-type:hover, .btn-delete-type:hover, .btn-close-type:hover {
    text-decoration: none !important; }
  .btn-or-a:focus, footer .footer__lang-switcher .current-language:focus, .list-link-type-1 a:focus, .list-link-type-2 a:focus, .list-link-type-3 a:focus, .list-link-type-4:focus, .table-caption .hide-table:focus, .btn-type-1:focus, .btn-type-2:focus, .btn-type-3:focus, .btn-edit-type:focus, .btn-delete-type:focus, .btn-close-type:focus {
    outline: 0; }

header {
  z-index: 2;
  flex-shrink: 0;
  width: 100%;
  height: auto;
  position: -webkit-sticky;
  position: sticky;
  background-color: #0078AA;
  box-shadow: 0 0 16px 0 rgba(14, 25, 29, 0.04); }
  @media (min-width: 768px) {
    header {
      height: 72px; } }
  header .header__inner {
    height: inherit;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
            align-items: center; }
  header .header__logo {
    width: 114px;
    height: 28px;
    background: url(/assets/img/logo.svg) no-repeat center center/100% 100%; }
  header .header__profile-wrapper {
    position: relative;
    width: 100%; }
    @media (min-width: 768px) {
      header .header__profile-wrapper {
        width: auto; } }
    header .header__profile-wrapper > div {
      -webkit-box-flex: 1;
              flex: 1 1 auto; }
    header .header__profile-wrapper .business-profile {
      min-width: auto; }
      @media (min-width: 768px) {
        header .header__profile-wrapper .business-profile {
          min-width: 200px; } }
      header .header__profile-wrapper .business-profile.active .drop-down:after {
        -webkit-transform: rotate(270deg);
                transform: rotate(270deg); }
      header .header__profile-wrapper .business-profile .drop-down {
        position: relative;
        color: white; }
        header .header__profile-wrapper .business-profile .drop-down:after {
          content: '';
          width: 10px;
          height: 10px;
          position: absolute;
          top: 0;
          bottom: 0;
          right: -25px;
          margin: auto;
          background: url(/assets/img/arrow_point_to_right_white.svg) no-repeat center center/10px 10px;
          -webkit-transform: rotate(90deg);
                  transform: rotate(90deg);
          -webkit-transition: -webkit-transform .2s ease;
          transition: -webkit-transform .2s ease;
          transition: transform .2s ease;
          transition: transform .2s ease, -webkit-transform .2s ease;
          z-index: 2; }
    header .header__profile-wrapper .profile {
      height: 40px;
      width: 40px;
      position: relative; }
      header .header__profile-wrapper .profile__icon {
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center;
        width: 40px;
        height: 40px;
        border-radius: 100%;
        position: absolute;
        right: 40px;
        z-index: 2; }
        @media (min-width: 768px) {
          header .header__profile-wrapper .profile__icon {
            right: -17px; } }
      header .header__profile-wrapper .profile:after {
        content: '';
        width: 10px;
        height: 10px;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 23px;
        margin: auto;
        background: url(/assets/img/arrow_point_to_right_white.svg) no-repeat center center/10px 10px;
        -webkit-transform: rotate(90deg);
                transform: rotate(90deg);
        -webkit-transition: -webkit-transform .2s ease;
        transition: -webkit-transform .2s ease;
        transition: transform .2s ease;
        transition: transform .2s ease, -webkit-transform .2s ease;
        z-index: 2; }
        @media (min-width: 768px) {
          header .header__profile-wrapper .profile:after {
            right: -37px; } }
      header .header__profile-wrapper .profile.active:after {
        -webkit-transform: rotate(270deg);
                transform: rotate(270deg); }
  header .header__secondary {
    position: relative;
    background-color: #006995; }
    @media (min-width: 768px) {
      header .header__secondary {
        background-color: #0078AA; } }
    header .header__secondary .bookmark {
      width: 24px;
      height: 24px;
      background-size: contain;
      background: url(/assets/img/bookmark-outline.svg) no-repeat center center; }
    header .header__secondary .notification {
      width: 24px;
      height: 24px;
      background-size: contain;
      background: url(/assets/img/notification.svg) no-repeat center center; }
      header .header__secondary .notification .notification-quantity {
        position: absolute;
        border-radius: 100%;
        background-color: #E5E607;
        color: #282828;
        font-size: 9px;
        font-weight: 500;
        letter-spacing: -0.23px;
        line-height: 15px;
        text-align: center;
        margin-left: 13px;
        margin-top: -3px;
        height: 15px;
        width: 15px; }
  header .header__day_names {
    display: none;
    margin-left: 110px; }
    @media (min-width: 1200px) {
      header .header__day_names {
        display: block; } }
    header .header__day_names .day-names-label {
      color: #FFFFFF;
      font-size: 12px;
      letter-spacing: -0.2px;
      line-height: 18px; }
    header .header__day_names .name-list {
      color: #FFFFFF;
      font-size: 14px;
      letter-spacing: -0.26px;
      line-height: 22px; }

footer {
  width: 100%;
  min-height: 36px;
  height: auto;
  flex-shrink: 0;
  background-color: #E9EDF1; }
  footer .footer__inner {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: start;
            align-items: flex-start;
    height: inherit;
    color: #606F76;
    font-size: 12px;
    letter-spacing: -0.2px;
    line-height: 18px; }
    @media (min-width: 768px) {
      footer .footer__inner {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
                flex-direction: row;
        -webkit-box-align: center;
                align-items: center; } }
  footer .footer__policy-section {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: start;
            align-items: flex-start; }
    @media (min-width: 768px) {
      footer .footer__policy-section {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
                flex-direction: row;
        -webkit-box-align: center;
                align-items: center; } }
  footer .footer__links {
    color: #606F76;
    display: block;
    margin-right: 10px; }
    footer .footer__links:hover {
      cursor: pointer;
      color: #606F76; }
  footer .footer__right-side {
    margin-top: 20px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: end;
    justify-content: flex-end; }
    @media (min-width: 320px) {
      footer .footer__right-side {
        margin-top: 0; } }
  footer .footer__copyright {
    height: 18px;
    line-height: 18px; }
  footer .footer__logo {
    width: 65px;
    height: 18px;
    background: url(/assets/img/elfa-footer.svg) no-repeat center center/100% 100%; }
  footer .footer__lang-switcher {
    position: relative; }
    footer .footer__lang-switcher.active .current-language:after {
      -webkit-transform: rotate(270deg);
      transform: rotate(270deg); }
    footer .footer__lang-switcher .current-language {
      margin-right: 70px;
      margin-left: 18px;
      position: relative; }
      footer .footer__lang-switcher .current-language:before {
        content: '';
        width: 12px;
        position: absolute;
        top: 0;
        bottom: 0;
        left: -18px;
        margin: auto;
        background-size: contain !important;
        background: url(/assets/img/lang_globus.svg) no-repeat center center;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        -webkit-transition: -webkit-transform .2s ease;
        transition: -webkit-transform .2s ease;
        transition: transform .2s ease;
        transition: transform .2s ease, -webkit-transform .2s ease;
        z-index: 2; }
      footer .footer__lang-switcher .current-language:after {
        content: '';
        width: 10px;
        position: absolute;
        top: 1px;
        bottom: 0;
        right: -17px;
        margin: auto;
        background-size: contain !important;
        background: url(/assets/img/arrow_point_to_right.svg) no-repeat center center;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        -webkit-transition: -webkit-transform .2s ease;
        transition: -webkit-transform .2s ease;
        transition: transform .2s ease;
        transition: transform .2s ease, -webkit-transform .2s ease;
        z-index: 2; }

html, body {
  margin: 0;
  padding: 0; }

body {
  width: 100%;
  height: 100%;
  min-height: 100vh;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column; }

main {
  max-width: 100vw;
  overflow-x: hidden;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-flex: 1;
          flex: 1 0 auto;
  position: relative;
  background-color: #F4F6F8; }
  @media (min-width: 768px) {
    main {
      min-height: calc(100vh - 108px); } }
  main .container__inner {
    width: 100%;
    height: 100%;
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    background-color: #FFFFFF; }
    @media (min-width: 768px) {
      main .container__inner {
        background-color: #F4F6F8; } }

.dashboard {
  background-color: #F1F3F5;
  -webkit-box-ordinal-group: 3;
          order: 2;
  position: relative; }
  .dashboard__inner {
    height: 100%;
    padding: 30px 15px 0 15px;
    overflow: auto; }
    @media (min-width: 1200px) {
      .dashboard__inner {
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: justify;
                justify-content: space-between;
        flex-wrap: wrap; } }
    .dashboard__inner .main-content {
      width: 100%; }
      @media (min-width: 1200px) {
        .dashboard__inner .main-content {
          width: calc(74% - 15px); } }
    .dashboard__inner .sidebar-content {
      width: 100%; }
      @media (min-width: 1200px) {
        .dashboard__inner .sidebar-content {
          width: calc(26% - 15px); } }
      .dashboard__inner .sidebar-content:last-child {
        margin-bottom: 50px; }
    .dashboard__inner .block-type-1 {
      background-color: #FFFFFF;
      padding: 24px 20px 20px 20px;
      width: 100%;
      margin-bottom: 30px; }
      @media (min-width: 768px) {
        .dashboard__inner .block-type-1 {
          padding: 24px 15px 30px 25px; } }
      @media (min-width: 1200px) {
        .dashboard__inner .block-type-1 {
          padding: 24px 15px 20px 20px; } }
    .dashboard__inner .block-type-2 {
      background-color: #FFFFFF;
      padding: 24px 20px 20px 20px;
      width: 100%;
      margin-bottom: 30px; }
      .dashboard__inner .block-type-2:last-child {
        margin-bottom: 40px; }
      @media (min-width: 768px) {
        .dashboard__inner .block-type-2 {
          padding: 24px 15px 30px 25px; } }
      @media (min-width: 1200px) {
        .dashboard__inner .block-type-2 {
          padding: 24px 15px 20px 20px; } }
      .dashboard__inner .block-type-2 .table-type-1 {
        margin-bottom: 20px; }
      .dashboard__inner .block-type-2 .btn-type-1 {
        width: 267px;
        margin: auto;
        max-width: 100%; }

.loading-icon-dots {
  width: 100%;
  height: 40px;
  line-height: 38px;
  text-align: right;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
          align-items: center;
  background-color: white; }
  .loading-icon-dots.template {
    display: none; }
  .loading-icon-dots--align-center {
    -webkit-box-pack: center;
            justify-content: center; }
  .loading-icon-dots--dot {
    -webkit-animation: dot-keyframes 1.5s infinite ease-in-out;
            animation: dot-keyframes 1.5s infinite ease-in-out;
    background-color: #0078AA;
    border-radius: 10px;
    display: inline-block;
    height: 10px;
    width: 10px;
    margin-right: 3px; }
    .loading-icon-dots--dot:nth-child(2) {
      -webkit-animation-delay: .5s;
              animation-delay: .5s; }
    .loading-icon-dots--dot:nth-child(3) {
      -webkit-animation-delay: 1s;
              animation-delay: 1s; }

@-webkit-keyframes dot-keyframes {
  0% {
    opacity: .4;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1); }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.2, 1.2);
            transform: scale(1.2, 1.2); }
  100% {
    opacity: .4;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1); } }

@keyframes dot-keyframes {
  0% {
    opacity: .4;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1); }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.2, 1.2);
            transform: scale(1.2, 1.2); }
  100% {
    opacity: .4;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1); } }

.cookies-wrapper {
  display: none;
  width: 100%;
  max-width: 400px;
  position: fixed;
  bottom: 40px;
  left: 0;
  border-radius: 3px;
  background-color: #FFFFFF;
  box-shadow: 0 0 16px 0 rgba(14, 25, 29, 0.2);
  z-index: 999; }
  @media (min-width: 768px) {
    .cookies-wrapper {
      bottom: 40px;
      left: 2%; } }
  .cookies-wrapper .content {
    color: #282828;
    font-size: 14px;
    letter-spacing: -0.26px;
    line-height: 22px; }
  .cookies-wrapper .btn__close {
    width: 20px;
    height: 20px;
    background: url(/assets/img/close_grey.svg) no-repeat center center/70% 70%; }
    .cookies-wrapper .btn__close:hover {
      cursor: pointer; }
  .cookies-wrapper .btn__custom {
    color: #FFFFFF;
    font-size: 14px;
    letter-spacing: 0.23px;
    line-height: 20px;
    text-align: center; }
    .cookies-wrapper .btn__custom--bg-blue {
      background-color: #0078AA;
      border-color: #0078AA; }
      .cookies-wrapper .btn__custom--bg-blue:hover {
        outline: 0;
        background-color: #008ac4;
        border-color: #008ac4; }
      .cookies-wrapper .btn__custom--bg-blue:active {
        outline: 0;
        background-color: #008ac4 !important;
        border-color: #008ac4 !important; }

[data-delete-bookmarks-from-list] {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
  background: url(/assets/img/close_grey.svg) no-repeat center center/10px 10px;
  -webkit-transition: -webkit-transform .2s ease;
  transition: -webkit-transform .2s ease;
  transition: transform .2s ease;
  transition: transform .2s ease, -webkit-transform .2s ease;
  z-index: 7;
  border-radius: 100%;
  cursor: pointer; }

.popup-container {
  padding: 7.5px;
  display: none;
  position: absolute;
  top: 40px;
  z-index: 3;
  cursor: default; }
  .popup-container.business-profile-popup {
    left: 0; }
    @media (min-width: 768px) {
      .popup-container.business-profile-popup {
        left: -102px; } }
    @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
      .popup-container.business-profile-popup {
        left: -110px; } }
    .popup-container.business-profile-popup .popup {
      width: 280px; }
      .popup-container.business-profile-popup .popup:after {
        left: 50.5%; }
        @media (min-width: 768px) {
          .popup-container.business-profile-popup .popup:after {
            left: 85%; } }
  .popup-container.bookmark-popup {
    width: 280px;
    right: 0;
    top: 35px; }
    @media (min-width: 768px) {
      .popup-container.bookmark-popup {
        left: -131px;
        top: 40px; } }
    .popup-container.bookmark-popup .popup:after {
      left: 75%; }
      @media (min-width: 768px) {
        .popup-container.bookmark-popup .popup:after {
          left: 50%; } }
  .popup-container.notification-popup {
    width: 280px;
    right: 0;
    top: 35px; }
    @media (min-width: 768px) {
      .popup-container.notification-popup {
        left: -91px;
        top: 40px; } }
    .popup-container.notification-popup .popup .notifications-top {
      display: -webkit-box;
      display: flex;
      -webkit-box-pack: justify;
              justify-content: space-between; }
    .popup-container.notification-popup .popup:after {
      left: 89%; }
      @media (min-width: 768px) {
        .popup-container.notification-popup .popup:after {
          left: 50%; } }
  .popup-container.profile-popup {
    width: 195px;
    right: 0; }
    @media (min-width: 768px) {
      .popup-container.profile-popup {
        left: -124px; } }
  @media screen and (min-width: 768px) and (-ms-high-contrast: active), (min-width: 768px) and (-ms-high-contrast: none) {
    .popup-container.profile-popup {
      left: -134px; } }
    .popup-container.profile-popup .popup:after {
      left: 84%; }
    .popup-container.profile-popup .profile-container {
      text-align: center; }
      .popup-container.profile-popup .profile-container .profile__icon {
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center;
        margin: 15px 0;
        width: 65px;
        height: 65px;
        position: relative;
        left: 0; }
      .popup-container.profile-popup .profile-container .name {
        color: #282828;
        font-size: 14px;
        letter-spacing: 0.23px;
        line-height: 20px; }
      .popup-container.profile-popup .profile-container .email {
        color: #606F76;
        font-size: 12px;
        letter-spacing: -0.2px;
        line-height: 18px;
        margin-bottom: 10px; }
  .popup-container.bookmark-open-popup {
    text-align: center;
    width: 220px;
    right: 0;
    top: 35px; }
    @media (min-width: 768px) {
      .popup-container.bookmark-open-popup {
        left: -100px;
        top: 40px; } }
    .popup-container.bookmark-open-popup .popup:after {
      left: 68%; }
      @media (min-width: 768px) {
        .popup-container.bookmark-open-popup .popup:after {
          left: 50%; } }
  .popup-container.language-switcher-popup {
    position: absolute;
    left: 6px;
    z-index: 20; }
    @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
      .popup-container.language-switcher-popup {
        left: 4px; } }
    .popup-container.language-switcher-popup .popup {
      width: 120px; }
      .popup-container.language-switcher-popup .popup:after {
        top: auto;
        bottom: 0;
        border-bottom: none;
        border-top: solid 7.5px #FFFFFF; }
  .popup-container .popup {
    background: #FFFFFF;
    border-radius: 5px;
    box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.75);
    z-index: 5; }
    .popup-container .popup:after {
      content: '';
      position: absolute;
      top: 0;
      left: 50%;
      margin-left: -7.5px;
      width: 0;
      height: 0;
      border-bottom: solid 7.5px #FFFFFF;
      border-left: solid 10px transparent;
      border-right: solid 10px transparent;
      z-index: 4; }

.divider-type-1 {
  border-top: 1px solid #C6CDD2;
  margin: 0 0 20px 0;
  width: 100%; }

@media (min-width: 768px) {
  .main-profile-container-type-1 {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row; } }

.main-profile-container-type-1 .profile-image {
  border-bottom: 1px solid #DFDFDF;
  padding-bottom: 15px;
  text-align: center;
  margin-bottom: 10px; }
  @media (min-width: 768px) {
    .main-profile-container-type-1 .profile-image {
      border-bottom: none;
      margin-right: 25px;
      margin-bottom: 0;
      padding-bottom: 0; } }
  .main-profile-container-type-1 .profile-image img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 173px;
    height: 173px;
    border-radius: 100%; }
    @media (min-width: 768px) {
      .main-profile-container-type-1 .profile-image img {
        height: 120px;
        width: 120px; } }
    @media (min-width: 992px) {
      .main-profile-container-type-1 .profile-image img {
        height: 220px;
        width: 220px; } }

@media (min-width: 768px) {
  .main-profile-container-type-1 .profile-description {
    -webkit-box-flex: 1;
            flex-grow: 1; } }

@media (min-width: 1440px) {
  .main-profile-container-type-1 .profile-description {
    max-width: 490px; } }

@media (min-width: 768px) {
  .main-profile-container-type-2 {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row; } }

.main-profile-container-type-2 .profile-image {
  border-bottom: 1px solid #DFDFDF;
  padding-bottom: 10px;
  text-align: center;
  margin-bottom: 20px;
  position: relative;
  width: 100%; }
  @media (min-width: 768px) {
    .main-profile-container-type-2 .profile-image {
      border-bottom: none;
      margin-right: 40px;
      margin-bottom: 0;
      padding-bottom: 0;
      width: 170px; } }
  @media (min-width: 992px) {
    .main-profile-container-type-2 .profile-image {
      border-bottom: none;
      margin-right: 75px;
      margin-bottom: 0;
      padding-bottom: 0;
      width: 270px; } }
  .main-profile-container-type-2 .profile-image .main-part {
    top: 0;
    width: 100%; }
  .main-profile-container-type-2 .profile-image .widget-part {
    display: none;
    top: 0;
    width: 100%; }
    .main-profile-container-type-2 .profile-image .widget-part .text-type-1 {
      margin: 10px 0; }
  .main-profile-container-type-2 .profile-image .profile-image-block {
    width: 173px;
    height: 173px;
    border-radius: 100%;
    margin: 0 auto 10px auto;
    overflow: hidden;
    position: relative; }
    @media (min-width: 768px) {
      .main-profile-container-type-2 .profile-image .profile-image-block {
        height: 170px;
        width: 170px;
        margin-bottom: 20px; } }
    @media (min-width: 992px) {
      .main-profile-container-type-2 .profile-image .profile-image-block {
        height: 270px;
        width: 270px; } }
    .main-profile-container-type-2 .profile-image .profile-image-block img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: center;
         object-position: center; }
      @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
        .main-profile-container-type-2 .profile-image .profile-image-block img {
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%);
          width: 100%;
          height: auto; } }
  .main-profile-container-type-2 .profile-image .btn-type-1 {
    margin-bottom: 10px;
    width: 100%; }

@media (min-width: 768px) {
  .main-profile-container-type-2 .profile-description {
    -webkit-box-flex: 1;
            flex-grow: 1; } }

@media (min-width: 1440px) {
  .main-profile-container-type-2 .profile-description {
    max-width: 710px; } }

.main-profile-container-type-2 .profile-description .title-type-2 {
  margin-bottom: 30px; }

.title-block-type-1 {
  margin-bottom: 10px; }
  @media (min-width: 768px) {
    .title-block-type-1 {
      margin-bottom: 22px; } }

.login {
  width: 100%;
  max-width: 400px;
  height: auto;
  max-height: unset;
  border-radius: 3px;
  background-color: #FFFFFF;
  box-shadow: unset; }
  @media (min-width: 768px) {
    .login {
      max-width: 400px;
      box-shadow: 0 0 16px 0 rgba(14, 25, 29, 0.04); } }
  @media (max-width: 992px) and (orientation: landscape) {
    .login {
      max-width: 400px; } }
  .login-wrapper {
    width: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center; }
  .login input {
    height: 36px;
    line-height: 22px; }
  .login .title {
    opacity: 0.9;
    color: #25292F;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: -0.45px;
    line-height: 29px; }
  .login .sub-title {
    color: #606F76;
    font-size: 12px;
    letter-spacing: -0.2px;
    line-height: 18px; }
  .login .nav-item {
    width: 50%;
    display: inline-block; }
  .login .nav-link {
    color: #606F76;
    font-size: 12px;
    letter-spacing: 0.2px;
    line-height: 20px;
    text-align: center;
    border-bottom: 3px solid transparent; }
    .login .nav-link--border-none {
      border-radius: 0; }
      .login .nav-link--border-none.active {
        color: #000000;
        border-color: transparent;
        border-bottom: 3px solid #0078AA; }
      .login .nav-link--border-none:hover, .login .nav-link--border-none:focus {
        cursor: pointer;
        border-color: transparent;
        border-bottom: 3px solid #008ac4; }
  .login .btn__custom {
    color: #FFFFFF;
    font-size: 14px;
    letter-spacing: 0.23px;
    line-height: 20px;
    text-align: center; }
    .login .btn__custom--bg-blue {
      background-color: #0078AA;
      border-color: #0078AA; }
      .login .btn__custom--bg-blue:hover {
        outline: 0;
        background-color: #008ac4;
        border-color: #008ac4; }
      .login .btn__custom--bg-blue:active {
        outline: 0;
        background-color: #008ac4 !important;
        border-color: #008ac4 !important; }
    .login .btn__custom--outline-blue {
      border-color: #0078AA;
      display: -webkit-box;
      display: flex;
      -webkit-box-align: center;
              align-items: center;
      -webkit-box-pack: center;
              justify-content: center; }
      .login .btn__custom--outline-blue:hover, .login .btn__custom--outline-blue:focus {
        outline: 0;
        color: #0078AA;
        border-color: #008ac4;
        background-color: #FFFFFF; }
      .login .btn__custom--outline-blue:active {
        outline: 0 !important;
        background-color: #008ac4 !important;
        border-color: #008ac4 !important; }
        .login .btn__custom--outline-blue:active .title {
          color: #FFFFFF; }
      .login .btn__custom--outline-blue .title {
        color: #0078AA;
        font-size: 14px;
        line-height: 20px;
        text-align: center; }
      .login .btn__custom--outline-blue .icon {
        width: 36px;
        height: 36px;
        background: url(/assets/img/azure.svg) no-repeat center center/100% 100%; }
    .login .btn__custom[data-login-btn], .login .btn__custom[data-go-to-home-btn] {
      background-color: #FFFFFF !important;
      border-color: #FFFFFF !important;
      color: #008CC1; }
      .login .btn__custom[data-login-btn]:hover, .login .btn__custom[data-login-btn]:focus, .login .btn__custom[data-go-to-home-btn]:hover, .login .btn__custom[data-go-to-home-btn]:focus {
        outline: 0;
        color: #009edb;
        border-color: #FFFFFF;
        background-color: #FFFFFF; }
      .login .btn__custom[data-login-btn]:active, .login .btn__custom[data-go-to-home-btn]:active {
        color: #009edb;
        border-color: #FFFFFF !important;
        background-color: #FFFFFF !important; }
    .login .btn__custom:disabled {
      -webkit-filter: grayscale(80%);
              filter: grayscale(80%); }
  .login .parsley-error {
    border: 2px solid #DC3545;
    outline: 0;
    box-shadow: unset; }
  .login__input-wrapper {
    position: relative; }
    .login__input-wrapper input.parsley-error ~ [data-input-status] {
      display: block; }
    .login__input-wrapper [data-input-status] {
      position: absolute;
      top: 7px;
      right: 5px;
      width: 25px;
      height: 25px;
      background: url(/assets/img/close.svg) no-repeat center center/70% 70%;
      display: none; }
      .login__input-wrapper [data-input-status].success {
        background: url(/assets/img/tick.svg) no-repeat center center/100% 100%; }
  .login__forgot-password {
    color: #0082B6;
    font-size: 12px;
    letter-spacing: 0.2px;
    line-height: 20px;
    text-align: right; }
    .login__forgot-password:hover {
      cursor: pointer; }
  .login__remember-me {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
            align-items: center; }
    .login__remember-me-label {
      color: #282828;
      font-size: 12px;
      letter-spacing: 0.2px;
      line-height: 20px; }
      .login__remember-me-label:hover {
        cursor: pointer; }
    .login__remember-me input[name="LoginForm[rememberMe]"]:checked ~ .login__remember-me-icon:before {
      content: '';
      border-radius: 3px;
      width: 10px;
      height: 10px;
      min-height: 10px;
      background-color: #0078AA; }
    .login__remember-me-icon {
      width: 16px;
      height: 16px;
      border: 1px solid #dfdfdf;
      border-radius: 3px;
      display: -webkit-box;
      display: flex;
      -webkit-box-pack: center;
              justify-content: center;
      -webkit-box-align: center;
              align-items: center; }
  .login__third-party-outh {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
            align-items: center; }
  .login__third-party-btn {
    width: 100%;
    max-width: 90px;
    height: 36px;
    border: 1px solid #dfdfdf;
    border-radius: 3px;
    background-color: #FFFFFF;
    text-align: center;
    box-sizing: border-box; }
    .login__third-party-btn + .login__third-party-btn {
      margin-left: 10px; }
    .login__third-party-btn--google {
      background: url(/assets/img/google.svg) no-repeat center center/36px 36px; }
    .login__third-party-btn--facebook {
      background: url(/assets/img/facebook.svg) no-repeat center center/36px 36px; }
    .login__third-party-btn--linedin {
      background: url(/assets/img/linkedin.svg) no-repeat center center/36px 36px; }
    .login__third-party-btn:hover {
      cursor: pointer; }
    .login__third-party-btn:active {
      -webkit-filter: opacity(0.5);
              filter: opacity(0.5); }
  .login__error-wrapper {
    color: #DC3545;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.2px;
    line-height: 20px;
    background-color: #FFFFFF;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
    --ms-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2); }
    .login__error-wrapper .parsley-errors-list {
      padding: 0;
      margin: 0; }
    .login__error-wrapper.visible {
      display: block; }
  .login .new-passwords-rules .title {
    opacity: 0.9;
    color: #282828;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.3px;
    line-height: 19px; }
  .login .new-passwords-rules .list {
    padding-left: 20px;
    list-style: none; }
    .login .new-passwords-rules .list__item {
      color: #606F76;
      font-size: 12px;
      letter-spacing: -0.2px;
      line-height: 18px;
      position: relative;
      display: -webkit-box;
      display: flex;
      -webkit-box-align: center;
              align-items: center;
      -webkit-box-pack: start;
              justify-content: flex-start; }
      .login .new-passwords-rules .list__item:before {
        content: '';
        width: 15px;
        height: 15px;
        position: absolute;
        top: 0;
        bottom: 0;
        left: -20px;
        background: url(/assets/img/delete.svg) no-repeat center center/100% 100%; }
      .login .new-passwords-rules .list__item.success:before {
        background: url(/assets/img/tick.svg) no-repeat center center/100% 100%; }
  .login ::-webkit-input-placeholder {
    color: #606F76;
    font-size: 12px;
    letter-spacing: -0.2px;
    line-height: 18px; }
  .login ::-moz-placeholder {
    color: #606F76;
    font-size: 12px;
    letter-spacing: -0.2px;
    line-height: 18px; }
  .login :-ms-input-placeholder {
    color: #606F76;
    font-size: 12px;
    letter-spacing: -0.2px;
    line-height: 18px; }
  .login :-moz-placeholder {
    color: #606F76;
    font-size: 12px;
    letter-spacing: -0.2px;
    line-height: 18px; }

.middle-line {
  position: relative;
  z-index: 1;
  text-align: center;
  width: 100%;
  margin: 10px 0; }
  .middle-line:before {
    border-top: 1px solid #dfdfdf;
    content: "";
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: -1; }
  .middle-line span {
    background: #FFFFFF;
    padding: 0 15px;
    color: #606F76;
    font-size: 12px;
    letter-spacing: 0.2px;
    line-height: 20px;
    text-align: center; }

.recaptcha-wrapper {
  min-height: 85px; }
  .recaptcha-wrapper .g-recaptcha {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: end;
            justify-content: flex-end; }
    .recaptcha-wrapper .g-recaptcha .parsley-errors-list {
      position: relative; }
      .recaptcha-wrapper .g-recaptcha .parsley-errors-list .parsley-required {
        text-align: left;
        padding-left: 10px; }

.alert-custom {
  background-color: #FFFFFF;
  border: none;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
  --ms-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.2px;
  line-height: 20px; }

.alert-danger-custom {
  color: #DC3545; }
  .alert-danger-custom .close {
    color: #DC3545; }

.alert-success-custom {
  color: #04B559; }
  .alert-success-custom .close {
    color: #04B559; }

.privacy-policy {
  width: 100%;
  height: 100%;
  min-height: calc(100vh - 160px);
  z-index: 20;
  overflow: hidden;
  background-color: #FFFFFF; }
  @media (min-width: 768px) {
    .privacy-policy {
      min-height: calc(100vh - 108px); } }
  .privacy-policy__inner {
    width: 100%;
    height: 100%; }
    @media (min-width: 1200px) {
      .privacy-policy__inner {
        max-width: 1140px;
        margin: 0 auto; } }
  .privacy-policy__close {
    width: 100%;
    height: auto;
    margin-left: auto; }
    .privacy-policy__close--btn {
      display: -webkit-box;
      display: flex;
      -webkit-box-pack: end;
              justify-content: flex-end;
      -webkit-box-align: center;
              align-items: center;
      margin-left: auto;
      cursor: pointer;
      max-width: 100px; }
      .privacy-policy__close--btn:hover {
        text-decoration: none; }
      .privacy-policy__close--btn .icon {
        width: 20px;
        height: 20px;
        margin-right: 10px;
        background: url(/assets/img/close.svg) no-repeat center center/100% 100%; }
      .privacy-policy__close--btn .title {
        color: #DC3545;
        font-size: 16px;
        font-weight: 500;
        letter-spacing: 0.05px;
        line-height: 20px;
        text-align: center; }
  .privacy-policy__content .title {
    opacity: 0.9;
    color: #25292F;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: -0.45px;
    line-height: 29px;
    border-bottom: 1px solid #dfdfdf; }
  .privacy-policy__content .text-wrapper {
    max-height: 70vh;
    overflow-y: auto; }
  .privacy-policy__content .text {
    color: #282828;
    font-size: 14px;
    letter-spacing: -0.26px;
    line-height: 24px; }

.menu {
  width: auto;
  -webkit-box-ordinal-group: 2;
          order: 1;
  z-index: 1;
  position: relative;
  box-shadow: none; }
  @media (min-width: 768px) {
    .menu {
      box-shadow: inset -4px 0 10px -4px rgba(0, 0, 0, 0.1); } }
  .menu__btn {
    width: 24px;
    height: auto;
    position: relative; }
    @media (min-width: 768px) {
      .menu__btn {
        position: absolute;
        right: -12px;
        box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
        background: #FFFFFF url(/assets/img/arrow_point_to_right.svg) no-repeat center center/10px 10px;
        -webkit-transition: background 0.8s ease;
        transition: background 0.8s ease;
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
        z-index: 20;
        border-radius: 100%;
        width: 24px;
        height: 24px; }
        .menu__btn.active {
          -webkit-transform: rotate(180deg);
                  transform: rotate(180deg);
          -webkit-transition: background 0.8s ease;
          transition: background 0.8s ease; } }
    .menu__btn.active span {
      -webkit-transition: all .1s ease;
      transition: all .1s ease; }
      .menu__btn.active span:nth-child(1) {
        -webkit-transition-delay: 0s;
                transition-delay: 0s; }
      .menu__btn.active span:nth-child(2) {
        -webkit-transition-delay: .1s;
                transition-delay: .1s;
        width: 60%; }
      .menu__btn.active span:nth-child(3) {
        -webkit-transition-delay: .05s;
                transition-delay: .05s;
        width: 30%; }
    .menu__btn span {
      width: 100%;
      height: 3px;
      position: relative;
      display: block;
      margin: 5px 0;
      background-color: #FFFFFF;
      -webkit-transition: all .1s ease;
      transition: all .1s ease; }
      .menu__btn span:nth-child(1) {
        -webkit-transition-delay: 0s;
                transition-delay: 0s;
        margin-top: 0; }
      .menu__btn span:nth-child(2) {
        -webkit-transition-delay: .05s;
                transition-delay: .05s; }
      .menu__btn span:nth-child(3) {
        -webkit-transition-delay: .1s;
                transition-delay: .1s;
        margin-bottom: 0; }
    .menu__btn:hover {
      cursor: pointer; }
  .menu__list {
    list-style: none;
    width: 100vw;
    margin-left: -100vw;
    padding: 0;
    -webkit-transition: width 0.3s ease, margin-left .3s ease;
    transition: width 0.3s ease, margin-left .3s ease; }
    @media (min-width: 768px) {
      .menu__list {
        width: 55px;
        margin-left: 0; } }
    .menu__list.active {
      width: 100vw;
      margin-left: 0;
      -webkit-transition: width 0.3s ease, margin-left .3s ease;
      transition: width 0.3s ease, margin-left .3s ease; }
      @media (min-width: 768px) {
        .menu__list.active {
          width: 245px; } }
      .menu__list.active .menu__item {
        overflow: hidden; }
        .menu__list.active .menu__item:hover .menu__item-inner .title {
          height: auto;
          opacity: 1;
          -webkit-transition: height 0.2s ease, opacity 0.3s ease .2s;
          transition: height 0.2s ease, opacity 0.3s ease .2s; }
        .menu__list.active .menu__item .menu__item-inner .title:after {
          opacity: 1;
          -webkit-transition: opacity .2s ease;
          transition: opacity .2s ease; }
        .menu__list.active .menu__item .menu__item-inner:before {
          content: '';
          display: unset;
          min-width: auto;
          padding: 0; }
        .menu__list.active .menu__item .menu__item-inner:after {
          content: '';
          box-shadow: none;
          border: none; }
      .menu__list.active .title {
        opacity: 1;
        width: 100%;
        -webkit-transition: opacity .2s ease .3s;
        transition: opacity .2s ease .3s; }
      .menu__list.active [data-submenu-item] + .menu__item-inner .title:after {
        opacity: 1; }
  .menu [data-submenu-item]:checked ~ .menu__sub-list {
    margin: 10px 0;
    -webkit-transition: max-height .2s ease;
    transition: max-height .2s ease; }
  .menu [data-submenu-item]:checked + .menu__item-inner {
    background-color: #E9EDF1;
    border-radius: 5px; }
    .menu [data-submenu-item]:checked + .menu__item-inner .title:after {
      -webkit-transform: rotate(-90deg);
              transform: rotate(-90deg);
      -webkit-transition: -webkit-transform .2s ease;
      transition: -webkit-transform .2s ease;
      transition: transform .2s ease;
      transition: transform .2s ease, -webkit-transform .2s ease; }
  .menu__item {
    overflow: hidden; }
    .menu__item > a {
      color: #606F76; }
      .menu__item > a:hover {
        color: #606F76;
        text-decoration: none; }
    .menu__item:hover {
      overflow: visible; }
      .menu__item:hover .menu__item-inner {
        min-width: 55px; }
        .menu__item:hover .menu__item-inner .title {
          height: 0;
          opacity: 0; }
    .menu__item [data-submenu-item] + .menu__item-inner .title:after {
      content: '';
      opacity: 0;
      width: 10px;
      height: 10px;
      position: absolute;
      top: 0;
      bottom: 0;
      right: 30px;
      margin: auto;
      background: url(/assets/img/arrow_point_to_right.svg) no-repeat center center/10px 10px;
      -webkit-transform: rotate(90deg);
              transform: rotate(90deg);
      -webkit-transition: -webkit-transform .2s ease;
      transition: -webkit-transform .2s ease;
      transition: transform .2s ease;
      transition: transform .2s ease, -webkit-transform .2s ease; }
    .menu__item [data-submenu-item] + .menu__item-inner .title:after {
      content: '';
      width: 10px;
      height: 10px;
      position: absolute;
      top: 0;
      bottom: 0;
      right: 30px;
      margin: auto;
      background: url(/assets/img/arrow_point_to_right.svg) no-repeat center center/10px 10px;
      -webkit-transform: rotate(90deg);
              transform: rotate(90deg);
      -webkit-transition: -webkit-transform .2s ease;
      transition: -webkit-transform .2s ease;
      transition: transform .2s ease;
      transition: transform .2s ease, -webkit-transform .2s ease; }
    .menu__item-inner {
      display: -webkit-box;
      display: flex;
      -webkit-box-align: start;
              align-items: flex-start;
      min-width: 245px;
      position: relative; }
      .menu__item-inner.active {
        background-color: #E9EDF1;
        border-radius: 5px; }
      .menu__item-inner:hover {
        cursor: pointer; }
        .menu__item-inner:hover:before {
          content: attr(data-menu-tooltip);
          position: absolute;
          top: 0;
          bottom: 0;
          margin: auto;
          left: 50px;
          padding: 15px;
          min-width: 150px;
          color: #606F76;
          font-size: 14px;
          letter-spacing: 0.23px;
          text-align: center;
          line-height: 26px;
          border-radius: 5px;
          z-index: 25;
          box-shadow: 0 0 16px 0 rgba(14, 25, 29, 0.2);
          background: white; }
        .menu__item-inner:hover:after {
          content: '';
          position: absolute;
          top: 0;
          bottom: 0;
          left: 13px;
          margin: auto;
          border-width: 10px;
          border-style: solid;
          z-index: 25;
          border-color: white transparent transparent transparent;
          -webkit-transform: rotate(90deg);
                  transform: rotate(90deg); }
        .menu__item-inner:hover .title {
          color: #0078AA; }
        .menu__item-inner:hover .icon.home {
          background: url(/assets/img/home.svg) no-repeat center center/24px 24px; }
        .menu__item-inner:hover .icon.my-data {
          background: url(/assets/img/personal_info.svg) no-repeat center center/24px 24px; }
        .menu__item-inner:hover .icon.absence {
          background: url(/assets/img/away_time.svg) no-repeat center center/24px 24px; }
        .menu__item-inner:hover .icon.applications {
          background: url(/assets/img/applications.svg) no-repeat center center/24px 24px; }
        .menu__item-inner:hover .icon.salary {
          background: url(/assets/img/salary.svg) no-repeat center center/24px 24px; }
        .menu__item-inner:hover .icon.statistics {
          background: url(/assets/img/statistics.svg) no-repeat center center/24px 24px; }
        .menu__item-inner:hover .icon.employees {
          background: url(/assets/img/employees.svg) no-repeat center center/24px 24px; }
        .menu__item-inner:hover .icon.staff {
          background: url(/assets/img/staff.svg) no-repeat center center/24px 24px; }
        .menu__item-inner:hover .icon.time-calculation {
          background: url(/assets/img/time_calculation.svg) no-repeat center center/24px 24px; }
        .menu__item-inner:hover .icon .administration {
          background: url(/assets/img/administration.svg) no-repeat center center/24px 24px; }
    .menu__item .title {
      opacity: 1;
      color: #606F76;
      font-size: 14px;
      letter-spacing: 0.23px;
      line-height: 24px;
      text-align: left; }
      @media (min-width: 768px) {
        .menu__item .title {
          opacity: 0; } }
    .menu__item .icon {
      background-size: contain !important;
      width: 24px;
      height: 24px;
      display: block;
      min-width: 24px; }
      .menu__item .icon.home {
        background: url(/assets/img/home.svg) no-repeat center center/24px 24px; }
      .menu__item .icon.my-data {
        background: url(/assets/img/personal_info.svg) no-repeat center center/24px 24px; }
      .menu__item .icon.absence {
        background: url(/assets/img/away_time.svg) no-repeat center center/24px 24px; }
      .menu__item .icon.applications {
        background: url(/assets/img/applications.svg) no-repeat center center/24px 24px; }
      .menu__item .icon.salary {
        background: url(/assets/img/salary.svg) no-repeat center center/24px 24px; }
      .menu__item .icon.statistics {
        background: url(/assets/img/statistics.svg) no-repeat center center/24px 24px; }
      .menu__item .icon.employees {
        background: url(/assets/img/employees.svg) no-repeat center center/24px 24px; }
      .menu__item .icon.staff {
        background: url(/assets/img/staff.svg) no-repeat center center/24px 24px; }
      .menu__item .icon.time-calculation {
        background: url(/assets/img/time_calculation.svg) no-repeat center center/24px 24px; }
      .menu__item .icon.administration {
        background: url(/assets/img/administration.svg) no-repeat center center/24px 24px; }
    .menu__item label {
      cursor: pointer; }
  .menu__sub-list {
    max-height: 0;
    list-style: none;
    margin: 0;
    overflow: hidden;
    -webkit-transition: max-height .2s ease, margin-top .1s ease .2s;
    transition: max-height .2s ease, margin-top .1s ease .2s; }
  .menu__sub-item {
    color: #606F76;
    font-size: 14px;
    line-height: 20px;
    text-align: left; }
    .menu__sub-item:hover {
      cursor: pointer;
      color: #0078AA; }
    .menu__sub-item > a {
      color: #606F76; }
      .menu__sub-item > a:hover {
        color: #606F76;
        text-decoration: none; }
    .menu__sub-item.active > a {
      color: #008CC1; }

.list-title-type-1 {
  color: #212529;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.26px;
  line-height: 16px;
  padding: 12px 16px; }

.list-title-type-2 {
  color: #212529;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.26px;
  line-height: 16px;
  padding: 25px 10px; }

.list-link-type-1 {
  text-align: center;
  padding: 12px 20px;
  border-top: #EAEEF2 1px solid; }
  .list-link-type-1 a {
    color: #0078AA;
    font-size: 12px;
    letter-spacing: -0.2px;
    line-height: 18px;
    position: relative; }
    .list-link-type-1 a:hover:before {
      background-color: #CCE4EE; }
    .list-link-type-1 a:before {
      content: '';
      width: 26px;
      height: 26px;
      position: absolute;
      top: 0;
      bottom: 0;
      left: -30px;
      margin: auto;
      background: url(/assets/img/star.svg) no-repeat center center/20px 20px;
      -webkit-transition: -webkit-transform .2s ease;
      transition: -webkit-transform .2s ease;
      transition: transform .2s ease;
      transition: transform .2s ease, -webkit-transform .2s ease;
      z-index: 7;
      border-radius: 100%; }
    .list-link-type-1 a.checked:before {
      background: url(/assets/img/star_full.svg) no-repeat center center/20px 20px; }

.list-link-type-2 {
  text-align: center;
  padding: 12px 20px;
  border-top: #EAEEF2 1px solid; }
  .list-link-type-2 a {
    color: #0078AA;
    font-size: 12px;
    letter-spacing: -0.2px;
    line-height: 18px; }

.list-link-type-3 {
  text-align: right;
  padding: 12px 16px;
  line-height: 14px; }
  .list-link-type-3 a {
    color: #0078AA;
    font-size: 12px;
    letter-spacing: -0.2px;
    line-height: 14px;
    font-weight: normal; }

.list-link-type-4 {
  cursor: pointer; }
  .list-link-type-4:hover .list-element {
    background-color: #F5F7F9; }

.list-type-1 {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0; }
  .list-type-1 .current-bookmark {
    display: none; }
  .list-type-1 .list-element {
    position: relative;
    padding: 12px 16px;
    border-top: #EAEEF2 1px solid;
    margin-bottom: 0; }
    .list-type-1 .list-element:last-child {
      border-bottom-left-radius: 5px;
      border-bottom-right-radius: 5px; }
    .list-type-1 .list-element.zero-status {
      display: none;
      padding: 20px 10px;
      text-align: center; }
      .list-type-1 .list-element.zero-status .title {
        color: #212529;
        font-size: 14px;
        font-weight: 500;
        letter-spacing: -0.26px;
        line-height: 16px; }
    .list-type-1 .list-element .title {
      color: #212529 !important;
      font-size: 14px;
      letter-spacing: -0.26px;
      line-height: 16px; }
    .list-type-1 .list-element .desc {
      margin-top: 2px;
      color: #606F76;
      font-size: 12px;
      letter-spacing: -0.2px;
      line-height: 15px; }

.list-type-2 {
  list-style: none;
  padding-left: 0;
  border-top: #EAEEF2 1px solid;
  margin-bottom: 0; }
  .list-type-2 .list-element {
    padding: 6px 16px; }
    .list-type-2 .list-element:first-child {
      padding-top: 12px; }
    .list-type-2 .list-element:last-child {
      padding-bottom: 12px; }
    .list-type-2 .list-element .title {
      color: #282828;
      font-size: 14px;
      letter-spacing: 0.23px;
      line-height: 20px; }

.list-type-3 {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0; }
  .list-type-3 .list-element {
    padding: 6px 16px; }
    .list-type-3 .list-element .title {
      color: #282828;
      font-size: 14px;
      letter-spacing: 0.23px;
      line-height: 20px; }

.list-type-4 {
  list-style: none;
  padding: 0;
  margin: 0; }
  @media (min-width: 768px) {
    .list-type-4 {
      display: -webkit-box;
      display: flex;
      -webkit-box-pack: justify;
              justify-content: space-between;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
              flex-direction: row;
      flex-wrap: wrap; } }
  .list-type-4 .list-element {
    margin-bottom: 20px; }
    @media (min-width: 768px) {
      .list-type-4 .list-element {
        width: 49%;
        margin-bottom: 30px; }
        .list-type-4 .list-element:nth-last-child(2) {
          margin-bottom: 0; } }
    .list-type-4 .list-element:last-child {
      margin-bottom: 0; }
    .list-type-4 .list-element .title {
      color: #606F76;
      font-size: 12px;
      font-weight: bold;
      letter-spacing: -0.2px;
      line-height: 18px;
      margin-bottom: 10px; }
    .list-type-4 .list-element .desc {
      color: #606F76;
      font-size: 12px;
      letter-spacing: -0.2px;
      line-height: 18px;
      margin-bottom: 10px; }
      .list-type-4 .list-element .desc:last-child {
        margin-bottom: 0; }

.list-type-5 {
  list-style: none;
  padding: 0;
  margin: 0; }
  @media (min-width: 768px) {
    .list-type-5 {
      display: -webkit-box;
      display: flex;
      -webkit-box-pack: justify;
              justify-content: space-between;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
              flex-direction: row;
      flex-wrap: wrap; } }
  .list-type-5 .list-element {
    margin-bottom: 50px;
    position: relative; }
    @media (min-width: 768px) {
      .list-type-5 .list-element {
        width: 100%;
        margin-bottom: 50px; } }
    @media (min-width: 1200px) {
      .list-type-5 .list-element {
        width: calc(50% - 40px); } }
    .list-type-5 .list-element:last-child {
      margin-bottom: 0; }
    .list-type-5 .list-element .btn-type-1 {
      width: 100%; }
    .list-type-5 .list-element .sub-list-element {
      margin-bottom: 20px; }
      .list-type-5 .list-element .sub-list-element .desc {
        width: calc(100% - 65px); }
    .list-type-5 .list-element .title {
      color: #606F76;
      font-size: 12px;
      font-weight: bold;
      letter-spacing: -0.2px;
      line-height: 18px;
      margin-bottom: 10px; }
      .list-type-5 .list-element .title .desc {
        font-weight: normal;
        margin-bottom: 0; }
    .list-type-5 .list-element .desc {
      color: #606F76;
      font-size: 12px;
      letter-spacing: -0.2px;
      line-height: 18px;
      margin-bottom: 10px; }
      .list-type-5 .list-element .desc:last-child {
        margin-bottom: 0; }

.list-info-type .list-element {
  padding: 20px 0;
  border-top: 1px solid #DDDDDD; }
  .list-info-type .list-element:last-child {
    border-bottom: 1px solid #DDDDDD;
    margin-bottom: 20px; }
  .list-info-type .list-element .title {
    color: #282828;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.3px;
    line-height: 19px;
    margin-bottom: 16px; }
  .list-info-type .list-element .info-type-1 {
    margin-bottom: 16px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row; }
    .list-info-type .list-element .info-type-1:last-child {
      margin-bottom: 0; }
    .list-info-type .list-element .info-type-1 .info-title {
      color: #606F76;
      font-size: 12px;
      letter-spacing: -0.2px;
      line-height: 18px;
      margin-right: 5px; }
    .list-info-type .list-element .info-type-1 .info-desc {
      color: #606F76;
      font-size: 12px;
      font-weight: bold;
      letter-spacing: -0.2px;
      line-height: 18px; }
  .list-info-type .list-element .info-type-2 {
    margin-bottom: 16px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row; }
    .list-info-type .list-element .info-type-2:last-child {
      margin-bottom: 0; }
    .list-info-type .list-element .info-type-2 .info-title {
      color: #606F76;
      font-size: 12px;
      font-weight: bold;
      letter-spacing: -0.2px;
      line-height: 18px;
      margin-right: 25px; }
    .list-info-type .list-element .info-type-2 .info-desc {
      color: #606F76;
      font-size: 12px;
      letter-spacing: -0.2px;
      line-height: 18px; }

.title-type-1 {
  color: #282828;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.3px;
  line-height: 19px;
  margin-bottom: 10px; }
  @media (min-width: 768px) {
    .title-type-1 {
      margin-bottom: 16px; } }

.title-type-2 {
  color: #282828;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.38px;
  line-height: 24px;
  margin-bottom: 10px; }
  @media (min-width: 768px) {
    .title-type-2 {
      margin-bottom: 22px; } }

.title-type-3 {
  color: #282828;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.3px;
  line-height: 19px; }

.title-type-4 {
  color: #282828;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: -0.45px;
  line-height: 36px;
  margin-bottom: 22px; }

.title-type-5 {
  color: #282828;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.3px;
  line-height: 19px;
  margin-bottom: 10px;
  width: 100%; }
  @media (min-width: 768px) {
    .title-type-5 {
      margin-bottom: 20px; } }

.title-type-6 {
  color: #282828;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.26px;
  line-height: 16px;
  margin-bottom: 10px;
  display: none; }
  @media (min-width: 768px) {
    .title-type-6 {
      margin-bottom: 20px;
      display: block; } }

.title-type-7 {
  color: #25292F;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: -0.45px;
  line-height: 29px;
  margin-bottom: 21px;
  text-align: left; }

.text-type-1 {
  color: #606F76;
  font-size: 12px;
  letter-spacing: 0.2px;
  line-height: 20px;
  text-align: center; }

.tl-left {
  text-align: left; }

.tl-center {
  text-align: center; }

.tl-right {
  text-align: right !important; }

.confirmation-status {
  color: #FFC107;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.2px;
  line-height: 20px;
  text-align: left;
  position: relative;
  display: inline;
  height: 21px;
  margin-left: 30px; }
  @media (min-width: 768px) {
    .confirmation-status {
      text-align: right;
      top: auto;
      margin-left: -40px; } }
  .confirmation-status.type-1 {
    display: block;
    text-align: left;
    margin-left: 22px;
    margin-top: 2px; }
  .confirmation-status.type-2 {
    display: block;
    text-align: left;
    margin-left: 19px;
    margin-top: 2px; }
  .confirmation-status:before {
    content: '';
    width: 16px;
    height: 16px;
    position: absolute;
    left: -21px;
    margin-top: 2px;
    background: url(/assets/img/profile/confirmation.svg) no-repeat center center;
    -webkit-transition: -webkit-transform .2s ease;
    transition: -webkit-transform .2s ease;
    z-index: 2; }

.mobile-phone-text-type {
  margin-left: 20px; }
  .mobile-phone-text-type:before {
    content: '';
    width: 16px;
    height: 16px;
    position: absolute;
    left: 0;
    margin-top: 2px;
    background: url(/assets/img/profile/mobile.svg) no-repeat center center;
    -webkit-transition: -webkit-transform .2s ease;
    transition: -webkit-transform .2s ease;
    z-index: 2; }

.question-text-type {
  width: 100%;
  color: #606F76;
  font-size: 12px;
  letter-spacing: -0.2px;
  line-height: 18px;
  margin-bottom: 5px;
  margin-right: 18px; }

.question-tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
  opacity: 1; }
  .question-tooltip:after {
    content: '';
    width: 13px;
    height: 14px;
    position: absolute;
    margin-left: 3px;
    margin-top: -10px;
    background: url(/assets/img/profile/question_icon.svg) no-repeat center center;
    -webkit-transition: -webkit-transform .2s ease;
    transition: -webkit-transform .2s ease;
    z-index: 2; }

.question-tooltip .question-tooltip-text {
  visibility: hidden;
  width: 120px;
  background-color: #555;
  color: #FFFFFF;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
  position: absolute;
  left: 50%;
  margin-left: -50px;
  margin-top: -64px;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  z-index: 5; }

.question-tooltip .question-tooltip-text::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent; }

.question-tooltip:hover .question-tooltip-text {
  visibility: visible;
  opacity: 1; }

.table-type-1 {
  border-collapse: collapse;
  margin: 0 0 40px 0;
  padding: 0;
  width: 100%;
  table-layout: fixed; }
  .table-type-1 caption {
    color: #282828;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.3px;
    line-height: 19px;
    margin-bottom: 20px;
    padding: 0; }
  .table-type-1 tr {
    border-left: 0;
    border-right: 0;
    border-top: 1px solid #DFDFDF;
    border-bottom: 1px solid #DFDFDF;
    padding: .35em;
    position: relative; }
    .table-type-1 tr.sub-table {
      display: none;
      -webkit-transition: -webkit-transform .2s ease;
      transition: -webkit-transform .2s ease; }
      @media (min-width: 768px) {
        .table-type-1 tr.sub-table {
          border-top: 0 !important; } }
      .table-type-1 tr.sub-table.active {
        display: table-row; }
      .table-type-1 tr.sub-table td.sub-table-td {
        padding: 0 0 10px 0;
        border-bottom: #DCDCDC 1px solid; }
        @media (min-width: 768px) {
          .table-type-1 tr.sub-table td.sub-table-td {
            padding: 12px 10px 0 10px;
            border-bottom: 0;
            background-color: #F5F7F9; }
            .table-type-1 tr.sub-table td.sub-table-td:last-child {
              border-bottom: #DCDCDC 1px solid; } }
        .table-type-1 tr.sub-table td.sub-table-td table {
          background-color: #F5F7F9; }
    .table-type-1 tr.active {
      border-bottom: 0; }
    .table-type-1 tr:first-child {
      border-top: 0; }
  .table-type-1 th, .table-type-1 td {
    padding: 20px 10px 20px 0;
    text-align: left;
    color: #606F76;
    font-size: 12px;
    letter-spacing: -0.2px;
    line-height: 18px; }
  .table-type-1 th {
    padding: 0 10px 10px 0;
    font-size: 12px;
    font-weight: bold; }
  .table-type-1 td.confirmation-status-td {
    text-align: right; }
  @media (max-width: 768px) {
    .table-type-1 {
      border: 0;
      position: relative; }
      .table-type-1 caption {
        font-size: 1.3em; }
      .table-type-1 thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px; }
      .table-type-1 tr {
        display: -webkit-box;
        display: flex;
        flex-wrap: wrap;
        border-right: 0;
        border-left: 0;
        border-bottom: 0;
        padding: 0;
        margin: 0;
        border-top: 0;
        border-bottom: 1px solid #DFDFDF; }
        .table-type-1 tr:first-child {
          border-top: 1px solid #DFDFDF; }
      .table-type-1 td {
        width: 100%;
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
                flex-direction: column;
        text-align: left;
        color: #606F76;
        font-size: 12px;
        letter-spacing: -0.2px;
        line-height: 18px;
        padding: 10px; }
        .table-type-1 td.confirmation-status-td {
          padding: 0 0 10px 0;
          text-align: left; }
      .table-type-1 td::before {
        content: attr(data-label);
        float: left;
        color: #606F76;
        font-size: 12px;
        letter-spacing: -0.2px;
        line-height: 18px;
        font-weight: bold; }
      .table-type-1 td:last-child {
        border-bottom: 0; } }

.table-type-2 {
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
  background-color: #F5F7F9; }
  .table-type-2 caption {
    color: #282828;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.3px;
    line-height: 19px;
    margin-bottom: 20px;
    padding: 0; }
  .table-type-2 thead tr:first-child {
    border-bottom: 1px solid #DDDDDD; }
  .table-type-2 tr {
    border: 0;
    padding: .35em; }
    .table-type-2 tr:last-child {
      border-bottom: 0; }
    .table-type-2 tr:first-child {
      border-top: 0; }
  .table-type-2 th, .table-type-2 td {
    padding: 20px 10px 20px 0;
    text-align: left;
    color: #606F76;
    font-size: 12px;
    letter-spacing: -0.2px;
    line-height: 18px; }
  .table-type-2 td {
    vertical-align: top; }
  .table-type-2 th {
    padding: 0 10px 10px 0;
    font-size: 12px;
    font-weight: bold; }
  @media (max-width: 768px) {
    .table-type-2 {
      border: 0; }
      .table-type-2 caption {
        font-size: 1.3em; }
      .table-type-2 thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px; }
      .table-type-2 tr {
        display: block;
        border: 0;
        padding: 0;
        margin: 0; }
      .table-type-2 td {
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
                flex-direction: column;
        text-align: left;
        color: #606F76;
        font-size: 12px;
        letter-spacing: -0.2px;
        line-height: 18px;
        padding: 10px; }
      .table-type-2 td::before {
        content: attr(data-label);
        float: left;
        color: #606F76;
        font-size: 12px;
        letter-spacing: -0.2px;
        line-height: 18px;
        font-weight: bold; }
      .table-type-2 td:last-child {
        border-bottom: 0; } }

.table-caption {
  position: relative; }
  .table-caption .hide-table {
    display: -webkit-box;
    display: flex;
    position: absolute;
    top: 0;
    right: 0;
    color: #0078AA;
    font-size: 12px;
    letter-spacing: 0.2px;
    line-height: 15px;
    text-align: right;
    height: 21px; }
    .table-caption .hide-table .text {
      display: none;
      float: unset;
      font-size: 12px;
      font-weight: normal;
      line-height: 15px;
      color: #0078AA;
      text-shadow: unset;
      opacity: unset; }
      @media (min-width: 768px) {
        .table-caption .hide-table .text {
          display: unset; } }
      .table-caption .hide-table .text.open {
        display: none; }
      .table-caption .hide-table .text.close {
        display: unset; }
    .table-caption .hide-table .status {
      font-size: 20px;
      width: 12px;
      height: 30px;
      text-align: center;
      color: #0078AA;
      font-weight: normal;
      line-height: 15px;
      text-shadow: none;
      opacity: 1; }
      .table-caption .hide-table .status.open {
        display: none; }
      .table-caption .hide-table .status.close {
        display: inline-block; }
    .table-caption .hide-table.active .status.open {
      display: inline-block; }
    .table-caption .hide-table.active .status.close {
      display: none; }
    .table-caption .hide-table.active .text.open {
      display: inline-block; }
    .table-caption .hide-table.active .text.close {
      display: none; }

.open-sub-table {
  cursor: pointer;
  position: relative;
  padding-bottom: 3px !important;
  -webkit-box-ordinal-group: 2;
          order: 1; }
  @media (min-width: 768px) {
    .open-sub-table {
      -webkit-box-ordinal-group: 1;
              order: 0; } }
  .open-sub-table.active:after {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg); }
  .open-sub-table:after {
    content: '';
    width: 12px;
    height: 12px;
    position: absolute;
    top: 7px;
    bottom: 0;
    right: 12px;
    margin: auto;
    background: url(/assets/img/arrow_point_to_right.svg) no-repeat center center/12px 12px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: -webkit-transform .2s ease;
    transition: -webkit-transform .2s ease; }
    @media (min-width: 768px) {
      .open-sub-table:after {
        top: 0;
        width: 15px;
        height: 15px;
        right: 18px;
        background: url(/assets/img/arrow_point_to_right.svg) no-repeat center center/15px 15px; } }
  @media screen and (min-width: 768px) and (-ms-high-contrast: active), (min-width: 768px) and (-ms-high-contrast: none) {
    .open-sub-table:after {
      top: 36px; } }

.additional {
  padding: 20px; }
  .additional__title {
    opacity: 0.9;
    color: #282828;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.3px;
    line-height: 19px; }
  .additional__form-holder {
    position: relative;
    margin: 20px 0; }
    .additional__form-holder.form-holder-type-1 {
      margin: 0; }
  .additional__checkbox--center {
    height: auto;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: end;
            align-items: flex-end; }
    @media (min-width: 992px) {
      .additional__checkbox--center {
        height: 57px; } }
  .additional__form label {
    display: block;
    color: #606F76;
    font-size: 12px;
    letter-spacing: -0.2px;
    line-height: 18px;
    margin: 10px 0 5px; }
  .additional__form input {
    color: #606F76;
    font-size: 12px;
    letter-spacing: -0.2px;
    line-height: 18px;
    text-align: left; }
  .additional__form .input-wrapper {
    position: relative; }
    .additional__form .input-wrapper .calendar-icon {
      width: 12px;
      height: 12px;
      background: url(/assets/img/profile/calendar.svg) no-repeat center center/12px 12px;
      position: absolute;
      right: 10px;
      top: 12px;
      margin: auto;
      cursor: pointer; }
  .additional__form .select2-selection--single {
    width: 100%;
    border: 1px solid #DDDDDD;
    border-radius: 3px;
    background-color: #FBFBFB;
    margin: 0;
    height: 36px;
    color: #606F76;
    font-size: 12px;
    letter-spacing: -0.2px;
    line-height: 18px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center; }
    .additional__form .select2-selection--single .select2-selection__arrow {
      margin: auto 0;
      bottom: 0; }
  .additional__form .select2-results__option--highlighted[aria-selected] {
    background-color: #0078AA !important;
    color: white; }
  .additional__form .select2-results__option--highlighted .add-new {
    color: #fff !important; }
  .additional__inner {
    width: 100%; }
    @media (min-width: 992px) {
      .additional__inner {
        width: 50%; } }
  .additional__uploaded-files {
    list-style: none; }

[data-additional-target].visible {
  background-color: #E9EDF1;
  min-height: 40px; }
  [data-additional-target].visible + [data-additional-add] {
    display: none; }

[data-additional-target] [data-label] {
  width: 15px;
  height: 15px;
  border: 1px solid #606F76;
  border-radius: 100%;
  display: block;
  text-align: center;
  line-height: 8px;
  padding: 3px;
  color: #606F76;
  position: relative; }
  [data-additional-target] [data-label]:hover {
    cursor: pointer; }
    [data-additional-target] [data-label]:hover:before {
      content: '';
      position: absolute;
      border-width: 10px;
      border-style: solid;
      z-index: 25;
      top: -21px;
      left: -4px;
      border-color: white transparent transparent transparent;
      -webkit-transform: rotate(180deg);
      transform: rotate(360deg); }
    [data-additional-target] [data-label]:hover:after {
      content: attr(data-label);
      position: absolute;
      top: -122px;
      left: -237px;
      width: 250px;
      line-height: 18px;
      margin-left: 20px;
      text-align: left;
      background-color: white;
      padding: 15px;
      border-radius: 3px;
      z-index: 999;
      box-shadow: 0 0 16px 0 rgba(14, 25, 29, 0.2); }

[data-additional-target] .form-group.checkbox-type-1 input[type=checkbox] {
  opacity: 0; }

[data-additional-target] .form-group.checkbox-type-1 input[type=checkbox] + label {
  position: relative;
  height: 20px; }
  [data-additional-target] .form-group.checkbox-type-1 input[type=checkbox] + label:before {
    content: '';
    width: 15px;
    height: 15px;
    position: absolute;
    top: 1px;
    left: -20px;
    border: 1px solid #DDDDDD;
    background-color: white; }
    @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
      [data-additional-target] .form-group.checkbox-type-1 input[type=checkbox] + label:before {
        top: 2px; } }

[data-additional-target] .form-group.checkbox-type-1 input[type=checkbox]:checked + label:hover {
  cursor: pointer; }

[data-additional-target] .form-group.checkbox-type-1 input[type=checkbox]:checked + label:after {
  content: '';
  position: absolute;
  top: -3.5px;
  left: -16px;
  bottom: 0;
  right: 0;
  margin: auto auto auto 0;
  width: 7px;
  height: 7px;
  background-color: #0078AA; }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    [data-additional-target] .form-group.checkbox-type-1 input[type=checkbox]:checked + label:after {
      top: -2px; } }

[data-additional-target] .form-group.radio-type-1 input[type=radio] {
  opacity: 0; }

[data-additional-target] .form-group.radio-type-1 input[type=radio] + label {
  position: relative;
  height: 20px; }
  [data-additional-target] .form-group.radio-type-1 input[type=radio] + label:before {
    content: '';
    width: 15px;
    height: 15px;
    position: absolute;
    top: 1px;
    left: -20px;
    border-radius: 100%;
    border: 1px solid #DDDDDD;
    background-color: white; }
    @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
      [data-additional-target] .form-group.radio-type-1 input[type=radio] + label:before {
        top: 2px; } }

[data-additional-target] .form-group.radio-type-1 input[type=radio]:checked + label:hover {
  cursor: pointer; }

[data-additional-target] .form-group.radio-type-1 input[type=radio]:checked + label:after {
  content: '';
  position: absolute;
  top: -3.5px;
  left: -16px;
  bottom: 0;
  right: 0;
  margin: auto auto auto 0;
  width: 7px;
  height: 7px;
  border-radius: 100%;
  background-color: #0078AA; }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    [data-additional-target] .form-group.radio-type-1 input[type=radio]:checked + label:after {
      top: -2px; } }

[data-additional-target] .form-group:not(.checkbox-type-1):not(.radio-type-1) input[type=checkbox] + label {
  position: relative;
  height: 20px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600; }
  [data-additional-target] .form-group:not(.checkbox-type-1):not(.radio-type-1) input[type=checkbox] + label:before {
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    left: -25px;
    border-radius: 100%;
    border: 1px solid #DDDDDD;
    background-color: white; }

[data-additional-target] .form-group:not(.checkbox-type-1):not(.radio-type-1) input[type=checkbox]:checked + label:hover {
  cursor: pointer; }

[data-additional-target] .form-group:not(.checkbox-type-1):not(.radio-type-1) input[type=checkbox]:checked + label:after {
  content: '';
  position: absolute;
  top: 0;
  left: -22px;
  bottom: 0;
  right: 0;
  margin: auto auto auto 0;
  width: 14px;
  height: 14px;
  border-radius: 100%;
  background-color: #0078AA; }

[data-uploaded-files] {
  margin: 0;
  padding: 0; }
  [data-uploaded-files] [data-uploaded-file] {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
            align-items: center;
    margin-bottom: 0; }
    [data-uploaded-files] [data-uploaded-file] .icon {
      width: 24px;
      min-width: 24px;
      height: 24px;
      display: block;
      margin-right: 10px;
      background: url(/assets/img/profile/delete_red.svg) no-repeat center center/24px 24px; }
      [data-uploaded-files] [data-uploaded-file] .icon:hover {
        cursor: pointer; }
    [data-uploaded-files] [data-uploaded-file] .title {
      color: #606F76;
      font-size: 12px;
      letter-spacing: -0.2px;
      line-height: 18px;
      font-weight: 600;
      word-break: break-all; }

[data-drag-drop-area] {
  width: 100%;
  height: 100%;
  margin-bottom: 20px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fafafa;
  z-index: 99999;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center; }
  [data-drag-drop-area] .uppy-Dashboard {
    width: 100%;
    height: 100%; }
    [data-drag-drop-area] .uppy-Dashboard .uppy-Dashboard-inner {
      margin: auto;
      border: none; }
      [data-drag-drop-area] .uppy-Dashboard .uppy-Dashboard-inner .uppy-DashboardAddFiles {
        border: none; }

.uppy-Dashboard-inner {
  position: relative;
  max-height: 150px !important;
  min-height: unset !important; }

.select2-dropdown {
  margin-top: 12px;
  position: relative; }
  .select2-dropdown:before {
    content: '';
    position: absolute;
    top: -19px;
    right: 13px;
    border-width: 10px;
    border-style: solid;
    z-index: 25;
    border-color: white transparent transparent transparent;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
  .select2-dropdown .select2-search__field {
    border: 1px solid #ddd;
    outline: 0; }

.select2-results__option {
  color: #606F76 !important; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #F5F7F9 !important;
  color: #606F76 !important; }

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border: none;
  width: 10px;
  height: 10px;
  display: block;
  background: url(/assets/img/arrow_point_to_right.svg) no-repeat center center/10px 10px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

.select2-selection--single[aria-expanded="true"] .select2-selection__arrow b {
  background: none; }

.add-new {
  float: right;
  color: #0078AA;
  font-size: 12px;
  letter-spacing: -0.2px;
  line-height: 18px;
  margin-top: 5px; }

.additional-section-buttons {
  border-top: 1px solid #ddd; }

.parsley-errors-list {
  margin: 10px 0;
  width: 100%;
  color: #DC3545;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.2px;
  line-height: 20px;
  background-color: #FFFFFF;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
  --ms-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
  padding: 10px;
  list-style: none; }
  .parsley-errors-list:empty {
    padding: 0;
    box-shadow: unset;
    -moz-box-shadow: unset;
    -webkit-box-shadow: unset;
    --ms-box-shadow: unset;
    font-size: 0;
    line-height: 0;
    margin: 0; }

.parsley-error {
  border: 2px solid #DC3545 !important;
  outline: 0 !important;
  box-shadow: unset; }

.btn-type-1 {
  height: 36px;
  border: 1px solid #0078AA;
  display: -webkit-box;
  display: flex;
  width: 100%;
  background-color: #0078AA;
  border-radius: 5px;
  padding: 5px 6px; }
  .btn-type-1 span {
    color: #FFFFFF;
    font-size: 14px;
    letter-spacing: 0.23px;
    line-height: 20px;
    text-align: center;
    margin: auto; }
  .btn-type-1:hover, .btn-type-1:focus {
    opacity: 0.9;
    -webkit-transition: -webkit-transform .2s ease;
    transition: -webkit-transform .2s ease; }
    .btn-type-1:hover span, .btn-type-1:focus span {
      color: #ffffff; }

.btn-type-2 {
  border: transparent;
  display: -webkit-box;
  display: flex;
  width: 100%;
  background-color: transparent;
  border-radius: 5px;
  height: 36px; }
  .btn-type-2 span {
    color: #0078AA;
    font-size: 12px;
    letter-spacing: 0.2px;
    line-height: 15px;
    text-align: center;
    margin: auto; }
  .btn-type-2:hover, .btn-type-2:focus {
    opacity: 0.9;
    -webkit-transition: -webkit-transform .2s ease;
    transition: -webkit-transform .2s ease; }
    .btn-type-2:hover span, .btn-type-2:focus span {
      color: #0078AA; }

.btn-type-3 {
  display: -webkit-box;
  display: flex;
  width: 100%;
  background-color: transparent;
  border-radius: 5px;
  border: 1px solid #0078AA;
  height: 36px;
  position: relative;
  overflow: hidden; }
  .btn-type-3 span {
    color: #0078AA;
    font-size: 13px;
    line-height: 20px;
    text-align: center;
    margin: auto; }
  .btn-type-3:hover, .btn-type-3:focus {
    opacity: 0.9;
    -webkit-transition: -webkit-transform .2s ease;
    transition: -webkit-transform .2s ease; }
    .btn-type-3:hover span, .btn-type-3:focus span {
      color: #0078AA; }

.btn-edit-type {
  height: 36px;
  background: url(/assets/img/profile/edit_gray.svg) no-repeat center center;
  border: 0;
  width: 30px; }
  .btn-edit-type:hover {
    -webkit-transition: -webkit-transform .2s ease;
    transition: -webkit-transform .2s ease;
    background: url(/assets/img/profile/edit_blue.svg) no-repeat center center; }
  .btn-edit-type.type-1 {
    display: inline;
    position: absolute;
    margin-top: -6px;
    margin-left: 8px; }
    .btn-edit-type.type-1.active:after {
      content: '';
      position: absolute;
      bottom: -25px;
      left: 50%;
      margin-left: -7.5px;
      width: 0;
      height: 0;
      border-bottom: solid 7.5px #E9EDF1;
      border-left: solid 10px transparent;
      border-right: solid 10px transparent;
      z-index: 0; }
  .btn-edit-type.type-2 {
    display: inline;
    position: absolute;
    margin-top: -10px;
    right: 34px; }
    .btn-edit-type.type-2.active:after {
      content: '';
      position: absolute;
      bottom: -4px;
      left: 50%;
      margin-left: -10.5px;
      width: 0;
      height: 0;
      border-bottom: solid 7.5px #E9EDF1;
      border-left: solid 10px transparent;
      border-right: solid 10px transparent;
      z-index: 0; }
  .btn-edit-type.type-3 {
    display: inline;
    position: absolute;
    top: 10px;
    right: 34px; }
    @media (min-width: 768px) {
      .btn-edit-type.type-3 {
        margin-top: -18px;
        top: auto;
        right: 65px; } }
  .btn-edit-type.active {
    -webkit-transition: -webkit-transform .2s ease;
    transition: -webkit-transform .2s ease;
    background: url(/assets/img/profile/edit_blue.svg) no-repeat center center; }

.btn-delete-type {
  height: 36px;
  background: url(/assets/img/profile/delete_gray.svg) no-repeat center center;
  border: 0;
  width: 30px; }
  .btn-delete-type:hover {
    -webkit-transition: -webkit-transform .2s ease;
    transition: -webkit-transform .2s ease;
    background: url(/assets/img/profile/delete_blue.svg) no-repeat center center; }
  .btn-delete-type.type-1 {
    display: inline;
    position: absolute;
    margin-top: -9px;
    right: 0; }
  .btn-delete-type.type-2 {
    display: inline;
    position: absolute;
    top: 10px;
    right: 0; }
    @media (min-width: 768px) {
      .btn-delete-type.type-2 {
        margin-top: -18px;
        top: auto;
        right: 25px; } }

.btn-close-type {
  position: absolute;
  top: 7px;
  right: 5px;
  width: 10px;
  height: 10px;
  background: url(/assets/img/close_grey.svg) no-repeat center center; }
  .btn-close-type:hover, .btn-close-type:focus {
    opacity: 0.9;
    -webkit-transition: -webkit-transform .2s ease;
    transition: -webkit-transform .2s ease; }

.btn-hide-file-input {
  position: absolute;
  z-index: 1000;
  opacity: 0;
  cursor: pointer;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%; }

.btn-outline-primary {
  border-color: #0078AA !important;
  color: #0078AA !important; }
  .btn-outline-primary.no-border {
    border: none !important; }
    .btn-outline-primary.no-border:hover, .btn-outline-primary.no-border:active {
      background-color: transparent !important;
      color: #0078AA !important; }
  .btn-outline-primary:hover, .btn-outline-primary:active {
    background-color: transparent !important;
    color: #0078AA !important; }

.btn {
  width: 100%;
  font-size: 14px;
  letter-spacing: 0.23px;
  line-height: 20px;
  text-align: center;
  margin: auto; }
  .btn--max-width {
    max-width: 325px; }

.btn-primary {
  border-color: #0078AA !important;
  background-color: #0078AA !important; }
  .btn-primary:hover, .btn-primary:active {
    background-color: #0078AA !important; }

#profile_image_drag_drop_area .uppy-Dashboard-inner {
  max-height: 123px !important;
  background-color: #FBFBFB;
  border: 1px solid #E9E9E9;
  border-radius: 5px; }
  @media (min-width: 768px) {
    #profile_image_drag_drop_area .uppy-Dashboard-inner {
      max-height: unset !important;
      min-height: 230px !important; } }
  #profile_image_drag_drop_area .uppy-Dashboard-inner .uppy-DashboardAddFiles-info {
    display: none; }
  #profile_image_drag_drop_area .uppy-Dashboard-inner .uppy-DashboardContent-bar {
    display: none; }
  #profile_image_drag_drop_area .uppy-Dashboard-inner .uppy-StatusBar.uppy-StatusBar .uppy-StatusBar-actionBtn--upload {
    font-size: 14px;
    width: 100%;
    padding: 8px 10px;
    color: #FFFFFF;
    background-color: #0078AA;
    line-height: 20px;
    border-radius: 5px;
    outline: 0; }

.edit-form-container {
  display: none;
  background-color: #E9EDF1;
  padding: 20px;
  -webkit-box-pack: justify;
          justify-content: space-between;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  position: relative;
  margin-top: 7.5px;
  -webkit-transition: -webkit-transform .2s ease;
  transition: -webkit-transform .2s ease; }
  .edit-form-container.active {
    display: -webkit-box;
    display: flex; }
  .edit-form-container.edit-form-container-type-1 .form-group {
    height: 100%; }
  .edit-form-container.edit-form-container-type-2 .form-group {
    width: 100%; }
    @media (min-width: 1200px) {
      .edit-form-container.edit-form-container-type-2 .form-group {
        width: 100%; } }
  .edit-form-container .form-group {
    width: 100%; }
    @media (min-width: 1200px) {
      .edit-form-container .form-group {
        width: calc(50% - 10px); } }

.form-group {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  flex-wrap: wrap; }
  .form-group.checkbox-type-1 label, .form-group.radio-type-1 label {
    width: auto;
    height: auto;
    color: #282828;
    font-size: 12px;
    letter-spacing: 0.2px; }
  .form-group.checkbox-type-1 input, .form-group.radio-type-1 input {
    width: auto;
    height: auto;
    margin-top: 1.5px;
    margin-right: 7px; }
  .form-group button {
    width: 100% !important;
    margin: 0 !important; }
  .form-group label {
    width: 100%;
    margin: 0 0 3px 0;
    color: #606F76;
    font-size: 12px;
    letter-spacing: -0.2px;
    line-height: 18px; }
  .form-group input {
    width: 100%;
    margin: 0;
    border: 1px solid #DDDDDD;
    border-radius: 2px;
    height: 36px;
    padding-left: 12px;
    padding-right: 30px;
    color: #606F76;
    font-size: 12px;
    letter-spacing: -0.2px;
    line-height: 18px; }

.approval-input {
  position: relative;
  width: 100%; }
  .approval-input:after {
    content: '';
    width: 21px;
    height: 21px;
    position: absolute;
    top: 6px;
    right: 11px;
    z-index: 4;
    margin: auto;
    background: url(/assets/img/profile/check.svg) no-repeat center center; }

.fe-error-block-type-1 {
  display: none;
  min-height: 36px;
  width: 100%;
  text-align: center;
  background-color: #FFFFFF;
  border-radius: 3px;
  box-shadow: 0px 0px 3px -1px rgba(0, 0, 0, 0.75);
  margin-bottom: 10px;
  padding: 8px;
  color: #DC3545;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.2px;
  line-height: 20px; }

.modal-type-1 .modal-dialog {
  margin-top: 100px; }
  @media (min-width: 768px) {
    .modal-type-1 .modal-dialog {
      margin-top: 250px;
      max-width: 375px; } }
  .modal-type-1 .modal-dialog .modal-content .modal-header {
    border-bottom: 0;
    padding: 24px 24px 40px 24px; }
    .modal-type-1 .modal-dialog .modal-content .modal-header .modal-title {
      max-width: 375px;
      color: #282828;
      font-size: 16px;
      font-weight: 500;
      letter-spacing: -0.3px;
      line-height: 19px; }
  .modal-type-1 .modal-dialog .modal-content .modal-footer {
    border-top: 0;
    padding: 0 24px 30px 24px; }


/*# sourceMappingURL=main.css.map*/