@charset "UTF-8";
hr {
  display: block;
  width: 100%;
  border: 1px solid #D5D7DF;
  border-style: solid none none;
  margin: 10px 0; }

.main-sidebar {
  position: fixed;
  width: 60px;
  height: 100%;
  background: #23304D;
  top: 0;
  left: 0;
  padding: 20px 10px; }
  .main-sidebar__button {
    -webkit-appearance: none;
    display: flex;
    width: 40px;
    height: 40px;
    color: #fff;
    justify-content: center;
    align-items: center;
    margin: 5px 0;
    border: none;
    border-radius: 5px;
    background: none;
    cursor: pointer; }
    .main-sidebar__button--active, .main-sidebar__button:hover {
      background: rgba(255, 255, 255, 0.2); }
    .main-sidebar__button:active {
      background: rgba(255, 255, 255, 0.4); }
    .main-sidebar__button svg {
      width: 18px;
      fill: #fff;
      max-width: 18px;
      max-height: 18px; }

.secondary-sidebar {
  position: fixed;
  width: 200px;
  height: 100%;
  background: #FAFBFC;
  top: 0;
  left: -200px;
  border: 1px solid #D5D7DF;
  border-style: none solid none none;
  z-index: 10;
  padding: 20px 10px; }
  .secondary-sidebar__button {
    -webkit-appearance: none;
    display: inline-flex;
    height: 40px;
    width: 100%;
    padding: 10px;
    border: none;
    background: none;
    text-align: left;
    text-decoration: none;
    color: #404A62;
    font-size: 14px;
    line-height: 20px;
    justify-content: flex-start;
    align-items: center;
    border-radius: 3px;
    margin: 1px 0; }
    .secondary-sidebar__button:hover {
      background: #EAEAEC; }
    .secondary-sidebar__button:active {
      background: #E4EFFE; }
    .secondary-sidebar__button i {
      margin-right: 15px;
      font-size: 1.25rem;
      text-align: center;
      width: 20px; }
    .secondary-sidebar__button--active {
      background: #EAEAEC;
      color: #4590F3; }
      .secondary-sidebar__button--active i {
        color: #4590F3; }
  .secondary-sidebar__section {
    margin-top: 10px; }
    .secondary-sidebar__section-title {
      display: block;
      font-weight: 600;
      padding: 0 10px;
      margin: 0;
      text-transform: uppercase;
      letter-spacing: 0.01em;
      font-size: 12px;
      color: #5D667B; }
  .secondary-sidebar__project {
    display: flex;
    padding: 0;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    cursor: default; }
    .secondary-sidebar__project-info {
      display: flex;
      flex-direction: column;
      justify-content: center;
      height: 40px;
      padding-left: 10px; }
    .secondary-sidebar__project-title {
      display: block;
      width: 100%;
      font-size: 14px;
      font-weight: 500;
      color: #081634;
      line-height: 1.25; }
    .secondary-sidebar__project-description {
      display: block;
      width: 100%;
      font-size: 12px;
      color: #959AAA;
      line-height: 1.25; }

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0; }

/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block; }

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent; }

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-weight: bolder; }

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%; }

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none; }

/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible; }

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none; }

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline; }

/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto; }

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block; }

/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item; }

/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none; }

/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none; }

* {
  box-sizing: border-box; }

html, body, p, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, img, pre, form, fieldset {
  margin: 0;
  padding: 0; }

a {
  color: #4590F3;
  text-decoration: none; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-style: inherit;
  color: #303C56;
  margin: 0;
  padding: 0;
  font-weight: 500; }

p, ul, ol, dl, h1, h2, h3, h4, h5, h6, blockquote, pre, form, table {
  margin: 12px 0 0 0; }

h1 {
  font-size: 2em;
  line-height: 1.1;
  letter-spacing: -0.01em;
  margin-top: 40px; }

h2 {
  font-size: 1.7em;
  line-height: 1.1666666666666667;
  letter-spacing: -0.01em;
  margin-top: 40px; }

h3 {
  font-size: 1.4em;
  line-height: 1.2;
  letter-spacing: -0.008em;
  margin-top: 28px; }

h4 {
  font-size: 1.15em;
  line-height: 1.25;
  letter-spacing: -0.006em;
  margin-top: 24px; }

h5 {
  font-size: 1em;
  line-height: 1.15;
  letter-spacing: -0.003em;
  margin-top: 16px; }

h6 {
  font-size: 0.85em;
  line-height: 1.3333333333333333;
  text-transform: uppercase;
  margin-top: 20px; }

p:first-child, ul:first-child, ol:first-child, dl:first-child, h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child, blockquote:first-child, pre:first-child, form:first-child, table:first-child {
  margin-top: 0; }

article {
  margin: 0;
  flex-wrap: wrap; }

