@font-face {
  font-family: 'Inter';
  font-style:  normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/Inter/Inter-Regular.woff2?v=3.15") format("woff2"),
       url("../fonts/Inter/Inter-Regular.woff?v=3.15") format("woff");
}

@font-face {
  font-family: 'NeueHass';
  src: url('../fonts/NeueHass/NeueHaasDisplayXXThinItalic.woff') format("woff");
  font-weight: 100;
  font-style: italic;
}

@font-face {
  font-family: 'NeueHass';
  src: url('../fonts/NeueHass/NeueHaasDisplayXXThin.woff') format("woff");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'NeueHass';
  src: url('../fonts/NeueHass/NeueHaasDisplayXThinItalic.woff') format("woff");
  font-weight: 200;
  font-style: italic;
}

@font-face {
  font-family: 'NeueHass';
  src: url('../fonts/NeueHass/NeueHaasDisplayXThin.woff') format("woff");
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: 'NeueHass';
  src: url('../fonts/NeueHass/NeueHaasDisplayThinItalic.woff') format("woff");
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: 'NeueHass';
  src: url('../fonts/NeueHass/NeueHaasDisplayThin.woff') format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'NeueHass';
  src: url('../fonts/NeueHass/NeueHaasDisplayRomanItalic.woff') format("woff");
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: 'NeueHass';
  src: url('../fonts/NeueHass/NeueHaasDisplayRoman.woff') format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'NeueHass';
  src: url('../fonts/NeueHass/NeueHaasDisplayMediumItalic.woff') format("woff");
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: 'NeueHass';
  src: url('../fonts/NeueHass/NeueHaasDisplayMedium.woff') format("woff");
  font-weight: 500;
  font-style: normal;
}


/*@font-face {
  font-family: 'NeueHass';
  src: url('../fonts/NeueHass/NeueHaasDisplayLightItalic.woff') format("woff");
  font-weight: 600;
  font-style: italic;
}

@font-face {
  font-family: 'NeueHass';
  src: url('../fonts/NeueHass/NeueHaasDisplayLight.woff') format("woff");
  font-weight: 600;
  font-style: normal;
}
*/
@font-face {
  font-family: 'NeueHass';
  src: url('../fonts/NeueHass/NeueHaasDisplayBoldItalic.woff') format("woff");
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: 'NeueHass';
  src: url('../fonts/NeueHass/NeueHaasDisplayBold.woff') format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'NeueHass';
  src: url('../fonts/NeueHass/NeueHaasDisplayBlackItalic.woff') format("woff");
  font-weight: 800;
  font-style: italic;
}

@font-face {
  font-family: 'NeueHass';
  src: url('../fonts/NeueHass/NeueHaasDisplayBlack.woff') format("woff");
  font-weight: 800;
  font-style: normal;
}

/*! normalize.css v3.0.1 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

* {
  margin:0;
  padding: 0;
  line-height: 1;
  -webkit-tap-highlight-color: rgba(0,0,0,0);

  -webkit-touch-callout: none;
}

html {
  font-family: NeueHass, "Helvetica Neue",Helvetica,Arial,Verdana,sans-serif;
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
  font-size: 15px;
  box-sizing:border-box;
}

body, html {
  /*height: 100%;*/
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background: transparent;
  text-decoration: none;
  color:inherit;
  cursor: pointer;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

h1, h2, h3, h4, h5, h6, p, span {
  font-size: inherit;
  margin:0;
  font-weight: inherit;
  line-height: 1;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
  outline:0;
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

ol, ul
{
  list-style: none;
}

img {
  display: block;
}

.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

/*-------*/

.center {
  text-align: center;
}

.nodecoration, .nodecoration:hover {
  text-decoration: none;
}

.group:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}

* html .group             { zoom: 1; } /* IE6 */
*:first-child+html .group { zoom: 1; } /* IE7 */

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

/*---basics---*/

.clear
{
  clear:both;
}

.clearfix:after
{
  visibility: hidden;
  display: block;
  content: ".";
  clear: both;
  height: 0;
}

.i {
  font-style: italic;
}

.no-select {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/*--*/

body {
  background: #fafafa;
  /*background: #f0f1f2;*/
/*  background: linear-gradient(180deg,rgba(67,83,255,.05),rgba(67,83,255,.05));*/
}

.input-disabled {
  background-color: #f0f0f0;
  cursor: not-allowed;
}

.top-banner {
  height: 40px;
  background: #222;
  position: fixed;
  top: 0px;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 9999;
}

.top-banner p {
  line-height: 40px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 13px;
}

.top-banner + nav {
  top: 40px;
}


body.has-top-nav .dashboard {
  margin-top: 105px;
}

body.has-top-nav .alert-banner {
  margin-top: 120px;
}

body.has-top-nav .dashboard .popup.full {
  margin-top: -250px;
}

body.has-top-nav .dashboard .submenu {
  top: 120px;
}

nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  /*width: 250px;*/
  height: 60px;
  background: #2b2a30;

  background: #fff;
  /*box-shadow: 25px 60px 125px -25px rgba(80,102,144,.1),16px 40px 75px -40px rgba(0,0,0,.2);*/
  box-shadow: 0 0 1px rgba(0,0,0,0.3);
  /*z-index: 9999;*/
  /*border-radius: 5px;*/
  z-index: 9999;
}

nav > .inner {
  color: #fff;
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  height: 100%;
  box-sizing: border-box;
}


nav .logo {
  margin: 0;
  display: inline-block;
  height: 20px;
  vertical-align: middle;
  position: relative;
  z-index: 4;
  padding: 18px 0;
}

nav .logo img {
  width: 140px;
  display: block;
}

.mobile-menu {
  display: none;
}

.dashboard-menu {
  margin: 0 0 0;

  overflow: hidden;
  height: 100%;
  /*border-top: 3px solid #ffe000;*/
  /*padding-top: 25px;*/
  background: #fff;
  position: relative;
  /*z-index: 10;*/

  text-align: center;
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
}

.dashboard-menu .inner {
  line-height: 60px;
}

.dashboard-menu .label {
  color: #888;
  font-size: 13.5px;
  margin-top: 25px;
  display: block;
  border-bottom: 1px dotted #ccc;
  padding: 0 0 7px 25px;

  display: none;
}

.dashboard-menu .label:first-child {
  margin-top: 0;
}

.dashboard-menu a {
  padding: 6px 8px;
  display: inline-block;
  border-radius: 8px;
  line-height: 18px;
}

.dashboard-menu a,
.dashboard-menu span {
  display: inline-block;
  color: rgba(255,255,255,0.95);
  color: #555;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  /*line-height: 60px;*/
  border: 2px solid transparent;
  /*padding: 0 15px;*/
}

.dashboard-menu a + a {
  margin-left: 12px;
}

.dashboard-menu span {
  cursor: text;
}