.subheader {
  display: block;
  text-align: left;
  padding: 10px 20px;
  border-top: 1px solid #B2B7C2;
  border-bottom: 1px solid #B2B7C2;
  background: #FAFBFC; }

body {
  background: #FFFFFF;
  margin: 0;
  padding: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Noto Sans", "Ubuntu", "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #788699; }

/****/
label {
  color: #6C7487;
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 6px;
  margin-top: 4px; }

.field--required > label::after {
  content: '*';
  margin-left: 2px; }

.field {
  position: relative;
  padding: 4px 0;
  width: 100%; }
  .field-row {
    display: flex;
    justify-content: space-between;
    margin: 0 -3px;
    padding: 0 0; }
    .field-row .field {
      margin: 0 3px; }

::-webkit-input-placeholder {
  color: #959AAA;
  opacity: 1; }

::-moz-placeholder {
  color: #959AAA;
  opacity: 1; }

:-ms-input-placeholder {
  color: #959AAA;
  opacity: 1; }

::-ms-input-placeholder {
  color: #959AAA;
  opacity: 1; }

::placeholder {
  color: #959AAA;
  opacity: 1; }

.text,
.textarea,
.number,
.tags {
  display: block;
  background-color: #fff;
  min-height: 35px;
  border-radius: 3px;
  border: 1px solid #C3C6D0;
  color: #404A62;
  font-size: 12px;
  line-height: 1.25;
  outline: none;
  padding: 9px 12px;
  width: 100%;
  max-width: 100%;
  cursor: text;
  -webkit-appearance: none; }

.text,
.number,
.tags {
  max-height: 35px; }

.invisible-field {
  -webkit-appearance: none;
  background: transparent;
  border: none;
  outline: none;
  width: 100%; }

.number::-webkit-outer-spin-button,
.number::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

.textarea {
  line-height: 18px;
  min-height: 110px;
  resize: vertical; }

.field--error .text,
.field--error .textarea,
.field--error .number {
  border-color: #F05838; }

.error-message {
  font-size: 12px;
  line-height: 12px;
  margin: 4px 0 0;
  color: #F05838; }

.field-group .error-message {
  display: none; }

.field--error .error-message {
  display: block; }

.text:focus,
.textarea:focus,
.number:focus {
  border-color: #4590F3; }

.text,
.textarea,
.number,
.tags {
  transition: border-color 0.3s ease; }

.field-group {
  display: flex; }

.field-group > * {
  border-radius: 0; }

.field-group > *:first-child {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px; }

.field-group > *:last-child {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px; }

.field-prefix,
.field-suffix {
  flex: 0 0 33px;
  background: #FAFBFC;
  border-width: 1px;
  border-color: #C3C6D0;
  color: #404A62;
  padding: 0 10px;
  font-size: 12px;
  line-height: 33px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  text-align: center; }

.number-button {
  outline: none;
  cursor: pointer;
  transition: background-color 0.2s ease; }

.number-button:hover {
  background: #F4F5F7; }

.number-button:active {
  background: #FAFBFC; }

.field-prefix {
  border-style: solid none solid solid; }

.field-suffix {
  border-style: solid solid solid none; }

.tags {
  padding: 0 0px;
  line-height: 33px;
  display: flex;
  flex-wrap: nowrap; }

.tag-group {
  display: flex;
  flex-wrap: nowrap;
  width: auto;
  padding: 5px 0;
  flex: 0 0 auto; }

.tag {
  background: #F4F5F7;
  color: #404A62;
  display: inline-block;
  height: 24px;
  font-weight: 500;
  padding: 0 8px;
  border-radius: 3px;
  font-size: 11px;
  line-height: 22px;
  border: 1px solid #C3C6D0;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin-left: 5px; }
  .tag--red {
    background: #FDEBE5;
    color: #BE2A26;
    border-color: #F9BEAF; }
  .tag--green {
    background: #E5F2EA;
    color: #006644;
    border-color: #B3DCC0; }
  .tag--navy {
    background: #E0E9F6;
    color: #244EA1;
    border-color: #B9D3ED; }
  .tag--blue {
    background: #E4EFFE;
    color: #0062E3;
    border-color: #B9D4F8; }
  .tag--orange {
    background: #FFF9E6;
    color: #F58A1E;
    border-color: #FFD66A; }

.tag-field {
  padding-left: 5px; }

select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 26'%3E%3Cdefs/%3E%3Cpath d='M12 14l-3.8-3.8a1 1 0 00-1.5 1.5l4.6 4.7c.4.4 1 .4 1.4 0l4.6-4.6c.4-.5.4-1.1 0-1.6a1 1 0 00-1.5 0L12 14.2z'/%3E%3C/svg%3E") center right 12px/18px no-repeat #FFF;
  border: 1px solid #C3C6D0;
  width: 100%;
  border-radius: 3px;
  padding: 10px 12px;
  font-size: 12px;
  padding-right: 36px;
  outline: none;
  transition: border-color 0.3s ease;
  cursor: pointer; }

select:focus {
  border-color: #4590F3; }

.checkbox,
.radio {
  display: block;
  position: relative;
  padding-left: 18px;
  padding-top: 2px;
  padding-bottom: 2px;
  margin: 0;
  cursor: pointer;
  font-size: 14px;
  line-height: 1;
  height: 18px; }
  .checkbox input,
  .radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0; }
    .checkbox input[disabled] ~ .checkmark,
    .radio input[disabled] ~ .checkmark {
      background: #F4F5F7; }
    .checkbox input[disabled][checked] ~ .checkmark,
    .radio input[disabled][checked] ~ .checkmark {
      background: #76B1FF; }
    .checkbox input:active:not([disabled]):not(:checked) ~ .checkmark,
    .radio input:active:not([disabled]):not(:checked) ~ .checkmark {
      background: #F4F5F7; }
  .checkbox input:checked ~ .checkmark,
  .radio input:checked ~ .checkmark {
    background-color: #4590F3;
    border-color: transparent; }

.field .checkbox,
.field .radio {
  padding-left: 24px; }

.checkbox input ~ .checkmark::after {
  left: 5px;
  top: 2px;
  width: 4px;
  height: 7px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg) scale(0);
  transition: transform 300ms cubic-bezier(0.175, 0.885, 0.125, 1.4); }

.checkbox input:checked ~ .checkmark::after {
  transform: rotate(45deg) scale(1); }

.checkbox input:checked:active:not([disabled]) ~ .checkmark {
  background: #5d9ef5; }
  .checkbox input:checked:active:not([disabled]) ~ .checkmark::after {
    transform: rotate(45deg) scale(0.9); }

.radio input ~ .checkmark::after {
  left: 4px;
  top: 4px;
  width: 8px;
  height: 8px;
  background: #fff;
  border-radius: 50%;
  transform: scale(0);
  transition: transform 300ms cubic-bezier(0.175, 0.885, 0.125, 1.4); }

.radio input:checked ~ .checkmark::after {
  transform: scale(1); }

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  border: 1px solid #C3C6D0;
  border-radius: 3px;
  background-color: #FFFFFF;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  transition: background 250ms cubic-bezier(0.175, 0.885, 0.125, 1); }
  .checkmark::after {
    content: "";
    position: absolute; }

.radio .checkmark {
  border-radius: 50%; }

/* Button */
.button-icon {
  display: inline-flex;
  -webkit-appearance: none;
  outline: none;
  border: none;
  border-radius: 3px;
  padding: 0;
  margin: 2px 0;
  background: transparent;
  color: #EAEAEC;
  font-size: 12px;
  line-height: 1;
  cursor: pointer;
  transition: background ease 150ms, padding-left ease 150ms;
  position: relative;
  height: 34px;
  width: 34px;
  align-items: center;
  justify-content: center; }
  .button-icon:hover {
    background: #F4F5F7; }
  .button-icon:active {
    background: #EAEAEC; }
  .button-icon i {
    color: inherit;
    line-height: 0; }
    .button-icon i svg {
      fill: #777F92; }

.button {
  display: inline-block;
  -webkit-appearance: none;
  outline: none;
  border: 1px solid #2A7DEB;
  border-radius: 3px;
  padding: 10px 25px;
  margin: 2px 0;
  background: #4590F3;
  color: #FFFFFF;
  font-weight: 500;
  font-size: 12px;
  line-height: 1;
  cursor: pointer;
  transition: background ease 150ms, padding-left ease 150ms;
  position: relative;
  min-height: 34px;
  height: 34px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  vertical-align: bottom; }
  .button:hover {
    background: #3b8af2; }
  .button:active {
    background: #5399f4; }
  .button--outline {
    background-color: transparent;
    color: #4590F3; }
    .button--outline:hover {
      background-color: #e3eefd;
      color: #3b8af2;
      border-color: #3b8af2; }
    .button--outline:active {
      background-color: #c7defb; }
    .button--outline.button--spinner::after {
      border-color: #4590F3 #4590F3 #4590F3 transparent; }
  .button--icon {
    padding-left: 36px; }
    .button--icon i {
      display: inline-block;
      position: absolute;
      left: 10px;
      top: 50%;
      opacity: 1;
      transform: translateY(-50%) scale(1);
      width: 24px;
      height: 24px;
      font-size: 24px;
      text-align: center;
      transition: transform ease 150ms, opacity ease 150ms; }
      .button--icon i svg {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        max-width: 100%;
        max-height: 100%;
        fill: #fff; }
  .button--spinner::after {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    left: 12px;
    border-radius: 50%;
    border: 2px solid #FFFFFF;
    border-bottom-color: transparent;
    top: 50%;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-50%);
    transform-origin: top center;
    -webkit-animation: spin 4s linear infinite;
    animation: spin 4s linear infinite;
    transition: all 150ms ease; }
  .button--loading {
    padding-left: 36px;
    cursor: default; }
    .button--loading::after {
      visibility: visible;
      opacity: 1; }
    .button--loading.button--icon i {
      opacity: 0;
      transform: translateY(-50%) scale(0); }
  .button--small {
    padding: 7px 14px;
    min-height: 27px;
    height: 27px;
    font-size: 11px;
    line-height: 11px; }
    .button--small.button--loading {
      padding-left: 30px; }
      .button--small.button--loading::after {
        width: 7px;
        height: 7px; }
    .button--small.button--icon {
      padding-left: 30px; }
      .button--small.button--icon i {
        left: 4px;
        font-size: 19px;
        line-height: 24px; }

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg) translateY(-50%); }
  to {
    -webkit-transform: rotate(360deg) translateY(-50%); } }

@keyframes spin {
  from {
    transform: rotate(0deg) translateY(-50%); }
  to {
    transform: rotate(360deg) translateY(-50%); } }

.button--white {
  background-color: #FFFFFF;
  border-color: #D5D7DF;
  color: #6C7487; }
  .button--white:hover {
    background-color: #F4F5F7; }
  .button--white:active {
    background-color: #FAFBFC; }
  .button--white.button--icon i svg {
    fill: #6C7487; }
  .button--white.button--outline {
    background-color: transparent;
    color: #FFFFFF; }
    .button--white.button--outline:hover {
      background-color: white;
      color: #F4F5F7;
      border-color: #F4F5F7; }
    .button--white.button--outline:active {
      background-color: white; }
    .button--white.button--outline.button--spinner::after {
      border-color: #FFFFFF #FFFFFF transparent; }
  .button--white.button--spinner::after {
    border-color: #4E586E #4E586E transparent; }

.button--red {
  background-color: #F05838;
  border-color: #DC3826;
  color: #fff; }
  .button--red:hover {
    background-color: #ef502f; }
  .button--red:active {
    background-color: #f16446; }
  .button--red.button--icon i svg {
    fill: #fff; }
  .button--red.button--outline {
    background-color: transparent;
    color: #F05838; }
    .button--red.button--outline:hover {
      background-color: #fde6e1;
      color: #ef502f;
      border-color: #ef502f; }
    .button--red.button--outline:active {
      background-color: #fbcdc3; }
    .button--red.button--outline.button--spinner::after {
      border-color: #F05838 #F05838 transparent; }

.button--green {
  background-color: #32B27E;
  border-color: #00885A;
  color: #fff; }
  .button--green:hover {
    background-color: #30aa78; }
  .button--green:active {
    background-color: #35be86; }
  .button--green.button--icon i svg {
    fill: #fff; }
  .button--green.button--outline {
    background-color: transparent;
    color: #32B27E; }
    .button--green.button--outline:hover {
      background-color: #e0f3ec;
      color: #30aa78;
      border-color: #30aa78; }
    .button--green.button--outline:active {
      background-color: #c2e8d8; }
    .button--green.button--outline.button--spinner::after {
      border-color: #32B27E #32B27E transparent; }

.button--navy {
  background-color: #426AB2;
  border-color: #305CA9;
  color: #fff; }
  .button--navy:hover {
    background-color: #3f66ab; }
  .button--navy:active {
    background-color: #4871bb; }
  .button--navy.button--icon i svg {
    fill: #fff; }
  .button--navy.button--outline {
    background-color: transparent;
    color: #426AB2; }
    .button--navy.button--outline:hover {
      background-color: #e3e9f3;
      color: #3f66ab;
      border-color: #3f66ab; }
    .button--navy.button--outline:active {
      background-color: #c6d2e8; }
    .button--navy.button--outline.button--spinner::after {
      border-color: #426AB2 #426AB2 transparent; }

.button--purple {
  background-color: #7063AB;
  border-color: #574EA0;
  color: #fff; }
  .button--purple:hover {
    background-color: #6a5ca7; }
  .button--purple:active {
    background-color: #796db0; }
  .button--purple.button--icon i svg {
    fill: #fff; }
  .button--purple.button--outline {
    background-color: transparent;
    color: #7063AB; }
    .button--purple.button--outline:hover {
      background-color: #eae8f2;
      color: #6a5ca7;
      border-color: #6a5ca7; }
    .button--purple.button--outline:active {
      background-color: #d4d0e6; }
    .button--purple.button--outline.button--spinner::after {
      border-color: #7063AB #7063AB transparent; }

.button--orange {
  background-color: #FAA919;
  border-color: #F79723;
  color: #fff; }
  .button--orange:hover {
    background-color: #faa50f; }
  .button--orange:active {
    background-color: #faaf28; }
  .button--orange.button--icon i svg {
    fill: #fff; }
  .button--orange.button--outline {
    background-color: transparent;
    color: #FAA919; }
    .button--orange.button--outline:hover {
      background-color: #fef2dd;
      color: #faa50f;
      border-color: #faa50f; }
    .button--orange.button--outline:active {
      background-color: #fee5ba; }
    .button--orange.button--outline.button--spinner::after {
      border-color: #FAA919 #FAA919 transparent; }

a.button {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

a.button:hover {
  text-decoration: none; }

.buttons-combined {
  display: flex;
  padding: 0 3px; }
  .buttons-combined .button {
    margin: 0;
    border-radius: 0;
    margin-left: -1px;
    padding-left: 15px;
    padding-right: 15px; }
    .buttons-combined .button:first-child {
      border-top-left-radius: 3px;
      border-bottom-left-radius: 3px; }
    .buttons-combined .button:last-child {
      border-top-right-radius: 3px;
      border-bottom-right-radius: 3px; }
    .buttons-combined .button--single {
      padding-left: 18px;
      padding-right: 18px; }
      .buttons-combined .button--single i {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
        font-size: 20px;
        line-height: 26px; }
    .buttons-combined .button--icon {
      padding-left: 34px; }
      .buttons-combined .button--icon i {
        font-size: 20px;
        line-height: 24px; }

/* Avatar */
.avatar {
  display: inline-block;
  position: relative;
  vertical-align: text-bottom; }
  .avatar__wrapper {
    display: block;
    position: relative;
    width: 56px;
    height: 56px;
    overflow: hidden;
    border-radius: 50%;
    float: left; }
  .avatar--square .avatar__wrapper {
    border-radius: 3px; }
  .avatar__initial {
    position: relative;
    display: block;
    font-weight: 500;
    width: 100%;
    height: 100%;
    text-align: center;
    background: #4590F3;
    color: #FFFFFF;
    font-size: 20px;
    line-height: 56px;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    cursor: default; }
    .avatar__initial--red {
      background: #F05838; }
    .avatar__initial--green {
      background: #32B27E; }
    .avatar__initial--orange {
      background: #FAA919; }
    .avatar__initial--purple {
      background: #7063AB; }
    .avatar__initial--navy {
      background: #426AB2; }
    .avatar__initial--teal {
      background: #00BADA; }
    .avatar__initial--pink {
      background: #EC3F7A; }
  .avatar img {
    display: block;
    border-radius: inherit;
    max-width: 100%;
    max-height: 100%;
    overflow: hidden;
    margin: 0 auto;
    padding: 0; }
  .avatar-status::after {
    content: '';
    width: 8px;
    height: 8px;
    position: absolute;
    top: 42px;
    left: 42px;
    background: #D5D7DF;
    border-radius: 50%;
    border: 2px solid #FFFFFF; }
  .avatar-status--offline::after {
    background: #D5D7DF; }
  .avatar-status--busy::after {
    background: #FEC30C; }
  .avatar-status--no-disturb::after {
    background: #F27254; }
  .avatar-status--online::after {
    background: #6AC39C; }
  .avatar--medium .avatar__wrapper {
    width: 36px;
    height: 36px; }
  .avatar--medium .avatar__initial {
    font-size: 14px;
    line-height: 36px; }
  .avatar--medium.avatar-status::after {
    top: 27px;
    left: 27px; }
  .avatar--medium .avatar-name {
    line-height: 36px; }
  .avatar--small .avatar__wrapper {
    width: 24px;
    height: 24px; }
  .avatar--small .avatar__initial {
    font-size: 10px;
    line-height: 24px; }
  .avatar--small.avatar-status::after {
    top: 16px;
    left: 16px; }
  .avatar--small .avatar-name {
    display: block;
    padding-left: 24px;
    line-height: 20px;
    margin-top: 2px; }
  .avatar--sidebar .avatar__wrapper {
    width: 40px;
    height: 40px; }
  .avatar--sidebar .avatar__initial {
    font-size: 14px;
    line-height: 40px; }
  .avatar--sidebar.avatar-status::after {
    top: 30px;
    left: 30px; }
  .avatar-bar {
    display: flex;
    align-items: center; }
  .avatar-name {
    color: #404A62;
    font-size: 14px;
    margin-left: 10px;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    cursor: pointer;
    line-height: 56px; }
  .avatar--dropdown .avatar-name::after {
    content: '';
    display: inline-block;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 26'%3E%3Cdefs/%3E%3Cpath fill='%23404A62' d='M12 14l-3.8-3.8a1 1 0 00-1.5 1.5l4.6 4.7c.4.4 1 .4 1.4 0l4.6-4.6c.4-.5.4-1.1 0-1.6a1 1 0 00-1.5 0L12 14.2z'/%3E%3C/svg%3E") center right 0/18px no-repeat;
    width: 18px;
    height: 8px; }

/* Tabs */
.tab-nav {
  white-space: nowrap;
  overflow: auto;
  max-width: 100%;
  width: 100%; }
  .tab-nav-items {
    display: block;
    border-bottom: 1px solid #C3C6D0;
    margin: 0;
    padding: 0;
    list-style: none;
    white-space: nowrap; }
    .tab-nav-items .tab {
      display: inline-block;
      padding: 0;
      margin: 0 12px -1px;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      color: #5D667B; }
      .tab-nav-items .tab--current {
        border-bottom: 2px solid #4590F3;
        color: #4590F3; }
      .tab-nav-items .tab:first-child {
        margin-left: 0; }
      .tab-nav-items .tab a {
        display: inline-block;
        color: inherit;
        text-decoration: none;
        font-size: 13px;
        line-height: 1;
        -webkit-user-select: none;
           -moz-user-select: none;
            -ms-user-select: none;
                user-select: none;
        padding: 10px 0;
        margin-bottom: -1px;
        cursor: pointer; }
        .tab-nav-items .tab a:hover {
          color: #5DA3FF; }
      .tab-nav-items .tab i {
        font-size: 13px; }
      .tab-nav-items .tab i + span {
        font-size: inherit;
        margin-left: 8px; }

/* Breadcrumb */
.breadcrumb-nav {
  white-space: nowrap;
  overflow: auto;
  max-width: 100%;
  width: 100%;
  padding: 0; }
  .breadcrumb-nav-items {
    display: flex;
    justify-content: flex-start;
    margin: 0;
    padding: 0;
    list-style: none; }
    .breadcrumb-nav-items .breadcrumb {
      display: inline-block;
      font-size: 13px;
      height: 100%;
      padding: 0; }
      .breadcrumb-nav-items .breadcrumb:not(:last-child)::after {
        content: "/";
        display: inline-block;
        font-size: 13px;
        line-height: 1;
        margin: 0 3px; }
      .breadcrumb-nav-items .breadcrumb a {
        display: inline-block;
        text-decoration: none;
        font-size: 13px;
        line-height: 1;
        color: #6C7487;
        font-weight: 400;
        padding: 4px 10px;
        border-radius: 3px;
        white-space: nowrap; }
        .breadcrumb-nav-items .breadcrumb a:hover {
          background: #F4F5F7; }

/** File Drag & Drop **/
.dd-area {
  border: 2px dashed #B2B7C2;
  text-align: center;
  font-size: 15px;
  padding: 45px 0 40px;
  cursor: pointer; }
  .dd-area small {
    display: block;
    font-size: 13px;
    margin-top: 3px; }
  .dd-area::before {
    content: "";
    display: inline-block;
    margin: 0 auto 20px;
    width: 100px;
    height: 60px;
    display: block;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 30'%3E%3Cpath fill='%235D667B' d='M42.54 12.38C42.54 5.47 36.4 0 28.69 0c-5.1 0-9.6 1.56-12.3 5.47a7.04 7.04 0 00-2.67-.53c-3.9 0-7.06 3.44-7.12 7.34A9.77 9.77 0 000 21.55C0 26.57 4.05 30 9.05 30h15.16V16.81l-4.78 4.72a1.3 1.3 0 11-1.82-1.85l6.97-6.9a1.27 1.27 0 01.91-.37c.34 0 .66.13.9.37l6.98 6.9a1.3 1.3 0 01-1.82 1.85l-4.76-4.72V30h14.16c5 0 9.05-3.43 9.05-8.45 0-4.47-3.22-8.41-7.46-9.17z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 100% auto; }
  .dd-area + [type=file] {
    display: none; }

html, body {
  background: #F5F6FB; }

.main-content {
  will-change: padding-left;
  padding-left: 0;
  transition: padding-left 300ms cubic-bezier(0.2, 0, 0, 1);
  overflow: hidden; }
  @media (min-width: 768px) {
    .main-content {
      padding-left: 0;
      min-width: 900; } }

.auth-form {
  position: relative;
  margin: 20px auto 0;
  max-width: 400px;
  background-color: #fff;
  border: 1px solid #eaeaea;
  border-radius: 4px;
  padding: 20px; }

.content-wrapper {
  padding: 20px;
  max-width: 1200px;
  margin: 0 auto; }

table.table {
  table-layout: auto;
  border-collapse: collapse;
  width: 100%; }

.table thead tr {
  background: #FFFFFF;
  height: 50px;
  border: 1px solid #D5D7DF;
  border-style: solid none; }
  .table thead tr th {
    font-weight: 500;
    font-size: 14px;
    text-align: left;
    color: #303C56; }

.table tbody tr {
  border-bottom: 1px solid #D5D7DF;
  font-weight: 400;
  height: 50px;
  max-height: 40px;
  vertical-align: middle;
  transition: background-color 150ms ease; }
  .table tbody tr:hover {
    background-color: #FAFBFC; }

table.table-condensed tr {
  height: 30px;
  border-bottom: none; }

table.table-condensed td {
  white-space: pre-wrap; }

table.table th, table.table td {
  max-width: 100%;
  white-space: nowrap;
  padding: 0;
  margin: 0; }

table.table td > div, table.table th > div {
  display: flex;
  flex: 0 0 0;
  font-size: 14px;
  padding: 0 15px; }
  table.table td > div > a:hover, table.table th > div > a:hover {
    text-decoration: underline; }

table.table td span {
  color: #5D667B; }

table.table td:last-child {
  width: 100%; }

table.table .sort__group {
  display: flex;
  width: 9px;
  flex-direction: column;
  height: auto;
  justify-content: center;
  margin: 0 5px; }

.sort__button {
  position: relative;
  -webkit-appearance: none;
  border: none;
  background: none;
  padding: 0;
  width: 9px;
  height: 7px;
  margin: 1px 0;
  cursor: pointer; }
  .sort__button svg {
    position: absolute;
    left: 0;
    top: 0;
    width: 9px;
    height: 7px;
    fill: #C3C6D0; }
  .sort__button--active svg {
    fill: #4590F3; }
  .sort__button:active svg {
    fill: #76B1FF; }

.table__actions {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  margin: 0px -2px;
  height: 50px;
  white-space: nowrap; }

.table__action {
  display: flex;
  flex-wrap: nowrap;
  width: 100%; }

.table__filters {
  display: flex;
  flex-wrap: nowrap;
  margin-left: auto;
  margin-right: -2px;
  align-items: center; }

.table__filter-seperator {
  width: 1px;
  height: 20px;
  background: #C3C6D0;
  margin: 0 5px; }

.table__actions + table {
  margin-top: 0; }

.table__search {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: nowrap; }

.table__search-button-wrapper {
  display: flex;
  width: 50px;
  height: 50px;
  justify-content: center;
  align-items: center; }

.table__search-button {
  line-height: 0;
  fill: #5D667B; }
  .table__search-button svg {
    fill: #959AAA;
    transform: scale(1);
    transition: transform 150ms ease; }
  .table__search-button:hover + .table__search-input {
    border-color: #4590F3; }

.table__search-input {
  font-size: 13px;
  border: 1px solid transparent;
  outline: none;
  border-radius: 3px;
  transition: border-color 0.3s ease;
  height: 34px; }

.table__info {
  font-size: 13px;
  color: #23304D;
  line-height: 50px;
  font-weight: 400; }

/** *** **/
.top-header {
  position: relative;
  padding: 20px;
  background: #FCAE3A;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  margin-bottom: 30px; }
  @media (min-width: 768px) {
    .top-header {
      margin-bottom: 0; } }

.nav-button {
  width: 25px;
  padding: 4px 0;
  cursor: pointer; }
  .nav-button span {
    height: 3px;
    background: #fff;
    display: block;
    border-radius: 5px;
    width: 25px; }
  .nav-button span:nth-child(1), .nav-button span:nth-child(3) {
    width: 25px; }
  .nav-button span:nth-child(2) {
    width: 25px;
    margin: 4px 0;
    transition: width 250ms ease; }
  .nav-button:hover span:nth-child(2) {
    width: 22px; }
  .nav-button:active span:nth-child(2) {
    width: 21px; }

.ac-wrapper h4 {
  margin: 10px 0;
  color: #404A62; }
  .ac-wrapper h4::before {
    content: '';
    width: 9px;
    height: 9px;
    background: #F79723;
    display: inline-block;
    border-radius: 50%;
    margin-right: 8px;
    margin-bottom: 1px; }
  .ac-wrapper h4 a {
    float: right;
    font-size: 13px;
    font-weight: 400;
    margin-top: 3px; }
    .ac-wrapper h4 a::after {
      content: 'Gizle'; }

.ac-container {
  background: #FFFFFF;
  border: 1px solid #EAEAEC;
  border-radius: 5px;
  padding: 0; }

.hide-ac-results .ac-results {
  display: none; }

.hide-ac-results .ac-wrapper h4 a::after {
  content: 'Göster'; }

.ac-result {
  border-bottom: 1px solid #EAEAEC;
  padding: 10px;
  cursor: pointer; }
  .ac-result:hover {
    background: #FAFBFC; }
  .ac-result:active {
    background: #F4F5F7; }
  .ac-result:first-child {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px; }
  .ac-result:last-child {
    border-bottom: none;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px; }
  .ac-result span {
    font-size: 14px;
    color: #081634;
    display: block; }
  .ac-result small {
    display: block; }

@media (max-width: 767px) {
    .m-d-none {
        display: none;
    }
  .sidebar--toggled .page-title {
    display: none; } }

.sidebar--toggled .nav-button span:nth-child(2) {
  width: 20px; }

.sidebar--toggled .nav-button:hover span:nth-child(2) {
  width: 22px; }

.sidebar--toggled .nav-button:active span:nth-child(2) {
  width: 24px; }

.sidebar--toggled .secondary-sidebar {
  left: 0; }

.sidebar--toggled .main-content {
  padding-left: 200px; }

.grid-button {
  width: 25px;
  height: 25px;
  padding: 4px 0;
  cursor: pointer;
  text-align: center;
  position: absolute;
  right: 10px;
  top: 10px; }
  .grid-button div {
    width: 25px;
    height: 5px;
    margin-bottom: 2px; }
    .grid-button div:last-child {
      margin-bottom: 0; }
    .grid-button div span:first-child {
      height: 5px;
      width: 5px;
      margin-bottom: -1px;
      border-radius: 2px; }
    .grid-button div span:last-child {
      width: 15px;
      height: 3px; }
  .grid-button span {
    display: inline-block;
    background: #FFFFFF;
    border-radius: 5px; }

.search-form {
  width: 100%;
  height: inherit;
  border-radius: inherit; }

.search-wrapper {
  width: 100%;
  padding: 0;
  max-width: 500px;
  position: relative;
  margin: 30px auto 10px; }

.search-container {
  border-radius: 10px;
  height: 50px;
  position: relative;
  margin-bottom: -55px; }
  @media (min-width: 768px) {
    .search-container {
      margin-bottom: 0; } }

.search-input {
  -webkit-appearance: none;
  color: #4E586E;
  background: #FAFBFC;
  border: none;
  box-shadow: 0 5px 50px 0 rgba(0, 0, 0, 0.18);
  padding-left: 60px;
  font-size: 15px;
  height: 100%;
  width: 100%;
  min-width: 264px;
  border-radius: inherit; }

.search-icon {
  position: absolute;
  left: 20px;
  top: 50%;
  width: 20px;
  pointer-events: none;
  transform: translateY(-50%); }

h2 {
  letter-spacing: 0.01em;
  color: #5DA3FF; }

.result-wrapper {
  display: flex;
  padding: 10px 0;
  margin: 0 -10px; }

.result-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: -10px 0; }

.result-box {
  position: relative;
  background: #FFFFFF;
  border: 1px solid #EAEAEC;
  border-radius: 5px;
  width: 100%; }
  .result-box-header {
    display: none; }
  .result-box[data-status="delivered"]::after {
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    width: 5px;
    height: 100%;
    background: #32B27E;
    content: '';
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px; }
  .result-box-container {
    flex: 0 0 100%;
    min-width: 200px;
    padding: 10px; }

@media (min-width: 815) and (max-width: 1023px) {
  .result-box-container {
    flex: 0 0 50%; } }
    @media (min-width: 768px) {
      .result-box-container {
        flex: 0 0 33.33333%; } }
    @media (min-width: 1281px) {
      .result-box-container {
        flex: 0 0 25%; } }
  .result-box header {
    position: relative;
    padding: 20px 20px 0;
    margin-bottom: 5px; }
  .result-box article {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    padding: 0 20px;
    margin: 0 0 10px; }
    .result-box article small {
      position: relative;
      display: block;
      overflow: hidden; }
  .result-box footer {
    display: flex;
    flex-wrap: nowrap;
    border-top: 1px solid #EAEAEC; }
  .result-box small {
    display: inline-block;
    white-space: pre-line;
    font-size: 11.5px; }

.result-owner-address {
  line-height: 15px;
  height: 30px;
  max-height: 30px; }
  @media (max-width: 320px) {
    .result-owner-address {
      height: auto;
      max-height: unset; } }

.result-notification {
  display: inline-block;
  font-size: 10px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  padding: 4px 8px;
  margin: 0 5px;
  border-radius: 5px;
  background: #EAEAEC;
  color: #6C7487;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  line-height: 1; }
  .result-notification--close {
    background: #FFEAB1;
    color: #F58A1E; }
  .result-notification--danger, .result-notification--seconds, .result-notification--minutes {
    background: #FDEBE5;
    color: #BE2A26; }
  .result-notification--overtime {
    background: #BE2A26;
    color: #FDEBE5; }

.result-section-info {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.result-section-image {
  min-width: 30px;
  width: 30px;
  height: 30px;
  margin-right: 10px; }
  .result-section-image img {
    display: block;
    max-width: 100%;
    max-height: 30px;
    margin: 0 auto; }

.result-footer-btn {
  -webkit-appearance: none;
  border: none;
  background: transparent;
  padding: 10px;
  text-align: center;
  flex-grow: 1;
  border-right: 1px solid #EAEAEC;
  cursor: pointer;
  color: #303C56; }
  .result-footer-btn:hover {
    background: #FAFBFC; }
  .result-footer-btn:active {
    background: #F4F5F7; }
  .result-footer-btn:first-child {
    border-bottom-left-radius: inherit; }
  .result-footer-btn:last-child {
    border-right: 0;
    border-bottom-right-radius: inherit; }

.result-footer-check {
  position: relative;
  flex: 0 0 75%; }
  .result-footer-check::before {
    content: ""; }
  .result-footer-check[data-to-status="delivered"]::before {
    content: "Teslim edildi olarak işaretle"; }
  .result-footer-check[data-to-status="waiting_delivery"]::before {
    content: "Teslim edildi"; }

.result-footer-call {
  flex: 0 0 25%; }

[data-status="waiting_delivery"] .result-footer-check::before {
  content: "Teslim edildi olarak işaretle"; }

[data-status="delivered"] .result-footer-check::before {
  content: "Teslim edildi"; }

[data-status="delivered"] .result-footer-check:hover::before {
  content: "Geri al"; }

.show-more {
  cursor: pointer; }
  .show-more::before {
    position: absolute;
    content: "Genişlet";
    background: #fff;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.15) 0%, white 10%);
    bottom: 0;
    right: 0;
    padding-left: 10px;
    color: #4590F3; }

.page-title {
  position: absolute;
  font-size: 20px;
  line-height: 1;
  color: #FFFFFF;
  font-weight: 400;
  left: 0;
  top: 23px;
  width: 100%;
  text-align: center;
  padding: 0;
  margin: 0;
  pointer-events: none;
  min-width: 280px; }

form {
  width: 100%; }
  @media (min-width: 768px) {
    form {
      width: 50%; } }

.field-group {
  flex-wrap: wrap; }
  @media (min-width: 768px) {
    .field-group {
      flex-wrap: nowrap; } }

.field-group > div {
  width: 100%;
  flex: 1 1 100%;
  padding-right: 0;
  margin-bottom: 10px; }
  @media (min-width: 768px) {
    .field-group > div {
      flex: 1;
      padding-right: 5px;
      margin-bottom: 0; } }
  .field-group > div:last-child {
    padding-right: 0;
    margin-bottom: 0; }

.table {
  margin: 20px 0 !important;
  border: 1px solid #D5D7DF; }
  .table tr {
    background: #FFFFFF; }
    .table tr td:first-child {
      width: 100%; }
    .table tr:hover {
      background: #FAFBFC; }

@media (min-width: 768px) {
  .table.table--no-overflow {
    table-layout: fixed; } }

.table.table--no-overflow th:first-child, .table.table--no-overflow td:first-child {
  width: auto; }

.table.table--no-overflow th:last-child, .table.table--no-overflow td:last-child {
  text-align: right; }
  .table.table--no-overflow th:last-child div, .table.table--no-overflow td:last-child div {
    justify-content: flex-end; }

@media (min-width: 768px) {
  .table.table--no-overflow th, .table.table--no-overflow td {
    white-space: pre-line; } }

.table.table--no-overflow .actions-cell {
  white-space: nowrap;
  text-align: right; }
  .table.table--no-overflow .actions-cell div {
    justify-content: flex-end; }

.delete-action {
  color: #DC3826; }

.actions-cell a:hover {
  text-decoration: underline; }

.flash_data {
  display: block;
  margin-bottom: 20px !important;
  box-sizing: border-box;
  list-style: none;
  width: 100%;
  padding: 20px !important;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background: #EAEAEC;
  border: 1px solid #959AAA;
  border-radius: 4px; }

.flash_data--error {
  background: #FDEBE4;
  border-color: #F48D76; }

.flash_data--success {
  background: #E5F2EA;
  border-color: #8FCFB2; }

.flash_data--warning {
  background: #FFF9E6;
  border-color: #FFD66A; }

.flash_data--info {
  background: #E4EFFE;
  border-color: #76B1FF; }

.flash_data li {
  color: #2F3C56; }

.flash_data li:last-child {
  margin-bottom: 0; }

.result-pagination {
  color: #23304D;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  padding: 10px 10px; }
  @media (max-width: 767px) {
    .result-pagination {
      justify-content: center;
      margin: 10px 0; } }

.pagination-total {
  margin-right: 10px; }
  @media (max-width: 767px) {
    .pagination-total {
      display: none; } }

.pagination-inp {
  width: 25px;
  height: 30px;
  line-height: 26px;
  font-size: 13px;
  outline: 0;
  background: #FFFFFF;
  border: 1px solid #A4A9B7;
  color: #081634;
  font-weight: 400;
  border-radius: 5px;
  text-align: center; }
  @media (max-width: 767px) {
    .pagination-inp {
      width: 35px;
      height: 40px;
      line-height: 34px; } }
  .pagination-inp-wrapper {
    margin: 0 10px; }

.pagination-btn {
  width: 30px;
  height: 30px;
  line-height: 26px;
  font-size: 16px;
  display: inline-block;
  background: #FFFFFF;
  border: 1px solid #4A7BBD;
  color: #4A7BBD;
  font-weight: 400;
  border-radius: 5px;
  text-align: center;
  letter-spacing: 0;
  cursor: pointer; }
  @media (max-width: 767px) {
    .pagination-btn {
      width: 35px;
      height: 40px;
      line-height: 36px;
      font-size: 20px; } }
  .pagination-btn[disabled] {
    color: #C3C6D0;
    border-color: #C3C6D0;
    cursor: default; }

.results--compact .result-box-header {
  display: block;
  margin-top: 10px; }
  .results--compact .result-box-header header, .results--compact .result-box-header article, .results--compact .result-box-header footer {
    padding: 10px;
    margin-bottom: 0;
    border-right: 1px solid #F4F5F7; }
  .results--compact .result-box-header header > span, .results--compact .result-box-header article > span, .results--compact .result-box-header footer > span {
    display: block;
    font-weight: 600;
    color: #132140; }

.results--compact .result-wrapper {
  overflow: auto; }

.results--compact .result-box-container {
  flex: none;
  padding: 0 10px; }
  @media (min-width: 768px) {
    .results--compact .result-box-container {
      flex: 0 0 100%; } }
  .results--compact .result-box-container:last-child .result-box {
    border-bottom-width: 1px; }
  .results--compact .result-box-container:nth-child(2n) .result-box {
    background: #FAFBFC; }
  .results--compact .result-box-container:nth-child(2n) .result-footer-btn:hover {
    background: #F4F5F7; }
  .results--compact .result-box-container:nth-child(2n) .result-footer-btn:active {
    background: #EAEAEC; }

.results--compact .result-box {
  display: flex;
  flex-wrap: nowrap;
  border-radius: 0;
  border-bottom-width: 0; }
  @media (min-width: 768px) {
    .results--compact .result-box {
      justify-content: space-between; } }
  .results--compact .result-box header {
    padding: 10px;
    margin-bottom: 0;
    width: 150px; }
    @media (min-width: 768px) {
      .results--compact .result-box header {
        width: 25%; } }
  .results--compact .result-box article {
    padding: 10px;
    width: 200px; }
    @media (min-width: 768px) {
      .results--compact .result-box article {
        width: 25%; } }
    .results--compact .result-box article > div > small {
      margin-top: 5px; }
  .results--compact .result-box footer {
    width: 200px;
    text-align: center;
    align-items: center;
    flex-direction: column;
    border-style: none none none solid;
    border-width: 1px;
    border-color: #D5D7DF; }
    @media (min-width: 768px) {
      .results--compact .result-box footer {
        width: 25%;
        min-width: 250px;
        max-width: 250px; } }

.results--compact .result-section-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start; }
  @media (min-width: 768px) {
    .results--compact .result-section-info {
      display: block; } }

.results--compact .result-section-image {
  display: none; }

.results--compact .result-notification {
  margin: 3px 0 0; }

.results--compact .result-box[data-status="delivered"]::after {
  border-radius: 0; }

.results--compact .result-footer-btn {
  flex: 0 0 50%;
  width: 100%;
  border-bottom: 1px solid #EAEAEC; }
  .results--compact .result-footer-btn:last-child {
    border-bottom: none; }

.results--compact .grid-button div {
  width: 25px;
  height: 5px;
  margin-bottom: 2px; }
  .results--compact .grid-button div:last-child {
    margin-bottom: 0; }
  .results--compact .grid-button div span:first-child {
    height: 5px;
    width: 5px;
    border-radius: 2px;
    margin-bottom: 0; }
  .results--compact .grid-button div span:last-child {
    width: 5px;
    height: 5px;
    border-radius: 2px; }