.dashboard-menu a.dash:before {
  content: "";
  display: inline-block;
  height: 16px;
  width: 16px;

  background-image: url('../img/icon-dashboard.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px;
  box-sizing: border-box;
  vertical-align: middle;
  margin-right: 5px;
  margin-top: -3px;
}

.dashboard-menu a.dash.active:before {
/*  background-image: url('../img/icon-dashboard-fff.png');*/
}


.dashboard-menu a.manage-board:before {
  content: "";
  display: inline-block;
  height: 16px;
  width: 16px;
  background-image: url('../img/icon-wrench.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px;
  box-sizing: border-box;
  vertical-align: middle;
  margin-right: 6px;
  margin-top: -1px;
}
.dashboard-menu a.manage-board.active:before {
/*  background-image: url('../img/icon-wrench-fff.png');*/
}

.dashboard-menu a.manage-data:before {
  content: "";
  display: inline-block;
  height: 16px;
  width: 16px;

  background-image: url('../img/icon-list.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 13px;
  box-sizing: border-box;
  vertical-align: middle;
  margin-right: 5px;
  margin-top: -2px;
}
.dashboard-menu a.manage-data.active:before {
/*  background-image: url('../img/icon-list-fff.png');*/
}

.dashboard-menu a.view-btn {
  color: #66A3FF;
  /*font-weight: 500;*/
  margin-bottom: 0px;
}

.dashboard-menu a.view-btn:before {
  content: "";
  display: inline-block;
  height: 16px;
  width: 16px;

  background-image: url('../img/icon-external.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 13px;
  box-sizing: border-box;
  vertical-align: middle;
  margin-right: 3px;
  margin-top: -2px;
}

.dashboard-menu a.disabled,
.dashboard-menu a.disabled:hover,
.dashboard-menu span.disabled,
.dashboard-menu span.disabled:hover {
  color: #aaa;
  cursor: text;
  /*background: transparent;*/
}

.dashboard-menu a:hover {
  /*box-shadow: 0 0 1px rgba(0,0,0,0.3);*/
  background: #fafafa;
}

.dashboard-menu a.active,
.dashboard-menu a.active:hover {
  /*color: #3385FF;*/
  color: #222;
  font-weight: 500;
/*  box-shadow: 0 0 3px rgba(0,0,0,0.4);*/
/*  color: #3385FF;*/
/*  background: #f5f8ff;*/
/*  background: #009eff;*/
/*  color: #fff;*/

/*  background: #3385FF;*/
/*  color: #fff;*/

  background: #fff;
  border: 2px solid #3385FF;
}

.affiliate-banner {
  margin: 88px auto -60px;
  max-width: 1100px;
  border-radius: 3px;
  border: 1px solid #333;
  color: #222;
  box-sizing: border-box;
  text-align: center;
  padding: 11px 0;
  z-index: 1;
  font-size: 15.5px;
  box-shadow: 0px 20px 5px -10px rgba(80,102,144,.1),16px 40px 75px -40px rgba(0,0,0,.2);
  font-weight: 400;
}

.alert-banner {
  color: #222;
  box-sizing: border-box;
  text-align: center;
  padding: 11px 0;
  z-index: 1;
  font-size: 16px;
  font-weight: 400;
  margin-top: 60px;
  margin-bottom: -60px;
  border: 1px solid;
  max-width: 1100px;
  margin: 80px auto -60px;
  border-radius: 6px;
  animation: fadeIn ease 0.4s;
  position: relative;
}

.alert-banner.hide {
  display: none;
}

.alert-banner .close-banner {
  display: inline-block;
  background-color: rgba(0,0,0,0.6);
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background-image: url("../img/icon-close-fff.png");
  background-size: 8px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -10px;
  cursor: pointer;
}

.alert-banner .close-banner:hover {
  background-color: rgba(0,0,0,0.8);
}

.alert-banner p {
  line-height: 1.4;
}

.alert-banner.over {
  /*border-color: #FF7433;*/
  /*color: #FF7433;*/
  background: #FF7433;
  color: #fff;
  border: 0;
}
.alert-banner.green {
  background: #cbf4c9;
  color: #222;
  color: #0e6245;
  border: 0;
}

.alert-banner a {
  display: inline-block;
  /*font-weight: 500;*/
  font-weight: 700;
  border-bottom: 1px solid;
  padding-bottom: 1px;
}

nav .user {
  position: absolute;
  right: 0px;
  top: 0;
  padding: 12px 0;
}

nav .user .upgrade-now {
  margin-right: 15px;
  color: #222;
  background: #009eff;
  color: #fff;
  padding: 8px 10px;
  font-weight: 500;
  border-radius: 8px;
  line-height: 18px;
  display: inline-block;
}

nav .user .name {
  display: inline-block;
  font-size: 17px;
  color: #222;
  border: 2px solid #f0f0f0;
  box-sizing: border-box;
/*  border: 1px solid #ccc;*/
  border-radius: 10px;
  border-radius: 50%;
  cursor: pointer;
  font-weight: 300;
  letter-spacing: 0.5px;
  box-sizing: border-box;
  padding: 0;
  height: 38px;
  width: 38px;
  text-align: center;
  line-height: 34px;
  margin-right: 5px;
/*  padding-right: 29px;*/
  transition: all 0.2s ease;

  position: relative;

/*  overflow: hidden;*/
/*  max-width: 100%;*/
/*  white-space: nowrap;*/
/*  text-overflow: ellipsis;*/

  background: linear-gradient(#f0f0f0, #eee);

/*  transition: all 0.2s ease;*/
}

nav .user .name:before {
/*  content: " ";*/
  height: 18px;
  width: 18px;
  background: url("../img/icon-user.png");
  background-size: 100%;
  background-position: center;
  display: inline-block;
  border-radius: 50%;
  vertical-align: middle;
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -9px;
}

nav .user .name:after {
  content: " ";
  top: 50%;
  right: -9px;
  margin-top: -5px;
  /*border: solid transparent;*/
  height: 11px;
  width: 11px;
  border-radius: 50%;
  background: url('../img/icon-chevron-down-fff.png');
  background-color: #777;
  background-size: 8px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  pointer-events: none;
  /*border-color: rgba(34, 34, 34, 0);*/
  /*border-top-color: #222;*/
  /*border-width: 4px;*/
  /*margin-top: -1px;*/
/*  transition: all 0.2s ease;*/
}

nav .user .name:hover {
/*  background: #f5f8ff;*/
  border-color: #3385FF;
}

nav .user .name:hover:after {
  background-color: #3385FF;
}

nav .user .user-menu {
  color: #222;
  position: absolute;
  top: 100%;
  margin-top: -5px;
  background: #222;
  color: #fff;
  right: 0;
  width: 166px;
  border-radius: 5px;
  text-align: left;
  z-index: 9999;

  display: none;
}

nav .user .user-menu.show {
  display: block;
}

nav .user .user-menu:after {
  content: " ";
  bottom: 100%;
  right: 19px;
  border: solid transparent;
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(34, 34, 34, 0);
  border-bottom-color: #222;
  border-width: 5px;
  margin-top: -2px;
}

nav .user .user-menu li {
  overflow: hidden;
}

nav .user .user-menu li a {
  display: block;
  padding: 8px 15px;
  font-size: 14.5px;
}

nav .user .user-menu li a:hover {
  background: #444;
}

nav .user .user-menu li:first-child {
  border-radius: 5px 5px 0 0;
}
nav .user .user-menu li:last-child {
  border-radius: 0 0 5px 5px;
}

nav .user .user-menu li:first-child:last-child {
  border-radius: 5px;
}


/*--*/

.dashboard {
  /*width: calc(100% - 250px - 30px);*/
  /*margin: 0 0 0 280px;*/
  padding: 30px 0;
  box-sizing: border-box;

  max-width: 1100px;
  margin: 60px auto 0;
}

.dashboard .inner {
  /*max-width: 900px;*/
  margin: 0 auto;
  /*padding: 0 30px;*/
  position: relative;
}

.dashboard .section-title {
  display: inline-block;
  text-transform: uppercase;
  color: #222;
  margin-bottom: 25px;
  font-weight: 700;
  font-size: 20px;
  /*border-bottom: 3px solid #ffe000;*/
  /*padding-bottom: 5px;*/
  text-align: center;
  display: block;
  text-transform: none;
  margin-top: 50px;
}

.dashboard .dashboard-menu + .section-title {
  margin-top: 10px;
}

.dashboard .welcome-text {
  font-size: 19.5px;
  font-weight: 400;
  color: #333;
  margin-bottom: 20px;
  text-align: center;
  background: #fff;
  padding: 15px 30px;
  border-radius: 8px;
  /*display: none;*/
}

.dashboard .startup-checklist {
  box-shadow: 25px 60px 125px -25px rgba(80,102,144,.1),16px 40px 75px -40px rgba(0,0,0,.2);
  border-radius: 4px;

  padding: 20px;
  border-radius: 5px;
  box-sizing: border-box;
  /*text-align: center;*/
  background: #fff;
  margin-bottom: 30px;

  max-width: 1100px;
}

.dashboard .startup-checklist .title {
  font-weight: 700;
  font-size: 23px;
  color: #222;

  text-align: center;
  margin-bottom: 20px;
}

.dashboard .startup-checklist .subtitle {
  font-size: 17px;
  line-height: 1.4;
  margin-top: 8px;
  color: #444;
  font-weight: 400;
  margin-bottom: 30px;
}

.dashboard .startup-checklist .checklist-title {
  background: #f0f0f0;
  color: #111;
  font-size: 18.5px;
  font-weight: 400;
  padding: 13px 20px;
  border-radius: 8px;
  margin-top: 10px;
  transition: all 0.1s ease;

  position: relative;
}
.dashboard .startup-checklist .checklist-title.can-open:hover {
  background: #e5e5e5;
  cursor: pointer;
}

.dashboard .startup-checklist .checklist-title.active,
.dashboard .startup-checklist .checklist-title.active:hover {
  background: #f5f8ff;
  /*background: #FFECA1;*/
}

.dashboard .startup-checklist .checklist-title.open:after {
  transform: rotate(180deg);
}

.dashboard .startup-checklist .checklist-title:after {
  content: "";
  display: inline-block;
  height: 20px;
  width: 20px;
  background: url('../img/icon-chevron-down.png');
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -10px;
}

/*.dashboard .startup-checklist .checklist-title:before {
  content: "";
  height: 25px;
  width: 25px;
  display: inline-block;
  box-sizing: border-box;
  border: 2px solid #555;
  border-radius: 6px;
  margin-right: 15px;
  vertical-align: middle;
  position: relative;
  top: -1px;
}
*/
.dashboard .startup-checklist .checklist {
  margin-top: 5px;
  font-size: 16px;
  color: #333;
  counter-reset: checklist;
  text-align: left;
}

.dashboard .startup-checklist .checklist-title.open + .checklist li {
  display: block;
}

/*.dashboard .startup-checklist .checklist.open li {*/
  /*display: block;*/
/*}*/

.dashboard .startup-checklist .checklist li {
  /*margin-top: 5px;*/
  position: relative;
  padding: 15px 0;
  padding-left: 50px;

  padding-left: 70px;

  display: none;
  /*border-top: 1px dotted #f5f8ff;*/
}

.dashboard .startup-checklist .checklist li:first-child {
  /*border-top: 0;*/
}
.dashboard .startup-checklist .checklist li:last-child {
  /*padding-bottom: 0;*/
}

.dashboard .startup-checklist .checklist li:last-child:before {
  /*top: 100%;*/
}

.dashboard .startup-checklist .checklist li.active {

}

.dashboard .startup-checklist .checklist li:before {
  counter-increment: checklist;
  content: counter(checklist);
  display: inline-block;
  box-sizing: border-box;
  font-size: 17px;
  font-weight: 300;
  vertical-align: middle;
  border-radius: 4px;
  margin-right: 10px;
  position: absolute;
  left: 20px;
  top: 17px;
  top: 50%;
  margin-top: -15px;

  /*background: #f0f0f0;*/
  box-shadow: 0 0 2px rgba(0,0,0,0.4);
  /*border: 3px solid #555;*/
  height: 30px;
  width: 30px;
  line-height: 30px;
  font-size: 18px;
  text-align: center;
  border-radius: 50%;
  color: #444;
}

.dashboard .startup-checklist .checklist li.active:before {
  background: #FFF0BA;
  /*font-weight: 600;*/
  background: #80B3FF;
  box-shadow: none;
  color: #fff;
}

.dashboard .startup-checklist .checklist li.checked:before {
  content: "";
  /*background: #FFF0BA;*/
  background-image: url('../img/check-icon.svg');
  background-size: 18px;
  background-position: center;
  background-repeat: no-repeat;
}


.dashboard .startup-checklist .checklist li .task {
  font-weight: 500;
  display: block;
  font-size: 17px;
  color: #222;
}

.dashboard .startup-checklist .checklist li .task .status {
  text-transform: uppercase;
  font-size: 13px;
  background: #80B3FF;
  color: #fff;
  display: inline-block;
  padding: 5px 10px;
  margin-left: 10px;
  vertical-align: middle;
  border-radius: 24px;
  font-weight: 400;
}

.dashboard .startup-checklist .checklist li .task-text {
  font-weight: 400;
  font-size: 15px;
  color: #777;
  display: block;
  margin-top: 6px;
  line-height: 1.3;
}

.dashboard .startup-checklist .checklist li .perform-btn {
  display: inline-block;
  border: 2px solid #ffe000;
  color: #222;
  /*background: #ffe000;*/
  background: transparent;
  padding: 10px 14px;
  border-radius: 5px;
  text-align: center;
  font-weight: 500;
  transition: all 0.2s ease;
  margin-top: 15px;

  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -20px;
  font-size: 15.5px;
}

.dashboard .startup-checklist .checklist li .perform-btn.disabled,
.dashboard .startup-checklist .checklist li .perform-btn.disabled:hover {
  border-color: #ccc;
  color: #888;
  background: #fcfcfc;
  background: #fff;
  font-weight: 400;

  display: none;
}

.dashboard .startup-checklist .checklist li .perform-btn:hover {
  background: #ffe000;
}

.dashboard .startup-checklist .checklist li .perform-btn + a {
  margin-left: 10px;
}

.dashboard .board-info {
  box-shadow: 0 0 2px rgba(0,0,0,0.2);
  padding: 25px;
  border-radius: 5px;
  /*margin: 40px 0;*/
  /*width: 50%;*/
}

.dashboard .board-info .board-name {
  font-weight: 500;
  font-size: 21px;
  line-height: 1.3;
  margin-top: -5px;
  margin-bottom: 10px;
  color: #222;
}

.dashboard .board-info .board-url a {
  font-size: 16.5px;
  color: blue;
  background: #FFF8BF;
  display: inline-block;
  /*color: #fff;*/
  padding: 7px 12px;
  border-radius: 5px;
}

.dashboard .board-info .board-status {
  margin-top: 20px;
  /*background: #eee;*/
  /*padding: 10px;*/
}

.dashboard .board-info .board-status p {
  display: block;
  float: left;
  width: 33%;
}

.dashboard .stats {
  margin: -5px 0 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 35px;
/*  overflow: hidden;*/
}

.dashboard .stats .stat {
  position: relative;

  border-top: 1px solid #ddd;
  padding-top: 13px;
  /*width: calc(33.33% - 30px);*/
  /*border-left: 10px solid #DEEBFF;*/
  border-color: #f0f0f0;
/*  padding-left: 25px;*/
  /*border-bottom: 3px solid #DEEBFF;*/
  box-sizing: border-box;
  /*padding: 0 25px;*/
  /*border-radius: 5px;*/
  transition: all 0.2s ease;
}

.dashboard .stats .stat:hover {
  border-color: #009eff;
}

.dashboard .stats .stat:before {
/*  content: "";*/
  display: block;
  height: 80%;
  width: 10px;
  border-radius: 20px;
  background: #f0f0f0;
  position: absolute;
  left: -3px;
  top: 10px;
  transform: rotate(25deg);
}

.dashboard .stats .stat .label {
  font-size: 15.5px;
  margin-bottom: 10px;
  font-weight: 500;
  /*background: #f5f8ff;*/
  display: inline-block;
  /*padding: 7px 11px;*/
  /*border-radius: 4px;*/
  color: #444;
}

.dashboard .stats .stat .number {
  font-size: 35px;
  font-weight: 300;
  color: #333;
  margin-bottom: 15px;
}

.dashboard .stats .stat .percentage-diff {
  display: inline-block;
  font-size: 11px;
  font-weight: 500;
  background: #e0e0e0;
  padding: 4px 5px;
  border-radius: 3px;
  vertical-align: middle;
  margin-top: -2px;
  margin-left: 7px;
  color: #222;
}

.dashboard .stats .stat .percentage-diff.positive {
  color: #0e6245;
  background: #cbf4c9;
}
.dashboard .stats .stat .percentage-diff.negative {
  color: #983705;
  background: #f8e5b9;
}

.dashboard .stats .stat canvas {
  width: 100%;
  height: 70px;
}


/*---*/

.dashboard .submenu {
  background: #fff;
  padding: 0px 0px;
  box-shadow: 25px 60px 125px -25px rgba(80,102,144,.1),16px 40px 75px -40px rgba(0,0,0,.2);
  border-radius: 5px;
  width: 280px;
  box-sizing: border-box;
  float: left;
  overflow: hidden;
  position: sticky;
  top: 88px;
  /*z-index: 4;*/

  padding-bottom: 5px;
}

.submenu a {
  display: block;
  padding: 9px 12px;
  font-size: 16px;
  color: #444;
  /*font-weight: 500;*/
  cursor: pointer;

  background: #fff;
  position: relative;
  z-index: 6;

  margin: 0 10px;
  border-radius: 5px;
  display: none;
}

.submenu a + a {
  /*border-top: 1px solid #eee;*/
}

.submenu-section.open a {
  display: block;
}

.submenu-section.open:last-child {
  margin-bottom: 5px;
}

.submenu a.active,
.submenu a.active:hover {
  /*background: #FFE26E;*/
  background: #ffe992;
  font-weight: 500;
  color: #222;
}

.submenu a.active:before {
    background: #FFE26E;
}

.submenu a:hover {
  background: #FFE787;
  background: rgba(67,83,255,.05);
  background: #f9f9f9;
}

.submenu a:before {
  content: "";
  display: inline-block;
  height: 7px;
  width: 7px;
  background: #ddd;
  border-radius: 2px;
  margin-right: 9px;
  position: relative;
  top: -1px;
}

.submenu a:hover:before {
  background: #999;
}

.submenu a.active:before {
  background: #333;
  /*background: #009eff;*/
}

.submenu .separator {
  background: #808182;
  color: #fff;

  background: #eee;
  color: #333;
  font-weight: 500;
  font-size: 16.5px;

  /*background: #f5f8ff;*/
  /*color: #333;*/
  padding: 12px 12px;
  /*font-size: 16px;*/
  /*font-weight: 500;*/
  display: block;

  margin: 7px 10px;
  border-radius: 5px;
  position: relative;
  cursor: pointer;

  padding-left: 40px;
}

.submenu .separator:before {
  content: "";
  display: inline-block;
  height: 16px;
  width: 16px;
  position: absolute;
  left: 15px;
  top: 50%;
  margin-top: -8px;
  opacity: 0.8;
}

.submenu .separator.general:before {
  background-image: url("../img/menuicon-gear.png");
  background-size: 14px;
  background-repeat: no-repeat;
}
.submenu .separator.navigation:before {
  background-image: url("../img/menuicon-list2.png");
  background-size: 12px;
  background-repeat: no-repeat;
}
.submenu .separator.content:before {
  background-image: url("../img/menuicon-cube.png");
  background-size: 14px;
  background-repeat: no-repeat;
}
.submenu .separator.jobs:before {
  background-image: url("../img/menuicon-checklist.png");
  background-size: 16px;
  background-repeat: no-repeat;
}
.submenu .separator.ecommerce:before {
  background-image: url("../img/menuicon-dollar.png");
  background-size: 16px;
  margin-top: -9px;
  background-repeat: no-repeat;
}
.submenu .separator.accounts:before {
  background-image: url("../img/menuicon-flash.png");
  background-size: 16px;
}
.submenu .separator.automation:before {
  background-image: url("../img/menuicon-flash.png");
  background-size: 16px;
}
.submenu .separator.talent:before {
  background-image: url("../img/menuicon-group.png");
  background-size: 15px;
  background-repeat: no-repeat;
}
.submenu .separator.other:before {
  background-image: url("../img/menuicon-ellipsis.png");
  background-size: 14px;
  background-repeat: no-repeat;
}

.submenu .separator.data:before {
  background-image: url("../img/menuicon-database.png");
  background-size: 14px;
  background-repeat: no-repeat;
}
.submenu .separator.blog:before {
  background-image: url("../img/menuicon-pen.png");
  background-size: 14px;
  background-repeat: no-repeat;
}
.submenu .separator.reporting:before {
  background-image: url("../img/menuicon-graph.png");
  background-size: 14px;
  background-repeat: no-repeat;
}


.submenu .submenu-section:first-child .separator {
  margin-top: 10px;
}

.submenu-section.open .separator,
.submenu-section.open .separator:hover {
}

.submenu .separator:hover {
  background: #e0e0e0;
}

.submenu .separator:after {
  content: "";
  display: inline-block;
  position: absolute;
  height: 22px;
  width: 22px;
  background: #fff;
  padding: 5px;
  border-radius: 50%;
  background-image: url('../img/icon-chevron-down.png');
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -11px;
  box-sizing: border-box;
}

.submenu .submenu-section.open .separator {
/*  background: #f5f8ff;*/
}

.submenu .submenu-section.open .separator:after {
  transform: rotate(180deg);
}

.dashboard .submenu + .form-card {
  float: left;
  width: calc(100% - 280px - 30px);
  margin-left: 30px;
  /*border-radius: 0 8px 8px 0;*/
  max-width: 900px;
}

.info {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px;
  height: 17px;
  width: 17px;
  background: url(../img/icon-info.png);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50%;
  margin-left: 2px;
  text-transform: none;
}

.has-tooltip {
  position: relative;
}

.info:hover:after,
.has-tooltip:hover:after {
  content: attr(data-tooltip);
  position: absolute;
  background: #30446e;
  left: 0px;
  margin-left: -100px;
  bottom: 100%;
  margin-bottom: 10px;
  color: #fff;
  line-height: 1.4;
  padding: 7px 10px;
  border-radius: 8px;
  z-index: 999;
  animation: fadeInUp ease 0.2s;
  font-size: 14px;
  min-width: 200px;
  font-weight: 400;
}

.has-tooltip:hover:after {
  min-width: 150px;
  margin-left: -50px;
}

.form-card {
  background: #fff;
  padding: 25px 25px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.2);
  box-shadow: 0 0 25px rgba(0,0,0,0.08);

  box-shadow: 25px 60px 125px -25px rgba(80,102,144,.1),16px 40px 75px -40px rgba(0,0,0,.2);
  border-radius: 5px;
  width: 100%;
  box-sizing: border-box;
  text-align: left;
  animation: fadeIn ease 0.5s;

  position: relative;
  /*min-width: 650px;*/
  max-width: 1100px;
}
.form-card.center {
  margin: 0 auto;
}

.recap {
  display: grid;
  grid-template-columns: 1fr 1fr ;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  margin-top: 30px;
}

.form-card.half {
  float: left;
  width: calc(50% - 15px);
  margin-top: 30px;
}

.home .form-card.half {
  min-height: 508px;
}

.form-card.half:nth-child(2n) {
  margin-left: 30px;
}

.form-card.half:nth-child(2n + 1) {
  clear: both;
}

.form-card .card-title {
  color: #111;
  margin-bottom: 35px;
  font-size: 23px;
  font-weight: 700;
  position: relative;

/*  border-bottom: 2px solid #ffe000;*/
/*  padding-bottom: 10px;*/


  /*display: inline-block;*/
  /*text-align: center;*/
  /*margin-top: -3px;*/
}


.form-card .card-title .card-controls {
  position: absolute;
  right: 0;
  top: 7px;
  font-size: 15px;
  font-weight: 400;
}

.form-card .card-title .card-controls .compared-to {
  display: inline-block;
  vertical-align: top;
  position: relative;
  top: -2px;
  margin: 0 7px;
  font-size: 13px;
}

.form-card .card-title .date-label {
  position: relative;
  top: -11px;

  border: 2px solid #888;
  display: inline-block;
  border-radius: 6px;
  overflow: hidden;
  z-index: 999;
  vertical-align: top;
  padding: 6px 10px;
  font-size: 13.5px;
  cursor: pointer;
  background: #fff;
  margin-left: 5px;
}
.form-card .card-title .date-label:hover {
  border-color: #3385FF;
}


.form-card .card-title .date-selector {
  position: relative;
  top: -11px;

  border: 2px solid #888;
  display: inline-block;
  border-radius: 6px;
  overflow: hidden;
  min-width: 130px;
  z-index: 999;
  vertical-align: top;
}
.form-card .card-title .date-selector.disabled {
  min-width: auto;
}

.form-card .card-title .date-selector + .date-selector {
  margin-left: 10px;
}

.form-card .card-title .date-selector:not(.open):not(.disabled):hover {
  border-color: #3385FF;
}

.form-card .card-title .date-selector.open li {
  display: block;
}

.form-card .card-title .date-selector li {
  display: none;
  padding: 6px 10px;
  font-size: 13.5px;
  cursor: pointer;
  background: #fff;
}

.form-card .card-title .date-selector.open li:hover {
  background: #FFECA1;
}

.form-card .card-title .date-selector li.active {
  display: block;
  font-weight: 500;
}

.form-card .card-title .date-selector:not(.open):not(.disabled) li.active {
  padding-right: 25px;
}

.form-card .card-title .date-selector:not(.open):not(.disabled) li.active:after {
  content: " ";
  top: 50%;
  right: 10px;
  border: solid transparent;
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(34, 34, 34, 0);
  border-top-color: #222;
  border-width: 4px;
  margin-top: -1px;
}

.form-card .card-title .download-btn {
  height: 28px;
  width: 28px;
  background: #fff;
  background: url("../img/icon-download.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px;
  border-radius: 6px;
  border: 2px solid #888;
  padding: 0;
  vertical-align: middle;
  display: inline-block;
  position: relative;
  top: -10px;
  margin-left: 10px;
}

.form-card .card-title .download-btn:hover {
  border-color: #3385FF;
}

.form-card .card-title + .row.info-text {
  margin-top: -27px;
}

.form-card .row.dns * + * {
  margin-top: 5px;
}

.form-card .row.separator:not(:first-child) {
  margin-top: 30px;
  margin-bottom: 0px;
}
.form-card .row.separator.margin {
  margin: 20px 0;
}

.form-card .row.center {
  /*text-align: center;*/
}

.form-card .row.top-right {
  /*position: absolute;*/
  /*top: 30px;*/
  /*right: 30px;*/
}

.form-card .row + .row,
.form-card .row.margin-top {
  margin-top: 35px;
}

.form-card .row.checkbox-row + .row.checkbox-row {
  margin-top: 20px;
}


.form-card .row .row-section + .row-section {
  margin-top: 20px;
}

.form-card .card-title + .row.info-text + .card-subsection {
  margin-top: 30px;
}

.form-card .card-tabs {
  margin: 20px 0 25px;
  overflow: hidden;
}

.form-card .card-tabs .tab {
  float: left;
  padding: 9px 13px;
  text-align: center;
  font-size: 15.5px;
  cursor: pointer;
  box-sizing: border-box;
  border-radius: 28px;
  transition: all 0.2s ease;
  border: 2px solid transparent;
  font-weight: 500;
  color: #666;
}

.form-card .card-tabs .tab + .tab {
  margin-left: 10px;
}

.form-card .card-tabs .tab:hover {
  background: #f0f0f0;
}

.form-card .card-tabs .tab.active,
.form-card .card-tabs .tab.active:hover {
/*  background: #999;*/
/*  color: #fff;*/
  background: #fff;
  color: #009eff;
  border: 2px solid #009eff;
  font-weight: 500;
}

.form-card .card-settings {
  background: #fafafa;
  padding: 12px;
  border-radius: 6px;
}

.form-card .card-subsection {
  margin-top: 15px;
  /*margin-bottom: 30px;*/
}

.form-card .card-subsection + .card-subsection {
  margin-top: 10px;
}

.form-card .card-subsection.open + .card-subsection {
  /*margin-top: 0;*/
  margin-top: 30px;
}


.form-card .card-subsection .card-subsection-title {
  box-shadow: 0 0 2px rgba(0,0,0,0.4);
  color: #222;
  padding: 15px 15px;
  border-radius: 5px;
  font-size: 17px;
  font-weight: 500;
  position: relative;
  cursor: pointer;
}

.form-card .pricing-plans .card-subsection.draggable-block .card-subsection-title {
  box-shadow: none;
  padding-left: 60px;
}

.form-card .card-subsection .card-subsection-title:hover {
  background-color: #f0f0f0;
}

.form-card .card-subsection.open .card-subsection-title {
  background-color: #f0f0f0;
}

.form-card .card-subsection .card-subsection-title:after {
  content: "";
  display: inline-block;
  position: absolute;
  height: 16px;
  width: 16px;
  background: url('../img/icon-chevron-down.png');
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -8px;
}

.form-card .card-subsection.open .card-subsection-title:after {
  transform: rotate(180deg);
}

.form-card .card-subsection .card-subsection-content {
  display: none;
  padding: 25px 20px;
  box-shadow: 0 0 2px rgba(0,0,0,0.3);
  border-radius: 5px;
}

.form-card .card-subsection.open .card-subsection-content {
  display: block;
}

.form-card .tabs-toggle {
  margin: 30px 0 23px;
  text-align: center;
}

.form-card .tabs-toggle .tab {
  float: left;
  width: 50%;
  font-size: 17.5px;
  padding: 0 0 13px 0;
  box-sizing: border-box;
  border-bottom: 2px solid #ccc;
  color: #333;
  cursor: pointer;
  transition: border 0.2s ease;
/*  text-align: center;*/
/*  background: #fafafa;*/
}
.form-card .tabs-toggle .tab.full {
  width: 100%;
  float: none;
  cursor: initial;
}

.form-card .tabs-toggle .tab:hover {
  border-bottom-color: #666;
  color: #222;
}

.form-card .tabs-toggle .tab.active,
.form-card .tabs-toggle .tab.active:hover {
  font-weight: 500;
  border-bottom-color: #3385FF;
  color: #222;
  color: #3385FF;
}

.form-card .row .label {
  display: block;
  margin-bottom: 7px;
  margin-top: -2px;
  font-weight: 500;
  color: #444;
  font-size: 14.5px;
  line-height: 1.3;
}

.form-card .row .label a {
  border-bottom: 1px dotted;
  padding-bottom: 1px;
  font-size: 12px;
  color: #66A3FF;
  margin-left: 5px;
}

.form-card .row .label.separated {
  margin-top: 20px;
}

.form-card .row .label-info {
  display: block;
  margin-top: 8px;
  color: #66A3FF;
  text-align: right;
}

.form-card .row .label-info.clickable {
  cursor: pointer;
}

.form-card .row .info-holder-inline,
.form-card .row .info-holder-multiline {
  color: #222;
  font-size: 17.5px;
  line-height: 1.4;
  border-left: 2px solid #73ABFF;
  padding: 0px 0 0 12px;
  margin-top: 10px;
}

.form-card .row .info-holder-multiline {
  white-space: pre-wrap;
}

.form-card .row .code {
/*  background: #3a3b3c;*/
/*  color: #fff;*/
  background: #eaebec;
  color: #111;
  font-size: 15.5px;
  font-family: monospace, "Lucida Console", Monaco;
  padding: 11px 15px;
  border-radius: 5px;
  line-height: 1.4;
}

.form-card .row .input-wrap {
  position: relative;
}

.form-card .row .input-wrap .input-pill {
  position: absolute;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  display: inline-block;
  background: #ddd;
  color: #333;
  padding: 8px 14px;
  font-weight: 500;
  border-radius: 6px;
  font-size: 16.5px;
}

.form-card .row .input-wrap .input-pill.copy-to-clipboard {
  cursor: pointer;
  background-color: #ffe000;
}

.form-card .row .input-wrap.right .input-pill {
  right: 10px;
}

.form-card .row input[type=text],
.form-card .row input[type=number],
.form-card .row input[type=password],
.form-card .row textarea {
  border: 1px solid #80B3FF;
  border: 1px solid #bbb;
  /*border: 0;*/
  /*box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);*/
  border-radius: 9px;
  width: 100%;
  box-sizing: border-box;
  height: 46px;
  display: block;
  padding: 0 12px;
  font-size: 17.5px;
  color: #222;
}

.form-card .row input[type=text].bold {
  font-weight: 700;
}

.form-card .row textarea {
  padding: 12px;
  min-height: 100px;
  resize: none;
  line-height: 1.4;
}

.form-card .row textarea.long {
  min-height: 200px;
}

.form-card .row input[type=text]::placeholder,
.form-card .row input[type=number]::placeholder,
.form-card .row input[type=password]::placeholder,
.form-card .row textarea::placeholder {
  color: #888;
}

.form-card .row input[type=text]:hover,
.form-card .row input[type=number]:hover,
.form-card .row input[type=password]:hover,
.form-card .row textarea:hover {
  border-color: #4D94FF;
}

.form-card .row input[type=text]:focus,
.form-card .row input[type=number]:focus,
.form-card .row input[type=password]:focus,
.form-card .row textarea:focus {
  border-color: #4D94FF;
  box-shadow: 0 0px 2px #4D94FF;
}

.form-card .row input[type=text]:disabled,
.form-card .row input[type=number]:disabled,
.form-card .row input[type=password]:disabled,
.form-card .row textarea:disabled {
  background: #f0f0f0;
  border-color: #bbb;
}

.form-card .row select:disabled {
  cursor: not-allowed;
}

.form-card .row input[type=text].error,
.form-card .row input[type=number].error,
.form-card .row input[type=password].error,
.form-card .row textarea.error {
  border-color: #ff854d;
}

.form-card .row select.error {
  box-shadow: 0 0 2px #ff854d;
}

.form-card .row input[type="file"].hidden {
  position: absolute;
  visibility: hidden;
  z-index: -1;
}
.form-card .row input[type="file"].error {
  color: #ff854d;
}

.form-card .row input[type=checkbox],
.form-card .row input[type=radio] {
  display: none;
}

.form-card .row input[type=checkbox] + label:before {
  content: "";
  display: inline-block;
  height: 27px;
  width: 27px;
  box-sizing: border-box;
  border: 2px solid #888;
  border-radius: 5px;
  vertical-align: middle;
  margin-right: 10px;
  position: relative;
  top: -1px;
}

.form-card .row input[type=checkbox] + label {
  color: #444;
  font-size: 16px;
}

.form-card .row input[type=checkbox]:not(:disabled) + label {
  cursor: pointer;
}

.form-card .row input[type=checkbox].error + label:before,
.form-card .row input[type=checkbox].error:not(:checked) + label:hover:before {
  border-color: #ff854d;
}


.form-card .row input[type=checkbox]:not(:disabled) + label:hover:before {
  border-color: #009eff;
}

.form-card .row input[type=checkbox]:checked + label:before {
  border-color: #009eff;
  background: #009eff;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAMAAAANIilAAAAAM1BMVEUAAAD///////////////////////////////////////////////////////////////+3leKCAAAAEHRSTlMAAQQOHDlAg4+Vr8Xg4uj36PzYhgAAAKxJREFUSEvty8sWgjAUQ9EiivjC+/9fq/iipbc2yYhBzzArO4TWtjv0tUe5wSZZD2aynq2q31bTX6voxfI6tmbXrvaPS+19X/vHNYvXLB5g+/POWQNmJ7u4GrPmatR6Gre5ZuxaczbVgA3H5LNoxIbu5GrIFjRoXQ1bRxM20zfGZpqyfzRgixqyBQ1aV8PW0YTNNGVXmrSJpm2kBfvTkv1o0b60bJ961G1roz0Aq5Eu8YXUpTkAAAAASUVORK5CYII=');
  background-size: 18px;
  background-position: 6px 2px;
  background-repeat: no-repeat;
}

.form-card .row .remote-wrap {
  margin-top: 15px;
}

.form-card .row .radio-wrap {
  display: inline-block;
  margin-right: 15px;
}

.form-card .row .radio-wrap.block {
  display: block;
}

.form-card .row .radio-wrap + .radio-wrap {
  margin-top: 15px;
}

.form-card .radio-wrap input[type=radio] + label:before {
  content: "";
  display: inline-block;
  height: 27px;
  width: 27px;
  box-sizing: border-box;
  border: 2px solid #888;
  border-radius: 5px;
  vertical-align: middle;
  position: relative;
  top: -1px;

  border-radius: 25px;
  margin-right: 7px;
}

.form-card .radio-wrap input[type=radio] + label {
  color: #444;
  font-size: 17px;
  cursor: pointer;
}

.form-card .radio-wrap input[type=radio].error + label:before,
.form-card .radio-wrap input[type=radio].error:not(:checked) + label:hover:before {
  border-color: #ff854d;
}

.form-card .radio-wrap input[type=radio] + label:hover:before {
  border-color: #009eff;
}

.form-card .radio-wrap input[type=radio]:checked + label:before {
  border-color: #009eff;
  background: #009eff;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAMAAAANIilAAAAAM1BMVEUAAAD///////////////////////////////////////////////////////////////+3leKCAAAAEHRSTlMAAQQOHDlAg4+Vr8Xg4uj36PzYhgAAAKxJREFUSEvty8sWgjAUQ9EiivjC+/9fq/iipbc2yYhBzzArO4TWtjv0tUe5wSZZD2aynq2q31bTX6voxfI6tmbXrvaPS+19X/vHNYvXLB5g+/POWQNmJ7u4GrPmatR6Gre5ZuxaczbVgA3H5LNoxIbu5GrIFjRoXQ1bRxM20zfGZpqyfzRgixqyBQ1aV8PW0YTNNGVXmrSJpm2kBfvTkv1o0b60bJ961G1roz0Aq5Eu8YXUpTkAAAAASUVORK5CYII=');
  background-size: 18px;
  background-position: 6px 2px;
  background-repeat: no-repeat;
}



.form-card .row select {
  width: 100%;
  box-sizing: border-box;
  font-size: 16.5px;
  background: #f0f0f0;
  border: 0;
  padding: 7px;
  border-radius: 5px;
}

.form-card .row select.error {
  box-shadow: 0 0 5px #ff854d;
}

.form-card .row > input[type=submit],
.form-card .row > button:not(.action-btn),
.form-card .row > .button-link {
  display: block;
  background: #2ac84f;
  color: #fff;
  border: 0;
  padding: 0 22px;
  width: 100%;
  box-sizing: border-box;
  height: 50px;
  font-weight: 500;
  font-size: 16.5px;
  border-radius: 6px;

  background: #ffe000;
  color: #222;
  text-align: center;
  line-height: 50px;

  position: relative;
  transition: all 0.2s ease;
}

.form-card .row input[type=submit].outline,
.form-card .row button:not(.action-btn).outline,
.form-card .row .button-link.outline {
  background: transparent;
  border: 2px solid #ffe000;
  line-height: 46px;
}

.form-card .row input[type=submit].outline:hover,
.form-card .row button:not(.action-btn).outline:hover,
.form-card .row .button-link.outline:hover {
  border-color: #009eff;
}

.form-card .row > input[type=submit]:not(.outline):hover,
.form-card .row > button:not(.action-btn):not(.outline):hover,
.form-card .row > .button-link:not(.outline):hover {
  opacity: 0.8;
}

.form-card .row > input[type=submit] + *,
.form-card .row > button:not(.action-btn) + *,
.form-card .row > .button-link + * {
  margin-top: 15px;
}

.form-card .row.two-buttons .button-link {
  width: calc(50% - 10px);
  float: left;
}

.form-card .row.two-buttons .button-link + .button-link {
  margin-left: 20px;
  margin-top: 0;
}

.form-card .row .button-link.inline {
  width: auto;
  display: inline-block;

  height: 38px;
  line-height: 38px;
  padding: 0 15px;
  margin-top: 20px;
  font-size: 16px;
}

.form-card .card-btns {
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -20px;
}

.form-card .card-btn {
  display: inline-block;
  border: 0;
  padding: 10px 12px;
  border-radius: 7px;
  background: #fff;
  color: #009eff;
  border: 2px solid #009eff;

  font-weight: 500;
}

.form-card .card-btn.full {
  background: #009eff;
  color: #fff;
}

.form-card .card-btn.cancel {
/*  border-color: #ff854d;*/
  border-color: transparent;
  color: #ff854d;
  background: #eee;
}
.form-card .card-btn.cancel:hover {
  background: #ff854d;
}

.form-card .card-btn + .card-btn {
  margin-left: 10px;
}

.form-card .card-btn:hover {
  background: #009eff;
  color: #fff;
  transition: all 0.2s ease;
}

.form-card .row .card {
/*  box-shadow: 0 2px 4px rgba(0,0,0,0.3);*/
  box-shadow: 8px 10px 28px rgba(39,44,49,.24),1px 3px 8px rgba(39,44,49,.12);
/*  border: 1px solid #ddd;*/
  padding: 20px;
  border-radius: 7px;
  position: relative;
}

.form-card .row .card + .card {
  margin-top: 30px;
}

.form-card .row.pricing-plans:not(.coupons) .card:not(.no-padding) {
  padding-bottom: 65px;
}

.form-card .row .card .two-container {
  margin-top: 20px;
}

.form-card .row .card .two-container .one {
  width: calc(50% - 10px);
  float: left;
}

.form-card .row .card .two-container .one + .one {
  margin-left: 20px;
}

.form-card .row .card .card-label {
  background: #f5f8ff;
  padding: 10px 15px;
  border-radius: 5px;
  margin-bottom: 20px;
  font-weight: 500;
  text-align: center;
  font-size: 16px;
}

.form-card .row .card .card-label.separated {
  margin-top: 30px;
}

.form-card .row .card .label:not(:first-child) {
  margin-top: 20px;
}


.form-card .row .card textarea {
  min-height: 75px;
}

.form-card .row .card .arrow-btns {
  position: absolute;
  bottom: 15px;
  right: 15px;
}

.form-card .row .card .arrow-btns button {
  background-color: #aaa;
  border: 0;
  display: inline-block;
  /*padding: 5px 10px;*/
  font-weight: 500;
  border-radius: 26px;
  color: #fff;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  overflow: hidden;

  background-image: url('../img/icon-chevron-down-fff.png');
  background-size: 16px;
  background-position: center;
  background-repeat: no-repeat;
}

.form-card .row .card .arrow-btns button + button {
  margin-left: 6px;
}

.form-card .row .card .arrow-btns button:hover {
  background-color: #777;
}

.form-card .row .card .arrow-btns button.up {
  transform: rotate(180deg);
}


.form-card .row .card .input-delete-btn:not(.inline) {
  position: absolute;
  top: -10px;
  right: -10px;
}

.form-card .card .row.info-text {
  font-size: 16.5px;
}

.form-card .row.info-text a:not(.upgrade-btn):not(.add-category-btn):not(.button-link):not(.card-btn):not(.action-btn) {
  border-bottom: 2px solid #009eff;
  padding-bottom: 1px;
}

.payment-row {
  margin-top: 12px;
}

.payment-row + .payment-row {
  border-top: 1px solid #eee;
  padding-top: 12px;
}

.payment-row .download {
  float: right;
  font-size: 13px;
}

.form-card .remote-choices {
  margin-top: 0px;
}

.form-card .remote-choices .remote-btn {
  margin-top: 15px;
}

.form-card .remote-location-wrap {
  margin-top: 20px;
}

.form-card .autocomplete-wrap {
  position: relative;
}

.form-card .autocomplete-wrap .results {
  position: absolute;
  top: 100%;
  background: #fff;
  box-shadow: 0 1px 4px rgba(0,0,0,0.3);
  border-radius: 5px;
  width: 100%;
  z-index: 10000;
  display: none;
  -webkit-animation: fadeInUpSmall 0.2s ease;
  animation: fadeInUpSmall 0.2s ease;
}

.form-card .autocomplete-wrap .results.show {
  display: block;
}

.form-card .autocomplete-wrap .results ul li {
  padding: 12px 15px;
  font-size: 17px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: all 0.2s ease;
  color: #222;
}

.form-card .autocomplete-wrap .results ul li:hover {
  cursor: pointer;
  background: #FFF8BF;
}

.form-card .autocomplete-wrap .results ul li:active {
  background: #f0f0f0;
}

.form-card .row .label .powered-by-stripe {
  max-width: 90px;
  display: inline-block;
  vertical-align: top;
  margin-top: -5px;
  float: right;
}

.form-card .row .resume-file {
  display: inline-block;
  padding: 10px 12px;
  box-shadow: 0 0 2px rgba(0,0,0,0.3);
  border-radius: 5px;
  position: relative;
  font-size: 16px;
  color: #222;
  margin-right: 15px;
}

.form-card .row .resume-file:before {
  content: "";
  display: inline-block;
  height: 30px;
  width: 30px;
  background: url('../img/icon-pdf.png');
  background-size: 100%;
  vertical-align: middle;
  margin-right: 10px;
  margin-top: -2px;
}

button .loader {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -13px;
  margin-top: -14px;
  width: 20px;
  height: 20px;
}
button .loader div {
  position: absolute;
  border: 3px solid #111;
  opacity: 1;
  border-radius: 50%;
  animation: loader 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
button .loader div:nth-child(2) {
  animation-delay: -0.5s;
}

@keyframes loader {
  0% {
    top: 10px;
    left: 10px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    width: 20px;
    height: 20px;
    opacity: 0;
  }
}

@keyframes graphs-loader {
  0% {
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    width: 100%;
    height: 100%;
    opacity: 0;
  }
}

.graphs-loader-wrapper {
  width: 20px;
  height: 20px;
  vertical-align: top;
  margin-right: 10px;
  margin-top: -6px;
  display: inline-grid;
}

.graphs-loader {
  border: 1px solid #111;
  opacity: 1;
  border-radius: 50%;
  place-self: center;
  animation: graphs-loader 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.form-card .row.error {
  font-size: 16px;
  text-align: center;
  line-height: 1.4;
  background: #ff854d;
  padding: 8px 15px;
  border-radius: 6px;
  color: #fff;
}

.form-card .row.error.dns {
  text-align: left;
}

.form-card .row.error + .error {
  margin-top: 20px;
}

.form-card .row.tooltip {
  margin-bottom: -10px;
  margin-top: 30px;
}

.form-card .row .tooltip-msg {
  text-align: center;
  display: block;
  color: #869ebc;
  font-size: 15px;
  position: relative;
  cursor: help;
}

.form-card .row .tooltip-msg:hover:after {
  content: attr(data-tooltip);
  position: absolute;
  background: #30446e;
  left: 0;
  bottom: 100%;
  margin-bottom: 10px;
  color: #fff;
  line-height: 1.4;
  padding: 10px;
  border-radius: 3px;
  z-index: 999;
  animation: fadeInUp ease 0.2s;
  font-size: 14px;
}

.form-card .row.terms {
  font-size: 15px;
  color: #869ebc;
  text-align: center;
  margin-bottom: -10px;
}

.form-card .row.price {
  background: #f0f0f0;
  padding: 15px 15px;
  border-radius: 4px;
  color: #333;
  font-size: 17px;
  margin-top: 25px;
}

.form-card .row.price .price {
  float: right;
  font-weight: 500;
}

.form-card .row.separator {
  margin-bottom: -15px;
  text-transform: uppercase;
  color: #222;
  font-weight: 500;
  font-size: 12.5px;
  background: #f5f8ff;
  padding: 12px 15px;
  border-radius: 4px;
  /*border-radius: 24px;*/
  /*text-align: center;*/
}


.form-card .confirm-icon {
  width: 110px;
  height: 110px;
  display: block;
  margin: 30px auto 30px;
  border-radius: 50%;
  background: #FFEB99;
  /*background: radial-gradient(#fff, #FFEB99);*/
  line-height: 110px;
  text-align: center;
  font-size: 36px;
}

.form-card .row.info-text {
  line-height: 1.4;
  font-size: 17.5px;
  color: #333;
  /*font-weight: 300;*/
  /*max-width: 700px;*/
}

.form-card .row.info-text.bg {
  border-radius: 5px;
  padding: 10px 15px;
  background: #fafafa;
/*  font-style: italic;*/
  padding-left: 15px;
  border: 1px solid #bbb;
/*  border-left: 3px solid #bbb;*/
}

.form-card .row.info-text.bg.alert {
  color: #721c24;
  background: #f8d7da;
  border-color: #f5c6cb;
}

.form-card .row.info-text.bg.success {
  background: #cbf4c9;
/*  color: #0e6245;*/
  border: 0;
}

.form-card .row.info-text b {
  font-weight: 600;
}

.form-card .row.separated {
  margin-top: 30px;
}
.form-card .row.small-margin {
  margin-top: 15px;
}


.form-card .row.info-text + .row.info-text:not(.separated) {
  margin-top: 20px;
  /*margin-bottom: 40px;*/
}

.form-card .row.info-text.bg + .row.info-text.bg {
  margin-top: 5px;
}

.form-card .row.info-text:last-child {
  margin-bottom: 0 !important;
}

.form-card .row .font-preview {
  font-size: 24px;
  margin-top: 20px;
}

.form-card .row .address {
  padding: 12px 15px;
  /*border: 1px solid #ccc;*/
  /*border-left: 5px solid #ccc;*/
  box-shadow: 0 0 2px rgba(0,0,0,0.4);
  line-height: 1.4;
  border-radius: 5px;
  font-size: 16.5px;
  position: relative;
}

.form-card .row .address.bg {
  background: #fafafa;
}

.form-card .row .address.legal {
  padding-left: 50px;
}

.form-card .row .address.legal:before {
  content: "";
  display: inline-block;
  height: 22px;
  width: 22px;
  background-image: url(../img/icon-sign.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 12px;
}

.form-card .row .address.plan {
  padding: 17px 18px;
}

.form-card .row .address .cycle {
  font-size: 14px;
  box-shadow: 0 1px 2px rgba(0,0,0,0.5);
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  padding: 5px 9px;
  border-radius: 5px;
  font-weight: 500;
  margin-top: -3px;
  color: #333;
}

.form-card .row .address .plan-name {
  margin-bottom: 7px;
  font-weight: 700;
  font-size: 18px;
}

.form-card .row .ip {
  background: #80B3FF;
  padding: 6px 7px;
  display: inline-block;
  border-radius: 4px;
  color: #222;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  margin: 0 3px;
  font-weight: 500;
}

.form-card .row .url-label {
  background: #80B3FF;
  padding: 10px 13px;
  display: inline-block;
  border-radius: 24px;
  color: #222;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  margin-top: 5px;
  font-weight: 500;
}

.form-card .row .url-label .slug {
  font-weight: 700;
}

.form-card .row.stripe {
  color: #333;
}

.form-card .row.stripe a {
  border-bottom: 1px dotted #869ebc;
}

.form-card .row .stripe-btn {
  width: 200px;
}

.form-card .row.job-info {
  box-shadow: 0 1px 4px rgba(0,0,0,0.3);
  padding: 20px 25px;
  border-radius: 5px;
  border-left: 5px solid #ccc;
}

.form-card .row.job-info .title {
  line-height: 1.5;
  font-size: 17px;
  color: #222;
  font-weight: 700;
}

.form-card .row.job-info .company {
  font-weight: 400;
  margin-bottom: 5px;
  display: inline-block;
  font-size: 16px;
  margin-top: -5px;
}

.form-card .row.job-info .meta {
  margin-top: 7px;
}

.form-card .row.job-info .meta p {
  color: #444;
  font-size: 15px;
  display: inline-block;
}

.form-card .row.job-info .meta p:not(:last-child):after {
  content: " / ";
}

.form-card .row.job-info .meta p + p {
  /*margin-left: 5px;*/
}

.form-card .row.inline {
  display: inline-block;
  margin-top: 0;
}

.form-card .row.inline + .row.inline {
  margin-left: 40px;
}

.form-card .three-rows {
  margin: 30px 0px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 20px;
}

.form-card .three-rows .row {
  box-sizing: border-box;
  margin-top: 0;
}

.form-card .three {
  margin: 25px -10px;
}

.form-card .three .row {
  width: calc(25% - 20px);
  float: left;
  box-sizing: border-box;
  margin: 0 10px;
}

.form-card .three .row:first-child {
  width: calc(50% - 20px);
}

.form-card .three .row + .row {
  margin-top: 0;
}

.form-card .two {
  margin: 30px 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 20px;
}

.form-card .two .row {
  box-sizing: border-box;
  margin-top: 0;
}

.form-card .row .half {
  width: calc(50% - 10px);
  float: left;
}

.form-card .row .half + .half {
  margin-left: 20px;
}

#stripe-elements {
  margin-top: 40px;
  margin-bottom: 30px;
}

.StripeElement {
  background-color: white;
  box-shadow: none;
  border: 1px solid #80B3FF;
  border-radius: 5px;
  width: 100%;
  box-sizing: border-box;
  height: 46px;
  display: block;
  padding: 0 12px;
  font-size: 17px;
  color: #222;
}

.StripeElement--focus {
  /* box-shadow: 0 1px 3px 0 #cfd7df; */
}

.StripeElement--invalid {
  border-color: #fa755a;
}

.StripeElement--webkit-autofill {
  background-color: #fefde5 !important;
}

.form-card .row input[type=radio] {
  display: none;
}

.form-card .row .bg-radio {
  margin-top: 15px;
}

.form-card .row .bg-radio input[type=radio] + label {
  /*border: 2px solid #ccc;*/
  background: #e0e0e0;
  border: 0;
  padding: 16px 14px;
  min-width: 100px;
  box-sizing: border-box;
  display: inline-block;
  border-radius: 5px;
  color: #222;
  font-size: 16.5px;
  /*font-weight: 500;*/
  cursor: pointer;
  position: relative;
  text-align: center;
}

.form-card .row .bg-radio input[type=radio] + label:hover {
  opacity: 0.9;
}

.form-card .row .bg-radio input[type=radio]:checked + label:after {
  content: "";
  display: inline-block;
  /*height: 20px;*/
  /*width: 20px;*/
  /*background: #ffe000;*/
  /*border: 2px solid #222;*/
  border-radius: 50%;
  position: absolute;
  top: -10px;
  right: -5px;

  background: #4D94FF;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAMAAAANIilAAAAAM1BMVEUAAAD///////////////////////////////////////////////////////////////+3leKCAAAAEHRSTlMAAQQOHDlAg4+Vr8Xg4uj36PzYhgAAAKxJREFUSEvty8sWgjAUQ9EiivjC+/9fq/iipbc2yYhBzzArO4TWtjv0tUe5wSZZD2aynq2q31bTX6voxfI6tmbXrvaPS+19X/vHNYvXLB5g+/POWQNmJ7u4GrPmatR6Gre5ZuxaczbVgA3H5LNoxIbu5GrIFjRoXQ1bRxM20zfGZpqyfzRgixqyBQ1aV8PW0YTNNGVXmrSJpm2kBfvTkv1o0b60bJ961G1roz0Aq5Eu8YXUpTkAAAAASUVORK5CYII=');
  background-size: 18px;
  background-position: 8px 4px;
  background-repeat: no-repeat;
  border: 0;
  width: 27px;
  height: 27px;
}

.form-card .row .bg-radio label + input[type=radio] + label {
  margin-left: 15px;
}

.form-card .row .bg-radio input[type=radio] + label.orange {
  background: linear-gradient(to right, #fd746c, #ff9068);
  color: #fff;
}

.form-card .row .bg-radio input[type=radio] + label.blue {
  background: #8147ff;
  color: #fff;
}

.form-card .row .bg-radio input[type=radio] + label.purple {
  background: linear-gradient(to right, #4e54c8, #8f94fb);
  color: #fff;
}
.form-card .row .bg-radio input[type=radio] + label.grey {
  background: linear-gradient(to right, #c9d6ff, #e2e2e2);
}

.form-card .row .bg-radio input[type=radio] + label.bg {
  background-size: cover;
  color: #fff;
  box-shadow: 0 0 2px rgba(0,0,0,0.4);
}

.form-card .row .bg-radio input[type=radio] + label.bg.road {
  background-image: url(../img/bg-road-icon.jpg);
  background-position: center;
}
.form-card .row .bg-radio input[type=radio] + label.bg.abstract {
  background-image: url(../img/bg-abstract-icon.jpg);
  background-position: center;
}
.form-card .row .bg-radio input[type=radio] + label.bg.paint {
  background-image: url(../img/bg-paint-icon.jpg);
  background-position: center;
  color: #222;
}
.form-card .row .bg-radio input[type=radio] + label.bg.palms {
  background-image: url(../img/bg-palms-icon.jpg);
  background-position: center;
}

.form-card .row .bg-radio input[type=radio] + label.bg.colors {
  background-image: url(../img/bg-colors-icon.jpg);
  background-position: center;
}

.form-card .row .bg-radio input[type=radio] + label.light-on-dark {
  background: #fff;
  color: #222;
  box-shadow: 0 0 2px rgba(0,0,0,0.5);
}

.form-card .row .bg-radio input[type=radio] + label.dark-on-light {
  background: #222;
  color: #fff;
}

.form-card .row .bg-radio input[type=radio] + label.bold {
  font-weight: 900;
}
.form-card .row .bg-radio input[type=radio] + label.light {
  font-weight: 300;
}



.form-card .row .bg-radio input[type=radio] + label.lightgrey {
  background: #f4f4f4;
}
.form-card .row .bg-radio input[type=radio] + label.lightblue {
  background: linear-gradient(180deg, rgba(67,83,255,.05), rgba(67,83,255,.05));
}

.form-card .row .custom-color-preview {
  display: inline-block;
  padding: 8px 10px;
  box-shadow: 0 0 2px rgba(0,0,0,0.4);
  vertical-align: middle;
  margin-left: 12px;
  border-radius: 28px;
  font-size: 15px;
  color: #333;
  font-weight: 500;

  box-sizing: border-box;
}

.form-card .row .custom-color-preview .custom-color-circle {
  display: inline-block;
  height: 22px;
  width: 22px;
  vertical-align: middle;
  border-radius: 50%;
  margin-right: 3px;
  background: #f0f0f0;
}

.form-card .row .buttons-radio {
  margin-top: 15px;
}

.form-card .row .buttons-radio input[type=radio] + label {
  border: 1px solid #aaa;
  background: #fff;
  padding: 11px 14px;
  min-width: 100px;
  text-align: center;
  box-sizing: border-box;
  display: inline-block;
  border-radius: 8px;
  color: #222;
  font-size: 16.5px;
  font-weight: 500;
  cursor: pointer;
  position: relative;
}

.form-card .row .buttons-radio input[type=radio] + label:hover {
  opacity: 0.9;
}

.form-card .row .buttons-radio input[type=radio]:checked + label:after {
  content: "";
  display: inline-block;
  height: 20px;
  width: 20px;
  background: #ffe000;
  border: 2px solid #222;
  border-radius: 50%;
  position: absolute;
  top: -10px;
  right: -5px;

  background: #4D94FF;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAMAAAANIilAAAAAM1BMVEUAAAD///////////////////////////////////////////////////////////////+3leKCAAAAEHRSTlMAAQQOHDlAg4+Vr8Xg4uj36PzYhgAAAKxJREFUSEvty8sWgjAUQ9EiivjC+/9fq/iipbc2yYhBzzArO4TWtjv0tUe5wSZZD2aynq2q31bTX6voxfI6tmbXrvaPS+19X/vHNYvXLB5g+/POWQNmJ7u4GrPmatR6Gre5ZuxaczbVgA3H5LNoxIbu5GrIFjRoXQ1bRxM20zfGZpqyfzRgixqyBQ1aV8PW0YTNNGVXmrSJpm2kBfvTkv1o0b60bJ961G1roz0Aq5Eu8YXUpTkAAAAASUVORK5CYII=');
  background-size: 18px;
  background-position: 8px 4px;
  background-repeat: no-repeat;
  border: 0;
  width: 27px;
  height: 27px;
}

.form-card .row .buttons-radio label + input[type=radio] + label {
  margin-left: 15px;
}

.form-card .row .buttons-radio input[type=radio] + label.red {
  color: #FF7433;
  border-color: #FF7433;
}

.form-card .row .buttons-radio input[type=radio] + label.blue {
  color: #4D94FF;
  border-color: #4D94FF;
}

.form-card .row .buttons-radio input[type=radio] + label.black {
  color: #222;
  border-color: #222;
}


.form-card .row .mock-nav {
  /*background: #ccc;*/
  border: 2px dashed #888;
  height: 100px;
  background: #fafafa;
  margin-top: 12px;
}


.form-card .action-btn {
  display: inline-block;
  background: #009eff;
  color: #fff;
  font-weight: 500;
  padding: 10px 15px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 14px;
  border: 0 !important;
}
.form-card .action-btn.grey {
  background: #bbb;
}

.form-card .action-btn + .action-btn {
  margin-left: 10px;
}

.form-card .row-section + .action-btn {
  margin-top: 20px;
}

.form-card .action-btn:hover {
  opacity: 0.9;
}

.form-card .publish-time {
  display: inline-block;
  padding: 5px 10px;
  border: 2px solid #aaa;
  border-radius: 5px;
  margin-right: 10px;
  color: #222;
}

.form-card .row .input-placeholder {
  /*box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);*/
  border-radius: 5px;
  box-sizing: border-box;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  padding: 0 13px;
  font-size: 17.5px;
  color: #333;
  background: #f0f0f0;
}

.form-card .input-delete-btn {
  display: inline-block;
  height: 28px;
  width: 28px;
  line-height: 28px;
  text-align: center;
  border-radius: 50%;
  background: #aaa;
  background-color: #ff854d;
  background-image: url("../img/icon-close-fff.png");
  background-size: 12px;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  color: transparent;
  font-weight: 300;
  font-size: 18px;
  cursor: pointer;
  vertical-align: middle;
  margin-top: -6px;
}
.form-card .input-delete-btn.inline {
  position: static;
  vertical-align: middle;
  margin-top: 0;
  height: 30px;
  width: 30px;
}

.form-card .input-delete-btn.inline + * {
  margin-left: 10px;
}

.form-card .input-delete-btn:hover {
  opacity: 0.8;
}

.form-card .row input[type=text].deletable-input {
  width: calc(100% - 45px);
  display: inline-block;
  margin-right: 10px;
}

.form-card .row input[type=text].deletable-input.half {
  width: calc(50% - 30px);
}

.form-card .row input[type=text].deletable-input + .deletable-input {
  margin-left: 6px;
}

.form-card .row input[type=text].invite-user-input {
  width: calc(100% - 180px);
  display: inline-block;
  margin-right: 10px;
}
.form-card .row input[type=text].invite-user-input:disabled {
  background: #fff;
  border-color: #ccc;
}

.form-card .row .invite-status {
  background: #FFECA1;
  width: 120px;
  box-sizing: border-box;
  font-size: 12px;
  text-transform: uppercase;
  display: inline-block;
  padding: 10px 15px;
  border-radius: 25px;
  margin-right: 10px;
  font-weight: 500;
}

.form-card .row .invite-status.accepted {
  background-color: lightgreen;
}

.form-card .row .input-invite-btn {
  background: #fff;
  border: 2px solid #ffe000;
  color: #222;
  display: inline-block;
  width: 120px;
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  border-radius: 5px;
  height: 46px;
  box-sizing: border-box;
  margin-right: 10px;
  transition: all 0.2s ease;
}

.form-card .row .input-invite-btn:disabled {
  border-color: #aaa;
}

.form-card .row .input-invite-btn:not(:disabled):hover {
  background: #ffe000;
}


.form-card .row.multiple label + * + label {
  margin-top: 20px;
}

.form-card .upload-text {
/*  margin-top: 15px;*/
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
  line-height: 1.3;
  color: #666;
/*  font-style: italic;*/
  font-size: 14px;
}

.form-card .bg-preview {
  height: 130px;
  background: #f0f0f0;
  overflow: hidden;
  border-radius: 4px;
}

.form-card .bg-square-preview {
  height: 200px;
  width: 200px;
  background: #f0f0f0;
  overflow: hidden;
  border-radius: 4px;
}

.form-card .blog-cover-preview {
  height: 300px;
  width: 550px;

  height: 150px;
  width: 275px;

  background: #f0f0f0;
  overflow: hidden;
  border-radius: 7px;
}

.form-card .favicon-preview img {
  max-width: 64px;
  border-radius: 4px;
}

.form-card .og-preview img {
  max-width: 250px;
  border-radius: 4px;
}

.form-card .image-controls {
  margin-top: 25px;
}

.form-card .image-buttons {
  margin-top: 10px;
}

.form-card .logo-size-label {
  vertical-align: middle;
  color: #222;
  display: inline-block;
  margin-right: 10px;
  font-size: 16.5px;
}

.form-card input[type=range] {
  display: inline-block;
  vertical-align: middle;
}

#editor {
  position: relative;
}

.form-card .logo-preview-img {
  width: 80px;
  height: 80px;
  border: 2px solid #ddd;
  box-sizing: border-box;
  border-radius: 50%;
  margin-bottom: 15px;
}

.form-card .multi-switch .switch {
  display: block;
}


.form-card .multi-switch .switch + .switch {
  margin-top: 10px;
}

.form-card .switch {
  display: inline-block;
  position: relative;
}

.form-card input + .switch {
  margin-top: 10px;
}

.form-card .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.form-card .slider {
  /*position: absolute;*/
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 34px;
  width: 53px;
  height: 32px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}

.form-card .slider:hover {
  background-color: #aaa;
  -webkit-transition: .2s;
  transition: .2s;
}

.form-card .slider.small {
  height: 26px;
  width: 44px;
}

.form-card .slider.small:before {
  height: 18px;
  width: 18px;
}

.form-card input:checked + .slider.small:before {
  -webkit-transform: translateX(18px);
  -ms-transform: translateX(18px);
  transform: translateX(18px);
}

.form-card .slider:before {
  position: absolute;
  content: "";
  height: 24px;
  width: 24px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 50%;
}

.form-card input:checked + .slider {
  background-color: #009eff;
}

.form-card input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

.form-card input:checked + .slider:before {
  -webkit-transform: translateX(21px);
  -ms-transform: translateX(21px);
  transform: translateX(21px);
}

.form-card input:disabled + .slider {
  cursor: not-allowed;
}

.form-card .switch .switch-label {
  font-size: 16px;
  margin-left: 5px;
  display: inline-block;
  color: #444;
  cursor: pointer;
  /*font-style: italic;*/

  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.form-card .small-notice {
  margin-top: 10px;
  font-size: 13px;
  color: #333;
  font-style: italic;
}

.form-card .company-logos-grid {
  background: #f0f0f0;
  padding: 0 10px 10px 10px;
  border-radius: 5px;
  max-height: 200px;
  overflow-y: scroll;
}

.form-card .company-logos-grid .company-logo {
  width: 32px;
  height: 32px;
  display: inline-block;
  vertical-align: middle;
  background: #fff;
  border-radius: 50%;
  overflow: hidden;
  line-height: 32px;
  text-align: center;
  text-transform: capitalize;
  margin-right: 10px;
  margin-top: 10px;

  border: 2px solid #aaa;
  padding: 4px;
  cursor: pointer;
}

.form-card .company-logos-grid .company-logo:hover,
.form-card .company-logos-grid .company-logo.selected {
  border-color: #009eff;
}

.form-card .company-logos-grid .company-logo + .company-logo {}

.form-card .company-logos-grid .company-logo img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
}

*.tooltip:before {
  content: attr(data-tooltip);
  position: absolute;
  bottom: 100%;
  right: 0;
  margin-bottom: 5px;
  padding: 9px 10px;
  display: block;
  white-space: nowrap;
  color: #fff;
  background: rgba(0, 0, 0, 0.9);
  border-radius: 6px;
  transition: opacity 0.1s ease-out;
  z-index: 99;
  text-align: right;

  display: none;
}

*.tooltip:hover:before {
  display: block;
}

.overlay {
  position: fixed;
  top:0;
  left: 0px;
  right: 0;
  bottom: 0;
  background: rgba(255,255,255, 0.75);
  z-index: 5000;
  visibility: hidden;
  opacity: 0;

  /*-webkit-transition: opacity .2s;*/
  /*transition: opacity .2s;*/
}

.overlay.visible {
  visibility: visible;
}

.overlay.active {
  opacity: 1;
/*  -webkit-transition: opacity .1s;
  transition: opacity .1s;
*/}

.popup {
  box-shadow: 8px 10px 28px rgba(39,44,49,.24),1px 3px 8px rgba(39,44,49,.12);
  width: 350px;
  box-sizing: border-box;
  border-radius: 10px;

  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -175px;
  margin-top: -100px;
  background: #fff;
  z-index: 9999;

  animation: fadeInUpSmall 0.3s ease;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  padding: 0;

  display: none;
}

.popup .popup-close {
  cursor: pointer;
  width: 30px;
  height: 30px;
  background-color: #999;
  border-radius: 50%;
  background-image: url("../img/icon-close-fff.png");
  background-size: 12px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 50;
  top: -10px;
  right: -10px;
}

.popup .popup-close:hover {
  transition: all 0.2s ease;
  background-color: #666;
}

.popup .popup-inner {
  padding: 25px 25px;
}

.popup.medium {
  width: 450px;
  margin-left: -225px;
}

.popup.medium-big {
  width: 550px;
  margin-left: -275px;
  margin-top: -300px;
}

.popup.big {
  width: 700px;
  margin-left: -350px;
  margin-top: -300px;
  overflow-y: scroll;
}

.popup.full {
  width: 1100px;
  margin-left: -550px;
  height: 600px;
  margin-top: -300px;
  overflow-y: scroll;

  box-sizing: border-box;
  padding: 20px 15px;
}


.popup.big .popup-inner {
  overflow: scroll;
  height: 600px;
  padding: 20px;
}

.popup.active {
  display: block;
}

.popup .popup-title {
  font-weight: 500;
  text-align: center;
  font-size: 18px;
  color: #222;
  line-height: 1.3;
  margin-bottom: 20px;
  margin-top: -5px;
}

.popup .big-title {
  font-size: 21px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 30px;
}

.popup .pricing-toggle {
  text-align: center;
}

.popup .seeker-tags .tag {
  display: inline-block;
  box-shadow: 0 0 2px rgba(0,0,0,0.4);
  border-radius: 6px;
  padding: 8px 10px;
  color: #444;
  font-weight: 500;
  font-size: 15.5px;
}

.popup .seeker-tags .tag + .tag {
  margin-left: 8px;
}


/*--*/

.home .employers-list {
  margin-top: -15px;
}

/*--*/

.employers-list {
  margin: 30px 0 0;
}

.data-controls {
  margin-bottom: 20px;
  background: #f5f5f5;
  padding: 8px 15px;
  border-radius: 5px;
  vertical-align: middle;
}

.data-controls .bulk-actions {
  display: inline-block;
  vertical-align: middle;
  margin-right: 7px;
}

.data-controls .bulk-actions .bulk-select {
  vertical-align: middle;
  height: 20px;
  width: 20px;
}

.data-controls .bulk-actions .bulk-delete-btn {
  background: #ff4d4d;
  color: white;
  font-weight: 500;
  border: none;
  padding: 5px 10px;
  border-radius: 4px;
  cursor: pointer;
  margin-left: 10px;
  vertical-align: middle;
}

.data-controls .bulk-actions .bulk-delete-btn:hover {
  background: #ff3333;
}

.data-controls .data-info {
  /*padding: 8px 10px;*/
  border-radius: 7px;
  font-size: 15px;
  display: inline-block;
  height: 30px;
  line-height: 30px;
}

.data-controls .data-search {
  border: 2px solid #444;
  border-radius: 6px;
  height: 30px;
  box-sizing: border-box;
  padding: 0 10px;
  width: 200px;
  background-color: transparent;
}

.data-controls * + .data-search {
  margin-left: 15px;
}

.data-controls .data-search:hover,
.data-controls .data-search:focus {
  background-color: #fff;
}

.data-controls .data-sortby,
.data-controls .data-subset-select {
  margin-left: 10px;
  box-sizing: border-box;
  font-size: 13.5px;
  background: #fff;
  /* border: 1px solid #444; */
  box-shadow: 0 0 2px rgba(0,0,0,0.4);
  border: 0;
  height: 30px;
  padding: 0 7px;
  border-radius: 5px;
  font-weight: 500;
  color: #444;
}

.data-controls .data-subset-select {
  margin-right: 10px;
  margin-left: 0;
}

.page-controls {
  float: right;
  height: 30px;
}

.page-controls .page-info {
  display: inline-block;
  line-height: 30px;
  font-size: 13px;
}

.page-controls .page-info + button {
  margin-left: 20px;
}

.page-controls button {
  background: #fff;
  background-color: transparent;
  color: #444;
  border: 2px solid #444;
  /*border: 0;*/
  padding: 6px 12px;
  display: inline-block;
  border-radius: 4px;
  font-weight: 500;
  font-size: 14px;
}

.page-controls button + button {
  margin-left: 5px;
}

.page-controls button:hover {
  background-color: #444;
  color: #fff;
}

.employers-list .employer {
  padding: 12px 0;
  padding-right: 130px;
  position: relative;
}
.employers-list .employer.no-padding {
  padding-right: 0;
}
.employers-list .employer.selectable {
  padding-left: 32px;
}

.employers-list .employer + .employer {
/*  border-top: 2px dotted #ccc;*/
  border-top: 1px solid #eee;
}

.employers-list .employer .select-checkbox {
  position: absolute;
  top: 15px;
  left: 0px;
  height: 18px;
  width: 18px;
  border-radius: 7px;
} 

.employers-list .employer .name {
  font-weight: 500;
  font-size: 16.5px;
  line-height: 1.4;
  color: #111;
  display: inline;
}

.employers-list .employer .site-url {
  font-size: 15.5px;
  color: #555;
  display: inline-block;
  margin-left: 6px;
}

.employers-list .employer .site-url.block {
  display: block;
  margin-left: 0;
  margin-top: 5px;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.employers-list .employer .source {
  display: inline-block;
  margin-left: 5px;
  border: 1px solid #bbb;
  padding: 3px 5px;
  border-radius: 4px;
  font-size: 12px;
  vertical-align: middle;
  position: relative;
  top: -1px;
  color: #222;
}

.employers-list .employer .tags {
  display: block;
}

.employers-list .employer .applied-to {
  font-size: 11px;
/*  text-transform: uppercase;*/
  color: #555;
  font-weight: 500;
  display: block;
  margin-top: 5px;
  line-height: 1.4;
}

.employers-list .employer .applied-to .job {
  font-weight: 500;
  font-size: 16.5px;
  text-transform: none;
  display: block;
  margin-top: 2px;
  color: #222;
}

.employers-list .employer .row-stats {
  display: block;
  margin-top: 5px;
}

.employers-list .employer .row-info {
  margin-top: 10px;
  background: #f5f5f5;
  padding: 7px;
  border-radius: 5px;
}

.employers-list .employer .row-info p {
  font-size: 15px;
  color: #444;
  display: inline-block;
  margin-right: 10px;
}

.employers-list .employer .row-info p .label {
  font-weight: 500;
  display: block;
  font-size: 13px;
}

.employers-list .employer .row-info p .value {
  display: inline-block;
  padding: 5px 7px;
  border: 1px solid #ccc;
  border-radius: 5px;
  margin-top: 5px;
}

.employers-list .employer .applications {
  display: inline-block;
  color: #333;
  font-size: 14.5px;
  vertical-align: middle;
}

.employers-list .employer .applications span {
  /*background: #FFFDC0;*/
  /*display: inline-block;*/
  /*padding: 5px 10px;*/
  /*border-radius: 20px;*/
  /*font-size: 13px;*/
}

.employers-list .employer .expiration {
  display: inline-block;
  /*background: #eee;*/
  border: 1px solid #ccc;
  padding: 3px 5px;
  border-radius: 3px;
  color: #888;
  font-size: 11px;
  vertical-align: middle;
}

.employers-list .employer * + .expiration {
  margin-left: 7px;
}

.employers-list .employer .tags {
  display: inline-block;
  margin-top: 5px;
  margin-right: 10px;
  color: #333;
}

.employers-list .employer .tags.block {
  display: block;
  margin-right: 0;
}

.employers-list .employer .tags .tag {
  /*background: #FFFDC0;*/
  /*box-shadow: 0 0 2px rgba(0,0,0,0.5);*/
  border:  1px solid #888;
  display: inline-block;
  padding: 5px 10px;
  border-radius: 24px;
  font-size: 13px;
  font-weight: 500;
}

.employers-list .employer .tags .tag.status {
  background: #aaa;
  border: 0;
  color: #fff;
}
.employers-list .employer .tags .tag.status.active {
  background: #56DB7B;
}
.employers-list .employer .tags .tag.status.unpaid {
  background: orange;
}


.employers-list .employer .tags .tag + .tag {
  margin-left: 5px;
}


.employers-list .employer .created-at {
  color: #555;
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 12px;
}

.employers-list .employer .buttons {
  margin-top: 12px;
  position: relative;
  display: block;
  display: inline-block;
}

.employers-list .employer .buttons.block {
  display: block;
}

.employers-list .employer .buttons .btn {
  border: 0;
  background: #ddd;
  border-radius: 4px;
  display: inline-block;
  padding: 7px 14px;
  font-size: 13.5px;
  font-weight: 500;
  color: #222;
  cursor: pointer;
}

.employers-list .employer .buttons .btn + .btn {
  margin-left: 6px;
}

.employers-list .employer .buttons .btn:hover {
  background: #ffe000;
}

.employers-list .employer .buttons .more-wrap {
  display: inline-block;
  position: relative;
  margin-left: 6px;
  vertical-align: middle;
}

.employers-list .employer .buttons .more-btn {
  text-indent: -9999px;
  background: #fff;
  height: 27px;
  width: 30px;
  box-shadow: 0;
  padding: 0;
  border:0;
  border-radius: 4px;
  background-color: #ddd;
  background-image: url("../img/icon-more.png");
  background-size: 14px;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: -1px;
}

.employers-list .employer .buttons .more-btn:hover {
  background-color: #ffe000;
}

.employers-list .employer .buttons .more-menu {
  position: absolute;
  top: -1px;
  left: 100%;
  margin-left: 8px;

  color: #fff;
  font-size: 13.5px;
  padding: 0px 0;
  border-radius: 4px;
  overflow: hidden;
  z-index: 9;
  min-width: 110px;

  display: none;
}

.employers-list .employer .buttons .more-menu.large {
  min-width: 170px;
}

.employers-list .employer .buttons .more-menu.active {
  display: block;
}

.employers-list .employer .buttons .more-menu a,
.employers-list .employer .buttons .more-menu button {
  -webkit-appearance: none;
  appearance: none;
  border: 0;
  padding: 7px 12px;
  display: block;
  background: #222;
  width: 100%;
  box-sizing: border-box;
  text-align: left;
}

.employers-list .employer .buttons .more-menu a:hover,
.employers-list .employer .buttons .more-menu button:hover {
  background: #444;
}

.employers-list .employer .buttons .rounded-label {
  display: inline-block;
  margin-top: 5px;
  padding: 6px 10px;
  border-radius: 24px;
  color: #fff;
  background: #888;
  font-size: 13px;
  margin-right: 10px;
  font-weight: 500;
}

.employers-list .employer .buttons .rounded-label + .rounded-label {
  margin-left: -5px;
}

.employers-list .employer .buttons .expired,
.employers-list .employer .buttons .failed {
  /*background: orange;*/
  background: #ff854d;
}
.employers-list .employer .buttons .filled {
  background: #56DB7B;
}
.employers-list .employer .buttons .paid {
  background: #009eff;
}
.employers-list .employer .buttons .complete {
  background: rgba(20, 184, 166, 0.1);
  color: rgb(15, 118, 110);
}
.employers-list .employer .buttons .running {
  background: lightyellow;
  color: #222
}

.employers-list .employer .input {
  display: inline-block;
  border: 1px solid #ccc;
  width: 60px;
  height: 28px;
  border-radius: 4px;
  padding: 0 5px;
  margin: 0 6px;
}

.employers-list .employer .apply-method {
  display: inline-block;
  background-color: #66A3FF;
  /*position: absolute;*/
  /*right: 0;*/
  margin-right: 10px;
  bottom: 12px;
  padding: 5px 9px;
  border-radius: 4px;
  color: #fff;
  font-size: 14px;
}

.employers-list .employer .buttons .share-box {
  position: absolute;
  bottom: calc(100% + 5px);
  right: 15px;
  display: none;
}

.employers-list .employer .buttons .share-box.active {
  display: block;
}

.employers-list .employer .buttons .share-box a {
  display: inline-block;
  height: 34px;
  width: 34px;
  overflow: hidden;
  color: transparent;
  background-color: #ddd;
  border-radius: 8px;
}

.employers-list .employer .buttons .share-box a.twitter {
  background-image: url('../img/icon-twitter.png');
  background-size: 14px;
  background-position: center;
  background-repeat: no-repeat;
}
.employers-list .employer .buttons .share-box a.facebook {
  background-image: url('../img/icon-facebook.png');
  background-size: 15px;
  background-position: center;
  background-repeat: no-repeat;
}
.employers-list .employer .buttons .share-box a.linkedin {
  background-image: url('../img/icon-linkedin.png');
  background-size: 15px;
  background-position: center;
  background-repeat: no-repeat;
}

.employers-list .employer .buttons .share-box a:hover {
  background-color: #ffe000;
}


.employers-list .employer .buttons .share-box a + a {
  margin-left: 3px;
}

.employers-list .employer .is-published {
  position: absolute;
  right: 15px;
  bottom: 15px;
  text-align: right;
  font-size: 13px;
  color: #333;
}

/*--*/

.notification {
  position: fixed;
  top: 25px;
  right: 35px;
  background: #2b2a30;
  padding: 10px 15px;
  box-sizing: border-box;
  width: 290px;
  box-sizing: border-box;
  border-radius: 6px;
  border-left: 5px solid #66A3FF;
  /*border-color: lightgreen;*/
  /*border-color: #63FFB3;*/
  animation: fadeInLeftSmall 0.4s ease;
  transition: opacity 0.2s ease;

  opacity: 1;
  display: none;
  z-index: 9999;
}

.notification.show {
  display: block;
}
.notification.hide {
  opacity: 0;
}

.notification p {
  color: #fff;
  font-size: 15px;
  line-height: 1.45;
  /*font-weight: 500;*/
}

/*--*/

.pricing-annual-notice {
  background: linear-gradient(#fafafa,#f0f0f0);
  background: #effbee;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 500;
  color: #333;
  padding: 10px 15px;
  border-radius: 6px;
  margin-bottom: 20px;
  text-align: center;
}

.pricing-toggle {
  margin-bottom: 20px;
}

.pricing-toggle input {
  display: none;
}

.pricing-toggle label {
  display: inline-block;
  cursor: pointer;
  color: #666;
  font-size: 16.5px;
}

.pricing-toggle label .percent-off {
  display: inline-block;
  padding: 5px 8px;
  /*border: 1px solid;*/
  background: #cbf4c9;
  color: #0e6245;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 11px;
  line-height: 11px;
  border-radius: 20px;
  vertical-align: middle;
  margin-left: 4px;
}

.pricing-toggle label:hover {
  color: #333;
}

.pricing-toggle label:hover:before {
  border-color: #222;
}

.pricing-toggle label:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 2px solid #aaa;
  vertical-align: middle;
  margin-right: 7px;
  border-radius: 7px;
  border-radius: 50%;
  position: relative;
  top: -1px;
  transition: all 0.2s ease;
}

.pricing-toggle input:checked + label,
.pricing-toggle input:checked + label:hover {
  color: #333;
  font-weight: 600;
}

.pricing-toggle input:checked + label:before {
  background: #ffe000;
  border-color: #ffe000;
  background-image: url('../img/check-icon.svg');
  background-position: 0px 0px;
  background-repeat: no-repeat;
  background-size: 20px;
}

.pricing-toggle label + input + label {
  margin-left: 10px;
}


.pricing-options {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
}

.pricing-options.full-width {
  display: block;
}

.pricing-option {
  background: #fff;
  padding: 0 20px 15px;
  display: block;
  box-sizing: border-box;
  box-shadow: 25px 0px 125px -25px rgba(80,102,144,.1),16px 40px 75px -40px rgba(0,0,0,.2);
  position: relative;
  transition: all 0.2s ease;
  text-align:  left;
  border-radius: 5px;
  /*overflow: hidden;*/
  /*background: linear-gradient(180deg,#F5F5FF,#F5F5FF);*/
  width: 100%;
}

.pricing-option.padding {
  padding-top: 25px;
  padding-bottom: 20px;
}

.pricing-options.single {
  grid-template-columns: 1fr;
}

.pricing-options.activate {
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 20px;
}

.pricing-option.highlight {
  border: 2px solid #009eff;
}

.pricing-option.save {
  border: 2px solid #009eff;
}

.pricing-option.free,
.pricing-option.free .top {
  background: #fcfcfc;
}

.pricing-option.popular {
  border: 2px solid #ffe000;
  border-color: #009eff;
}

.pricing-option.popular .top:after {
  content: "Most popular";
  background: #00A7FF;
  padding: 7px 12px;

  position: absolute;
  top: 17px;
  right: 10px;
  color: #fff;
  border-radius: 25px;
  font-size: 14px;
  font-weight: 500;
  vertical-align: middle;
}
.pricing-option.trialing .top:after {
  content: "Trialing";
  background: #00A7FF;
  padding: 7px 12px;

  position: absolute;
  top: 17px;
  right: 0px;
  color: #fff;
  border-radius: 25px;
  font-size: 14px;
  font-weight: 500;
  vertical-align: middle;
  z-index: 11;
}
.pricing-option.using .top:after {
  content: "Current plan";
  background: #00A7FF;
  padding: 7px 12px;

  position: absolute;
  top: 17px;
  right: 0px;
  color: #fff;
  border-radius: 25px;
  font-size: 14px;
  font-weight: 500;
  vertical-align: middle;
  z-index: 11;
}


.pricing-option .top {
  position: sticky;
  top: -20px;
  background: #fff;
  z-index: 10;
  padding: 20px 0;
}

.pricing-option .name {
  display: block;
  color: #111;

  /*text-transform: uppercase;*/
  font-size: 26px;
  font-weight: 400;
  text-align: center;

/*  background: #f0f0f0;*/
  padding: 0 0;
  text-align: left;

}

.pricing-option .name .new {
  font-size: 11px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
  margin-top: -4px;
  top: -15px;
  font-weight: 500;
  background: #999;
  color: #fff;
  padding: 4px 6px;
  border-radius: 6px;
}

.pricing-option .name .cycle {
  font-size: 15px;
  border: 1px solid;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  padding: 6px 9px;
  border-radius: 25px;
  font-weight: 500;
  margin-top: -4px;
  color: #333;
}

.pricing-option .name .save {
  font-size: 13px;
  display: inline-block;
  vertical-align: middle;
  font-weight: 500;
  background: #cbf4c9;
  color: #0e6245;
/*  background: #009eff;*/
/*  color: #fff;*/
  padding: 10px 12px;
  border-radius: 26px;

  position: absolute;
  top: 20px;
  right: 15px;
}

.pricing-option .name .save.deal {
  background: #111;
  color: #fff;
  text-transform: uppercase;
}

.pricing-option .price {
  margin: 10px 0 0;
  text-align: left;
  /*letter-spacing: 2px;*/
/*  color: #009eff;*/
  color: #333;
  border-bottom: 1px solid #444;
  padding-bottom: 9px;
  margin-bottom: 10px;
}

.pricing-option .price .full-price {
  position: relative;
  display: inline-block;
}

.pricing-option .price .full-price + .full-price.discounted {
  margin-left: 5px;
  color: red;
}

.pricing-option .full-price.slashed:after {
  content: "";
  display: inline-block;
  height: 2px;
  width: 100%;
  background: red;
  position: absolute;
  top: 50%;
  left: 0;
}

/*Display appropriate pricing*/
.pricing-options.monthly .full-price.annually {
  display: none;
}
.pricing-options.annually .full-price.monthly {
  display: none;
}

.pricing-option .price .number {
  font-size: 24px;
  font-weight: 700;
}
.pricing-option .price .number.free {
/*  text-transform: uppercase;*/
/*  font-size: 20px;*/
}

.pricing-option .price.contact-us .number {
  font-size: 25px;
}

.pricing-option .price .cycle {
  font-size: 16px;
  vertical-align: bottom;
  position: relative;
  top: -4px;
  margin-left: 2px;
}

.pricing-option .price .billed-as {
  display: block;
  vertical-align: top;
  margin-top: 9px;
}

.pricing-option .price .billed-as span {
  font-size: 11px;
  color: #333;
  font-weight: 400;
  border: 1px solid;
  padding: 5px 7px;
  border-radius: 6px;
  display: inline-block;
  display: block;
}

.pricing-option .pricing-features {
  text-align: left;
  font-size: 16px;
  color: #333;
}


.pricing-option .pricing-features li {
  position: relative;
  line-height: 1.3;
  padding: 7px 0;
  padding-left: 32px;
}

.pricing-option .pricing-features li:not(.b) + li {
  border-top: 2px solid #f0f0f0;
}

.pricing-option .pricing-features li.b {
  font-weight: 700;
  padding-left: 0;
  background: #f0f0f0;
  padding: 8px 10px;
  font-size: 15.5px;
  border-radius: 6px;
  margin-bottom: 5px;
}

.pricing-option .pricing-features li.b:before {
  display: none;
}

.pricing-option .pricing-features li:before {
  content: "";
  display: inline-block;
  height: 22px;
  width: 22px;
  background-size: 100%;

  background: #ffe000;
  background-image: url('../img/check-icon.svg');
  background-position: 5px 4px;
  background-size: 14px;
  background-repeat: no-repeat;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -11px;
}

.pricing-option .pricing-features li.hidden {
  color: transparent;
}

.pricing-option .pricing-features li.hidden:after {
  content: "";
  height: 4px;
  width: calc(100% - 21px);
  background: #ccc;
  position: absolute;
  left: 21px;
  top: 5px;
}

.pricing-option .pricing-features li .info {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -1px;
  height: 15px;
  width: 15px;
  background: url(../img/icon-info.png);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50%;
  margin-left: 4px;
}

.pricing-option .pricing-features li .info:hover:after {
  content: attr(data-tooltip);
  position: absolute;
  background: #30446e;
  left: 0px;
  margin-left: -100px;
  bottom: 100%;
  margin-bottom: 10px;
  color: #fff;
  line-height: 1.4;
  padding: 7px 10px;
  border-radius: 8px;
  z-index: 999;
  animation: fadeInUp ease 0.2s;
  font-size: 14px;
  min-width: 200px;
}

.popup .pricing-option:first-child .info:hover:after {
  margin-left: -38px;
}

.popup .pricing-option:last-child .info:hover:after {
  margin-left: -189px;
}

.pricing-option .pricing-features li .label {
  display: inline-block;
  background: #FFECA1;
  font-size: 12px;
  padding: 5px 7px;
  border-radius: 4px;
}

.pricing-option .promo {
  font-size: 14px;
  border: 2px solid #80B3FF;
  color: #80b3ff;
  vertical-align: middle;
  padding: 5px 10px;
  display: block;
  margin-top: 15px;
  border-radius: 4px;
  /*text-transform: uppercase;*/
  font-weight: 500;
  display: none;
}

.pricing-option .charge-text {
  font-size: 15px;
  font-weight: 400;
  margin: 20px 0;
  line-height: 1.4;
  color: #333;
/*  font-style: italic;*/
}

.pricing-option .charge-text .charge-text-cycle {
  border-bottom: 1px dotted #888;
  padding-bottom: 1px;
}

.pricing-option .charge-text b {
  display: inline-block;
}

.pricing-option .charge-info {
  font-size: 16px;
  margin-top: 15px;
  margin-bottom: 20px;
  color: #333;
  background: #f0f0f0;
  padding: 12px 10px;
  border-radius: 5px;
}

.pricing-option .charge-info .charge {
  float: right;
}

.pricing-option .charge-info p + p {
  margin-top: 10px;
  border-top: 1px solid #ddd;
  padding-top: 10px;
}

.pricing-option .charge-info p:first-child {
  font-weight: 500;
}

.pricing-option .charge-info p.text {
  line-height: 1.2;
}

.pricing-option .charge-info p.slashed,
.pricing-option .charge-info p.slashed .charge {
  text-decoration: line-through;
}

.pricing-option .cancel-info {
  font-size: 12px;
  margin-top: 15px;
}

.upgrade-btn {
  display: inline-block;
  color: #fff;
  padding: 12px 15px;
  border-radius: 25px;
  font-size: 16px;
  font-weight: 500;
  display: block;
  text-align: center;
  border-radius: 4px;

  background: #ffe000;
  color: #222;
  border: 2px solid transparent;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  min-height: 44px;
}

.upgrade-btn.o {
  background: #fff;
  border: 1px solid #ffe000;
}
.upgrade-btn.o:hover {
/*  background: #ffe000;*/
}
.upgrade-btn.disabled,
.upgrade-btn.disabled:hover {
  background: #f0f0f0;
}

.upgrade-btn:hover {
  opacity: 0.9;
}

.upgrade-btn + .upgrade-btn {
  margin-top: 10px;
}

.upgrade-btn + .pricing-features {
  margin-top: 20px;
}

/*--*/

.api-docs {
  margin-top: 30px;
}

.api-docs .route-type {
  display: inline-block;
  /*border: 1px solid;*/
  border-radius: 5px;
  padding: 5px 8px;
  font-size: 14px;
  margin-right: 9px;
  color: #fff;
}

.api-docs .route-type.get {
  background: #1391FF;
}
.api-docs .route-type.delete {
  background: #ff854d;
}
.api-docs .route-type.post {
  background: #009D77;
}
.api-docs .route-type.put {
  background: #888;
}

.api-docs .route-path {
  font-weight: 500;
}

.api-docs .parameters {

}

.api-docs .parameter {
  font-size: 17px;
  position: relative;
}

.api-docs .parameter + .parameter {
  margin-top: 10px;
  padding-top: 12px;
  border-top: 1px solid #eee;
}

.api-docs .parameter .param {
  background: #eee;
  display: inline-block;
  padding: 5px 9px;
  border-radius: 5px;
  text-transform: uppercase;

  font-size: 12px;
  margin-right: 10px;
  width: 60px;
  box-sizing: border-box;
  text-align: center;
}

.api-docs .parameters .name {
  font-weight: 500;
  font-size: 17.5px;
}

.api-docs .parameters .type {
  color: #444;
  font-style: italic;
  font-size: 16px;
}

.api-docs .parameters .required {
  display: inline-block;
  padding: 3px 5px;
  background: orange;
  border: 1px solid #333;
  font-size: 12px;
  border-radius: 5px;
  /*margin: 0 7px;*/
  margin-top: -1px;
  vertical-align: middle;
  position: absolute;
  right: 0;
}

.api-docs .parameters .required.optional {
  background: lightyellow;
}

.api-docs .parameters .definition {
  display: block;
  margin-top: 3px;
  margin-left: 74px;
  color: #333;
  line-height: 1.3;
}

.api-docs .parameters select {
  margin-top: 10px;
  margin-left: 74px;
  width: calc(100% - 74px);
}

/*--*/

.helpscout-launcher {
  display: block;
  position: fixed;
  bottom: 30px;
  right: 30px;
  background: #fede37;
  border: 0;
  border-radius: 20px;
  padding: 10px 15px;
  font-weight: 500;
  font-size: 14.5px;
  color: rgba(0,0,0,0.8);
}

.BeaconFabButtonFrame {
  bottom: 30px !important;
  right: 30px !important;
}

.hsds-beacon .BeaconContainer {
  right: 30px !important;
  bottom: 80px !important;
}

/*.c-FabButton__icon--icon {
  display: none;
}*/

/*--*/

.draggable-block {
  position: relative;
  padding: 10px;
  padding-left: 60px;
  box-shadow: 0 0 2px rgba(0,0,0,0.4);
  border-radius: 5px;
  background: #fff;
}

.pricing-plans .draggable-block {
  padding: 0;
}

.draggable-block + .draggable-block {
  margin-top: 15px;
}

.draggable-block .handle {
  position: absolute;
  top: 50%;
  margin-top: -18px;
  left: 10px;
  cursor: grab;
  padding: 5px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 20px;
  background-color: #f0f0f0;
  background-image: url("../img/icon-drag.png");
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.2s ease;
  height: 24px;
  width: 24px;
  z-index: 5;
}

.pricing-plans .draggable-block .handle {
  top: 24px;
}

.draggable-block .handle:hover {
  background-color: #e0e0e0;
}

/*----*/

.font-select {
  position: relative;
}

.font-select span {
  background-color: #009eff;
  color: #fff;
  display: inline-block;
  padding: 11px 15px;
  font-weight: 500;
  font-size: 14.5px;
  cursor: pointer;
  transition: all 0.2s ease-in 0s;
  border-radius: 6px;
}

.fs-drop {
  max-height: 50vh;
  overflow-y: auto;
  position: absolute;
  background-color: #fff;
  z-index: 2;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  left: 0;
  top: 40px;
  border-radius: 7px;
}

.fs-results {
  padding: 0;
}

.fs-results li {
  list-style: none;
  padding: 10px 15px;
  border-bottom: 1px solid #e5e5e5;
  cursor: pointer;
  transition:0.2s ease-in;
  font-size: 17px;
}
.fs-results li:hover {
  background-color:#ddd;
}

/*----*/

.modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal-content {
  background: white;
  padding: 20px;
  border-radius: 4px;
  max-width: 450px;
  width: 100%;
}

.modal .modal-title {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 10px;
  color: #222;
}

.modal .modal-text {
  font-size: 15px;
  line-height: 1.5;
  color: #333;
  margin: 0 0 20px;
}

.modal-actions {
  margin-top: 15px;
  text-align: right;
}


.modal .modal-btn {
  padding: 8px 16px;
  border: none;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
}

.modal .modal-btn + .modal-btn {
  margin-left: 10px;
}

.modal .modal-btn.delete {
  background: #ff4d4d;
  color: white;
}

.modal .modal-btn.delete:hover {
  background: #ff3333;
}

.modal .modal-btn.delete:disabled {
  background: #ffb3b3;
  cursor: not-allowed;
}

.modal .modal-btn.cancel {
  background: #ddd;
  color: #444;
}

.modal .modal-btn.cancel:hover {
  background: #ccc;
}


/*----*/

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}


@-webkit-keyframes fadeInLeftSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(30%, 0, 0);
    transform: translate3d(30%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeftSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(30%, 0, 0);
    transform: translate3d(30%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes fadeInUpSmall {
  from {
    opacity: 0.5;
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUpSmall {
  from {
    opacity: 0.5;
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@media only screen and (max-width: 1160px) {
  .dashboard .submenu {
    top: 80px;
  }
  .alert-banner {
    margin-top: 80px;
  }

  .dashboard .submenu + .form-card {
    margin-left: 25px;
    width: calc(100% - 280px - 25px);
  }

  nav > .inner {
    padding: 0 20px;
  }
  nav .user {
    right: 20px;
  }

  .dashboard {
    padding: 20px 0;
  }

  .dashboard,
  .alert-banner {
    margin-left: 20px;
    margin-right: 20px;
  }

  .dashboard .stats {
    grid-template-columns: 1fr 1fr;
  }
}

@media only screen and (max-width: 985px) {
  .mobile-menu {
    display: block;
    position: fixed;
    top: 60px;
    bottom: 0;
    left: 0;
    right: 0;
    background: #f0f0f0;
    z-index: 9998;

    display: none;
  }

  .mobile-menu.open {
    display: block;
  }

  .mobile-menu .inner {
    height: 100%;
    overflow-x: scroll;
    padding: 10px 0;
    box-sizing: border-box;
  }

  .mobile-menu .menu-section + .menu-section {
    border-top: 1px solid #ccc;
  }

  .mobile-menu .menu-title {
    display: block;
    padding: 20px 20px;
    font-size: 18px;
    cursor: pointer;
    position: relative;
    color: #222;
  }

  .mobile-menu .menu-section.with-submenu .menu-title:after {
    content: "";
    display: inline-block;

    height: 22px;
    width: 22px;
    border-radius: 50%;
    background-image: url('../img/icon-chevron-down.png');
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: center right;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -11px;
    box-sizing: border-box;
  }

  .mobile-menu .menu-section.open .menu-title:after {
    transform: rotate(180deg);
    background-position: center left;
  }

  .mobile-menu .menu-section .submenu {
    display: none;
  }
  .mobile-menu .menu-section.open .submenu {
    display: block;
    margin-bottom: 20px;
  }

  .mobile-menu .submenu .submenu-section + .submenu-section {
    margin-top: 5px;
  }

  .mobile-menu .submenu .submenu-section .separator,
  .mobile-menu .submenu .submenu-section a {
    display: block;
    margin: 0 20px;
  }

  .mobile-menu .submenu .submenu-section .separator {
    background: #fff;
    border-radius: 6px;
    padding: 11px 12px;
    padding-left: 40px;
  }

  .mobile-menu .submenu .submenu-section a {
    display: none;
    padding: 11px 12px;
    background: none;
    border-radius: 0;
  }

  .mobile-menu .submenu .submenu-section a + a {
    border-top: 1px solid #eee;
  }

  .mobile-menu .submenu .submenu-section a:before {
    display: none;
  }

  .mobile-menu .submenu .submenu-section.open a {
    display: block;
  }

  .mobile-menu .upgrade-now {
    margin-top: 20px;
    display: block;
    box-sizing: border-box;
    color: #222;
    background: #009eff;
    color: #fff;
    padding: 8px 10px;
    font-weight: 500;
    border-radius: 8px;
    line-height: 18px;
    display: inline-block;
  }

  .hamburger {
    height: 22px;
    width: 22px;
    position: fixed;
    top: 9px;
    cursor: pointer;
    padding: 10px 0px;
    display: none;
  }

  .hamburger:after {
    content: "";
    display: block;
    position: absolute;
    top: 12px;
    left: 0px;
    height: 2px;
    width: 22px;
    background: #111;
    box-shadow: 0px 8px 0 0 #111, 0px 16px 0 0 #111;
  }

  .close {
    height: 22px;
    width: 22px;
    position: fixed;
    top: 18px;
    cursor: pointer;
    padding: 0;
    z-index: 4;
    display: none;
  }

  .close:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -1px;
    left: 50%;
    height: 2px;
    width: 22px;
    margin-left: -11px;
    background: #111;
    transform: rotate(135deg);
  }

  .close:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -1px;
    left: 50%;
    height: 2px;
    width: 22px;
    margin-left: -11px;
    background: #111;
    transform: rotate(45deg);
  }

  .hamburger,
  .close {
    left: 20px;
  }

  .hamburger.active,
  .close.active {
    display: block;
    z-index: 9999;
  }

  .dashboard-menu {
    display: none;
  }

  nav {
    text-align: center;
  }

  nav .user .upgrade-now {
    display: none;
  }

  .dashboard .submenu {
    float: none;
    width: auto;
    position: static;

    display: none;
  }

  .dashboard .submenu .submenu-section:not(.open) {
/*    display: inline-block;*/
  }

  .dashboard .submenu .separator {
/*    display: inline-block;*/
  }

  .dashboard .submenu + .form-card {
    float: none;
    margin-left: 0;
    width: auto;
/*    margin-top: 30px;*/
    max-width: 100%;
  }

  .form-card,
  .dashboard .startup-checklist {
    padding: 15px;
    overflow: hidden;
  }

  .recap {
    grid-template-columns: 1fr;
  }
}

@media only screen and (max-width: 700px) {
  .dashboard .stats {
    grid-template-columns: 1fr;
  }

  .recap {
    grid-template-columns: 1fr;
  }

  .form-card .card-title .card-controls {
    position: static;
    margin-top: 20px;
  }

  .dashboard .startup-checklist .checklist li .perform-btn {
    position: static;
    margin-top: 10px;
  }
}

@media only screen and (max-width: 568px) {
  nav .logo img {
    width: 136px;
  }

  nav > .inner {
    padding: 0 15px;
  }
  nav .user {
    right: 15px;
  }

  .hamburger, .close {
    left: 15px;
  }

  .mobile-menu .menu-title {
    padding: 20px 15px;
  }

  .mobile-menu .submenu .submenu-section .separator,
  .mobile-menu .submenu .submenu-section a {
    margin: 0 15px;
  }

  .dashboard {
    padding: 15px 0;
  }

  .dashboard,
  .alert-banner {
    margin-left: 15px;
    margin-right: 15px;
  }

  .alert-banner {
    text-align: left;
  }

  .alert-banner .close-banner {
    right: 10px;
    bottom: 10px;
    top: auto;
    margin-top: auto;
  }

  .form-card,
  .dashboard .startup-checklist {
    padding: 10px;
  }

  .form-card .row.two-buttons .button-link {
    width: auto;
    float: none;
  }

  .form-card .row.two-buttons .button-link + .button-link {
    margin-left: 0;
    margin-top: 15px;
  }

  .employers-list .employer .buttons .rounded-label {
    display: block;
    margin-bottom: 10px;
  }

  .data-controls .data-info {
    display: block;
  }

  .data-controls * + .data-search {
    margin-left: 0;
  }

  .data-controls {
    padding: 8px 10px;
  }

  .form-card .card-title .date-selector,
  .form-card .card-title .download-btn {
    margin-top: 5px;
  }

  .alert-banner {
    padding: 9px 10px;
    font-size: 15px;
  }

  .form-card .card-btns {
    position: static;
    margin-top: 10px;
  }
}
