/*!****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[5].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[5].rules[1].use[1]!./node_modules/ngx-smart-modal/styles/ngx-smart-modal.scss?ngGlobalStyle ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
body.dialog-open {
  overflow: hidden;
}

.nsm-dialog-btn-close {
  border: 0;
  background: none;
  position: absolute;
  top: 8px;
  right: 8px;
  font-size: 1.2em;
  cursor: pointer;
}

.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow-x: hidden;
  overflow-y: auto;
  transition: background-color 500ms;
  background-color: transparent;
  z-index: 999;
}
.overlay.nsm-overlay-open {
  background-color: rgba(0, 0, 0, 0.5);
}
.overlay.transparent {
  background-color: transparent;
}

.nsm-dialog {
  position: relative;
  opacity: 1;
  visibility: visible;
  min-height: 200px;
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
  pointer-events: none;
  outline: none;
}
.nsm-dialog.nsm-dialog-close {
  opacity: 0;
}
.nsm-dialog.nsm-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 3.5rem);
}

.nsm-content {
  position: relative;
  display: flex;
  flex-direction: column;
  pointer-events: auto;
  background-clip: padding-box;
  background-color: #fff;
  border-radius: 2px;
  padding: 1rem;
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
  margin-left: 1.75rem;
  margin-right: 1.75rem;
  box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.2), 0 13px 19px 2px rgba(0, 0, 0, 0.14), 0 5px 24px 4px rgba(0, 0, 0, 0.12);
  outline: 0;
  transform: translate3d(0, 0, 0);
}

.nsm-body {
  position: relative;
  flex: 1 1 auto;
}

/* *************************
* Animations
* *************************/
.nsm-dialog[class*=nsm-dialog-animation-] {
  transition: transform 500ms ease-in-out, opacity 500ms;
}

.nsm-dialog-animation-ltr {
  transform: translate3d(-50%, 0, 0);
}
.nsm-dialog-animation-ltr.nsm-dialog-open {
  transform: translate3d(0, 0, 0);
}
.nsm-dialog-animation-ltr.nsm-dialog-close {
  transform: translate3d(-50%, 0, 0);
}

.nsm-dialog-animation-rtl {
  transform: translate3d(50%, 0, 0);
}
.nsm-dialog-animation-rtl.nsm-dialog-open {
  transform: translate3d(0, 0, 0);
}
.nsm-dialog-animation-rtl.nsm-dialog-close {
  transform: translate3d(50%, 0, 0);
}

.nsm-dialog-animation-ttb {
  transform: translate3d(0, -50%, 0);
}
.nsm-dialog-animation-ttb.nsm-dialog-open {
  transform: translate3d(0, 0, 0);
}
.nsm-dialog-animation-ttb.nsm-dialog-close {
  transform: translate3d(0, -50%, 0);
}

.nsm-dialog-animation-btt {
  transform: translate3d(0, 50%, 0);
}
.nsm-dialog-animation-btt.nsm-dialog-open {
  transform: translate3d(0, 0, 0);
}
.nsm-dialog-animation-btt.nsm-dialog-close {
  transform: translate3d(0, 50%, 0);
}
/*!****************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./node_modules/@ng-select/ng-select/themes/default.theme.css ***!
  \****************************************************************************************************************************************************************************************************************************************************/
.ng-select.ng-select-opened>.ng-select-container{background:#fff;border-color:#b3b3b3 #ccc #d9d9d9}.ng-select.ng-select-opened>.ng-select-container:hover{box-shadow:none}.ng-select.ng-select-opened>.ng-select-container .ng-arrow{top:-2px;border-color:transparent transparent #999;border-width:0 5px 5px}.ng-select.ng-select-opened>.ng-select-container .ng-arrow:hover{border-color:transparent transparent #333}.ng-select.ng-select-opened.ng-select-top>.ng-select-container{border-top-right-radius:0;border-top-left-radius:0}.ng-select.ng-select-opened.ng-select-right>.ng-select-container{border-top-right-radius:0;border-bottom-right-radius:0}.ng-select.ng-select-opened.ng-select-bottom>.ng-select-container{border-bottom-right-radius:0;border-bottom-left-radius:0}.ng-select.ng-select-opened.ng-select-left>.ng-select-container{border-top-left-radius:0;border-bottom-left-radius:0}.ng-select.ng-select-focused:not(.ng-select-opened)>.ng-select-container{border-color:#007eff;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 0 3px rgba(0,126,255,0.1)}.ng-select.ng-select-disabled>.ng-select-container{background-color:#f9f9f9}.ng-select .ng-has-value .ng-placeholder{display:none}.ng-select .ng-select-container{color:#333;background-color:#fff;border-radius:4px;border:1px solid #ccc;min-height:36px;align-items:center}.ng-select .ng-select-container:hover{box-shadow:0 1px 0 rgba(0,0,0,0.06)}.ng-select .ng-select-container .ng-value-container{align-items:center;padding-left:10px}[dir="rtl"] .ng-select .ng-select-container .ng-value-container{padding-right:10px;padding-left:0}.ng-select .ng-select-container .ng-value-container .ng-placeholder{color:#999}.ng-select.ng-select-single .ng-select-container{height:36px}.ng-select.ng-select-single .ng-select-container .ng-value-container .ng-input{top:5px;left:0;padding-left:10px;padding-right:50px}[dir="rtl"] .ng-select.ng-select-single .ng-select-container .ng-value-container .ng-input{padding-right:10px;padding-left:50px}.ng-select.ng-select-multiple.ng-select-disabled>.ng-select-container .ng-value-container .ng-value{background-color:#f9f9f9;border:1px solid #e6e6e6}.ng-select.ng-select-multiple.ng-select-disabled>.ng-select-container .ng-value-container .ng-value .ng-value-label{padding:0 5px}.ng-select.ng-select-multiple .ng-select-container .ng-value-container{padding-top:5px;padding-left:7px}[dir="rtl"] .ng-select.ng-select-multiple .ng-select-container .ng-value-container{padding-right:7px;padding-left:0}.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value{font-size:.9em;margin-bottom:5px;color:#333;background-color:#ebf5ff;border-radius:2px;margin-right:5px}[dir="rtl"] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value{margin-right:0;margin-left:5px}.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value.ng-value-disabled{background-color:#f9f9f9}.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value.ng-value-disabled .ng-value-label{padding-left:5px}[dir="rtl"] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value.ng-value-disabled .ng-value-label{padding-left:0;padding-right:5px}.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-label{display:inline-block;padding:1px 5px}.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon{display:inline-block;padding:1px 5px}.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon:hover{background-color:#d1e8ff}.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.left{border-right:1px solid #b8dbff}[dir="rtl"] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.left{border-left:1px solid #b8dbff;border-right:none}.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.right{border-left:1px solid #b8dbff}[dir="rtl"] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.right{border-left:0;border-right:1px solid #b8dbff}.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-input{padding:0 0 3px 3px}[dir="rtl"] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-input{padding:0 3px 3px 0}.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-input>input{color:#000}.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-placeholder{top:5px;padding-bottom:5px;padding-left:3px}[dir="rtl"] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-placeholder{padding-right:3px;padding-left:0}.ng-select .ng-clear-wrapper{color:#999}.ng-select .ng-clear-wrapper:hover .ng-clear{color:#D0021B}.ng-select .ng-clear-wrapper:focus .ng-clear{color:#D0021B}.ng-select .ng-clear-wrapper:focus{outline:none}.ng-select .ng-spinner-zone{padding:5px 5px 0 0}[dir="rtl"] .ng-select .ng-spinner-zone{padding:5px 0 0 5px}.ng-select .ng-arrow-wrapper{width:25px;padding-right:5px}[dir="rtl"] .ng-select .ng-arrow-wrapper{padding-left:5px;padding-right:0}.ng-select .ng-arrow-wrapper:hover .ng-arrow{border-top-color:#666}.ng-select .ng-arrow-wrapper .ng-arrow{border-color:#999 transparent transparent;border-style:solid;border-width:5px 5px 2.5px}.ng-dropdown-panel{background-color:#fff;border:1px solid #ccc;box-shadow:0 1px 0 rgba(0,0,0,0.06);left:0}.ng-dropdown-panel.ng-select-top{bottom:100%;border-top-right-radius:4px;border-top-left-radius:4px;border-bottom-color:#e6e6e6;margin-bottom:-1px}.ng-dropdown-panel.ng-select-top .ng-dropdown-panel-items .ng-option:first-child{border-top-right-radius:4px;border-top-left-radius:4px}.ng-dropdown-panel.ng-select-right{left:100%;top:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-bottom-color:#e6e6e6;margin-bottom:-1px}.ng-dropdown-panel.ng-select-right .ng-dropdown-panel-items .ng-option:first-child{border-top-right-radius:4px}.ng-dropdown-panel.ng-select-bottom{top:100%;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-color:#e6e6e6;margin-top:-1px}.ng-dropdown-panel.ng-select-bottom .ng-dropdown-panel-items .ng-option:last-child{border-bottom-right-radius:4px;border-bottom-left-radius:4px}.ng-dropdown-panel.ng-select-left{left:-100%;top:0;border-top-left-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-bottom-color:#e6e6e6;margin-bottom:-1px}.ng-dropdown-panel.ng-select-left .ng-dropdown-panel-items .ng-option:first-child{border-top-left-radius:4px}.ng-dropdown-panel .ng-dropdown-header{border-bottom:1px solid #ccc;padding:5px 7px}.ng-dropdown-panel .ng-dropdown-footer{border-top:1px solid #ccc;padding:5px 7px}.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup{-webkit-user-select:none;user-select:none;padding:8px 10px;font-weight:500;color:rgba(0,0,0,0.54);cursor:pointer}.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-disabled{cursor:default}.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-marked{background-color:#f5faff}.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-selected,.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-selected.ng-option-marked{color:rgba(0,0,0,0.54);background-color:#ebf5ff;font-weight:600}.ng-dropdown-panel .ng-dropdown-panel-items .ng-option{background-color:#fff;color:rgba(0,0,0,0.87);padding:8px 10px}.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected,.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected.ng-option-marked{color:#333;background-color:#ebf5ff}.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected .ng-option-label,.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected.ng-option-marked .ng-option-label{font-weight:600}.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-marked{background-color:#f5faff;color:#333}.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-disabled{color:#ccc}.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-child{padding-left:22px}[dir="rtl"] .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-child{padding-right:22px;padding-left:0}.ng-dropdown-panel .ng-dropdown-panel-items .ng-option .ng-tag-label{font-size:80%;font-weight:400;padding-right:5px}[dir="rtl"] .ng-dropdown-panel .ng-dropdown-panel-items .ng-option .ng-tag-label{padding-left:5px;padding-right:0}[dir="rtl"] .ng-dropdown-panel{direction:rtl;text-align:right}

/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[5].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[5].rules[1].use[1]!./src/styles.scss?ngGlobalStyle ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/*! _normalize.scss v0.1.0 | MIT License | based on git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* 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,
menu,
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-color: transparent;
}

/**
 * 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;
}

/**
 * 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 {
  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 */
}

/**
 * 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],
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 */ /* 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;
}

@font-face {
  font-family: "Metropolis";
  src: url("/assets/fonts/Metropolis-SemiBold.woff") format("woff"), url("/assets/fonts/Metropolis-SemiBold.ttf") format("truetype"), url("/assets/fonts/Metropolis-SemiBold.svg#Metropolis-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Metropolis";
  src: url("/assets/fonts/Metropolis-Regular.woff") format("woff"), url("/assets/fonts/Metropolis-Regular.ttf") format("truetype"), url("/assets/fonts/Metropolis-Regular.svg#Metropolis-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Metropolis";
  src: url("/assets/fonts/Metropolis-Medium.woff") format("woff"), url("/assets/fonts/Metropolis-Medium.ttf") format("truetype"), url("/assets/fonts/Metropolis-Medium.svg#Metropolis-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "icomoon";
  src: url("/assets/fonts/icomoon.ttf?cw1ld2") format("truetype"), url("/assets/fonts/icomoon.woff?cw1ld2") format("woff"), url("/assets/fonts/icomoon.svg?cw1ld2#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-],
[class*=" icon-"] {
  /* use !important to prevent violation with browser extensions that change fonts */
  font-family: "icomoon", sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-info:before {
  content: "\e92c";
}

.icon-rescan2:before {
  content: "\e92b";
}

.icon-gear:before {
  content: "\e92a";
}

.icon-hide:before {
  content: "\e928";
}

.icon-show:before {
  content: "\e929";
}

.icon-key:before {
  content: "\e927";
}

.icon-edit:before {
  content: "\e926";
}

.icon-download:before {
  content: "\e925";
}

.icon-site-settings:before {
  content: "\e924";
}

.icon-arrow2-left:before {
  content: "\e922";
}

.icon-arrow2-right:before {
  content: "\e923";
}

.icon-share2:before {
  content: "\e921";
}

.icon-screamer:before {
  content: "\e920";
}

.icon-share:before {
  content: "\e91f";
}

.icon-link:before {
  content: "\e91e";
}

.icon-basket:before {
  content: "\e91d";
}

.icon-add-more:before {
  content: "\e91c";
}

.icon-dashboard:before {
  content: "\e91b";
}

.icon-settings:before {
  content: "\e91a";
}

.icon-desktop:before {
  content: "\e918";
}

.icon-mobile:before {
  content: "\e919";
}

.icon-star:before {
  content: "\e914";
}

.icon-arrow-down:before {
  content: "\e915";
}

.icon-success:before {
  content: "\e916";
}

.icon-error:before {
  content: "\e917";
}

.icon-rescan:before {
  content: "\e913";
}

.icon-add-photo:before {
  content: "\e912";
}

.icon-logout:before {
  content: "\e911";
}

.icon-app-integration:before {
  content: "\e90f";
}

.icon-collapse-nav:before {
  content: "\e910";
}

.icon-close:before {
  content: "\e90e";
}

.icon-active_nav_ico:before {
  content: "\e90d";
}

.icon-tick-thin:before {
  content: "\e904";
}

.icon-tick:before {
  content: "\e905";
}

.icon-search:before {
  content: "\e906";
}

.icon-cross-circle:before {
  content: "\e907";
}

.icon-photo:before {
  content: "\e908";
}

.icon-checks:before {
  content: "\e909";
}

.icon-carret-down:before {
  content: "\e90a";
}

.icon-breadcrumb-arrow:before {
  content: "\e90b";
}

.icon-add_icon:before {
  content: "\e90c";
}

.icon-bi_icon:before {
  content: "\e900";
}

.icon-ma_icon:before {
  content: "\e901";
}

.icon-ms_icon:before {
  content: "\e902";
}

.icon-tm_icon:before {
  content: "\e903";
}

.btn {
  display: inline-block;
  border-radius: 6px;
  padding: 15px 25px;
  font-size: 14px;
  line-height: 16px;
  border: none;
  letter-spacing: -0.42px;
  transition: background 0.1s ease;
  font-weight: 400;
  position: relative;
}
.btn:focus {
  outline: 1px solid rgba(255, 255, 255, 0);
}
.btn:focus:before {
  opacity: 1;
  visibility: visible;
}
.btn:before {
  content: "";
  box-shadow: 0 0 0 4px rgba(0, 109, 213, 0.22);
  border: 2px solid #006dd5;
  left: -6px;
  top: -6px;
  bottom: -6px;
  right: -6px;
  border-radius: 6px;
  display: block;
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
.btn .loading-icon {
  display: none;
}
.btn.btn_text {
  padding: 0;
}
.btn.btn_text:hover {
  text-decoration: underline;
}
.btn_blue {
  background: #0042ec;
  color: #fff;
}
.btn_blue:not(:disabled):hover, .btn_blue:not(.disabled):hover, .btn_blue:not(.btn_no-bg):hover {
  background: #002da0;
}
.btn_blue.btn_border {
  background: none;
  border-color: #0042ec;
  color: #0042ec;
}
.btn_blue.btn_border:hover {
  background: #0042ec;
  color: #fff;
}
.btn_blue:disabled, .btn_blue.disabled {
  color: #fff;
  border-color: #657191;
}
.btn_link {
  color: #2d68ff;
}
.btn_link:hover {
  color: #0042ec;
}
.btn_red {
  background: #8d0000;
  color: #fff;
}
.btn_red:not(:disabled):hover, .btn_red:not(.disabled):hover {
  background: #a83737;
}
.btn_red.btn_border {
  background: none;
  border-color: #8d0000;
  color: #8d0000;
}
.btn_red.btn_border:hover {
  color: #fff;
}
.btn_red.btn_text {
  color: #8d0000;
  background: none;
}
.btn_red.btn_text:hover {
  color: #8d0000;
  background: none;
  text-decoration: underline;
}
.btn_red:focus:before {
  border-color: #8d0000;
  box-shadow: 0 0 0 4px rgba(206, 68, 68, 0.22);
}
.btn_grey {
  background: #4c556d;
  color: #fff;
}
.btn_grey.btn_border {
  background: #fff;
  border-color: #4c556d;
  color: #4c556d;
}
.btn_grey:not(:disabled):hover, .btn_grey:not(.disabled):hover {
  background: #3d4459;
}
.btn_grey:not(:disabled):hover.btn_border, .btn_grey:not(.disabled):hover.btn_border {
  color: #fff;
}
.btn_white {
  background: #fff;
  color: #0042ec;
}
.btn_white.btn_border {
  border: 1px solid #0042ec !important;
}
.btn_white:not(:disabled):hover, .btn_white:not(.disabled):hover {
  background: #0042ec;
  color: #fff;
}
.btn_white:not(:disabled):hover.btn_border, .btn_white:not(.disabled):hover.btn_border {
  color: #fff;
  border: 1px solid #fff !important;
}
.btn_icon_blue {
  background: #fff;
  color: #0042ec;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.btn_icon_blue.btn_border {
  border-color: #0042ec;
}
.btn_icon_blue img {
  position: absolute;
  left: 20px;
}
.btn_green {
  background: #048700;
  color: #fff;
}
.btn_green:not(:disabled):hover, .btn_green:not(.disabled):hover {
  background: #045f00;
}
.btn_green.btn_border {
  background: none;
  border-color: #048700;
  color: #048700;
}
.btn_green.btn_border:not(:disabled):hover, .btn_green.btn_border:not(.disabled):hover {
  background: #048700;
  color: #fff;
}
.btn_dark-red {
  background: rgba(255, 0, 0, 0.34);
  color: #fff;
}
.btn_dark-red:hover {
  background: rgba(140, 4, 4, 0.14);
}
.btn_dark-red.btn_border {
  background: none;
  border-color: rgba(255, 0, 0, 0.34);
  color: #fff;
}
.btn_dark-red.btn_border:not(:disabled):hover, .btn_dark-red.btn_border:not(.disabled):hover {
  background: rgba(255, 0, 0, 0.34);
  color: #fff;
}
.btn_large {
  font-size: 14px;
  line-height: 20px;
  padding-top: 12px;
  padding-bottom: 10px;
  font-weight: 500;
}
.btn_large.btn_icon {
  padding-left: 54px;
}
.btn_img_custom {
  position: relative;
}
.btn_img_custom img {
  position: absolute;
  top: 7px;
  left: 10px;
}
.btn_medium {
  padding: 12px 16px 10px;
}
.btn_medium.btn_border {
  padding: 10px 16px 8px;
}
.btn_medium.btn_border.btn_icon {
  padding-left: 42px;
}
.btn_small {
  padding: 10px 15px 8px;
}
.btn_small.btn_border {
  padding: 8px 16px 6px;
}
.btn_icon {
  position: relative;
  padding-left: 42px;
}
.btn__icon {
  position: absolute;
  left: 13px;
  top: 50%;
  transform: translateY(-50%);
}
.btn_dash {
  padding-left: 45px;
  padding-right: 15px;
}
.btn_dash .btn__icon {
  height: 18px;
}
.btn_dash .icon-dashboard {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  margin-top: -1px;
}
.btn_new-scan {
  padding: 13px 27px 9px 57px;
}
.btn_new-scan .btn__icon {
  left: 21px;
  height: 17px;
}
.btn_add-card {
  padding-left: 44px;
}
.btn_add-card.btn_large {
  padding-left: 44px;
}
.btn_start-scan {
  font-size: 14px;
  padding: 10px 18px;
}
.btn_start-scan span {
  font-size: 14px;
  font-weight: 400;
}
.btn_load-more {
  display: block;
  width: 100%;
  background: rgba(45, 104, 255, 0.16);
  font-weight: 700;
  color: #0042ec;
  padding: 19px 0 15px;
}
.btn_load-more:hover {
  background: rgba(45, 104, 255, 0.56);
  color: #fff;
}
.btn_rescan img {
  height: 19px;
}
.btn_view:focus + .screenshot-options__dropdown, .btn_view:active + .screenshot-options__dropdown {
  display: block;
}
.btn_dismiss img {
  height: 16px;
}
.btn_border {
  border: 2px solid;
}
.btn_loading {
  position: relative;
  padding-left: 42px !important;
}
.btn_loading:after {
  content: "";
  width: 25px;
  height: 25px;
  position: absolute;
  display: block;
  left: 17px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("/assets/images/icons/loading.svg");
  background-size: 25px 25px;
  background-position: 0 0;
  background-repeat: no-repeat;
}
.btn_loading.btn_icon [class^=icon-],
.btn_loading.btn_icon [class*=" icon-"] {
  opacity: 0;
}
.btn_loading.btn_border.btn_red:after {
  background-image: url("/assets/images/icons/loading-red.svg");
}
.btn_loading.btn_border.btn_blue:after {
  background-image: url("/assets/images/icons/loading.svg");
}
.btn_no-bg {
  background: none;
}
.btn_no-bg:hover {
  background: none;
}
.btn:disabled, .btn.disabled {
  cursor: default;
  background-color: #657191;
  pointer-events: none;
}
.btn:disabled:hover, .btn.disabled:hover {
  cursor: default;
  background-color: #657191;
}

.switcher {
  padding: 0;
  margin: 0;
  display: flex;
  flex-flow: wrap;
  align-items: center;
  position: relative;
}
.switcher:focus-within:after {
  content: "";
  position: absolute;
  left: -4px;
  top: -4px;
  right: -4px;
  bottom: -4px;
  border: 2px solid #3368f2;
  border-radius: 28px;
  box-shadow: 0 0 0 3px rgba(0, 109, 213, 0.22);
  z-index: 2;
}
.switcher__label {
  font-size: 14px;
  line-height: 16px;
  cursor: pointer;
  padding-right: 15px;
  color: #464c61;
}
.switcher__input {
  position: absolute;
  right: 10px;
  top: 0;
  opacity: 0;
  width: 50px;
  height: 24px;
}
.switcher__input:checked + .switcher__body:after {
  transform: translate(16px, -50%);
}
.switcher__input:checked + .switcher__body:before {
  transform: translateX(0);
  border-radius: 25px;
}
.switcher__input:checked + .switcher__body .on {
  display: block;
}
.switcher__input:checked + .switcher__body .off {
  display: none;
}
.switcher__input:focus + .switcher__body {
  outline: 1px auto rgba(0, 0, 0, 0);
}
.switcher__input:focus + .switcher-tooltip {
  opacity: 1;
  visibility: visible;
}
.switcher__input:disabled + .switcher__body {
  opacity: 0.25;
}
.switcher__body {
  background: #616982;
  border-radius: 25px;
  width: 50px;
  height: 24px;
  position: relative;
  transition: background 0.1s ease;
  cursor: pointer;
  overflow: hidden;
}
.switcher__body:after {
  content: "";
  display: block;
  width: 30px;
  height: 21px;
  border-radius: 25px;
  background: #fff;
  border: 1px solid #fff;
  transition: transform 0.1s ease;
  top: 50%;
  left: 2px;
  position: absolute;
  transform: translate(0, -50%);
}
.switcher__body:before {
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transform: translateX(-100%);
  background: #05b800;
  display: block;
  position: absolute;
  transition: transform 0.1s ease, border-radius 0.1s ease;
}
.site-settings-table .switcher__body:before {
  background: #0042ec;
}
.statistic__controls .switcher__body:before {
  background: #0042ec;
}
.switcher__body .on {
  text-transform: uppercase;
  color: #0042ec;
  font-size: 10px;
  line-height: 10px;
  font-weight: 700;
  z-index: 2;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  display: none;
  margin-top: 1px;
  -webkit-user-select: none;
          user-select: none;
}
.switcher__body .off {
  text-transform: uppercase;
  font-size: 10px;
  line-height: 10px;
  font-weight: 700;
  z-index: 2;
  position: absolute;
  left: 6px;
  top: 50%;
  transform: translateY(-50%);
  color: #616982;
  margin-top: 1px;
  -webkit-user-select: none;
          user-select: none;
}

.switcher-hover {
  position: relative;
}
.switcher-hover:focus .statistic-widget__title {
  outline: 1px solid rgba(255, 255, 255, 0);
}
.switcher-hover:focus .statistic-widget__title:before {
  opacity: 1;
  visibility: visible;
}
.switcher-hover .statistic-widget__title:before {
  content: "";
  box-shadow: 0 0 0 4px rgba(0, 109, 213, 0.22);
  border: 2px solid #006dd5;
  left: -6px;
  top: -6px;
  bottom: -6px;
  right: -6px;
  border-radius: 6px;
  display: block;
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
.switcher-hover:hover, .switcher-hover:focus, .switcher-hover:focus-within {
  border: none;
  outline: none;
}
.switcher-hover:hover .switcher-tooltip, .switcher-hover:focus .switcher-tooltip, .switcher-hover:focus-within .switcher-tooltip {
  opacity: 1;
  visibility: visible;
}

.switcher-tooltip {
  position: absolute;
  top: 100%;
  padding-top: 15px;
  z-index: 50;
  width: 264px;
  display: block;
  right: 0;
  opacity: 0;
  visibility: hidden;
}
.switcher-tooltip.show-tooltip {
  opacity: 1;
  visibility: visible;
}
.switcher-tooltip.switcher-tooltip_20 .switcher-tooltip__inner:before {
  right: 20%;
}
.switcher-tooltip.switcher-tooltip_45 .switcher-tooltip__inner:before {
  right: 45%;
}
.switcher-tooltip__inner {
  padding: 20px;
  border-radius: 12px;
  border: 2px solid #0042ec;
  display: block;
  background: #fff;
  box-shadow: 0 4px 36px rgba(0, 0, 0, 0.3);
  position: relative;
}
.switcher-tooltip__inner:before {
  content: "";
  right: 15%;
  top: -14px;
  transform: rotate(90deg);
  background-image: url("/assets/images/icons/tip-arrow.svg");
  position: absolute;
  display: block;
  width: 12px;
  height: 16px;
}
.switcher-tooltip .text {
  display: block;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: -0.39px;
  color: #000;
  padding-bottom: 15px;
}
.switcher-tooltip .btn {
  border-radius: 25px;
  display: block;
  width: 100%;
  text-align: center;
  padding-top: 12px;
  padding-bottom: 12px;
}
@media (max-width: 767px) {
  .switcher-tooltip {
    right: auto;
    left: 0;
  }
  .switcher-tooltip__inner:before {
    right: auto;
    left: 15%;
  }
}

.progress-title {
  cursor: pointer;
}

.collapsed-sidebar .btn-container-support {
  display: flex;
  justify-content: center;
  margin-bottom: 25px;
  padding: 0;
}
.collapsed-sidebar .btn_icon_blue {
  min-width: 40px;
  height: 40px;
  padding: 0;
}
.collapsed-sidebar .btn_icon_blue span {
  display: none;
}
.collapsed-sidebar .btn_icon_blue img {
  position: static;
}

.select {
  position: relative;
  z-index: 10;
}
.select__selected {
  border-radius: 4px;
  border: 1px solid #6f7589;
  padding: 7px 32px 5px 13px;
  font-size: 14px;
  line-height: 16px;
  position: relative;
  cursor: pointer;
}
.select__selected:after {
  content: "";
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 9px;
  height: 5px;
  transition: transform 0.1s ease;
  background: url("/assets/images/icons/carret-down.svg") no-repeat;
}
.select__dropdown {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  margin-top: 10px;
  opacity: 0;
  visibility: hidden;
  border: 1px solid #6f7589;
  border-radius: 3px;
  overflow: hidden;
  z-index: 10;
  background: #fff;
  transition: opacity 0.1s ease, visibility 0.1s ease;
}
.select__option {
  background: #fff;
  padding: 0 15px;
  display: block;
  width: 100%;
  text-align: left;
  transition: background 0.1s ease;
  cursor: pointer;
}
.select__option .select-btn {
  border: none;
}
.select__option span,
.select__option .select-btn {
  border-bottom: 1px solid #6f7589;
  display: block;
  padding: 3px 0;
}
.select__option:last-child span,
.select__option:last-child .select-btn {
  border-bottom: none;
}
.select__option:hover {
  background: rgba(45, 104, 255, 0.06);
  color: #0042ec;
  cursor: pointer;
}
.select.active .select__selected:after {
  transform: translateY(-50%) rotate(-180deg);
}
.select.active .select__dropdown {
  opacity: 1;
  visibility: visible;
}
.select.active__dropdown {
  opacity: 1;
  visibility: visible;
}

.tabs-control {
  overflow: hidden;
  display: inline-block;
}
.tabs-control__list {
  display: flex;
  flex-flow: wrap;
  margin: 0 -15px;
  border-bottom: 1px solid #cfcfcf;
}
.tabs-control__item {
  padding: 0 15px;
}
.tabs-control__item.disabled {
  cursor: not-allowed;
}
.tabs-control__lnk {
  font-size: 14px;
  line-height: 18px;
  letter-spacing: -0.42px;
  font-weight: 400;
  color: #000;
  display: block;
  padding-bottom: 10px;
  position: relative;
  cursor: pointer;
}
.tabs-control__lnk.active {
  font-weight: 700;
}
.tabs-control__lnk:hover:after, .tabs-control__lnk.active:after {
  opacity: 1;
}
.tabs-control__lnk:after {
  content: "";
  left: 0;
  right: 0;
  bottom: -4px;
  height: 6px;
  display: block;
  position: absolute;
  background: #0042ec;
  border-radius: 35px;
  opacity: 0;
  transition: opacity 0.1s ease;
}
.tabs-control__lnk.disabled {
  pointer-events: none;
  color: #606374;
  font-weight: 400;
  cursor: not-allowed;
}
.tabs-item {
  display: none;
  float: left;
  width: 100%;
}
.tabs-item.active {
  display: block;
}

.dropdown-wrap {
  position: relative;
}
.dropdown-wrap:hover .dropdown {
  opacity: 1;
  visibility: visible;
}
.dropdown-wrap .dropdown__btn {
  border-radius: 4px;
  background: none;
  border: 1px solid #6f7589;
  padding: 7px 32px 5px 13px;
  font-size: 14px;
  line-height: 16px;
  font-weight: 700;
  letter-spacing: -0.42px;
  position: relative;
  text-align: left;
}
.dropdown-wrap .dropdown__btn:after {
  content: "\e90a";
  font-family: "icomoon";
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  font-size: 7px;
  transition: transform 0.1s ease;
}
.dropdown-wrap .dropdown {
  position: absolute;
  right: 0;
  top: 100%;
  margin-top: 10px;
  padding-top: 10px;
  z-index: 10;
}
.dropdown-wrap .dropdown__inner {
  border: 1px solid #606374;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.09);
  border-radius: 4px;
  width: 318px;
  overflow: hidden;
  background: #fff;
  padding: 0;
}
.dropdown-wrap .dropdown li:last-child {
  padding-bottom: 0;
}
.dropdown-wrap .dropdown li:last-child button span {
  border-bottom: none;
}
.dropdown-wrap .dropdown li button {
  padding: 0 15px;
  margin: 0;
  box-shadow: none;
  display: block;
  width: 100%;
  background: #fff;
  border: none;
  text-align: left;
  transition: color 0.1s ease;
}
.dropdown-wrap .dropdown li button span {
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #606374;
}
.dropdown-wrap .dropdown li button:hover {
  background: rgba(45, 104, 255, 0.06);
  color: #0042ec;
  cursor: pointer;
}
.dropdown-wrap .dropdown .custom-checkbox,
.dropdown-wrap .dropdown .custom-radio {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  font-size: 14px;
}
.dropdown-wrap.active__dropdown {
  opacity: 1;
  visibility: visible;
}
.dropdown-wrap_white .dropdown__btn {
  background: #fff;
}
@media (max-width: 374px) {
  .dropdown-wrap .dropdown li button {
    padding: 4px 0;
  }
}

.custom-checkbox {
  position: relative;
  cursor: pointer;
}
.custom-checkbox__input {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
}
.custom-checkbox__input:focus + .custom-checkbox__icon {
  outline-color: rgb(77, 144, 254);
  outline-offset: 3px;
  outline-style: auto;
  outline-width: 5px;
}
.custom-checkbox__input:checked + .custom-checkbox__icon {
  background: #0042ec;
  border-color: #0042ec;
}
.custom-checkbox__input:checked + .custom-checkbox__icon:after {
  opacity: 1;
}
.custom-checkbox__icon {
  border: 1px solid #6f7589;
  border-radius: 3px;
  width: 20px;
  height: 20px;
  display: block;
  position: relative;
}
.custom-checkbox__icon:after {
  content: "\e904";
  font-family: "icomoon";
  color: #fff;
  font-size: 10px;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}
.custom-checkbox__label-description {
  display: block;
  font-size: 14px;
  line-height: 18px;
  color: #464c61;
  letter-spacing: -0.14px;
}
.custom-checkbox.disabled {
  color: #657191;
  cursor: not-allowed;
}
.custom-checkbox.disabled .custom-checkbox__icon {
  background: #8894b4;
  border-color: #8894b4;
}

.custom-radio {
  position: relative;
  cursor: pointer;
  display: block;
}
.custom-radio__input {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
}
.custom-radio__input:focus + .custom-radio__icon {
  outline-color: rgb(77, 144, 254);
  outline-offset: 3px;
  outline-style: auto;
  outline-width: 5px;
}
.custom-radio__input:checked + .custom-radio__icon {
  background: #048700;
  border-color: #048700;
}
.custom-radio__input:checked + .custom-radio__icon:after {
  opacity: 1;
}
.custom-radio__icon {
  border: 2px solid #525b63;
  width: 20px;
  height: 20px;
  display: block;
  position: relative;
  border-radius: 50%;
}
.custom-radio__icon:after {
  content: "\e904";
  font-family: "icomoon";
  color: #fff;
  font-size: 10px;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}
.custom-radio__label-description {
  display: block;
  font-size: 14px;
  line-height: 18px;
  color: #464c61;
  letter-spacing: -0.14px;
}
.custom-radio.disabled {
  color: #657191;
  cursor: not-allowed;
}
.custom-radio.disabled .custom-radio__icon {
  background: #8894b4;
  border-color: #8894b4;
}

.line-loader {
  border-radius: 4px;
  background: #dedede;
  height: 4px;
  position: relative;
  overflow: hidden;
}
.line-loader__line {
  height: 4px;
  background: #0042ec;
  animation: 1.7s infinite loop cubic-bezier(0.42, 0, 0.58, 1);
}

@keyframes loop {
  0% {
    width: 0%;
    transform: translateX(0%);
  }
  7% {
    width: 10%;
    transform: translateX(0%);
  }
  40% {
    width: 60%;
  }
  50% {
    transform: translateX(85%);
  }
  75% {
    width: 100%;
  }
  100% {
    transform: translateX(100%);
  }
}
.lds-spinner {
  color: #c7ccd9;
  display: inline-block;
  position: relative;
  width: 26px;
  height: 26px;
}
.lds-spinner__line {
  transform-origin: 13px 13px;
  animation: lds-spinner 1.2s linear infinite;
}
.lds-spinner__line:after {
  content: " ";
  display: block;
  position: absolute;
  top: 1px;
  left: 12px;
  width: 2px;
  height: 6px;
  border-radius: 20%;
  background: #484c56;
}
.lds-spinner__line:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1.1s;
}
.lds-spinner__line:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s;
}
.lds-spinner__line:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s;
}
.lds-spinner__line:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s;
}
.lds-spinner__line:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s;
}
.lds-spinner__line:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s;
}
.lds-spinner__line:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s;
}
.lds-spinner__line:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s;
}
.lds-spinner__line:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s;
}
.lds-spinner__line:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s;
}
.lds-spinner__line:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s;
}
.lds-spinner__line:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
}

@keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.badge {
  color: #fff;
  font-weight: 500;
  letter-spacing: -0.2px;
  font-size: 14px;
  line-height: 16px;
  padding: 5px 11px 3px;
  border-radius: 4px;
}
.badge_success {
  background: #048700;
  background: rgba(4, 135, 0, 0.13);
}

.operation-state {
  position: fixed;
  left: 50%;
  transform: translate(-50%, 0);
  transition: max-height 0.1s linear, padding-bottom 0.1s linear;
  max-height: 0;
  overflow: hidden;
  width: 90%;
  z-index: 999999;
}
.operation-state.show {
  transition: max-height 0.1s linear, padding-bottom 0.1s linear;
  max-height: 54px;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.operation-state__inner {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.42px;
  display: flex;
  align-items: center;
  padding: 14px 20px 13px;
  border-radius: 4px;
}
.operation-state_error .operation-state__inner {
  color: #fff;
  background: #c11d1d;
}
.operation-state_error [class^=icon-] {
  font-size: 21px;
  margin-right: 15px;
  top: -2px;
  position: relative;
}
.operation-state_success .operation-state__inner {
  color: #fff;
  background: #048700;
}
.operation-state_success [class^=icon-] {
  font-size: 18px;
  margin-right: 15px;
}

.cabinet-sidebar {
  background: #fff;
  align-items: center;
  width: 100%;
  height: 100vh;
  position: fixed;
  display: block;
  padding: 0;
  left: 0;
  right: auto;
  top: 0;
  box-shadow: 0 4px 36px rgba(0, 0, 0, 0.05);
  max-width: 352px;
  z-index: 995;
}
.cabinet-sidebar__top {
  display: flex;
  align-items: center;
}
.out_home .cabinet-sidebar {
  max-width: 375px;
}
.out_home .cabinet-sidebar .cabinet-sidebar__top {
  display: none;
}
.cabinet-sidebar__inner {
  display: flex;
  justify-content: space-between;
  flex-flow: column;
  height: 100%;
}
.collapsed-sidebar .cabinet-sidebar {
  width: 61px;
}
.collapsed-sidebar.has-sitemap-nav .cabinet-sidebar {
  width: 61px;
  display: flex;
  align-items: flex-start;
  flex-flow: wrap;
}
.collapsed-sidebar.has-sitemap-nav .cabinet-sidebar__inner {
  width: 61px;
}
.cabinet-sidebar .logo {
  padding: 30px;
}
.cabinet-sidebar .logo img {
  display: block;
}
.cabinet-sidebar .sidebar-btn-wrap {
  padding: 0 28px 30px;
}
.collapsed-sidebar .cabinet-sidebar .sidebar-btn-wrap {
  padding-left: 10px;
  padding-right: 10px;
}
.cabinet-sidebar .sidebar-btn-wrap .btn {
  width: 100%;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-size: 14px;
  line-height: 18px;
}
.cabinet-sidebar .sidebar-btn-wrap .btn .icon-add_icon {
  font-size: 16px;
  padding-right: 10px;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}
.collapsed-sidebar .cabinet-sidebar .sidebar-btn-wrap .btn {
  width: 40px;
  height: 40px;
}
.collapsed-sidebar .cabinet-sidebar .sidebar-btn-wrap .btn .icon-add_icon {
  left: 13px;
}
.collapsed-sidebar .cabinet-sidebar .sidebar-btn-wrap .btn__text {
  display: none;
}
.cabinet-sidebar__team {
  padding: 20px 25px 13px;
  width: 100%;
  position: relative;
}
.cabinet-sidebar__team .team-drop-btn {
  display: flex;
  align-items: center;
  border: none;
  background: none;
  padding: 0 50px 0 0;
  position: relative;
  width: 100%;
}
.cabinet-sidebar__team .team-drop-btn__img {
  margin-right: 20px;
}
.cabinet-sidebar__team .team-drop-btn__img img {
  border-radius: 50%;
  width: 38px;
  height: 38px;
  display: block;
}
.cabinet-sidebar__team .team-drop-btn__name {
  font-size: 15px;
  line-height: 22px;
  letter-spacing: -0.3px;
  color: #000;
}
.cabinet-sidebar__team .team-drop-btn__info {
  color: #fff;
  border-radius: 50%;
  width: 23px;
  height: 23px;
  line-height: 23px;
  font-size: 15px;
  font-weight: 500;
  background: #c10909;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}
.cabinet-sidebar__team .team-drop-btn .team-drop-content-mobile {
  display: none;
}
.collapsed-sidebar .cabinet-sidebar__team {
  padding: 11px;
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 12px;
}
.collapsed-sidebar .cabinet-sidebar__team .team-drop-btn .team-drop-content-desktop {
  display: none;
}
.collapsed-sidebar .cabinet-sidebar__team .team-drop-btn .team-drop-content-mobile {
  display: flex;
}
.collapsed-sidebar .cabinet-sidebar__team .team-drop-btn__img {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #23293b;
}
.collapsed-sidebar .cabinet-sidebar__team .team-drop-btn .initials {
  font-size: 14px;
  line-height: 14px;
  margin-top: 2px;
}
.collapsed-sidebar .cabinet-sidebar__team .team-drop-btn__info {
  width: 18px;
  height: 18px;
  font-size: 12px;
  line-height: 18px;
  position: absolute;
  right: 8px;
  top: 6px;
}
.cabinet-sidebar__team .icon-arrow-down {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 9px;
}
.cabinet-sidebar .team-dropdown {
  box-shadow: 0 8px 40px rgba(0, 5, 23, 0.36);
  position: absolute;
  left: 15px;
  right: 15px;
  background: #fff;
  top: 100%;
  z-index: 10;
  padding: 20px;
  border-radius: 8px;
  display: none;
}
.cabinet-sidebar .team-dropdown .title {
  color: #464c61;
  font-size: 14px;
  line-height: 17px;
  border-bottom: 1px solid #d8d8d8;
  padding-bottom: 7px;
}
.cabinet-sidebar .team-dropdown__img {
  padding-right: 15px;
}
.cabinet-sidebar .team-dropdown__img img {
  border-radius: 50%;
  width: 38px;
  height: 38px;
  display: block;
}
.cabinet-sidebar .team-dropdown__item {
  margin-bottom: 18px;
}
.cabinet-sidebar .team-dropdown__item:last-child {
  margin-bottom: 0;
}
.cabinet-sidebar .team-dropdown__item:last-child__btn {
  border-bottom: none;
}
.cabinet-sidebar .team-dropdown__item__btn {
  border-bottom: 1px solid #d8d8d8;
  padding: 12px 0;
  background: none;
  border-top: none;
  border-left: none;
  border-right: none;
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
}
.cabinet-sidebar .team-dropdown__item__btn:before {
  z-index: -1;
  content: "";
  left: -15px;
  right: -15px;
  border-radius: 4px;
  background: rgba(0, 66, 236, 0.22);
  position: absolute;
  top: 0;
  bottom: 0;
  box-shadow: 0 0 0 4px rgba(0, 66, 236, 0.29);
  border: 2px solid #0042ec;
  transition: opacity 0.1s ease;
  opacity: 0;
}
.cabinet-sidebar .team-dropdown__item__btn:focus {
  outline: 0;
}
.cabinet-sidebar .team-dropdown__item__btn:focus:before {
  opacity: 1;
}
.cabinet-sidebar .team-dropdown__name {
  font-size: 14px;
  line-height: 17px;
  font-weight: 500;
  color: #000;
}
.cabinet-sidebar .team-dropdown-badge {
  color: #106100;
  border: 1px solid #106100;
  background: rgba(16, 97, 0, 0.11);
  border-radius: 4px;
  padding: 3px 10px;
  font-weight: 600;
  font-size: 10px;
  line-height: 12px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
@media (max-width: 1024px) {
  .cabinet-sidebar {
    transform: translateX(-100%);
  }
  .cabinet-sidebar .sidebar-btn-wrap {
    padding-bottom: 20px;
  }
  .collapsed-sidebar .cabinet-sidebar {
    transform: translateX(0);
    transition: transform 0.1s ease;
  }
  .collapsed-sidebar .cabinet-sidebar .sidebar-nav__icon {
    display: none;
  }
  .collapsed-sidebar .cabinet-sidebar .sidebar-btn-wrap .btn {
    width: 100%;
  }
  .collapsed-sidebar .cabinet-sidebar .sidebar-btn-wrap .btn__text {
    display: block;
  }
  .collapsed-sidebar.has-sitemap-nav .cabinet-sidebar {
    width: 270px;
  }
  .collapsed-sidebar.has-sitemap-nav .cabinet-sidebar__inner {
    width: 100%;
  }
  .collapsed-sidebar.has-sitemap-nav .cabinet-sidebar .sidebar-nav__icon {
    display: none;
  }
  .sidebar-active .cabinet-sidebar {
    width: 100%;
    transform: translateX(0);
  }
  .sidebar-active.has-sitemap-nav .cabinet-sidebar {
    width: 100%;
  }
  .sidebar-active.has-sitemap-nav .cabinet-sidebar .tariff {
    display: none;
  }
  .sidebar-active.has-sitemap-nav .cabinet-sidebar .sidebar-nav__lnk-name {
    display: none;
  }
  .collapsed-sidebar .cabinet-sidebar {
    width: 100%;
  }
}

.app-sidebar {
  width: 100%;
}

.cabinet-content {
  width: 100%;
}
.cabinet-content__inner {
  padding: 43px 30px 40px 28px;
  margin: 0 auto;
  width: 100%;
}
.cabinet-content .top-btns {
  display: flex;
  justify-content: flex-end;
  margin: 0 -10px;
  position: relative;
  padding-right: 60px;
}
.cabinet-content .top-btns .btn {
  margin: 0 10px;
  padding: 13px 20px;
  font-weight: 700;
}
.cabinet-content .top-btns .btn.btn_border.btn_blue {
  background: #fff;
}
.cabinet-content .top-btns .btn.btn_border.btn_blue:hover {
  background: #0042ec;
  color: #fff;
}
.cabinet-content .top-btns .show-mobile-nav {
  position: absolute;
  left: 22px;
  top: 50%;
  transform: translateY(-50%);
}
.cabinet-content__top {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  padding-bottom: 16px;
}
.cabinet-content__top-right {
  padding-bottom: 15px;
  width: 100%;
}
.cabinet-content__top .btn {
  font-weight: 400;
  width: 100%;
  display: block;
}
.cabinet-content__top .btn strong {
  font-weight: 700;
}
.cabinet-content__top .btn_icon {
  padding-left: 40px;
}
@media all and (max-width: 1024px) {
  .cabinet-content__inner {
    padding: 24px 15px 15px;
  }
  .cabinet-content .top-btns {
    background: #fff;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    padding: 15px 60px 15px 10px;
    z-index: 999;
  }
}
@media all and (min-width: 992px) {
  .cabinet-content__top-right {
    width: auto;
  }
  .cabinet-content__top-right .btn {
    display: inline-block;
    width: auto;
  }
}
@media all and (min-width: 1025px) {
  .cabinet-content {
    padding-left: 352px;
  }
  .out_permalink .cabinet-content {
    padding-left: 0;
  }
  .collapsed-sidebar .cabinet-content {
    padding-left: 60px;
  }
  .collapsed-sidebar.has-sitemap-nav .cabinet-content {
    padding-left: 0;
  }
  .cabinet-content__top-right {
    width: auto;
  }
  .cabinet-content__top-right .btn {
    display: inline-block;
    width: auto;
  }
  .cabinet-content__top-right .btn_icon {
    padding-left: 40px;
  }
  .cabinet-content__top-right .btn_new-scan.btn_icon {
    padding-left: 50px;
  }
  .out_home .cabinet-content {
    padding-left: 0;
  }
  .out_home .cabinet-content .cabinet-content__inner {
    padding: 20px;
  }
}
@media all and (min-width: 1280px) {
  .cabinet-content {
    padding-left: 352px;
  }
  .cabinet-content .has-sitemap-nav {
    padding-left: 295px;
  }
  .out_home .cabinet-content {
    padding-left: 0;
  }
}

.tariff {
  width: 100%;
}
.tariff__inner {
  padding: 28px 28px 20px;
  display: flex;
  align-items: center;
  overflow: hidden;
  cursor: pointer;
}
@media (min-width: 1025px) {
  .collapsed-sidebar .tariff__inner {
    padding-left: 10px;
    padding-right: 10px;
    height: 60px;
  }
  .collapsed-sidebar .tariff__inner img {
    width: 40px;
  }
}
@media (max-width: 1024px) {
  .tariff__inner {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .collapsed-sidebar .tariff__inner {
    padding-left: 20px;
  }
}
.tariff__ico {
  width: 50px;
  display: flex;
  align-items: center;
}
.tariff__info {
  width: calc(100% - 50px);
  padding-left: 20px;
}
@media (min-width: 1025px) {
  .collapsed-sidebar .tariff__info {
    white-space: nowrap;
  }
}
.tariff__title {
  color: #000;
  font-size: 17px;
  line-height: 18px;
  letter-spacing: -0.47px;
  padding-bottom: 3px;
  margin: 0;
}
.tariff__description {
  color: #000;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: -0.47px;
  font-weight: 500;
  margin: 0;
  padding-bottom: 6px;
}
@media all and (max-width: 1025px) {
  .tariff__ico img {
    width: 42px;
  }
  .tariff__info {
    padding-left: 13px;
  }
  .tariff__title {
    padding-bottom: 3px;
  }
  .tariff__title, .tariff__description {
    font-size: 14px;
  }
}

.sidebar-nav-wrap {
  padding-bottom: 20px;
}
.sidebar-nav__list {
  padding: 0;
  margin: 0;
}
.sidebar-nav__item {
  position: relative;
  padding: 0;
}
.sidebar-nav__item:after {
  content: "";
  left: 26px;
  right: 26px;
  bottom: 0;
  background: #e1e1e1;
  position: absolute;
  display: block;
  height: 1px;
  transition: left 0.1s ease, right 0.1s ease;
}
@media (max-width: 1024px) {
  .sidebar-active.has-sitemap-nav .sidebar-nav__item:after {
    left: 0;
    right: 0;
  }
}
@media (min-width: 1025px) {
  .collapsed-sidebar .sidebar-nav__item:after {
    left: 0;
    right: 0;
  }
}
.sidebar-nav__item:before {
  content: "";
  left: 26px;
  right: 26px;
  top: -1px;
  background: #e1e1e1;
  position: absolute;
  display: block;
  height: 1px;
  transition: left 0.1s ease, right 0.1s ease;
}
@media (max-width: 1024px) {
  .sidebar-active.has-sitemap-nav .sidebar-nav__item:before {
    left: 0;
    right: 0;
  }
}
@media (min-width: 1025px) {
  .collapsed-sidebar .sidebar-nav__item:before {
    left: 0;
    right: 0;
  }
}
.sidebar-nav__item:hover:after, .sidebar-nav__item:hover:before, .sidebar-nav__item.active:after, .sidebar-nav__item.active:before {
  left: 0;
  right: 0;
}
.sidebar-nav__item:hover .sidebar-nav__lnk, .sidebar-nav__item.active .sidebar-nav__lnk {
  background: rgba(45, 104, 255, 0.06);
}
.sidebar-nav__item:hover .sidebar-nav__lnk:before, .sidebar-nav__item.active .sidebar-nav__lnk:before {
  opacity: 1;
}
.sidebar-nav__lnk {
  font-size: 14px;
  line-height: 15px;
  letter-spacing: -0.47px;
  font-weight: 400;
  color: #000;
  position: relative;
  display: flex;
  align-items: center;
  flex-flow: wrap;
  padding: 5px 25px 4px 25px;
  min-height: 56px;
  transition: background 0.1s ease, width 0.1s ease;
  white-space: nowrap;
  z-index: 3;
  cursor: pointer;
}
.sidebar-nav__lnk-name {
  width: 100%;
  display: block;
}
@media (min-width: 1025px) {
  .collapsed-sidebar .sidebar-nav__lnk-name {
    width: auto;
  }
}
@media (max-width: 1024px) {
  .sidebar-active.has-sitemap-nav .sidebar-nav__lnk {
    padding: 0;
    width: 61px;
    height: 58px;
  }
  .sidebar-active.has-sitemap-nav .sidebar-nav__lnk-name {
    background: #fff;
    border-radius: 4px;
    left: calc(100% + 15px);
    top: 50%;
    transform: translate(-10px, -50%);
    border: 2px solid #0042ec;
    padding: 10px 15px;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
  }
  .sidebar-active.has-sitemap-nav .sidebar-nav__lnk-name:before {
    content: "";
    left: -12px;
    top: 50%;
    margin-top: -1px;
    transform: translateY(-50%);
    background-image: url("/assets/images/icons/tip-arrow.svg");
    position: absolute;
    display: block;
    width: 12px;
    height: 16px;
  }
}
@media (min-width: 1025px) {
  .collapsed-sidebar .sidebar-nav__lnk {
    padding: 0;
    width: 61px;
    height: 58px;
  }
  .collapsed-sidebar .sidebar-nav__lnk-name {
    background: #fff;
    border-radius: 4px;
    left: calc(100% + 15px);
    top: 50%;
    transform: translate(-10px, -50%);
    border: 2px solid #0042ec;
    padding: 10px 15px;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
  }
  .collapsed-sidebar .sidebar-nav__lnk-name:before {
    content: "";
    left: -12px;
    top: 50%;
    margin-top: -1px;
    transform: translateY(-50%);
    background-image: url("/assets/images/icons/tip-arrow.svg");
    position: absolute;
    display: block;
    width: 12px;
    height: 16px;
  }
  .collapsed-sidebar .sidebar-nav__lnk:hover .sidebar-nav__lnk-name {
    opacity: 1;
    visibility: visible;
    transform: translate(0, -50%);
    transition: transform 0.1s ease, opacity 0.1s ease, visibility 0.1s ease;
  }
}
.sidebar-nav__lnk:before {
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  position: absolute;
  width: 3px;
  border-radius: 0 3px 3px 0;
  background: #0042ec;
  height: 40px;
  opacity: 0;
  transition: opacity 0.1s ease;
}
.sidebar-nav__user-email {
  display: block;
  color: #5a6174;
  font-size: 12px;
  line-height: 14px;
  margin-top: -15px;
}
@media (min-width: 1025px) {
  .collapsed-sidebar .sidebar-nav__user-email {
    display: none;
  }
}
.sidebar-nav__icon {
  position: absolute;
  left: 22px;
  top: 50%;
  transform: translateY(-50%);
  margin-top: -2px;
  color: #0042ec;
  display: none;
  font-size: 18px;
  line-height: 20px;
}
.collapsed-sidebar .sidebar-nav__icon {
  display: block;
}
@media (max-width: 1024px) {
  .sidebar-active.has-sitemap-nav .sidebar-nav__icon {
    left: 22px;
    display: block;
  }
}
.sidebar-nav .icon-ms_icon {
  font-size: 20px;
}
.sidebar-nav .icon-tm_icon {
  font-size: 23px;
}
.sidebar-nav .icon-app-integration {
  font-size: 21px;
  left: 30px;
}
@media (max-width: 1024px) {
  .collapsed-sidebar.has-sitemap-nav .sidebar-nav .icon-app-integration {
    left: 25px;
  }
}
@media (min-width: 1025px) {
  .collapsed-sidebar .sidebar-nav .icon-app-integration {
    left: 25px;
  }
}
.sidebar-nav .icon-logout {
  font-size: 22px;
  left: 23px;
}
@media (max-width: 1024px) {
  .collapsed-sidebar.has-sitemap-nav .sidebar-nav .icon-logout {
    left: 20px;
  }
}
@media (min-width: 1025px) {
  .collapsed-sidebar .sidebar-nav .icon-logout {
    left: 20px;
  }
}
@media all and (max-width: 375px) {
  .sidebar-nav__lnk {
    font-size: 14px;
  }
}

.tariff-nav__item {
  position: relative;
}
.tariff-nav__lnk {
  display: flex;
  flex-flow: wrap;
  align-items: center;
  padding: 29px 25px 26px;
  color: #000;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: -0.47px;
  position: relative;
  transition: border-color 0.1s ease, background 0.1s ease;
}
.tariff-nav__lnk:after {
  content: "";
  display: block;
  height: 1px;
  border-radius: 6px;
  position: absolute;
  bottom: 0;
  left: 30px;
  right: 30px;
  background: #d8d8d8;
  transition: left 0.1s ease, right 0.1s ease;
}
.tariff-nav__lnk:before {
  content: "";
  display: block;
  height: 1px;
  border-radius: 6px;
  position: absolute;
  top: -1px;
  left: 30px;
  right: 30px;
  background: #d8d8d8;
  transition: left 0.1s ease, right 0.1s ease;
}
.tariff-nav__lnk:hover, .tariff-nav__lnk.active {
  background: #efefef;
}
.tariff-nav__lnk:hover:after, .tariff-nav__lnk:hover:before, .tariff-nav__lnk.active:after, .tariff-nav__lnk.active:before {
  left: 0;
  right: 0;
}
.tariff-nav__lnk:hover .tariff-nav__line, .tariff-nav__lnk.active .tariff-nav__line {
  opacity: 1;
}
.tariff-nav__line {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  border-radius: 0 4px 4px 0;
  height: 64px;
  transition: opacity 0.1s ease;
  opacity: 0;
}
.tariff-1 .tariff-nav__line {
  background: #0042ec;
}
.tariff-2 .tariff-nav__line {
  background: #b30bb7;
}
.tariff-3 .tariff-nav__line {
  background: #d61e4f;
}
.tariff-nav__info {
  width: calc(100% - 50px);
  padding-left: 20px;
}
.tariff-nav__icon {
  display: flex;
  align-items: center;
}
.tariff-nav__icon img {
  height: 34px;
}
.tariff-2 .tariff-nav__icon img {
  height: 38px;
}
.tariff-3 .tariff-nav__icon img {
  height: 43px;
}
.tariff-nav__title {
  padding-bottom: 3px;
  font-weight: 700;
  color: #000;
  font-size: 16px;
  line-height: 21px;
}
.tariff-nav__description {
  font-size: 14px;
  line-height: 21px;
  letter-spacing: -0.39px;
}
.tariff-nav__title, .tariff-nav__description {
  display: block;
}

.show-mobile-nav,
.burger-icon {
  border: none;
  box-shadow: none;
  height: 14px;
  width: 25px;
  position: relative;
}
.show-mobile-nav span,
.burger-icon span {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  display: block;
  height: 2px;
  background: #606887;
  margin-top: -1px;
}
.show-mobile-nav:after, .show-mobile-nav:before,
.burger-icon:after,
.burger-icon:before {
  content: "";
  left: 0;
  right: 0;
  display: block;
  height: 2px;
  background: #606887;
  position: absolute;
}
.show-mobile-nav:before,
.burger-icon:before {
  top: 0;
}
.show-mobile-nav:after,
.burger-icon:after {
  bottom: 0;
}
@media (min-width: 1025px) {
  .show-mobile-nav,
  .burger-icon {
    display: none;
  }
}

.close-mobile-nav {
  display: none;
  position: absolute;
  right: 15px;
  top: 25px;
  border: none;
  background: none;
  color: #606887;
}
@media all and (max-width: 1024px) {
  .close-mobile-nav {
    display: block;
  }
}

.remaining-scans {
  border-radius: 4px;
  background: #e5eaf8;
  font-weight: 500;
  color: #0042ec;
  border: none;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: -0.39px;
  display: none;
  padding: 4px 12px;
  margin: 0;
}
.remaining-scans[type=button] {
  transition: background 0.1s ease;
}
.remaining-scans[type=button]:hover {
  background: #d7dbe5;
}
.remaining-scans strong {
  font-weight: 700;
  font-size: 14px;
  letter-spacing: -0.36px;
}
@media (min-width: 1025px) {
  .remaining-scans {
    display: inline-block;
  }
}

.plan-status-wrap {
  padding: 0 25px 25px;
  position: relative;
}
.plan-status-wrap:after {
  content: "";
  bottom: 25px;
  left: 25px;
  right: 25px;
  height: 1px;
  display: block;
  position: absolute;
  background: #e1e1e1;
}
.collapsed-sidebar .plan-status-wrap {
  display: none;
}

.plan-status {
  border-radius: 4px;
  background: rgba(0, 66, 236, 0.13);
  font-weight: 500;
  color: #11214b;
  border: none;
  font-size: 13px;
  line-height: 15px;
  letter-spacing: -0.36px;
  padding: 10px 12px;
  margin: 0 0 20px;
  display: block;
}
.plan-status p {
  margin: 0;
  padding-bottom: 3px;
}
.plan-status p:last-child {
  padding-bottom: 0;
}
.plan-status strong {
  font-weight: 700;
}
.plan-status a {
  color: #0042ec;
  cursor: pointer;
}
.plan-status a:hover {
  text-decoration: underline;
}
.plan-status_success {
  color: #035701;
  background: rgba(3, 87, 1, 0.13);
}
.plan-status_disabled {
  color: #b72222;
  background: rgba(183, 34, 34, 0.13);
}

.collapse-sidebar-btn {
  border: none;
  width: 100%;
  text-align: left;
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  color: #6f7589;
  letter-spacing: -0.47px;
  padding: 20px 25px 18px;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  position: relative;
  transition: color 0.1s ease;
}
.collapse-sidebar-btn:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 25px;
  right: 25px;
  height: 1px;
  display: block;
  background: #e1e1e1;
}
.collapse-sidebar-btn .icon-collapse-nav {
  color: #6f7589;
  margin-right: 14px;
  font-size: 12px;
  transition: color 0.1s ease;
}
@media (min-width: 1025px) {
  .collapse-sidebar-btn {
    display: block;
  }
  .collapsed-sidebar .collapse-sidebar-btn {
    margin: 0;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .collapsed-sidebar .collapse-sidebar-btn:after {
    left: 0;
    right: 0;
  }
  .collapsed-sidebar .collapse-sidebar-btn__text {
    display: none;
  }
  .collapsed-sidebar .collapse-sidebar-btn .icon-collapse-nav {
    display: none;
  }
}
.collapse-sidebar-btn .burger-icon {
  display: none;
  margin: 0 auto;
}
@media (min-width: 1025px) {
  .collapsed-sidebar .collapse-sidebar-btn .burger-icon {
    display: block;
  }
}

@media (min-width: 1025px) {
  .collapsed-sidebar .team-drop-btn__name {
    display: none;
  }
}

.rotate-arrow {
  transform: rotate(180deg);
}

.team-dropdown {
  max-height: 300px;
  overflow-y: scroll;
}

::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.team-dropdown-badge_accept {
  width: 55px;
}

.team-dropdown-badge_reject {
  width: 55px;
  background: rgba(70, 76, 97, 0.09);
  border: 1px solid #464c61;
  color: #464c61;
  margin-left: 6.5px;
}

.team-drop-content-mobile,
.team-drop-content-desktop {
  display: flex;
  align-items: center;
}

.team-drop-btn__img {
  min-width: 38px;
  height: 38px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #23293b;
}

.initials {
  font-size: 14px;
  line-height: 14px;
  margin-top: 2px;
  text-transform: capitalize;
}

.team-dropdown .team-dropdown__item__btn {
  padding-right: 25px;
}
.team-dropdown .team-dropdown__item__btn.team-dropdown__item__btn_invitation:before {
  display: none;
}

.team-dropdown__list .team-drop-btn__img {
  margin-right: 0px;
}

.team-dropdown__item__btn .team-drop-btn__info {
  right: 0;
}

.team-drop-btn .team-drop-btn__name {
  word-break: break-word;
  text-align: left;
  max-width: 200px;
}

.team-dropdown__list_pending .team-dropdown__name {
  max-width: 110px;
}

.team-dropdown__list .team-dropdown__name {
  word-break: break-word;
  text-align: left;
}

.btn-container {
  position: absolute;
  right: 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.btn-container .team-dropdown-badge {
  position: static;
  transform: none;
  width: 50px;
  padding: 3px 0;
}

.label-my-account {
  color: #0042ec;
}

.team-overlay {
  position: fixed;
  left: 0px;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 90;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.15s ease, visibility 0.15s;
}

.team-tooltip {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 92;
  padding-left: 18px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.15s ease, visibility 0.15s ease;
}
@media (min-width: 1025px) {
  .team-tooltip.active {
    opacity: 1;
    visibility: visible;
  }
  .team-tooltip.active + .team-overlay {
    opacity: 1;
    visibility: visible;
  }
  .team-tooltip.active + .team-overlay + .team-drop-btn {
    background: #fff;
    width: calc(100% + 18px);
    z-index: 92;
    margin: -20px -18px -21px -11px;
    padding: 21px 14px;
    border-radius: 8px;
  }
  .team-tooltip.active + .team-overlay + .team-drop-btn .icon-arrow-down {
    right: 12px;
  }
  .team-tooltip.active + .team-overlay + .team-drop-btn .team-drop-btn__info {
    right: 37px;
  }
}
.team-tooltip__inner {
  background: #fff;
  border-radius: 8px;
  width: 322px;
  padding: 13px 20px;
  position: relative;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.17);
}
.team-tooltip__inner:before {
  content: "";
  width: 15px;
  height: 20px;
  display: block;
  position: absolute;
  left: -12px;
  top: 30px;
  background: url(/assets/images/icons/team-tooltip-tail.svg) no-repeat;
  background-size: contain;
}
.team-tooltip__close {
  position: absolute;
  right: 17px;
  top: 10px;
  padding: 3px;
  border: none;
  background: none;
  cursor: pointer;
  font-size: 10px;
}
.team-tooltip__title {
  font-size: 14px;
  line-height: 17px;
  letter-spacing: -0.13px;
  font-weight: 400;
  padding-bottom: 10px;
  padding-right: 15px;
}
.team-tooltip__account {
  padding: 10px 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
}
.team-tooltip__account img {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  margin-right: 15px;
}
.team-tooltip__account__name {
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: -0.13px;
}
.team-tooltip__info {
  padding-top: 12px;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: -0.13px;
  font-weight: 400;
}

.out.collapsed-sidebar .team-tooltip.active + .team-overlay + .team-drop-btn {
  margin: -10px;
  padding: 10px;
  width: auto;
}
@media (min-width: 1025px) {
  .out.collapsed-sidebar .team-drop-btn__img {
    margin-right: 0;
  }
}

.breadcrumbs__list {
  display: flex;
  flex-flow: wrap;
  margin: 0 -10px;
}
.breadcrumbs__item {
  padding: 0 10px 0;
  margin-bottom: 5px;
  font-size: 21px;
  line-height: 22px;
  letter-spacing: -0.2px;
  color: #000;
  position: relative;
}
.breadcrumbs__item:after {
  content: "";
  position: absolute;
  right: -4px;
  top: 50%;
  height: 12px;
  width: 8px;
  background: url("/assets/images/icons/breadcrumb-arrow.svg") no-repeat;
  background-size: contain;
  transform: translateY(-50%);
}
.breadcrumbs__item:last-child:after {
  display: none;
}
.breadcrumbs__lnk {
  color: #2d68ff;
}

.statistic__controls {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}
.statistic__controls:first-child {
  margin-bottom: 25px;
}
.statistic__controls__left, .statistic__controls__right {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.statistic__widgets {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(371px, 1fr));
  gap: 20px;
  align-items: stretch;
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.statistic__widgets .statistic-widget:nth-child(1) {
  min-width: 371px;
}
.statistic__widgets .statistic-widget:nth-child(2) {
  min-width: 269px;
}
.statistic__widgets .statistic-widget:nth-child(3) {
  min-width: 269px;
}
@media (max-width: 460px) {
  .statistic__widgets {
    grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
  }
  .statistic__widgets .statistic-widget:nth-child(1), .statistic__widgets .statistic-widget:nth-child(2), .statistic__widgets .statistic-widget:nth-child(3) {
    min-width: 100%;
  }
}
.statistic__widgets::-webkit-scrollbar {
  height: 5px;
}
.statistic__widgets::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.statistic__widgets::-webkit-scrollbar-thumb {
  background: #888;
}
.statistic__widgets::-webkit-scrollbar-thumb:hover {
  background: #555;
}
@media (max-width: 1300px) {
  .statistic .sorting__list {
    margin: 0 -10px;
  }
  .statistic .sorting__list-item {
    padding: 0 10px;
  }
}
@media (max-width: 1024px) {
  .statistic__controls__left, .statistic__controls__right {
    width: auto;
  }
}
@media (max-width: 800px) {
  .statistic__controls__left, .statistic__controls__right {
    flex: 1 1 100%;
    justify-content: space-between;
    gap: 20px;
  }
  .statistic__controls__left > div, .statistic__controls__right > div {
    width: calc(50% - 10px);
  }
  .statistic__controls__left > div button, .statistic__controls__right > div button {
    width: 100%;
  }
  .statistic__controls__left > a, .statistic__controls__right > a {
    width: calc(50% - 10px);
  }
}
@media (max-width: 767px) {
  .statistic__controls__left > div, .statistic__controls__right > div {
    width: 100%;
  }
  .statistic__controls__left > a, .statistic__controls__right > a {
    width: 100%;
  }
}
@media (max-width: 445px) {
  .statistic .statistic-widget {
    width: 100%;
  }
}

.statistic-widget_2-items {
  width: 40%;
}
.statistic-widget_3-items {
  width: 60%;
}
.statistic-widget .row {
  display: flex;
  flex-flow: wrap;
}
.statistic-widget .row .statistic-widget__item {
  width: 33.33333333%;
  position: relative;
}
.statistic-widget .row .statistic-widget__item:after {
  content: "";
  top: 0;
  bottom: 0;
  width: 1px;
  display: block;
  position: absolute;
  right: 0;
  background-image: linear-gradient(to top, rgba(238, 238, 238, 0.2), #ececec 8%, #dbdbdb 91%, rgba(216, 216, 216, 0.24));
}
.statistic-widget .row .statistic-widget__item:last-child:after {
  display: none;
}
.statistic-widget__inner {
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
  padding: 16px 20px 0;
  border: 1px solid #ececec;
  height: 100%;
}
.statistic-widget__title {
  font-size: 15px;
  line-height: 18px;
  font-weight: 700;
}
.statistic-widget__title.progress-title {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-content: center;
  align-items: center;
}
.statistic-widget__title.progress-title .loading-icon {
  width: 20px;
  height: 20px;
}
.statistic-widget__title.progress-title .loading-icon img {
  width: 20px;
  height: 20px;
}
.statistic-widget__body {
  margin-top: 20px;
  margin-bottom: 16px;
  display: flex;
  flex-flow: column;
  align-items: center;
  position: relative;
}
.statistic-widget__holder {
  position: relative;
}
.statistic-widget__progress {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 20px;
  line-height: 22px;
  letter-spacing: -0.29px;
  color: #000;
  transform: translate(-50%, -50%);
}
.statistic-widget__info {
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: center;
  align-items: center;
}
.statistic-widget__info span {
  margin-left: 5px;
}
.statistic-widget__info .loading-icon {
  width: 20px;
  height: 20px;
}
.statistic-widget__info .loading-icon img {
  width: 20px;
  height: 20px;
}
.statistic-widget .circle-progress {
  padding-top: 11px;
}
@media all and (max-width: 767px) {
  .statistic-widget {
    width: 100%;
  }
  .statistic-widget__info {
    padding-bottom: 26px;
  }
  .statistic-widget .row .statistic-widget__item {
    width: 100%;
  }
  .statistic-widget .row .statistic-widget__item:after {
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    width: 100%;
    top: auto;
  }
}

.circular-chart {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  max-height: 100px;
  height: 100%;
  width: 100%;
}

.circle-bg {
  fill: none;
  stroke: #d9d9d9;
  stroke-width: 4;
}

.circle {
  fill: none;
  stroke-width: 4;
  stroke-linecap: round;
  animation: circleProgress 1s ease-out forwards;
  transition: stroke 1s ease-in-out;
}

.chart-progress-value {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #000;
  transform: translate(-50%, -50%);
  font-style: normal;
  font-weight: 800;
  font-size: 25px;
  line-height: 25px;
  text-align: center;
  letter-spacing: -0.147727px;
}

.chart-scanning {
  text-align: center;
}
.chart-scanning p {
  margin: 0;
  font-size: 14px;
}
.chart-scanning .loading-icon {
  display: block;
  margin: 0 auto;
}
.chart-scanning .loading-icon img {
  width: 25px;
  height: 25px;
}

@keyframes circleProgress {
  0% {
    stroke-dasharray: 0 100;
  }
}
.btn_pdf {
  position: relative;
  padding: 10px;
}
.btn_pdf:hover .icon {
  color: #fff;
}
.btn_pdf:hover .tooltip {
  opacity: 1;
  visibility: visible;
}
.btn_pdf .tooltip {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  width: 160px;
  padding-top: 15px;
  text-align: center;
  transition: opacity 0.1s ease, visibility 0.1s ease;
}
.btn_pdf .tooltip__inner {
  background: #fff;
  border-radius: 6px;
  color: #000;
  font-size: 12px;
  line-height: 12px;
  top: 50%;
  border: 2px solid #0d43e3;
  padding: 10px 15px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  position: relative;
  display: block;
}
.btn_pdf .tooltip__inner:before {
  content: "";
  left: 30px;
  top: -14px;
  transform: rotate(90deg);
  background-image: url(/assets/images/icons/tip-arrow.svg);
  position: absolute;
  display: block;
  width: 12px;
  height: 16px;
}
.btn_pdf .tooltip__text {
  word-break: break-all;
}
.btn_pdf .progress {
  position: absolute;
  left: 14px;
  top: 8px;
  width: 18px;
  height: 18px;
}
.btn_pdf .progress .circle-bg {
  fill: none;
  stroke: #eee;
  stroke-width: 3.8;
}
.btn_pdf .progress .circle {
  fill: none;
  stroke-width: 2.8;
  stroke-linecap: round;
  animation: progress 1s ease-out forwards;
  stroke: #0042ec;
}
@keyframes progress {
  0% {
    stroke-dasharray: 0 100;
  }
}

.linear-progressbar {
  width: 100%;
  padding-bottom: 19px;
}
.linear-progressbar:last-child {
  padding-bottom: 0;
}
.linear-progressbar__body {
  background: #f0f0f0;
  height: 6px;
  border-radius: 25px;
  margin-bottom: 12px;
  position: relative;
  overflow: hidden;
}
.linear-progressbar__fill {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  border-radius: 25px;
  animation: width 1s ease-out;
  transition: width 0.1s ease;
}
.linear-progressbar__info {
  display: flex;
  justify-content: space-between;
  padding: 0 5px;
}
.linear-progressbar__info span {
  letter-spacing: -0.3px;
  font-size: 14px;
  line-height: 16px;
  color: #464c61;
}
.linear-progressbar__info span strong {
  color: #000;
  font-weight: 700;
}
@keyframes width {
  0% {
    width: 0%;
  }
}

.bar {
  height: 6px;
  width: 100%;
  background-color: #f0f0f0;
  border-radius: 6px;
  position: relative;
}
.bar .bar-fill {
  height: 6px;
  border-radius: 6px;
  display: block;
  transition: width 0.1s ease;
}
.bar i {
  display: block;
  animation: progress 0.3s normal forwards linear;
  width: 100%;
  height: 100%;
  border-radius: 6px;
}
@keyframes progress {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}

.history-chart__top {
  padding: 0 30px 10px;
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
}
.history-chart__controls {
  display: flex;
  flex-flow: wrap;
  align-items: center;
  padding-right: 13px;
}
.history-chart__item {
  margin: 0 4px;
}
.history-chart__btn {
  border-radius: 4px;
  border: 1px solid transparent;
  padding: 5px 7px;
  font-size: 14px;
  line-height: 16px;
  font-weight: 700;
  transition: border-color 0.1s ease;
}
.history-chart__btn.active {
  border-color: #6f7589;
}
.history-chart__btn:hover {
  border-color: #6f7589;
}
.history-chart .btn_medium {
  padding: 10px 15px 8px;
}
.history-chart__body {
  padding: 0 1px 16px 17px;
}
@media all and (max-width: 767px) {
  .history-chart__top {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
  }
  .history-chart__top .btn_blue {
    width: 100%;
    display: block;
    margin-bottom: 22px;
  }
}

.chart-container {
  position: relative;
  height: 320px;
  width: 100%;
}

.scans-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 10px;
  padding-bottom: 50px;
}
.scans-table .btn_medium {
  padding-left: 5px;
  padding-right: 5px;
  text-align: center;
  min-width: 160px;
}
.scans-table .sort-head {
  white-space: nowrap;
}
.scans-table th {
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  letter-spacing: -0.42px;
  color: #464c61;
  padding: 2px 10px 9px;
  text-align: left;
  position: relative;
  bottom: -12px;
}
.scans-table th:first-child {
  padding-left: 20px;
}
.scans-table th.status-cell {
  padding-right: 15px;
}
.scans-table tr,
.scans-table .tr {
  background: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  display: table-row;
}
.scans-table tr:first-child, .scans-table tr.headrow,
.scans-table .tr:first-child,
.scans-table .tr.headrow {
  background: none;
  box-shadow: none;
  padding-bottom: 0;
}
.scans-table td {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: -0.42px;
  font-weight: 400;
  color: #464c61;
  padding: 8px 10px;
  vertical-align: middle;
}
.scans-table td:first-child {
  border-radius: 6px 0 0 6px;
  padding-left: 20px;
  width: 35.5%;
  min-width: 250px;
}
@media (min-width: 1600px) {
  .scans-table td:first-child {
    width: 50%;
  }
}
.scans-table td:nth-child(2) {
  width: 16%;
}
.scans-table td:last-child {
  border-radius: 0 6px 6px 0;
  padding-right: 13px;
  text-align: right;
}
.scans-table td .last-scanned {
  font-size: 13px;
  line-height: 14px;
}
.scans-table td span.scanning-loader {
  display: flex;
}
.scans-table td span.scanning-loader img {
  padding: 0;
  margin-top: 1px;
}
.scans-table td span.violations-total {
  display: inline-block;
}
.scans-table td .loading-icon {
  background: none;
}
.scans-table td.severity-cell {
  width: 79px;
}
.scans-table tr.group-cell {
  background-color: transparent;
  box-shadow: none;
}
.scans-table tr.group-cell td:first-child, .scans-table tr.group-cell td:last-child {
  text-align: left;
  width: auto;
}
.scans-table tr.group-cell td.section-title {
  font-size: 24px;
  line-height: 26px;
  color: #000;
  font-weight: 400;
  padding-bottom: 0;
}
.scans-table .section-title__text {
  margin: 0;
  font-size: 24px;
  line-height: 26px;
  color: #000;
  font-weight: 400;
}
.scans-table .cell-inner {
  display: flex;
  align-items: center;
}
.scans-table .sorting-btn {
  border: none;
  padding: 0 20px 0 0;
  position: relative;
}
.scans-table .sorting-btn:hover:after {
  color: #0042ec;
}
.scans-table .sorting-btn:after {
  content: "\e915";
  font-family: "icomoon";
  font-size: 6px;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  transition: color 0.1s ease;
}
.scans-table .sorting-btn.active:after {
  transform: translateY(-50%) rotate(180deg);
  color: #0042ec;
}
.scans-table .select-all-wrap {
  display: flex;
  align-items: center;
}
.scans-table .select-all-wrap .custom-checkbox {
  margin-right: 15px;
}
.scans-table .dropdown {
  right: 0;
  left: auto;
}
.scans-table .dropdown__inner {
  width: 140px;
}
.scans-table .dropdown__inner button {
  padding-left: 8px;
  padding-right: 8px;
  position: relative;
}
.scans-table .dropdown__inner button:after {
  content: "";
  position: absolute;
  left: 8px;
  right: 8px;
  height: 1px;
  bottom: 0;
  background: #5d657b;
}
.scans-table .dropdown__btn {
  background: #fff;
  width: 100%;
  text-align: left;
  max-width: 175px;
  font-size: 13px;
  padding: 3px 32px 0px 8px;
}
.scans-table .scan-url {
  display: flex;
  flex-flow: wrap;
  align-items: center;
  min-height: 50px;
}
.scans-table .scan-url__sub-titles-wrap {
  display: flex;
  flex-flow: wrap;
}
.scans-table .scan-url.custom-checkbox {
  cursor: default;
}
.scans-table .scan-url.custom-checkbox .custom-checkbox__icon {
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin-top: -1px;
}
.scans-table .scan-url__logo {
  width: 22px;
  display: flex;
  align-items: center;
}
.scans-table .scan-url__info {
  width: calc(100% - 22px);
  padding-left: 15px;
}
.scans-table .scan-url__info-inner {
  display: flex;
  flex-flow: column;
}
.scans-table .scan-url__path {
  display: flex;
}
.scans-table .scan-url__title {
  font-size: 15px;
  line-height: 22px;
  font-weight: 500;
  letter-spacing: -0.42px;
  color: #000;
  display: block;
  width: 100%;
  max-width: 80vw;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.scans-table .scan-url__title .scan-page-title {
  font-weight: 700;
  display: inline-block;
}
.scans-table .scan-url__title.home-path {
  width: auto;
  margin-right: 5px;
}
.scans-table .scan-url__sub-title {
  display: flex;
  align-items: center;
  color: #000;
  font-size: 13px;
}
.scans-table .scan-url__sub-title.violations-link {
  cursor: pointer;
  color: #0042ec;
}
.scans-table .scan-url__sub-title.violations-link:hover {
  text-decoration: underline;
}
.scans-table .scan-url__sub-title img {
  width: 20px;
  height: 20px;
  padding: 0 2px 0 3px;
}
.scans-table .sitemap-pages {
  color: #0042ec;
  cursor: pointer;
}
.scans-table .sitemap-pages:hover {
  text-decoration: underline;
}
.scans-table .section-title {
  padding: 25px 0 10px;
  font-weight: 400;
  color: #000;
  font-size: 21px;
  line-height: 25px;
  letter-spacing: -0.2px;
}
.scans-table.site-settings-table td:first-child {
  width: 25%;
}
.scans-table.site-settings-table td:nth-child(2) {
  width: auto;
}
@media (min-width: 882px) {
  .scans-table .scan-url__title {
    max-width: 23vw;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
}
@media (min-width: 1500px) {
  .scans-table .scan-url__title {
    max-width: 32vw;
  }
}
@media all and (min-width: 541px) and (max-width: 881px) {
  .scans-table th {
    display: none;
  }
  .scans-table tr,
  .scans-table .tr {
    display: flex;
    flex-flow: wrap;
    margin-bottom: 15px;
    padding: 0 15px;
  }
  .scans-table.site-settings-table td:first-child {
    width: 100%;
  }
  .scans-table td {
    display: block;
    width: 100%;
    border-bottom: 1px solid #d8d8d8;
    border-radius: 0;
  }
  .scans-table td:first-child {
    width: 100%;
    border-radius: 0;
    padding-left: 0;
  }
  .scans-table td:nth-child(2), .scans-table td:nth-child(3), .scans-table td:nth-child(4), .scans-table td:nth-child(5), .scans-table td:nth-child(6), .scans-table td:nth-child(7) {
    width: 100%;
    text-align: right;
    position: relative;
    padding-right: 0;
    padding-left: 0;
    min-height: 37px;
  }
  .scans-table td:nth-child(2):before, .scans-table td:nth-child(3):before, .scans-table td:nth-child(4):before, .scans-table td:nth-child(5):before, .scans-table td:nth-child(6):before, .scans-table td:nth-child(7):before {
    content: attr(data-th);
    float: left;
    font-size: 15px;
    color: #464c61;
    font-weight: 400;
    letter-spacing: -0.42px;
  }
  .scans-table td:nth-child(2).failed, .scans-table td:nth-child(3).failed, .scans-table td:nth-child(4).failed, .scans-table td:nth-child(5).failed, .scans-table td:nth-child(6).failed, .scans-table td:nth-child(7).failed {
    display: flex;
    justify-content: center;
  }
  .scans-table td:nth-child(2).failed:before, .scans-table td:nth-child(3).failed:before, .scans-table td:nth-child(4).failed:before, .scans-table td:nth-child(5).failed:before, .scans-table td:nth-child(6).failed:before, .scans-table td:nth-child(7).failed:before {
    display: none;
  }
  .scans-table td:nth-child(7) {
    text-align: right;
    border-radius: 0;
    border-bottom: none;
    padding-top: 20px;
    padding-bottom: 15px;
  }
  .scans-table td.severity-cell {
    width: 33.333333%;
  }
  .scans-table td.severity-cell.failed {
    width: 100%;
    justify-content: flex-end;
  }
  .scans-table td .severity-lvl:before {
    display: block !important;
  }
  .scans-table td:last-child {
    border: none;
  }
  .scans-table .scan-url__title {
    max-width: calc(100vw - 95px);
  }
  .scans-table.site-settings-table td:before {
    line-height: 24px;
  }
  .scans-table.site-settings-table td:first-child {
    width: 100%;
  }
  .scans-table.site-settings-table td:nth-child(7) {
    border-bottom: 1px solid #d8d8d8;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .scans-table.site-settings-table td:nth-child(8) {
    width: 100%;
    text-align: right;
    position: relative;
    padding-right: 0;
    padding-left: 0;
    min-height: 37px;
  }
  .scans-table.site-settings-table td:nth-child(8):before {
    content: attr(data-th);
    float: left;
    font-size: 15px;
    line-height: 28px;
    color: #464c61;
    font-weight: 400;
    letter-spacing: -0.42px;
  }
  .scans-table.site-settings-table td:nth-child(8).failed {
    display: flex;
    justify-content: center;
  }
  .scans-table.site-settings-table td:nth-child(8).failed:before {
    display: none;
  }
}
@media all and (max-width: 540px) {
  .scans-table th {
    display: none;
  }
  .scans-table tr,
  .scans-table .tr {
    display: flex;
    flex-flow: wrap;
    margin-bottom: 15px;
    padding: 0 15px;
  }
  .scans-table.site-settings-table td:first-child {
    width: 100%;
  }
  .scans-table td {
    display: block;
    width: 100%;
    border-bottom: 1px solid #d8d8d8;
    border-radius: 0;
  }
  .scans-table td:first-child {
    width: 100% !important;
    border-radius: 0;
    padding-left: 0;
  }
  .scans-table td:nth-child(2), .scans-table td:nth-child(3), .scans-table td:nth-child(4), .scans-table td:nth-child(5), .scans-table td:nth-child(6), .scans-table td:nth-child(7), .scans-table td:nth-child(8) {
    width: 100%;
    text-align: right;
    position: relative;
    padding-right: 0;
    padding-left: 0;
    min-height: 37px;
  }
  .scans-table td:nth-child(2):before, .scans-table td:nth-child(3):before, .scans-table td:nth-child(4):before, .scans-table td:nth-child(5):before, .scans-table td:nth-child(6):before, .scans-table td:nth-child(7):before, .scans-table td:nth-child(8):before {
    content: attr(data-th);
    float: left;
    font-size: 15px;
    line-height: 25px;
    color: #464c61;
    font-weight: 400;
    letter-spacing: -0.42px;
  }
  .scans-table td:nth-child(2).failed, .scans-table td:nth-child(3).failed, .scans-table td:nth-child(4).failed, .scans-table td:nth-child(5).failed, .scans-table td:nth-child(6).failed, .scans-table td:nth-child(7).failed, .scans-table td:nth-child(8).failed {
    display: flex;
    justify-content: center;
  }
  .scans-table td:nth-child(2).failed:before, .scans-table td:nth-child(3).failed:before, .scans-table td:nth-child(4).failed:before, .scans-table td:nth-child(5).failed:before, .scans-table td:nth-child(6).failed:before, .scans-table td:nth-child(7).failed:before, .scans-table td:nth-child(8).failed:before {
    display: none;
  }
  .scans-table td:last-child {
    border: none;
  }
  .scans-table td.severity-cell.failed {
    width: 100%;
    justify-content: flex-end;
  }
  .scans-table td .severity-lvl:before {
    display: block !important;
  }
  .scans-table .scan-url__title {
    max-width: calc(100vw - 95px);
  }
}
.scans-table .btn .loading-icon {
  display: block;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.severity-lvl {
  display: inherit;
  min-width: 39px;
  height: 22px;
  text-align: center;
  justify-content: center;
  position: relative;
  padding: 4px 5px;
  color: #fff;
  border-radius: 4px;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  text-transform: capitalize;
}
.severity-lvl:before {
  content: attr(data-th);
  float: left;
  font-size: 15px;
  color: #464c61;
  font-weight: 400;
  letter-spacing: -0.42px;
  position: absolute;
  left: -45px;
  top: 50%;
  transform: translateY(-50%);
  width: 35px;
  text-align: right;
  display: none;
}
.severity-lvl img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 20px;
  width: 20px;
}
.severity-lvl_LEVEL_A, .severity-lvl_low {
  background-color: #8c0404;
}
.severity-lvl_LEVEL_AA, .severity-lvl_medium {
  background-color: #b72222;
}
.severity-lvl_LEVEL_AAA, .severity-lvl_high {
  background-color: #ce4444;
}
.severity-lvl_low-success {
  background-color: #19570b;
}
.severity-lvl_medium-success {
  background-color: #2f711d;
}
.severity-lvl_high-success {
  background-color: #458032;
}
@media (max-width: 1280px) {
  .severity-lvl {
    display: inline-block;
  }
}

.scans-table-controls {
  justify-content: space-between;
  align-items: center;
  display: none;
}
.scans-table-controls .dropdown-wrap {
  max-width: 190px;
  width: 100%;
}
.scans-table-controls .dropdown__btn {
  width: 100%;
  background: #fff;
  text-align: left;
}
.scans-table-controls .dropdown__inner {
  width: 190px;
}
.scans-table-controls .custom-checkbox {
  display: flex;
  align-items: center;
}
.scans-table-controls .custom-checkbox__icon {
  margin-right: 10px;
}
@media all and (max-width: 1279px) {
  .scans-table-controls {
    display: flex;
  }
}

.scans__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-flow: wrap;
}
.scans__top.dash-violations {
  justify-content: flex-end;
}
.scans__title {
  font-size: 21px;
  line-height: 25px;
  letter-spacing: -0.2px;
  font-weight: 400;
  color: #000;
  margin: 0 0 25px;
}
.scans .issues__search {
  padding-bottom: 25px;
}
@media (max-width: 767px) {
  .scans .issues__search {
    width: 100%;
  }
}

.fail {
  display: flex;
  align-items: center;
}
.fail__inner {
  border-radius: 4px;
  background: rgba(140, 4, 4, 0.11);
  color: #8c0404;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: -0.39px;
  display: flex;
  align-items: center;
  padding: 3px 12px;
}
.fail .icon {
  padding-right: 11px;
  font-size: 12px;
}

.select-pages {
  display: flex;
  align-items: center;
}
.select-pages__inner {
  border-radius: 4px;
  color: #0039ff;
  background: rgba(0, 57, 255, 0.11);
  padding: 6px 9px 4px;
  font-size: 13px;
  line-height: 14px;
  font-weight: 500;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.select-pages__inner:hover {
  text-decoration: underline;
}

.site-settings-table {
  padding-bottom: 145px;
}
.site-settings-table .head-info {
  white-space: nowrap;
}
.site-settings-table .tooltip-info {
  position: relative;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: -0.39px;
  vertical-align: text-top;
  margin-left: 7px;
  cursor: pointer;
}
.site-settings-table .tooltip-info img {
  width: 12px;
  height: 13px;
}
.site-settings-table .tooltip-info img:focus + .tooltip {
  opacity: 1;
  visibility: visible;
}
.site-settings-table .tooltip-info:hover .tooltip {
  opacity: 1;
  visibility: visible;
}
.site-settings-table .tooltip-info .tooltip {
  width: 280px;
  z-index: 9;
  display: block;
}
.site-settings-table .tooltip-info .tooltip .tooltip__text {
  white-space: normal;
  word-break: normal;
}
.site-settings-table .tooltip-info .tooltip span {
  text-transform: none;
  line-height: 22px;
  text-align: left;
  font-size: 14px;
}
.site-settings-table .tooltip-info_right .tooltip {
  left: auto;
  right: -20px;
  transform: none;
}
.site-settings-table .tooltip-info_right .tooltip .tooltip__inner:before {
  left: auto;
  right: 20px;
}
.site-settings-table .status-cell {
  padding-right: 15px;
}
.site-settings-table .switcher-container {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.site-settings-table .visibility-btn {
  border: none;
  padding: 5px;
  background: none;
  position: relative;
}
.site-settings-table .visibility-btn .tooltip {
  width: 220px;
  position: absolute;
  z-index: 10;
}
.site-settings-table .visibility-btn .tooltip__title {
  color: #000;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.14px;
  padding-bottom: 9px;
  font-weight: 500;
}
.site-settings-table .visibility-btn .visibility-info {
  display: flex;
  align-items: center;
  border: none;
  padding-bottom: 9px;
}
.site-settings-table .visibility-btn .visibility-info:last-child {
  padding: 0 0 4px 0;
}
.site-settings-table .visibility-btn .icon-show {
  color: #003ee0;
}
.site-settings-table .visibility-btn .icon-hide {
  color: #838ea9;
}
.site-settings-table .visibility-btn .tooltip-info {
  color: #424f70;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.13px;
}
.site-settings-table .visibility-btn .tooltip-info .icon {
  font-size: 18px;
  padding-right: 5px;
}

.last-scanned-badge {
  display: inline-block;
  border-radius: 4px;
  padding: 6px 9px 4px;
  font-size: 13px;
  line-height: 14px;
  font-weight: 500;
  border: none;
}
.last-scanned-badge + .last-scanned {
  padding-top: 5px;
}
.last-scanned-badge:hover {
  text-decoration: underline;
}
.last-scanned-badge.active {
  color: #035701;
  background: rgba(4, 135, 0, 0.13);
}
.last-scanned-badge.monitoring {
  color: #0039ff;
  background: rgba(0, 57, 255, 0.11);
}

.scan-progress-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.scan-progress {
  width: 40px;
  position: relative;
  margin-right: 15px;
}
.scan-progress .circular-chart {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  max-height: 56px;
  height: 100%;
  width: 100%;
}
.scan-progress .circle-bg {
  fill: none;
  stroke: #eee;
  stroke-width: 4;
}
.scan-progress .circle {
  fill: none;
  stroke: #0042ec;
  stroke-width: 4;
  stroke-linecap: round;
  animation: circleProgress 1s ease-out forwards;
}
.scan-progress__value {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: 1px;
  font-size: 10px;
  line-height: 12px;
  letter-spacing: -0.28px;
  font-weight: 700;
  color: #000;
  transform: translate(-50%, -50%);
}

.tooltip-info {
  position: relative;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: -0.39px;
  vertical-align: text-top;
  margin-left: 7px;
  cursor: pointer;
}
.tooltip-info img {
  width: 12px;
  height: 13px;
}
.tooltip-info img:focus + .tooltip {
  opacity: 1;
  visibility: visible;
}
.tooltip-info:hover .tooltip {
  opacity: 1;
  visibility: visible;
}
.tooltip-info .tooltip {
  width: 280px;
  z-index: 9;
  display: block;
}
.tooltip-info .tooltip .tooltip__text {
  white-space: normal;
  word-break: normal;
}
.tooltip-info .tooltip span {
  text-transform: none;
  line-height: 22px;
  text-align: left;
  font-size: 14px;
}
.tooltip-info_right .tooltip {
  left: auto;
  right: -20px;
  transform: none;
}
.tooltip-info_right .tooltip .tooltip__inner:before {
  left: auto;
  right: 20px;
}

.tooltip {
  width: 220px;
  position: absolute;
  z-index: 10;
}
.tooltip__title {
  color: #000;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.14px;
  padding-bottom: 9px;
  font-weight: 500;
}

.tooltip-info {
  color: #424f70;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.13px;
}
.tooltip-info .icon {
  font-size: 18px;
  padding-right: 5px;
}

.issues .tooltip {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  width: 220px;
  padding-top: 25px;
  text-align: center;
  transition: opacity 0.1s ease, visibility 0.1s ease;
}
.issues .tooltip__inner {
  background: #fff;
  border-radius: 6px;
  color: #000;
  font-size: 12px;
  line-height: 12px;
  top: 50%;
  border: 2px solid #0d43e3;
  padding: 10px 15px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  position: relative;
  display: block;
}
.issues .tooltip__inner:before {
  content: "";
  left: 50%;
  top: -14px;
  transform: translateX(-50%) rotate(90deg);
  background-image: url(/assets/images/icons/tip-arrow.svg);
  position: absolute;
  display: block;
  width: 12px;
  height: 16px;
}
.issues .tooltip__text {
  word-break: break-all;
}
.issues__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-flow: wrap;
}
@media (max-width: 767px) {
  .issues__top {
    display: none;
  }
  .issues__top.tablet-show {
    display: flex;
    justify-content: flex-start;
  }
}
.issues__top .left {
  display: flex;
  align-items: center;
  padding-left: 20px;
  padding-left: 0;
}
.issues__top .left .custom-checkbox {
  margin-right: 15px;
  display: none;
}
.issues__top .left,
.issues__top .right {
  padding-bottom: 25px;
}
.issues__top_tablet-show {
  display: none;
}
.issues__filter {
  display: flex;
  flex-flow: wrap;
  margin: 0 -10px;
  align-items: center;
}
.issues__filter-item {
  padding: 0 10px;
}
.issues__filter .dropdown__inner {
  padding: 27px 15px 25px;
}
.issues__filter .dropdown .custom-checkbox {
  padding-top: 5px;
  padding-bottom: 5px;
}
.issues__filter .dropdown .custom-checkbox:not(.disabled):hover {
  color: #0042ec;
}
.issues .tabs-control {
  padding-top: 10px;
}
.issues__search {
  position: relative;
  display: inline-block;
}
.issues__search .form-control {
  border: 1px solid #6f7589;
  border-radius: 6px;
  background: none;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: -0.42px;
  font-weight: 400;
  padding: 12px 30px 10px 20px;
  width: 287px;
  box-sizing: border-box;
}
.issues__search .icon-wrap {
  position: absolute;
  right: 15px;
  top: 11px;
  font-size: 18px;
  color: #000;
  opacity: 0.38;
}
.issues__item {
  background: #fff;
  border-radius: 6px;
  margin-bottom: 20px;
  position: relative;
}
.issues__item > h2 {
  margin: 0;
}
.issues__item.important {
  background: #f6e2c9;
}
.issues__item .tablet-show {
  display: none;
}
.issues__item > .custom-checkbox {
  display: none;
}
.issues__item-header {
  padding: 18px 19px 16px 100px;
  padding: 18px 19px 16px 65px;
  background: none;
  border: none;
  text-align: left;
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.out_permalink .issues__item-header {
  padding-left: 19px;
}
.issues__item-header.permanent {
  padding-left: 19px;
}
.issues__item-header .severity-lvl {
  min-width: 54px;
}
.issues__item-header.active .issues__item-icon .line_vertical {
  opacity: 0;
}
.issues__item-icon {
  position: absolute;
  left: 55px;
  top: 15px;
  border-radius: 50%;
  border: 2px solid #0033b7;
  width: 30px;
  height: 30px;
  left: 19px;
}
.issues__item-icon .line {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 3px;
  height: 2px;
  background: #0033b7;
  display: block;
  width: 14px;
  transition: opacity 0.1s ease, background 0.1s ease;
}
.issues__item-icon .line_vertical {
  height: 14px;
  width: 2px;
}
.issues__item-icon.active .line_vertical {
  opacity: 0;
}
.issues__item-info {
  font-size: 14px;
  line-height: 18px;
  letter-spacing: -0.14px;
  color: #000;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding-right: 15px;
}
.issues__item-info strong {
  font-weight: 400;
  font-size: 14px;
  letter-spacing: -0.14px;
  color: #464c61;
  line-height: 18px;
  text-transform: uppercase;
  padding-right: 11px;
}
.important .issues__item-info {
  color: #9a1111;
  font-weight: 700;
}
.important .issues__item-info strong {
  color: #9a1111;
  font-weight: 700;
}
.issues__item-additional-info {
  display: flex;
  align-items: center;
}
.issues__item-dropdown {
  padding: 0 19px;
  /*transition: max-height 0.3s linear;
  max-height: 0;*/
  overflow: hidden;
}
.issues__item-dropdown-inner {
  border-top: 1px solid #d8d8d8;
}
.issues__item-dropdown .btn-row {
  margin-top: 30px;
  display: flex;
  justify-content: flex-end;
}
.issues__item-dropdown .btn-row .btn {
  padding: 11px 15px;
}
.issues__item .custom-checkbox {
  left: 21px;
  top: 20px;
  position: absolute;
  z-index: 2;
}
.issues__category {
  border-bottom: 1px solid #697081;
}
.issues__category-title {
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  display: block;
  width: 100%;
  text-align: left;
  border: none;
  padding: 15px 0 15px 45px;
  position: relative;
}
.issues__category-title.active {
  margin-bottom: 20px;
}
.issues__category-title.active .issues__category-icon {
  background: #464a59;
}
.issues__category-title.active .issues__category-icon .line_vertical {
  opacity: 0;
}
.issues__category-title.active + .issues__list {
  display: block;
}
.issues__category-title_ignored {
  display: flex;
  justify-content: space-between;
}
.issues__category-title_ignored .issues__settings {
  position: relative;
  font-size: 16px;
}
.issues__category-title_ignored .issues__settings.active .icon-gear {
  color: #0033b7;
}
.issues__category-title_ignored .issues__settings:hover .icon-gear {
  cursor: pointer;
  color: #0033b7;
}
.issues__category-title_ignored .issues__settings__drop {
  position: absolute;
  right: 0;
  top: 100%;
  padding-top: 15px;
  z-index: 2;
}
.issues__category-title_ignored .issues__settings__drop__inner {
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
  padding: 17px 20px;
  border-radius: 6px;
  width: 352px;
}
.issues__category-title_ignored .issues__rule {
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 16px;
}
.issues__category-title_ignored .issues__rule-control {
  background: #eaebee;
  border-radius: 6px;
  padding: 10px 7px 10px 14px;
  margin-bottom: 16px;
}
.issues__category-title_ignored .issues__rule__info {
  font-size: 12px;
  line-height: 14px;
  color: #000;
  font-weight: 400;
  margin-bottom: 17px;
}
.issues__category-title_ignored .issues__rule__actions {
  display: flex;
  justify-content: flex-end;
  margin: 0 -8px;
}
.issues__category-title_ignored .issues__rule__actions .btn {
  margin: 0 8px;
  height: 36px;
  font-size: 14px;
  line-height: 14px;
  padding: 5px 10px;
}
.issues__category-title_ignored .issues__rule__actions .btn_rescan {
  display: flex;
  align-items: center;
}
.issues__category-title_ignored .issues__rule__actions .btn_rescan .icon {
  font-size: 22px;
  margin-right: 12px;
}
.issues__category-title_ignored .switcher {
  justify-content: space-between;
}
.issues__category-title_ignored .switcher__label {
  color: #464c61;
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  letter-spacing: -0.13px;
}
.issues__category-title_ignored .switcher__label strong {
  display: block;
  font-size: 15px;
  line-height: 18px;
  font-weight: 600;
  letter-spacing: -0.14px;
  color: #000;
}
.issues__category-title_ignored .switcher__body:before {
  background: #0047ff;
}
.issues__category-icon {
  width: 26px;
  height: 26px;
  display: block;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #0033b7;
}
.issues__category-icon .line {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 3px;
  height: 2px;
  background: #fff;
  display: block;
  width: 14px;
}
.issues__category-icon .line_vertical {
  height: 14px;
  width: 2px;
}
.issues__list {
  padding-top: 5px;
}
.issues__list.open {
  padding-bottom: 30px;
}
.issues .violation-issues .issues__item-dropdown {
  padding: 0 19px;
  transition: none;
  max-height: 100%;
  overflow: hidden;
}
.issues .violation-issues .issues__item-header {
  padding: 18px 19px 16px 19px;
}
@media (min-width: 1024px) and (max-width: 1260px) {
  .issues__top {
    flex-flow: column-reverse;
  }
  .issues__filter {
    padding-bottom: 20px;
  }
}
@media all and (max-width: 992px) {
  .issues .issues__top .custom-checkbox {
    top: auto;
  }
  .issues .issues__top_tablet-show {
    display: block;
  }
  .issues .issues__top_tablet-show .dropdown-wrap {
    max-width: 300px;
    margin: 0 auto 15px;
  }
  .issues .issues__top_tablet-show .dropdown__inner {
    width: 300px;
  }
  .issues .tabs-control {
    display: none;
  }
  .issues .violations-filter-wrap {
    display: none;
  }
  .issues__filter {
    width: 100%;
  }
  .issues__filter-item {
    width: 100%;
  }
  .issues .dropdown__btn {
    width: 100%;
    text-align: left;
    padding-left: 20px;
  }
  .issues .dropdown__inner {
    width: 318px;
  }
  .issues .tabs-control__list {
    margin: 0 -10px;
  }
  .issues .tabs-control__item {
    padding: 0 10px;
  }
  .issues .tabs-control__lnk {
    font-size: 14px;
  }
  .issues__item-dropdown-inner {
    border-top: none;
  }
  .issues__item .tablet-show {
    display: block;
  }
  .issues__item-header {
    flex-flow: wrap;
  }
  .issues__item-info {
    width: 100%;
  }
  .out_permalink .issues__item-info {
    width: 60%;
  }
  .issues__item-info strong {
    display: block;
    margin-bottom: 15px;
    padding-left: 70px;
    font-size: 13px;
    line-height: 20px;
    padding-left: 40px;
  }
  .out_permalink .issues__item-info strong {
    padding-left: 0;
    margin-bottom: 0;
  }
  .issues__item-info .rule-failure {
    display: none;
  }
  .out_permalink .issues__item .issue-description {
    padding-top: 0;
  }
  .issues__item-additional-info {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .out_permalink .issues__item-additional-info {
    width: 100%;
    justify-content: space-between;
    padding-right: 0;
  }
  .out_permalink .issues__item-additional-info .device-type-wrap {
    padding-right: 0;
  }
  .issues__item .rule-failure {
    width: 100%;
    padding-top: 10px;
  }
  .out_permalink .issues__item .rule-failure.tablet-show {
    padding-top: 32px;
  }
  .issues__item-header {
    padding-left: 20px !important;
    padding-right: 20px;
    align-items: flex-start;
  }
  .issues__item-header .severity-lvl {
    transform: translate(0, 0);
    font-size: 12px;
    min-width: 48px;
    position: absolute;
    right: 22px;
    top: 18px;
  }
  .issues__item-header.permanent .issues__item-info strong {
    padding-left: 0;
    margin-bottom: 10px;
  }
  .issues__item .device-type-wrap {
    padding-right: 0;
  }
  .issues__item-icon {
    top: 13px;
    transform: translate(0, 0);
    width: 26px;
    height: 26px;
  }
  .issues .custom-checkbox {
    top: 17px;
  }
}
@media all and (max-width: 992px) {
  .out_permalink .issues__item-info strong {
    margin-bottom: 15px;
  }
}
@media all and (max-width: 767px) {
  .issues__search {
    padding-bottom: 20px;
  }
  .issues__search .form-control {
    width: 100%;
  }
  .issues__item-dropdown .btn-row .btn {
    display: block;
    width: 100%;
  }
}
@media all and (max-width: 600px) {
  .issues__item-info strong {
    margin-bottom: 15px;
  }
}
@media all and (max-width: 374px) {
  .issues .tabs-control__list {
    margin: 0 -5px;
  }
  .issues .tabs-control__item {
    padding: 0 5px;
  }
  .issues .tabs-control__lnk {
    font-size: 13px;
  }
  .issues .issues__top .left {
    padding-left: 15px;
  }
  .issues .issues__top .right {
    padding-bottom: 21px;
  }
  .issues__item-header {
    padding-left: 10px !important;
    padding-right: 10px;
  }
  .issues__item-header .severity-lvl {
    font-size: 11px;
    min-width: 40px;
    right: 8px;
  }
  .issues__item-dropdown {
    padding-left: 10px;
    padding-right: 10px;
  }
  .issues__item .custom-checkbox {
    left: 10px;
    top: 18px;
  }
  .issues__item .custom-checkbox__icon {
    border-radius: 3px;
    width: 16px;
    height: 16px;
  }
  .issues__item-icon {
    left: 33px;
    left: 13px;
    top: 15px;
    width: 22px;
    height: 22px;
  }
  .issues__item-icon .line {
    width: 10px;
    height: 2px;
  }
  .issues__item-icon .line_vertical {
    height: 10px;
    width: 2px;
  }
  .issues__item-info {
    font-size: 12px;
    line-height: 14px;
  }
  .issues__item-info strong {
    padding-left: 52px;
    padding-left: 32px;
  }
  .issues .device-type-wrap {
    left: 10px;
  }
  .out_permalink .issues .device-type-wrap {
    left: auto;
  }
  .issues .post p,
  .issues .post a {
    font-size: 12px;
    line-height: 16px;
  }
}

.violations-filter__item {
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 21px;
  padding-bottom: 9px;
}
.violations-filter__item-title {
  font-size: 15px;
  line-height: 18px;
  font-weight: 500;
  color: #73798c;
  margin: 0 0 13px;
}
.violations-filter .custom-checkbox {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.violations-filter__btns {
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
}
.violations-filter__btns .btn {
  width: 129px;
}

.issue-description {
  margin-top: 30px;
}
.issue-description__item {
  border-bottom: 1px solid #d8d8d8;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.issue-description__item:last-child {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 30px;
}
.issue-description__item-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-flow: wrap;
  margin-bottom: 25px;
}
.issue-description__item-title h3 {
  margin: 0;
  font-weight: 400;
  color: #000;
  letter-spacing: -0.16px;
  font-size: 17px;
  line-height: 18px;
}
.issue-description__item-title h3 strong {
  font-weight: 700;
}
.issue-description .controls {
  margin: 0 -5px;
  display: flex;
  flex-flow: wrap;
}
.issue-description .controls .btn {
  margin-left: 5px;
  margin-right: 5px;
  padding-top: 7px;
  padding-bottom: 5px;
  border-radius: 4px;
  padding-left: 34px;
}
.issue-description .controls .btn__icon {
  left: 5px;
}
.issue-description .controls .btn__icon.icon-checks {
  font-size: 17px;
}
.issue-description .controls .btn .icon-link {
  font-size: 10px;
}
.issue-description .controls .btn .icon-ms_icon {
  font-size: 18px;
}
.issue-description .controls .permalink-container {
  position: relative;
}
.issue-description .controls .permalink-container .btn {
  text-transform: none;
}
.issue-description .controls .permalink-dropdown {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  border: 1px solid #6f7589;
  border-radius: 6px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  z-index: 90;
  padding: 20px 15px;
  width: 215px;
}
.issue-description .controls .permalink-dropdown .custom-radio {
  position: relative;
  left: auto;
  top: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 17px;
}
.issue-description .controls .permalink-dropdown .btn {
  font-size: 15px;
  display: block;
  width: 100%;
  margin: 0;
  padding: 12px 3px 10px;
}
.issue-description .controls .permalink__title {
  font-size: 14px;
  line-height: 22px;
  margin: 0 0 15px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-content: center;
  align-items: center;
}
.issue-description .controls .permalink__title .close-dropdown {
  border: none;
  padding: 0;
}
.issue-description .controls .permalink__url {
  display: block;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: -0.11px;
  border: 1px solid #6f7589;
  border-radius: 6px;
  padding: 8px 30px 7px 8px;
  background: rgba(180, 184, 199, 0.16);
  word-break: break-all;
  margin-bottom: 19px;
  font-family: "Menlo", sans-serif;
}
.issue-description .controls .permalink__generate {
  display: none;
}
.issue-description .permalink-generated .permalink__options {
  display: none;
}
.issue-description .permalink-generated .permalink__generate {
  display: block;
}
.issue-description .btn_important-issue {
  background: rgba(179, 47, 165, 0.15);
  color: #96208a;
  padding-right: 14px;
}
.issue-description .btn_important-issue .icon {
  left: 11px;
}
.issue-description .btn_important-issue.active {
  background: rgb(179, 47, 165);
  color: #fff;
}
.issue-description .btn_important-issue:hover {
  background: rgb(179, 47, 165);
  color: #fff;
}
.issue-description .btn_important-issue:hover.active {
  background: rgba(179, 47, 165, 0.15);
  color: #96208a;
}
.issue-description .btn_resolve-issue {
  background: rgba(4, 135, 0, 0.15);
  color: #047f00;
}
.issue-description .btn_resolve-issue .icon {
  left: 10px;
  font-size: 16px;
}
.issue-description .btn_resolve-issue.active {
  background: #048700;
  color: #fff;
}
.issue-description .btn_resolve-issue:hover {
  background: #048700;
  color: #fff;
}
.issue-description .btn_resolve-issue:hover.active {
  background: rgba(4, 135, 0, 0.15);
  color: #047f00;
}
.issue-description .btn_dismiss-issue {
  background: rgba(76, 85, 109, 0.15);
  color: #4c556d;
}
.issue-description .btn_dismiss-issue .icon {
  left: 10px;
  font-size: 16px;
}
.issue-description .btn_dismiss-issue.active {
  background: #4c556d;
  color: #fff;
}
.issue-description .btn_dismiss-issue:hover {
  background: #4c556d;
  color: #fff;
}
.issue-description .btn_dismiss-issue:hover.active {
  background: rgba(76, 85, 109, 0.15);
  color: #4c556d;
}
.issue-description .btn_view {
  padding-left: 37px;
}
.issue-description .btn_view .btn__icon {
  left: 11px;
  font-size: 15px;
}
.issue-description__options {
  margin: 0 -10px;
}
.issue-description__options .btn {
  margin: 0 10px;
}
.issue-description__options .btn_visit-page {
  position: relative;
  padding-right: 15px;
}
.issue-description__options .btn_visit-page .icon {
  position: absolute;
  right: -5px;
  top: 50%;
  transform: translateY(-50%);
  margin-top: -1px;
}
.issue-description__options .btn_visit-page:hover .tooltip, .issue-description__options .btn_visit-page:focus .tooltip {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 1280px) {
  .issue-description .controls .permalink-dropdown {
    transform: translateX(-25%);
  }
}
@media (max-width: 768px) {
  .out_permalink .issue-description {
    padding-top: 0;
  }
  .issue-description__item-title {
    flex-flow: column-reverse;
    align-items: flex-start;
  }
  .issue-description .controls {
    width: 100%;
    margin: 0;
  }
  .issue-description .controls .btn {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    text-align: center;
  }
  .out_permalink .issue-description .controls .btn {
    width: auto;
  }
}

.device-type {
  border-radius: 4px;
  background: rgba(76, 85, 109, 0.15);
  font-size: 12px;
  line-height: 16px;
  letter-spacing: -0.39px;
  display: flex;
  align-items: center;
  padding: 5px 10px;
  margin: 0 7px;
  position: relative;
}
.device-type .tooltip {
  display: none;
  z-index: 10;
  width: 225px;
}
.device-type .icon-photo + .tooltip {
  width: 175px;
}
@media (min-width: 993px) {
  .device-type:hover .tooltip {
    opacity: 1;
    visibility: visible;
    display: block;
  }
}
.device-type:hover .tooltip span {
  text-transform: none;
  line-height: 22px;
  text-align: left;
  word-break: normal;
}
.device-type span {
  font-size: 14px;
  text-transform: capitalize;
}
.device-type span.icon-photo {
  font-size: 13px;
}
.modal .device-type .icon {
  padding-right: 10px;
}
@media (max-width: 992px) {
  .device-type {
    font-size: 12px;
    margin-right: 10px;
  }
}
@media (max-width: 374px) {
  .device-type {
    font-size: 11px;
    margin-right: 5px;
  }
  .device-type span {
    font-size: 14px;
  }
}

.device-type-wrap {
  display: flex;
  margin: 0 -7px;
  padding-right: 15px;
  position: relative;
}

.issues-actions .dropdown-wrap {
  display: inline-block;
}
.issues-actions .dropdown__btn {
  width: 170px;
}
.issues-actions .dropdown__inner {
  padding: 0;
  width: 170px;
}

.modal_export-issues {
  max-width: 390px;
}

.export-issues p {
  margin: 0 0 10px;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: -0.42px;
  font-weight: 500;
  color: #73798c;
}
.export-issues li {
  padding-top: 0;
  padding-bottom: 0;
}
.export-issues__item {
  border-bottom: 1px solid #798197;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.export-issues .custom-checkbox {
  padding: 10px 0;
  margin: 0;
  top: auto;
  display: block;
}
.export-issues .custom-checkbox__label {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  padding-left: 0;
  color: #000;
  display: flex;
  align-items: center;
}
.export-issues .custom-checkbox .tracker-logo {
  border: 2px solid #d8dce4;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  margin-right: 15px;
}
.export-issues .custom-checkbox .tracker-logo img {
  max-width: 50%;
  display: block;
}
.export-issues .custom-checkbox__icon, .export-issues .custom-checkbox__input {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.export-issues .custom-checkbox {
  display: block;
}
.export-issues__btns {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.export-issues__btns .btn {
  width: calc(50% - 10px);
}

.add-more-apps {
  display: flex;
  align-items: center;
  color: #0042ec;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: -0.42px;
  font-weight: 500;
  padding-left: 2px;
  margin-top: 10px;
}
.add-more-apps:hover .text {
  text-decoration: underline;
}
.add-more-apps .icon-add-more {
  margin-right: 15px;
  font-size: 24px;
}

.btn_rescan {
  margin-right: 100px;
}

@media (max-width: 767px) {
  .screenshot-options-wrap {
    width: 100%;
  }
}

.screenshot-options {
  position: relative;
}
@media (max-width: 767px) {
  .screenshot-options {
    width: 100%;
  }
}
.screenshot-options .btn {
  padding-right: 25px;
}
.screenshot-options .btn .icon-carret-down {
  position: absolute;
  right: 8px;
  color: #fff;
  top: 50%;
  left: auto;
  font-size: 5px;
  transform: translateY(-50%);
}
.screenshot-options__dropdown {
  position: absolute;
  top: 100%;
  border-radius: 4px;
  border: 1px solid #606374;
  background: #fff;
  left: 5px;
  right: 5px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.09);
}
.screenshot-options__item {
  display: block;
  width: 100%;
  padding: 0 15px;
  border: none;
  transition: background 0.1s ease;
  text-align: left;
}
.screenshot-options__item:hover {
  background: rgba(45, 104, 255, 0.06);
  color: #0042ec;
}
.screenshot-options__item span {
  display: block;
  padding-top: 3px;
  padding-bottom: 3px;
  border-bottom: 1px solid #606374;
}
.screenshot-options__item:last-child span {
  border-bottom: none;
}

.modal_issue-desktop {
  max-width: 85vw;
}
.modal_issue-desktop .modal-issue__top {
  position: relative;
  padding-right: 145px;
}
.modal_issue-desktop .issue-title {
  font-size: 14px;
  line-height: 18px;
  letter-spacing: -0.14px;
  color: #000;
  margin-bottom: 30px;
  margin-top: 0;
}
.modal_issue-desktop .issue-title strong {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #6f7589;
  text-transform: capitalize;
  padding-right: 30px;
}
.modal_issue-desktop .issue-title.html-modal strong {
  font-size: 15px;
  line-height: 18px;
}
.modal_issue-desktop .device-type {
  position: absolute;
  right: 20px;
  top: -4px;
  margin: 0;
}
.modal_issue-desktop img {
  max-width: 100%;
  width: 100%;
  display: block;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .modal_issue-desktop {
    max-width: 95vw;
  }
}
@media (max-width: 600px) {
  .modal_issue-desktop .modal-issue__top {
    padding-right: 0;
    margin-bottom: 20px;
  }
  .modal_issue-desktop .issue-title {
    width: 100%;
    margin-bottom: 5px;
  }
}

.modal_issue-mobile {
  max-width: 418px;
}
.modal_issue-mobile .modal-issue__top {
  position: relative;
  padding-right: 0;
}
.modal_issue-mobile .issue-title {
  font-size: 14px;
  line-height: 18px;
  letter-spacing: -0.14px;
  color: #000;
  margin-bottom: 15px;
  margin-top: 0;
}
.modal_issue-mobile .issue-title strong {
  font-weight: 400;
  font-size: 17px;
  line-height: 21px;
  color: #6f7589;
  display: block;
  margin-bottom: 13px;
}
.modal_issue-mobile .device-type {
  margin: 0 0 15px;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  text-transform: capitalize;
}
.modal_issue-mobile img {
  max-width: 100%;
  width: 100%;
  display: block;
  border-radius: 4px;
}

.modal_issue-code {
  max-width: 1230px;
  min-height: 90vh !important;
}
.modal_issue-code .nsm-content {
  min-height: 100vh !important;
}
.modal_issue-code .modal__content {
  min-height: calc(75vh - 27px);
}
.modal_issue-code .loader-wrap {
  position: relative;
}
.modal_issue-code .loader-wrap .loader-overlay .sk-chase {
  position: absolute;
  left: 50%;
  top: 100px;
  transform: translateY(-50%);
}

.modal_issue-code .modal-issue__top {
  padding-right: 150px;
}
@media (max-width: 600px) {
  .modal_issue-code .modal-issue__top {
    padding-top: 30px;
    padding-right: 0;
  }
}
.modal-issue__top .dropdown-wrap {
  position: absolute;
  right: 20px;
  top: -5px;
}
.modal-issue__top .dropdown-wrap .dropdown__inner {
  padding: 0;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}
.modal-issue__top .dropdown-wrap .dropdown li button span {
  padding: 7px 0;
  font-size: 14px;
  line-height: 16px;
}
.modal-issue__top .dropdown-wrap .dropdown__btn {
  border-radius: 4px;
  background: rgba(76, 85, 109, 0.15);
  font-size: 14px;
  line-height: 16px;
  letter-spacing: -0.39px;
  display: flex;
  align-items: center;
  padding: 6px 35px 5px 13px;
  border: none;
  width: 123px;
  font-weight: 400;
  color: #4c556d;
}
.modal-issue__top .dropdown-wrap .dropdown__btn:after {
  font-size: 5px;
  right: 10px;
}
.modal-issue__top .dropdown-wrap .dropdown__btn span {
  font-size: 14px;
  padding-right: 10px;
}
.modal-issue__top .dropdown-wrap .dropdown__btn .icon-mobile {
  font-size: 16px;
  margin-top: -1px;
}
@media (max-width: 560px) {
  .modal-issue__top {
    display: flex;
    flex-flow: wrap;
    padding-right: 0;
  }
  .modal-issue__top .dropdown-wrap {
    position: relative;
    right: auto;
    top: auto;
  }
}

.modal-issue__main {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .modal-issue__main {
    flex-flow: wrap;
  }
  .modal-issue__main .prev-violation {
    order: 4;
    margin: 20px 0;
  }
  .modal-issue__main .prev-violation {
    order: 3;
    margin: 20px 0;
  }
}

.code-panel {
  display: flex;
  justify-content: space-between;
  font-family: monospace;
  height: 100%;
}
.code-panel-wrap {
  width: 100%;
  height: 75vh;
  position: relative;
}
.code-panel__bar {
  overflow: hidden;
  background: rgb(49, 51, 53);
  color: #fff;
  border-right: 1px solid #6f7589;
  width: 65px;
  padding-top: 4px;
}
.code-panel__line {
  padding: 0 10px;
  height: 24px;
  line-height: 24px;
}
.code-panel__body {
  font-family: monospace;
  background: rgb(43, 43, 43);
  color: #fff;
  padding: 5px 10px;
  overflow-x: scroll;
  width: calc(100% - 65px);
}
.code-panel__row {
  white-space: pre;
  line-height: 24px;
}
.code-panel__row span {
  line-height: 24px;
  display: inline-block;
}
.code-panel .error-row {
  background: #8c0404;
}
.code-panel .error-row_selected {
  outline: auto;
}
.code-panel__controls {
  display: none;
  position: absolute;
  right: -25px;
  top: 0;
}
.code-panel__controls-btn {
  border-radius: 6px;
  background: rgb(43, 43, 43);
  text-align: center;
  width: 50px;
  height: 70px;
  border: none;
  color: #fff;
  display: block;
  transition: background 0.1s ease;
}
.code-panel__controls-btn:hover {
  background: #000;
}
.code-panel__controls-btn .icon-wrap {
  width: 50px;
  display: block;
  margin-left: -7px;
  margin-top: 10px;
}
.code-panel__controls-btn .icon {
  color: #fe1c1c;
}
.code-panel__controls-btn.up {
  border-radius: 6px 6px 0 0;
}
.code-panel__controls-btn.up .icon-wrap {
  transform: rotate(90deg);
}
.code-panel__controls-btn.down {
  border-radius: 0 0 6px 6px;
  padding-top: 20px;
}
.code-panel__controls-btn.down .icon-wrap {
  transform: rotate(-90deg);
  margin-top: -5px;
  margin-bottom: 10px;
}
.code-panel__controls-btn .value {
  display: block;
  font-size: 13px;
  line-height: 14px;
}
.code-panel__controls-btn:first-child {
  border-bottom: 1px solid #17203e;
}

.modal_issue-code-multiple .modal-issue__top {
  margin-right: 19px;
}
.modal_issue-code-multiple .code-panel {
  justify-content: flex-start;
}
.modal_issue-code-multiple .code-panel__controls {
  display: block;
}
.modal_issue-code-multiple .code-panel__body {
  width: calc(100% - 104px);
}
@media (max-width: 767px) {
  .modal_issue-code-multiple .modal-issue__top {
    margin-right: 0;
  }
}

.modal_issue-code .nsm-dialog-btn-close,
.modal_issue-desktop .nsm-dialog-btn-close,
.modal_issue-mobile .nsm-dialog-btn-close {
  top: 36px;
  right: 26px;
}
@media (max-width: 767px) {
  .modal_issue-code .modal__content,
  .modal_issue-desktop .modal__content,
  .modal_issue-mobile .modal__content {
    padding-top: 73px;
  }
  .modal_issue-code .nsm-dialog-btn-close,
  .modal_issue-desktop .nsm-dialog-btn-close,
  .modal_issue-mobile .nsm-dialog-btn-close {
    right: auto;
    left: 19px;
  }
}

.recommendation-parsed {
  font-family: monospace;
  display: inline;
  background: #eee;
  font-size: 11px;
  font-weight: 500;
  word-wrap: break-word;
  white-space: pre-wrap;
}
.issues__item-header .recommendation-parsed {
  border: 1px solid #b5b4b4;
  border-radius: 4px;
  color: #4e5050;
  padding: 0 8px;
  margin-right: 10px;
  white-space: nowrap;
  background: none;
}

.occurrences {
  border: 1px solid #929292;
  border-radius: 4px;
  color: #4e5050;
  padding: 0 8px;
  margin-right: 10px;
  white-space: nowrap;
  font-size: 12px;
}

.permalink-shared-by {
  color: #252b3c;
  font-size: 15px;
  line-height: 21px;
  letter-spacing: -0.16px;
  font-weight: 500;
  text-align: center;
  margin: 0 0 20px;
}

.permalink-title {
  font-size: 44px;
  line-height: 55px;
  font-weight: 700;
  letter-spacing: -0.22px;
  color: #3d4665;
  text-align: center;
  margin: 0;
}

.permalink-info {
  font-size: 12px;
  line-height: 21px;
  font-weight: 500;
  letter-spacing: -0.13px;
  color: #555f7b;
  margin: 0 0 39px;
  text-align: center;
}

.permalink-scan-info {
  max-width: 680px;
  margin: 0 auto 44px;
  text-align: center;
  font-size: 15px;
  line-height: 21px;
  font-weight: 500;
  color: #252b3c;
  letter-spacing: -0.16px;
}
.permalink-scan-info a:hover {
  text-decoration: underline;
}
.permalink-scan-info a:visited {
  color: #0042ec;
}

.live-page-link {
  padding-bottom: 60px;
  padding-top: 20px;
  max-width: 488px;
  margin: 0 auto;
}
.live-page-link__inner {
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: wrap;
  border-radius: 6px;
  padding: 16px;
}
.live-page-link__inner:hover .live-page-link__lnk {
  text-decoration: underline;
}
.live-page-link__inner .holder {
  display: flex;
  align-items: center;
}
.live-page-link__fav {
  border-radius: 50%;
  border: 1px solid #d8d8d8;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.live-page-link__fav img {
  width: 16px;
  display: block;
}
.live-page-link__lnk {
  width: calc(100% - 32px);
  padding-left: 16px;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: -0.13px;
  font-weight: 500;
  color: #2d68ff;
  word-break: break-all;
}

.modal .next-violation,
.modal .prev-violation {
  background: #0b0e17;
  border-radius: 5px;
  width: 66px;
  display: block;
  padding: 9px 8px;
}
.modal .next-violation .text,
.modal .prev-violation .text {
  font-size: 13px;
  line-height: 16px;
  color: #fff;
  letter-spacing: -0.36px;
  font-weight: 500;
  display: block;
  margin-bottom: 5px;
}
.modal .next-violation .icon,
.modal .prev-violation .icon {
  color: #fe1c1c;
  display: block;
  margin: 0 auto;
  width: 20px;
}

.modal .prev-violation {
  margin-left: -30px;
  margin-right: 10px;
  text-align: right;
}
@media (max-width: 767px) {
  .modal .prev-violation {
    margin: 10px 5px;
    order: 3;
  }
}

.modal .next-violation {
  margin-right: -30px;
  margin-left: 10px;
  text-align: left;
}
@media (max-width: 767px) {
  .modal .next-violation {
    margin: 10px 5px;
    order: 4;
  }
}

.violations-type-select {
  margin-bottom: 25px;
  padding-right: 20px;
}
.violations-type-select .dropdown__inner {
  width: auto;
  min-width: 165px;
}
.violations-type-select .dropdown__btn {
  border: none;
  background: #0042ec;
  color: #fff;
  font-weight: 400;
  min-width: 165px;
}
.violations-type-select .dropdown__btn:after {
  font-size: 4px;
}
.violations-type-select .dropdown li {
  position: relative;
}
.violations-type-select .dropdown li:after {
  content: "";
  left: 10px;
  right: 10px;
  bottom: 0;
  height: 1px;
  display: block;
  background: #6f7589;
  position: absolute;
}
.violations-type-select .dropdown li:last-child:after {
  display: none;
}
.violations-type-select .dropdown .custom-radio__label {
  padding-top: 5px;
  padding-bottom: 5px;
}
@media (max-width: 767px) {
  .violations-type-select {
    padding-right: 0;
  }
}

.recommendation-parsed-strong {
  font-weight: 700;
}

.issues__item-info__full-width {
  width: 100%;
}
.issues__item-info__full-width .recommendation-parsed {
  float: right;
  margin-right: 0;
}

.screenshot-options .btn_screenshot {
  height: 30px;
  display: flex;
  align-items: center;
  padding-right: 35px;
}
.screenshot-options .btn_screenshot .icon-carret-down {
  right: 15px;
}
.screenshot-options .btn_screenshot.btn_blue .icon-carret-down {
  transform: translateY(-3px) rotate(180deg);
}

.device-dropdown {
  position: relative;
}
.device-dropdown__inner {
  background: #ffffff;
  border: 1px solid #ececec;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.0874094);
  border-radius: 6px;
  position: absolute;
  z-index: 10;
  top: 15px;
  width: 100%;
}
.device-dropdown .action_button {
  border: none;
  outline: none;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: -0.416667px;
  color: #000000;
  display: flex;
  align-items: center;
  padding: 11px 18px;
  width: 100%;
}
.device-dropdown .action_button:hover {
  background: rgba(45, 104, 255, 0.06);
  color: #0042ec;
}
.device-dropdown .action_button:focus:before, .device-dropdown .action_button:focus-within:before {
  border-color: #0d43e3;
  box-shadow: 0 0 0 4px rgba(0, 109, 213, 0.22);
}
.device-dropdown .action_button .icon {
  color: #4c556d;
  margin-right: 14px;
  width: 10px;
}

.sitemap-generation {
  width: 100%;
  padding-top: 21px;
  padding-bottom: 23px;
}
.sitemap-generation__top {
  display: flex;
  flex-flow: wrap;
  align-items: center;
  padding-bottom: 19px;
}
.sitemap-generation__top .text {
  width: calc(100% - 60px);
  font-size: 14px;
  line-height: 27px;
}
.sitemap-generation__top .text a,
.sitemap-generation__top .text span {
  color: #0042ec;
  /* &:hover {
     text-decoration: underline;
   }*/
}
.sitemap-generation__top .text strong {
  font-weight: 600;
}
.sitemap-generation .lds-spinner {
  margin-right: 20px;
}
.sitemap-generation .line-loader {
  margin-bottom: 25px;
}
.sitemap-generation__process {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
}
.sitemap-generation__process p {
  font-size: 14px;
  line-height: 18px;
  letter-spacing: -0.42px;
  color: #464c61;
  font-weight: 400;
  margin: 0;
}
.sitemap-generation__process span {
  color: #000;
}
.sitemap-generation__process strong {
  font-weight: 700;
  color: #000;
}
.sitemap-generation__info span {
  color: #464c61;
  margin-right: 5px;
}

.btn_stop-map {
  font-size: 14px;
  line-height: 18px;
  letter-spacing: -0.3px;
  color: #fff;
  background: #bd504d;
  padding: 5px 15px 4px;
}
.btn_stop-map:hover {
  background: #d3524f;
}

.view-sitemap-lnk {
  color: #6bceff;
}
.view-sitemap-lnk:hover {
  text-decoration: underline;
}
.view-sitemap-lnk .icon {
  color: #6bceff;
  font-size: 10px;
}

.sitemap__list {
  padding-bottom: 30px;
}
.sitemap__list__title {
  margin-top: 0;
}
.sitemap__item .custom-checkbox {
  display: flex;
  align-items: center;
  word-break: break-all;
  padding-right: 15px;
}
.sitemap__item .custom-checkbox__label {
  padding-left: 20px;
  color: #000;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: -0.14px;
  display: flex;
  align-items: center;
  flex-flow: wrap;
  width: calc(100% - 20px);
  padding-top: 10px;
  padding-bottom: 10px;
}
.sitemap__item-header {
  display: flex;
  justify-content: space-between;
  min-height: 62px;
  align-items: center;
}
.sitemap__item-header-left {
  width: 100%;
}
.sitemap__item-header-right {
  display: flex;
  align-items: center;
}
.sitemap__item-right {
  display: flex;
  align-items: center;
}
.sitemap__item-drop {
  padding-left: 40px;
  padding-bottom: 20px;
  border-top: 1px solid #d8d8d8;
}
.sitemap__item-drop ul {
  padding-bottom: 20px;
}
.sitemap__item-drop li {
  border-bottom: 1px solid #d8d8d8;
  padding: 20px 0 21px;
}
.sitemap__item-drop .custom-checkbox__icon {
  border-color: #d0d0d0;
}
.sitemap .content-item {
  margin-bottom: 10px;
}
.sitemap .content-item__inner {
  padding: 0 16px 0 21px;
}
.sitemap .badge {
  margin-right: 15px;
}
.sitemap__counter {
  padding-bottom: 10px;
}
.sitemap__counter-inner {
  background: rgba(0, 66, 236, 0.1);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-flow: wrap;
  padding: 9px 10px 7px 20px;
}
.sitemap__counter .custom-checkbox {
  display: flex;
  align-items: center;
  position: relative;
}
.sitemap__counter .custom-checkbox__icon {
  margin-right: 21px;
  transform: translateY(-2px);
}
.sitemap__counter .custom-checkbox__label {
  display: flex;
  align-items: center;
  position: relative;
  font-size: 14px;
  line-height: 27px;
  letter-spacing: -0.42px;
  color: #000;
}
.sitemap__counter .icon-wrap {
  display: flex;
  align-items: center;
  padding-right: 15px;
  transform: translateY(-2px);
}
.sitemap__counter .page-selected {
  padding-right: 10px;
  font-size: 14px;
  letter-spacing: 0.29px;
  color: #000;
}
@media all and (max-width: 767px) {
  .sitemap__counter-inner {
    padding-top: 12px;
    padding-bottom: 20px;
  }
  .sitemap__counter .btn {
    display: block;
    width: 100%;
    margin-top: 12px;
  }
  .sitemap__item-header {
    padding-top: 20px;
    padding-bottom: 20px;
    flex-flow: wrap;
  }
  .sitemap__item-right {
    justify-content: space-between;
    width: 100%;
    padding-top: 15px;
  }
  .sitemap__item-drop {
    padding-left: 0;
  }
}

.show-drop-btn {
  border-radius: 50%;
  border: 2px solid #0033b7;
  width: 30px;
  height: 30px;
  position: relative;
}
.show-drop-btn .line {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 3px;
  height: 2px;
  background: #0033b7;
  display: block;
  width: 14px;
  transition: opacity 0.1s ease, background 0.1s ease;
}
.show-drop-btn .line_vertical {
  height: 14px;
  width: 2px;
}
.show-drop-btn:hover, .show-drop-btn.active {
  border-color: #464a59;
}
.show-drop-btn:hover .line, .show-drop-btn.active .line {
  background: #464a59;
}
.show-drop-btn:hover .line_vertical, .show-drop-btn.active .line_vertical {
  opacity: 0;
}

.sitemap-controls {
  padding-bottom: 15px;
  padding-top: 30px;
}
.sitemap-controls__inner {
  border-radius: 4px;
  background: #22293d;
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
  color: #fff;
  padding: 10px 12px 0;
}
.sitemap-controls .custom-checkbox {
  margin-bottom: 10px;
}
.sitemap-controls .custom-checkbox__input:checked + .custom-checkbox__icon {
  background: #fff;
}
.sitemap-controls .custom-checkbox__input:checked + .custom-checkbox__icon:after {
  color: #22293d;
}
.sitemap-controls .custom-checkbox__icon {
  border-color: #fff;
}
.sitemap-controls .custom-checkbox__label {
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.78);
}
.sitemap-controls .selected-pages-info {
  padding-right: 20px;
  padding-left: 20px;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  flex-flow: wrap;
  line-height: 18px;
  color: rgba(255, 255, 255, 0.78);
  min-height: 37px;
}
.sitemap-controls .selected-pages-info .icon-ms_icon {
  font-size: 22px;
  padding: 0 15px;
  color: #fff;
}
.sitemap-controls .selected-pages-info strong {
  font-size: 14px;
  line-height: 20px;
  padding-right: 10px;
  color: #fff;
}
.sitemap-controls .col {
  display: flex;
  align-items: center;
  flex: 1;
}
.sitemap-controls .col:last-child {
  justify-content: flex-end;
}
@media (max-width: 1400px) {
  .sitemap-controls .col {
    flex: auto;
  }
}
.sitemap-controls .btns {
  display: flex;
  flex-flow: wrap;
  margin: 0 -5px;
}
.sitemap-controls .btn {
  padding: 9px 10px 7px;
  margin: 0 5px 10px;
  border-radius: 4px;
  font-size: 14px;
  border: 1px solid #fff;
}
.sitemap-controls .btn_select-all {
  padding: 8px 10px 7px;
}
.sitemap-controls .btn strong {
  font-size: 14px;
}
@media (max-width: 1390px) {
  .sitemap-controls .col {
    width: 100%;
  }
  .sitemap-controls .col:first-child {
    justify-content: space-between;
    position: relative;
  }
  .sitemap-controls .custom-checkbox {
    position: absolute;
    left: 0;
    top: 7px;
  }
  .sitemap-controls .selected-pages-info {
    padding-left: 40px;
  }
  .sitemap-controls .btns {
    min-width: calc(100% + 6px);
    justify-content: space-between;
  }
  .sitemap-controls .btn {
    min-width: calc(33.33333% - 10px);
  }
}
@media (max-width: 767px) {
  .sitemap-controls {
    padding-top: 0;
  }
  .sitemap-controls__inner {
    padding: 20px 20px 5px;
  }
  .sitemap-controls .selected-pages-info {
    padding-left: 0;
    width: 100%;
    justify-content: center;
    align-items: flex-end;
    font-size: 13px;
    line-height: 13px;
    padding-bottom: 15px;
  }
  .sitemap-controls .selected-pages-info strong {
    font-size: 14px;
    line-height: 16px;
  }
  .sitemap-controls .col {
    flex-flow: wrap;
    width: 100%;
    text-align: center;
    justify-content: center;
    padding-bottom: 0;
  }
  .sitemap-controls .col:first-child {
    padding-bottom: 0;
  }
  .sitemap-controls .btns {
    width: 100%;
    margin: 0;
    min-width: 100%;
  }
  .sitemap-controls .btn {
    width: 100%;
    padding: 12px 18px;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .sitemap-controls .btn:nth-child(1) {
    order: 1;
  }
  .sitemap-controls .btn:nth-child(2) {
    order: 2;
  }
}

.scroll-container {
  max-height: calc(100vh - 60px);
  overflow: auto;
  padding-right: 20px;
  scrollbar-color: #fff rgba(255, 255, 255, 0.24);
  scrollbar-width: thin;
}
.scroll-container::-webkit-scrollbar {
  width: 4px;
  border-radius: 3px;
}
.scroll-container::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.24);
  border-radius: 3px;
}
.scroll-container::-webkit-scrollbar-thumb {
  background: #fff;
  border-radius: 3px;
}
.scroll-container::-webkit-scrollbar-thumb:hover {
  background: #fff;
  opacity: 0.8;
}

.sitemap-nav {
  padding-bottom: 20px;
  padding-left: 20px;
}
.sitemap-nav__main-lvl {
  display: none;
}
.sitemap-nav__title {
  color: #fff;
  border: none;
  width: 100%;
  font-size: 17px;
  line-height: 20px;
  letter-spacing: -0.16px;
  font-weight: 500;
  text-align: left;
  padding: 0 20px 11px 0;
  position: relative;
}
.sitemap-nav__title.active .collapse-icon__line:first-child {
  display: none;
}
.sitemap-nav__title + .sitemap-nav__main-lvl {
  display: none;
  transition: max-height 0.1s linear;
  overflow: hidden;
}
.sitemap-nav .collapse-icon {
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #009519;
  margin-top: -6px;
}
.sitemap-nav .collapse-icon__line {
  background: #fff;
  height: 2px;
  width: 10px;
  display: block;
  border-radius: 1px;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  left: 50%;
  margin-left: -5px;
}
.sitemap-nav .collapse-icon__line:first-child {
  margin-top: -5px;
  width: 2px;
  height: 10px;
  left: 50%;
  margin-left: -1px;
}
.sitemap-nav__item {
  padding-bottom: 20px;
}
.sitemap-nav ul li {
  border-top: 1px solid rgba(255, 255, 255, 0.13);
}
.sitemap-nav ul ul {
  margin-left: 30px;
}
.sitemap-nav .custom-checkbox {
  padding: 13px 0 10px;
  display: block;
}
.sitemap-nav .custom-checkbox__label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  margin: 0;
  padding-left: 35px;
}
.sitemap-nav .custom-checkbox__input:checked + .custom-checkbox__icon {
  background: #fff;
}
.sitemap-nav .custom-checkbox__input:checked + .custom-checkbox__icon:after {
  color: #0042ec;
}
.sitemap-nav .custom-checkbox__input:disabled + .custom-checkbox__icon {
  background: #a1a7b9;
  border-color: #a1a7b9;
}
.sitemap-nav .custom-checkbox__input:disabled + .custom-checkbox__icon:after {
  content: "\e90e";
  opacity: 1;
  color: #22293d;
  font-size: 8px;
  margin-top: 1px;
}
.sitemap-nav .custom-checkbox__input:disabled + .custom-checkbox__icon + .custom-checkbox__label {
  color: #9fa4b1;
}
.sitemap-nav .custom-checkbox__icon {
  margin-top: -1px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.sitemap-nav__folder {
  display: inline-block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sitemap-nav-wrap {
  width: 292px;
  background: #22293d;
  min-height: 100vh;
  position: relative;
  margin: -43px 30px 0 -30px;
  transition: transform 0.1s ease;
  min-width: 292px;
}
.sitemap-nav-wrap.without-height {
  min-height: 100%;
}
.sitemap-nav-wrap.without-height .resizer .resizer__handle {
  top: 300px;
}
.collapsed-sidebar .sitemap-nav-wrap {
  margin-left: 30px;
}
.collapsed-sidebar .sitemap-nav-wrap.remove-margin {
  margin-left: 0;
  margin-top: 20px;
}
.sitemap-nav-wrap .clear-filters-btn-wrap {
  padding: 25px 20px 20px;
}
.sitemap-nav-wrap .btn_clear-filters {
  padding-top: 8px;
  padding-bottom: 6px;
  display: block;
  width: 100%;
  font-size: 14px;
}
.sitemap-nav-wrap .btn_clear-filters .btn__icon {
  left: 10px;
}
@media (max-width: 1024px) {
  .sitemap-nav-wrap {
    display: none;
  }
  .sidebar-active .sitemap-nav-wrap {
    transform: translateX(0);
  }
}
@media (max-width: 375px) {
  .sitemap-nav-wrap {
    width: 260px;
  }
}

.btn_map-scan {
  margin-right: 100px;
}

.homepage-label, .indexing-label {
  display: inline-block;
  font-size: 14px;
  line-height: 14px;
  padding: 5px 10px;
  font-weight: 400;
  background: rgba(0, 29, 112, 0.13);
  margin-right: 10px;
  font-family: "Menlo", sans-serif;
  color: #001d70;
  border-radius: 3px;
}

.indexing-label {
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.indexing-label img {
  margin-right: 10px;
  width: 20px;
}

.share-btn {
  background: rgba(0, 29, 112, 0.13);
  border-radius: 5px;
  width: 36px;
  height: 36px;
  position: relative;
  transition: background 0.1s ease;
}
.share-btn .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #464c61;
  font-size: 16px;
}
.share-btn:hover {
  background: #d0d3dc;
}

.site-domain {
  display: block;
  margin-top: -2px;
  font-size: 10px;
  line-height: 8px;
  padding: 6px 5px;
  font-weight: 400;
  background: rgba(0, 29, 112, 0.13);
  margin-right: 5px;
  font-family: "Menlo", sans-serif;
  color: #001d70;
  border-radius: 3px;
}

.search-url-wrap {
  width: 100%;
  position: relative;
  margin-top: 20px;
}
.search-url-wrap .search-url-btn {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  padding: 0;
  border: none;
  color: #000;
  font-size: 18px;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.search-url-wrap.mobile-show {
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 10px;
}

.search-url {
  box-shadow: 0 0 0 4px rgba(73, 124, 255, 0.35);
  background: #fff;
  border-radius: 4px;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: -0.39px;
  border: 2px solid #497cff;
  width: 100%;
  max-width: 100%;
  padding: 10px 15px 8px !important;
  color: #404553;
  margin: 0 !important;
  box-sizing: border-box !important;
  -webkit-appearance: none;
}
.search-url::placeholder {
  color: #404553;
}

.scanning-successfully-indexed, .scanning-failed-indexed {
  background: rgba(3, 87, 1, 0.11);
  color: #035701;
  font-size: 15px;
  line-height: 16px;
  letter-spacing: -0.42px;
  border-radius: 4px;
  padding: 15px 10px 13px 55px;
  position: relative;
  margin-bottom: 15px;
}
.scanning-successfully-indexed img, .scanning-failed-indexed img {
  position: absolute;
  left: 20px;
  top: 12px;
}
.scanning-successfully-indexed p, .scanning-failed-indexed p {
  margin: 0;
}

.scanning-failed-indexed {
  background: rgba(87, 1, 65, 0.11);
  color: #570141;
  display: flex;
  align-items: center;
  padding-right: 55px;
}
.scanning-failed-indexed .icon-close {
  border: none;
}
.scanning-failed-indexed .icon-error {
  font-size: 20px;
  position: absolute;
  left: 20px;
  top: 12px;
}
.scanning-failed-indexed .icon-close {
  position: absolute;
  right: 20px;
  top: 12px;
  cursor: pointer;
}
.scanning-failed-indexed .link {
  cursor: pointer;
}

.resizer {
  position: absolute;
  right: -20px;
  width: 2px;
  top: 30px;
  bottom: 30px;
  background: rgba(161, 164, 171, 0.44);
  display: block;
}
.resizer .resizer__handle {
  top: 50vh;
  left: -5px;
  position: absolute;
  transform: translateY(-50%);
}

.sitemap-page {
  display: flex;
  padding: 43px 30px 0 28px;
}
@media all and (max-width: 1024px) {
  .sitemap-page {
    padding: 24px 15px 0;
  }
}

.w100 {
  width: 100%;
}

.modal.modal-failure-site {
  max-width: 910px;
}
.modal.modal-failure-site .nsm-dialog-btn-close {
  top: 43px;
  right: 38px;
}
.modal.modal-failure-site .modal__content {
  padding: 38px 38px;
}
.modal.modal-failure-site .modal__header {
  padding-bottom: 25px;
}
.modal.modal-failure-site .page-url {
  font-size: 21px;
  line-height: 24px;
  margin: 0;
  font-weight: 400;
  list-style: -0.2px;
  color: #000;
}
.modal.modal-failure-site .failure-img {
  max-width: 100%;
  margin: 0 auto;
  display: block;
}
.modal.modal-failure-site .img-container {
  border: 1px solid #d8d8d8;
  border-radius: 6px;
  overflow: auto;
  height: 312px;
}
.modal.modal-failure-site .page-error {
  color: #700000;
  font-size: 12px;
  letter-spacing: -0.16px;
  font-weight: 500;
  margin: 0;
  word-break: break-all;
}
.modal.modal-failure-site .btn-row {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  padding-top: 40px;
}
.modal.modal-failure-site .btn-row .btn {
  font-size: 14px;
  line-height: 16px;
  padding: 10px 18px;
}
.modal.modal-failure-site .btn-row .btn_border {
  color: #000;
}
.modal.modal-failure-site .btn-row .btn_border:hover {
  color: white;
}

.report-tabs__controls {
  display: flex;
  border-bottom: 1px solid #6e748d;
  padding-bottom: 4px;
  margin-bottom: 29px;
}
.report-tabs__controls__item {
  margin: 0 10px;
}
.report-tabs__controls__item:first-child {
  margin-left: 0;
}
.report-tabs__btn {
  color: #323647;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  letter-spacing: -0.17px;
  padding: 7px 0;
  border: none;
}
.report-tabs__btn.active {
  font-weight: 500;
  color: #000000;
}
.report-tabs__btn.active:after {
  content: "";
  position: relative;
  left: 0;
  right: 0;
  bottom: -15px;
  background: #0042ec;
  height: 3px;
  display: block;
}
.report-tabs__body {
  border-top: 1px solid #6e748d;
}
.report-tabs__body .urls-list {
  height: 244px;
  overflow-y: auto;
  overflow-x: hidden;
}
.report-tabs__body .urls-list__item {
  border-bottom: 1px solid #6e748d;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 10px 0;
  min-height: 45px;
}
.report-tabs__body .urls-list .url {
  color: #000000;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: -0.13px;
}
.report-tabs__body .urls-list .btn_view-screen {
  color: #001d70;
  font-size: 12px;
  line-height: 14px;
  font-weight: 500;
  letter-spacing: -0.16px;
  background: rgba(0, 29, 112, 0.13);
  padding: 7px 10px;
}

.btn_edit-scenario {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: -0.14px;
  color: #0042ec;
  display: flex;
  align-items: center;
  padding: 0;
  min-width: 175px;
}
.btn_edit-scenario:hover {
  text-decoration: underline;
}
.btn_edit-scenario img {
  margin-left: 20px;
}

.modal_scenario .modal__content {
  padding: 30px;
}
.modal_scenario .title {
  display: flex;
  align-items: center;
  font-size: 21px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: -0.2px;
  margin: 0 0 30px;
}
.modal_scenario .title img {
  margin-right: 15px;
}
.modal_scenario .help {
  text-align: right;
  width: 100%;
  margin-bottom: 13px;
}
.modal_scenario .help .btn_text {
  padding: 0;
  color: #0042ec;
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  letter-spacing: -0.39px;
}
.modal_scenario .action-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.modal_scenario .btn_delete {
  color: #8f0000;
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  letter-spacing: -0.39px;
}
.modal_scenario .form-group {
  margin-bottom: 20px;
  position: relative;
}
.modal_scenario .form-group.focused .label, .modal_scenario .form-group.filled .label {
  transform: translateY(-31px);
  color: #2d68ff;
}
.modal_scenario .invalid-feedback {
  color: #8f0000;
  position: absolute;
  bottom: 3px;
  right: 0;
  display: flex;
  z-index: 2;
}
.modal_scenario .invalid-feedback div {
  padding-right: 5px;
  font-size: 12px;
  line-height: 12px;
}
.modal_scenario .code-editor-wrap {
  margin-bottom: 10px;
  border-radius: 8px;
}
.modal_scenario .code-editor-wrap .invalid-feedback {
  position: relative;
  justify-content: flex-end;
  margin-top: 5px;
}
.modal_scenario .label {
  background: #fff;
  padding: 3px 5px 1px;
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  font-size: 14px;
  line-height: 14px;
  font-weight: 500;
  letter-spacing: -0.39px;
  z-index: 2;
  transition: transform 0.05s ease, color 0.05s ease, font-size 0.05s ease;
}
.modal_scenario .form-control {
  border-radius: 5px;
  border: 1px solid #6e788c;
  padding: 9px 15px;
  width: 100%;
  font-size: 14px;
  line-height: 22px;
  color: #000;
}
.modal_scenario .form-control:focus {
  outline: 1px solid rgba(0, 0, 0, 0);
}
.modal_scenario .form-control:focus + .focus-outline {
  position: absolute;
  left: -1px;
  right: -1px;
  top: -1px;
  bottom: -1px;
  border: 2px solid #006dd5;
  border-radius: 6px;
  pointer-events: none;
  z-index: 0;
  box-shadow: 0 0 0 4px rgba(0, 109, 213, 0.22);
}
.modal_scenario .monaco-editor,
.modal_scenario .monaco-editor-background,
.modal_scenario .monaco-editor .inputarea.ime-input {
  background: #080b18;
  border-radius: 8px;
}
.modal_scenario .monaco-scrollable-element {
  border-radius: 8px;
}
.modal_scenario .monaco-editor {
  border-radius: 8px;
  width: 100% !important;
}
.modal_scenario .monaco-editor .margin {
  background: #080b18;
  border-radius: 8px 0 0 8px;
}
@media (max-width: 450px) {
  .modal_scenario .action-row {
    flex-flow: column-reverse;
    justify-content: center;
  }
  .modal_scenario .action-row .btn_save {
    margin-bottom: 20px;
  }
}

.console-data-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 30px;
}
.console-data-container .console-data-title {
  font-size: 14px;
  color: #494e60;
  letter-spacing: -0.39px;
  line-height: 22px;
  margin-bottom: 15px;
}
.console-data-container .console-data {
  border: 1px solid #6e788c;
  border-radius: 5px;
  padding: 10px 5px;
}
.console-data-container .console-data div {
  padding: 5px 20px;
  overflow: auto;
  height: 160px;
  width: 100%;
  /* Track */
  /* Handle */
}
.console-data-container .console-data div p {
  margin: 0;
}
.console-data-container .console-data div::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.console-data-container .console-data div::-webkit-scrollbar-track {
  opacity: 0.24;
  background: #dee0e3;
  border-radius: 8px;
}
.console-data-container .console-data div::-webkit-scrollbar-thumb {
  background: #0047ff;
  border-radius: 8px;
}

.input-example {
  font-size: 13px;
  color: #494e60;
  letter-spacing: -0.36px;
  line-height: 22px;
  margin: 5px 0 20px 0;
}

.top-position .nsm-dialog.nsm-centered {
  min-height: auto;
  top: 50px;
}

.btn-row.btn-row__auth {
  display: flex;
  justify-content: center;
  padding-bottom: 0;
}
.btn-row.btn-row__auth .btn_red {
  margin-left: 10px;
}

.new-scan-auth-container .btn-row.btn-row__auth .btn {
  min-width: auto;
}

.main-scanner {
  padding-bottom: 38px;
  max-width: 600px;
  margin: 0 auto;
}
.main-scanner-wrap {
  padding-top: 15vh;
}
.out_home .main-scanner-wrap {
  padding-top: 0;
}
.main-scanner .form-group {
  position: relative;
}
.main-scanner .form-group .error-msg {
  position: absolute;
  right: 20px;
  bottom: 3px;
  font-size: 12px;
}
.main-scanner .main-scanner-form-control {
  width: 100%;
  border: 3px solid #2d68ff;
  border-radius: 11px;
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
  letter-spacing: -0.42px;
  color: #000;
  padding: 18px 20px;
  box-shadow: 0 0 0 3px rgba(45, 104, 255, 0.2);
  background: #fff;
}
.main-scanner .main-scanner-form-control:focus {
  border-color: #a90bbe;
  box-shadow: 0 0 0 3px rgba(169, 11, 190, 0.37);
  outline: 1px solid rgba(255, 255, 255, 0);
}
.out_home .main-scanner .main-scanner-form-control {
  background: none;
}
.main-scanner .form-control-info {
  text-align: right;
  color: #606887;
  padding-top: 5px;
  font-size: 12px;
  line-height: 14px;
}
.main-scanner textarea.main-scanner-form-control {
  height: 80px;
  resize: none;
}
.main-scanner .form-group {
  margin-bottom: 24px;
}
.main-scanner .btn {
  padding-top: 13px;
  padding-bottom: 11px;
  min-width: 170px;
}
.main-scanner .btn_loading {
  padding-left: 25px !important;
}
.main-scanner .is-invalid .form-control {
  border: 3px solid #c11d1d;
  box-shadow: 0 0 0 3px rgba(193, 29, 29, 0.2);
}
.main-scanner .is-invalid .form-control::placeholder {
  color: #c11d1d;
}
.out_home .main-scanner .is-invalid .form-control {
  background: none;
}
@media all and (max-width: 1024px) {
  .main-scanner {
    padding-bottom: 40px;
  }
  .main-scanner .form-group {
    margin: 0 -3px 37px;
  }
  .main-scanner .btn {
    width: 100%;
    max-width: 375px;
  }
}
@media (max-width: 767px) {
  .main-scanner .form-group .error-msg {
    top: 100%;
    padding-top: 10px;
    transform: translate(0, 0);
  }
}

.agree-text {
  margin: 0;
  padding-bottom: 30px;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: -0.42px;
  font-weight: 400;
  text-align: left;
}
.agree-text .custom-checkbox {
  padding-left: 30px;
}
.agree-text .custom-checkbox__icon {
  left: 0;
  top: -3px;
  position: absolute;
}
.agree-text .error-msg {
  padding-top: 8px;
}
.agree-text a {
  color: #0042ec;
}
.agree-text a:hover {
  text-decoration: underline;
}
@media all and (max-width: 767px) {
  .agree-text {
    padding-bottom: 17px;
  }
}

.main-scanner-title {
  font-weight: 500;
  color: #252b3c;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: -0.2px;
  margin: 0;
  padding: 0 0 20px;
}

.products {
  display: flex;
  flex-flow: wrap;
  margin: 0 auto;
  max-width: 938px;
  width: 100%;
}
.products__item {
  width: 50%;
  padding: 0 15px;
}
.products__item-inner {
  position: relative;
  background: #fff;
  border-radius: 14px;
  padding: 30px 20px 8px;
  height: 100%;
}
.products__item-img {
  padding-bottom: 9px;
}
.products__item:nth-child(odd):after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  display: block;
  width: 1px;
  border-radius: 14px;
  background: #dcdcdc;
}
.products__item-top {
  text-align: center;
  position: relative;
  padding-bottom: 31px;
  margin-bottom: 22px;
}
.products__item-top:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  border-radius: 6px;
  position: absolute;
  bottom: -1px;
  left: 0;
  background-image: linear-gradient(to right, rgba(238, 238, 238, 0.2), #ececec 8%, #dbdbdb 91%, rgba(216, 216, 216, 0.24));
}
.products__item-top .btn {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  padding-left: 5px;
  padding-right: 5px;
  border-radius: 7px;
  min-width: 150px;
}
.products__item-top .btn strong {
  font-weight: 700;
}
.products__title {
  font-size: 15px;
  line-height: 21px;
  letter-spacing: -0.47px;
  color: #464c61;
  font-weight: 400;
  margin: 0;
  padding-bottom: 20px;
}
.products__title strong {
  display: block;
  font-weight: 700;
  color: #000;
  font-size: 21px;
}
@media all and (max-width: 767px) {
  .products {
    margin-left: -15px;
    margin-right: -15px;
    width: auto;
  }
  .products__item {
    width: 100%;
    border-radius: 15px;
    margin-bottom: 20px;
  }
  .products__item-top {
    margin-bottom: 22px;
  }
  .products__item:first-child:after {
    display: none;
  }
}

.products-specs {
  padding-bottom: 10px;
  padding-left: 0;
}
.products-specs__item {
  padding-left: 50px;
  padding-bottom: 6px;
  position: relative;
  font-size: 15px;
  line-height: 30px;
  display: block;
  color: #464c61;
}
.products-specs__item:before {
  content: "\e904";
  font-family: "icomoon";
  position: absolute;
  left: 14px;
  top: -1px;
  font-size: 13px;
  color: #0042ec;
}
.products-specs__item-inner {
  padding: 30px 20px 8px;
}
@media all and (max-width: 767px) {
  .products-specs {
    padding-bottom: 21px;
  }
  .products-specs__item {
    line-height: 30px;
    padding-bottom: 0;
    font-size: 14px;
  }
}

html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

body {
  position: relative;
  min-height: 100%;
  font-size: 14px;
  line-height: 20px;
  color: #000;
  background: #efefef;
  font-family: "Metropolis", sans-serif;
  letter-spacing: -0.42px;
  min-width: 320px;
}

a {
  text-decoration: none;
}

button,
input,
textarea {
  background: none;
}
button:focus, button:hover,
input:focus,
input:hover,
textarea:focus,
textarea:hover {
  box-shadow: none;
}

ul {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

.out {
  display: flex;
  flex-flow: wrap;
}
.out_auth {
  align-items: center;
  justify-content: center;
  min-height: 100vh;
}
.out_auth .logo {
  position: absolute;
  left: 45px;
  top: 35px;
}
@media (max-width: 1024px) {
  .out {
    padding-top: 60px;
  }
  .out_home, .out_permalink {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .out.out_auth.out_home {
    padding-top: 70px;
    align-items: flex-start;
  }
  .out.out_auth.out_home .logo {
    left: 50%;
    transform: translateX(-50%);
  }
}

.content-title {
  font-size: 14px;
  line-height: 16px;
  letter-spacing: -0.42px;
  padding: 5px 0 20px;
  margin: 0;
  color: #464c61;
  font-weight: 300;
}

.content-item {
  margin-bottom: 20px;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 8px 14px rgba(0, 0, 0, 0.038);
}
.content-item.light-shadow {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.01);
}
.out_home .content-item {
  box-shadow: none;
}
.content-item__inner {
  padding: 30px 15px 15px;
}
@media all and (min-width: 1025px) {
  .content-item__inner {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media all and (min-width: 1025px) {
  .out_home .content-item__inner {
    padding-top: 30px;
  }
}

.responsive-img {
  max-width: 100%;
  width: 100%;
  display: block;
}

.pl-0 {
  padding-left: 0 !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

@media all and (min-width: 1025px) {
  .pt-30 {
    padding-top: 30px !important;
  }
}

.post p {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: -0.14px;
  color: #000;
  margin: 0;
}
.post a {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: -0.14px;
  color: #2d68ff;
  text-decoration: underline;
  word-break: break-all;
}
.post a:hover {
  text-decoration: none;
}
.post_notes {
  background: #f8f8f8;
  border: 1px solid #dfdfdf;
  border-radius: 6px;
  min-height: 180px;
}
.post_notes textarea {
  padding: 15px;
  min-height: 180px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: -0.14px;
  color: #000;
  margin: 0;
  width: 100%;
  height: 100%;
  border: none;
  resize: none;
  overflow: hidden;
}

.center {
  text-align: center;
}
.center.btn-row {
  justify-content: center !important;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.no-shadow {
  box-shadow: none !important;
}

.wrap {
  max-width: 906px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.main-logo {
  padding-bottom: 30px;
  max-width: 386px;
  margin: -60px auto 0;
}
.main-logo img {
  max-width: 100%;
}
@media all and (max-width: 1024px) {
  .main-logo {
    max-width: 282px;
    margin: 0 auto;
  }
}

.page-title {
  font-size: 21px;
  line-height: 22px;
  font-weight: 400;
  letter-spacing: -0.2px;
  color: #000;
  margin: 0;
  padding-bottom: 18px;
}
.page-title strong {
  font-weight: 500;
}
@media all and (max-width: 1024px) {
  .page-title {
    line-height: 28px;
    padding-bottom: 12px;
  }
  .page-title strong {
    font-weight: 400;
  }
  .content-item .page-title {
    padding-bottom: 15px;
  }
}

.page-sub-title {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: -0.42px;
  padding-bottom: 30px;
  margin: 0;
}
@media all and (max-width: 1024px) {
  .page-sub-title {
    padding-bottom: 8px;
  }
}

.login-form {
  padding-bottom: 90px;
}
.login-form__inner {
  padding-bottom: 20px;
}
.login-form .row {
  margin: 0 -10px;
  display: flex;
  flex-flow: wrap;
}
.login-form .row .col {
  width: 50%;
  padding: 0 10px;
}
.login-form .form-control {
  border-radius: 8px;
  border: 1px solid #c7ccd9;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: -0.5px;
  padding: 15px 20px 13px;
  width: 100%;
  transition: border-color 0.1s ease;
  color: #464c61;
}
.login-form .form-control:focus {
  border-color: #2d68ff;
}
.login-form .form-group {
  margin-bottom: 20px;
}
.login-form .btn {
  letter-spacing: 0;
  min-width: 216px;
  padding: 16px 10px 14px;
}
@media all and (max-width: 992px) {
  .login-form {
    padding-top: 21px;
    padding-bottom: 10px;
  }
  .login-form__inner {
    padding-bottom: 11px;
  }
  .login-form .row .col {
    width: 100%;
  }
  .login-form .form-control {
    font-size: 14px;
    line-height: 16px;
    padding: 13px 10px 11px;
  }
  .login-form .form-group {
    margin-bottom: 13px;
  }
  .login-form .btn-row .btn {
    max-width: 375px;
    width: 100%;
  }
}

@media all and (min-width: 768px) {
  .mobile-show {
    display: none;
  }
}

.mobile-hide {
  display: none;
}
@media all and (min-width: 768px) {
  .mobile-hide {
    display: block;
  }
}

@media (min-width: 1025px) {
  .tablet-show {
    display: none;
  }
}

.default-form .form-group {
  position: relative;
  margin-bottom: 18px;
}
.default-form .form-group.select {
  border: 1px solid #414b66;
  border-radius: 4px;
  position: relative;
  transition: border-color 0.1s ease;
}
.default-form .form-group.select:before {
  content: "";
  border-color: #000 transparent transparent;
  border-style: solid;
  border-width: 7px 5px 0;
  margin-top: -3px;
  position: absolute;
  right: 18px;
  top: calc(50% + 9px);
  z-index: 0;
}
.default-form .form-group.select select {
  border: none;
  background: none;
  width: 100%;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  color: #000;
  height: 79px;
  padding: 30px 15px 10px;
  -webkit-appearance: none;
  appearance: none;
  position: relative;
  z-index: 2;
  cursor: pointer;
}
.default-form .form-group.is-invalid .invalid-feedback {
  opacity: 1;
  visibility: visible;
}
.default-form .form-group.is-invalid .form-control, .default-form .form-group.is-invalid.select,
.default-form .form-group.is-invalid .filed-holder {
  border-color: #ce4444;
}
.default-form .form-group.code-success .form-control,
.default-form .form-group.code-success .select {
  border-color: #009519;
  box-shadow: inset 0 0 1px rgba(0, 149, 25, 0.25);
}
.default-form .form-group.code-success:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background-image: url("/assets/images/icons/success.svg");
  background-repeat: no-repeat;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.default-form .form-group.code-is-invalid .form-control {
  border-color: #ce4444;
}
.default-form .form-group.code-is-invalid:after {
  content: "\e907";
  font-family: "icomoon";
  color: #ce4444;
  font-size: 20px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.default-form .form-group.phone .form-control {
  padding-right: 45px;
}
.default-form .form-group .invalid-feedback {
  font-size: 12px;
  line-height: 14px;
  right: 15px;
  bottom: 5px;
  color: #ce4444;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.1s ease, visibility 0.1s ease;
}
.default-form .label {
  position: absolute;
  left: 14px;
  top: 14px;
  color: #474d60;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: -0.42px;
  font-weight: 400;
  margin: 0;
}
.default-form .form-control {
  padding: 41px 15px 18px 15px;
  width: 100%;
  box-shadow: none;
  border: 1px solid #414b66;
  border-radius: 4px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  color: #000;
  transition: border-color 0.1s ease;
}
.default-form input::-webkit-outer-spin-button,
.default-form input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.default-form input[type=number] {
  -moz-appearance: textfield;
}

.successfully-text {
  font-size: 14px;
}

.loading-icon {
  background-image: url("/assets/images/icons/loading.svg");
  background-size: 25px 25px;
  background-position: 0 0;
  background-repeat: no-repeat;
  width: 25px;
  height: 25px;
}

.vertical-center {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
}

.header {
  width: 100%;
  position: relative;
  z-index: 2;
}
.out_permalink .header {
  background: #fff;
}
.header .wrap {
  max-width: 1920px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 110px 0 45px;
}
.out_permalink .header .wrap {
  padding-bottom: 20px;
}
.header__right {
  display: flex;
  margin: 0 -10px;
  align-items: center;
  flex-flow: wrap;
}
.header__right .btn {
  margin: 0 10px;
}
.header__right .btn_border {
  padding: 13px 25px;
}
.header img {
  display: block;
}
@media (max-width: 990px) {
  .header .wrap {
    padding-left: 15px;
  }
}
@media (max-width: 767px) {
  .header .wrap {
    padding-right: 15px;
  }
  .header__right {
    display: none;
  }
  .header__logo {
    display: block;
    margin: 0 auto;
  }
}
@media (max-width: 550px) {
  .out_permalink .header img {
    width: 140px;
  }
}
@media (max-width: 395px) {
  .out_permalink .header img {
    width: 120px;
  }
}
@media (max-width: 374px) {
  .header .wrap {
    flex-flow: column;
  }
  .header__right {
    padding-top: 15px;
  }
}

.error-msg {
  color: #c11d1d;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: -0.42px;
  display: none;
}
.is-invalid .error-msg {
  display: block;
}

.white-box {
  padding-bottom: 30px;
}
.white-box__inner {
  background: #fff;
  border-radius: 10px;
  padding: 36px 15px 0;
}

.not-scanned {
  padding: 10px 0 30px;
}
.not-scanned-img {
  width: 32px;
  height: 32px;
  border: 1px solid #caced2;
  margin: 0 auto 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.not-scanned-img img {
  width: 16px;
  height: 16px;
}
.not-scanned-text {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 27px;
}

.code-wrap {
  margin-bottom: 20px;
  margin-top: 10px;
  position: relative;
  background: #000;
  color: #fff;
  padding: 4px 20px;
  border-radius: 5px;
  overflow: hidden;
}
.code-wrap pre {
  overflow: visible;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.code-wrap .btn_code {
  position: absolute;
  right: 10px;
  top: 10px;
  background: #f29666;
  border-radius: 4px;
  font-size: 12px;
  line-height: 14px;
  padding: 6px 10px;
  font-family: "Menlo", sans-serif;
}
.code-wrap .btn_code:hover {
  background: #e58a65;
}
.code-wrap .hljs {
  border-radius: 6px;
  border: solid 1px #888888;
  background-color: #242424;
  font-size: 14px;
  color: #5db0d7;
  padding: 15px 20px;
}
.code-wrap .hljs .hljs-string {
  color: #5db0d7;
  word-break: break-all;
}
.code-wrap .hljs .hljs-attr {
  color: #f29666;
}
.code-wrap .hljs .hljs-name {
  color: #f29666;
}
.code-wrap .hljs .hljs-tag {
  color: #f29666;
  white-space: pre-wrap;
}
.code-wrap .hljs .hljs-attribute {
  color: #f29666;
}

.scanning-loader {
  display: flex;
  align-items: center;
  color: #464c61;
}
.scanning-loader img {
  display: block;
  padding-right: 5px;
}

.error-page .content-item {
  width: 100%;
}
.error-page .content-item__inner {
  padding-top: 40px;
  padding-bottom: 45px;
}
.error-page__icon {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  margin: 0 auto 17px;
  display: flex;
  align-items: center;
  font-size: 22px;
  line-height: 22px;
  justify-content: center;
  color: #a90000;
  background: rgba(169, 0, 0, 0.2);
}
.error-page__title {
  margin: 0;
  font-size: 15px;
  line-height: 27px;
  letter-spacing: -0.42px;
  font-weight: 700;
  color: #464c61;
}
.error-page__description {
  margin: 0;
  font-size: 15px;
  line-height: 27px;
  letter-spacing: -0.42px;
  font-weight: 400;
  color: #464c61;
}
.error-page a {
  color: #0042ec;
}
.error-page a:hover {
  text-decoration: underline;
}

.footer {
  width: 100%;
  padding: 20px 10px 10px;
  border-top: 1px solid #676b7a;
  max-width: 910px;
  margin: 30px auto 0;
  min-width: 320px;
}
.footer .legal {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: wrap;
  margin: 0 -10px;
}
.footer .legal li {
  padding: 0 10px 10px;
}
.footer .legal a {
  color: #676b7a;
  font-size: 12px;
  line-height: 28px;
}
.out_permalink .footer .legal a {
  font-size: 14px;
  line-height: 21px;
  letter-spacing: -0.3px;
}
.footer .legal a:hover {
  text-decoration: underline;
}
.cabinet-sidebar .footer {
  border-top: none;
}
.cabinet-sidebar .footer .legal {
  border-top: 1px solid #e1e1e1;
  margin: 0 10px;
  padding-top: 15px;
}
.cabinet-sidebar .footer .legal li {
  padding: 0 5px 5px;
}
.collapsed-sidebar .footer {
  display: none;
}
.has-sitemap-nav.collapsed-sidebar .footer {
  display: none;
}
@media (max-width: 375px) {
  .cabinet-sidebar .footer .legal {
    margin: 0 20px;
  }
}

.div-table {
  display: table;
}
.div-table__row {
  display: table-row;
}
.div-table__cell {
  display: table-cell;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.congrats {
  padding-bottom: 20px;
}
.congrats__inner {
  background: #21346a;
  border-radius: 6px;
  box-shadow: 0 8px 14px rgba(0, 0, 0, 0.038);
  color: #fff;
  padding: 13px 20px;
  display: flex;
  align-items: center;
  position: relative;
  flex-flow: wrap;
}
.congrats__text {
  width: calc(100% - 300px);
  padding-left: 40px;
}
.congrats__title {
  font-size: 32px;
  line-height: 36px;
  letter-spacing: -0.15px;
  font-weight: 400;
  margin: 0 0 5px;
}
.congrats__sub-title {
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -0.15px;
  font-weight: 700;
  margin: 0 0 21px;
}
.congrats__description {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -0.67px;
  font-weight: 400;
  margin: 0;
}
.congrats .close-btn {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  transition: background 0.1s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  line-height: 10px;
  border: none;
}
.congrats .close-btn:hover {
  background: rgba(255, 255, 255, 0.3);
}
@media (max-width: 767px) {
  .congrats__inner {
    justify-content: center;
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .congrats__text {
    width: 100%;
    padding-left: 0;
  }
  .congrats__title {
    font-size: 28px;
  }
  .congrats__sub-title {
    font-size: 20px;
    line-height: 24px;
  }
  .congrats img {
    max-width: 70%;
    display: block;
    margin: 0 auto;
  }
}

.black-color-text {
  color: #000;
}

.hidden {
  display: none !important;
}

.code-window {
  font-family: "Menlo", sans-serif;
}
.code-window .token.punctuation {
  opacity: 1;
  color: #61a1ea;
}
.code-window .token.punctuation {
  opacity: 1;
  color: #61a1ea;
}
.code-window .token.property, .code-window .token.tag, .code-window .token.boolean, .code-window .token.number, .code-window .token.constant, .code-window .token.symbol {
  color: #ef6998;
}
.code-window .token.selector, .code-window .token.attr-name, .code-window .token.string, .code-window .token.char, .code-window .token.builtin, .code-window .token.inserted {
  color: #2ed13b;
}
.code-window .token.atrule, .code-window .token.attr-value, .code-window .token.keyword {
  color: #61a1ea;
}

.select {
  z-index: 1;
}
.select .ng-select-container {
  height: 30px !important;
  background: white;
  min-height: 30px;
  border-color: #6f7589;
  color: #000;
  border-radius: 4px;
}
.select .ng-select-container .ng-arrow-wrapper .ng-arrow {
  border-color: #000 transparent transparent;
}
.select.ng-select-opened > .ng-select-container {
  border-radius: 4px !important;
}
.select.ng-select-opened > .ng-select-container .ng-arrow-wrapper .ng-arrow {
  border-color: transparent transparent #000;
}
.select .ng-dropdown-panel {
  border: 1px solid #6f7589;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  margin-top: 5px;
  border-radius: 4px;
  background: white;
  overflow: hidden;
}
.select .ng-dropdown-panel .ng-dropdown-panel-items .ng-option {
  padding-top: 0;
  padding-bottom: 0;
}
.select .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected {
  font-weight: 500 !important;
  color: #0042ec !important;
  background: rgba(0, 66, 236, 0.1);
}
.select .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected.ng-option-marked {
  color: #0042ec !important;
}
.select .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected .ng-option-label {
  font-weight: 500 !important;
}
.select .ng-dropdown-panel .ng-dropdown-panel-items .ng-option:hover {
  background: rgba(0, 66, 236, 0.1);
}
.select .ng-dropdown-panel .ng-dropdown-panel-items .ng-option:last-child .ng-option-label {
  border-bottom: none;
}
.select .ng-dropdown-panel .ng-dropdown-panel-items .ng-option .ng-option-label {
  display: block;
  border-bottom: 1px solid #6f7589;
  font-size: 13px;
  line-height: 16px;
  padding: 10px 0 9px;
  letter-spacing: -0.42px;
}

.site-settings .select .ng-select-container {
  min-width: 150px;
}
@media (min-width: 882px) {
  .site-settings .select .ng-select-container {
    max-width: 200px;
  }
}

.fail__inner {
  border: none;
}

.page-url {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.page-url-container {
  width: 100%;
}

.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-marked {
  background-color: rgba(45, 104, 255, 0.06);
  color: #000;
}

.ng-select.ng-select-focused:not(.ng-select-opened) > .ng-select-container {
  border-color: #3368f2;
  border-width: 2px;
  box-shadow: 0 0 0 3px rgba(0, 109, 213, 0.22);
}

.ng-select.ng-select-single.ng-select-focused:not(.ng-select-opened) .ng-select-container .ng-value-container {
  padding-left: 9px;
}

.ng-select.ng-select-focused:not(.ng-select-opened) .ng-arrow-wrapper {
  padding-right: 3px !important;
}

.modal__content {
  background: #fff;
  border-radius: 10px;
  padding: 41px 38px;
  width: 100%;
}
.modal__content.img-popup {
  background: #f5f5f5;
}
.modal__header {
  padding-bottom: 38px;
  padding-right: 30px;
}
.modal__title {
  margin: 0;
  font-weight: 400;
  font-size: 21px;
  line-height: 24px;
  letter-spacing: -0.25px;
}
.modal__pro {
  padding-top: 45px;
}
.modal .nsm-content {
  margin: 0;
  padding: 15px;
  box-shadow: none;
  border-radius: 0;
  display: block;
  background: none;
  min-width: 100%;
}
.modal .nsm-dialog-btn-close {
  top: 25px;
  right: 20px;
  position: absolute;
  color: #464c61;
  padding: 18px;
  line-height: 10px;
}
.modal .custom-checkbox {
  display: flex;
  align-items: center;
  font-weight: 700;
  margin-left: 10px;
}
.modal .custom-checkbox__label {
  padding-left: 10px;
}
@media all and (max-width: 767px) {
  .modal__content {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.sk-chase {
  width: 60px;
  height: 60px;
  position: relative;
  animation: sk-chase 2.5s infinite linear both;
  margin: 20px auto 0;
}
.sk-chase.local-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin: -30px 0 0 -30px;
  z-index: 999999;
}
.sk-chase.violation-group-loader {
  margin: 25px auto;
  width: 40px;
  height: 40px;
}

.loader-overlay {
  display: block;
  content: "";
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  transition: background-color 500ms;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999999;
}

.sk-chase-dot {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  animation: sk-chase-dot 2s infinite ease-in-out both;
}

.sk-chase-dot:before {
  content: "";
  display: block;
  width: 25%;
  height: 25%;
  background-color: #0042ec;
  border-radius: 100%;
  animation: sk-chase-dot-before 2s infinite ease-in-out both;
}

.sk-chase-dot:nth-child(1) {
  animation-delay: -1.1s;
}

.sk-chase-dot:nth-child(2) {
  animation-delay: -1s;
}

.sk-chase-dot:nth-child(3) {
  animation-delay: -0.9s;
}

.sk-chase-dot:nth-child(4) {
  animation-delay: -0.8s;
}

.sk-chase-dot:nth-child(5) {
  animation-delay: -0.7s;
}

.sk-chase-dot:nth-child(6) {
  animation-delay: -0.6s;
}

.sk-chase-dot:nth-child(1):before {
  animation-delay: -1.1s;
}

.sk-chase-dot:nth-child(2):before {
  animation-delay: -1s;
}

.sk-chase-dot:nth-child(3):before {
  animation-delay: -0.9s;
}

.sk-chase-dot:nth-child(4):before {
  animation-delay: -0.8s;
}

.sk-chase-dot:nth-child(5):before {
  animation-delay: -0.7s;
}

.sk-chase-dot:nth-child(6):before {
  animation-delay: -0.6s;
}

@keyframes sk-chase {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes sk-chase-dot {
  80%, 100% {
    transform: rotate(360deg);
  }
}
@keyframes sk-chase-dot-before {
  50% {
    transform: scale(0.4);
  }
  100%, 0% {
    transform: scale(1);
  }
}
.team-table-wrap {
  background: #fff;
  border-radius: 6px;
  padding: 14px 26px 0;
  margin-top: 20px;
}
.team-table-wrap .dropdown__inner {
  padding-left: 15px;
  padding-right: 15px;
}
@media all and (max-width: 1240px) {
  .team-table-wrap {
    background: none;
    padding: 0;
    margin-top: 0;
  }
}

.team-table {
  width: 100%;
  table-layout: fixed;
}
.team-table td,
.team-table th {
  padding: 11px 15px;
  border-bottom: 1px solid #d8d8d8;
}
.team-table td:first-child,
.team-table th:first-child {
  padding-left: 0;
}
.team-table td:last-child,
.team-table th:last-child {
  padding-right: 0;
}
.team-table th {
  text-align: left;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: -0.14px;
  color: #464c61;
  font-weight: 400;
  padding-bottom: 20px;
}
@media all and (min-width: 992px) {
  .team-table tr:last-child td {
    border-bottom: none;
  }
}
.team-table tr.suspended, .team-table tr.lock {
  background: rgba(255, 0, 0, 0.11);
}
.team-table tr.suspended td:first-child:after, .team-table tr.lock td:first-child:after {
  content: "";
  position: absolute;
  left: -26px;
  width: 26px;
  top: -1px;
  bottom: -1px;
  background: rgba(255, 0, 0, 0.11);
  display: block;
}
.team-table tr.suspended td:last-child, .team-table tr.lock td:last-child {
  position: relative;
}
.team-table tr.suspended td:last-child:after, .team-table tr.lock td:last-child:after {
  content: "";
  position: absolute;
  right: -26px;
  width: 26px;
  top: -1px;
  bottom: -1px;
  background: rgba(255, 0, 0, 0.11);
  display: block;
}
.team-table tr.pending {
  background: rgba(78, 84, 101, 0.07);
}
.team-table tr.pending td:first-child:after {
  content: "";
  position: absolute;
  left: -26px;
  width: 26px;
  top: -1px;
  bottom: -1px;
  background: rgba(78, 84, 101, 0.07);
  display: block;
}
.team-table tr.pending td:last-child {
  position: relative;
}
.team-table tr.pending td:last-child:after {
  content: "";
  position: absolute;
  right: -26px;
  width: 26px;
  top: -1px;
  bottom: -1px;
  background: rgba(78, 84, 101, 0.07);
  display: block;
}
.team-table td {
  font-size: 14px;
  line-height: 17px;
  color: #000;
  letter-spacing: -0.13px;
}
.team-table td:first-child {
  max-width: 145px;
  position: relative;
}
.team-table td.permissions-cell {
  min-width: 130px;
}
.team-table td.permissions-cell .dropdown {
  left: auto;
  width: 210px;
}
.team-table td.actions-cell .dropdown__btn {
  min-width: 130px;
}
.team-table .user {
  display: flex;
  align-items: center;
  flex-flow: wrap;
  min-height: 45px;
}
.team-table .user__avatar {
  width: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.team-table .user__avatar.no-avatar {
  border-radius: 50%;
  height: 38px;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 15px;
  font-weight: 500;
  background: #30c28e;
}
.team-table .user__avatar img {
  display: block;
  border-radius: 50%;
  width: 38px;
  height: 38px;
}
.team-table .user__info {
  width: calc(100% - 40px);
  padding-left: 15px;
}
.team-table .user .name {
  display: block;
  max-width: 140px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.team-table .dropdown {
  left: 0;
}
.team-table .dropdown-wrap {
  max-width: 165px;
  min-width: 150px;
  width: 100%;
}
.team-table .dropdown__btn {
  text-align: left;
  width: 100%;
}
.team-table .dropdown__inner {
  width: 100%;
}
.team-table .email {
  max-width: 100%;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
@media all and (max-width: 1240px) {
  .team-table {
    border-collapse: separate;
    border-spacing: 0 10px;
    table-layout: fixed;
  }
  .team-table th {
    display: none;
  }
  .team-table tr {
    margin-bottom: 20px;
    display: block;
    background: #fff;
    border-radius: 6px;
    padding: 0 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.01);
  }
  .team-table tr.suspended, .team-table tr.lock {
    background: #fff;
  }
  .team-table tr.suspended td:first-child, .team-table tr.lock td:first-child {
    background: rgba(255, 0, 0, 0.11);
  }
  .team-table tr.suspended td:first-child:after, .team-table tr.lock td:first-child:after {
    width: 15px;
    left: -15px;
    top: 0;
    border-radius: 6px 0 0 0;
  }
  .team-table tr.suspended td:first-child:before, .team-table tr.lock td:first-child:before {
    position: absolute;
    content: "";
    width: 15px;
    right: -15px;
    top: 0;
    bottom: -1px;
    background: rgba(255, 0, 0, 0.11);
    display: block;
    border-radius: 0 6px 0 0;
  }
  .team-table tr.suspended td:last-child:after, .team-table tr.lock td:last-child:after {
    display: none;
  }
  .team-table tr.pending {
    background: #fff;
  }
  .team-table tr.pending td:first-child {
    background: rgba(78, 84, 101, 0.07);
  }
  .team-table tr.pending td:first-child:after {
    width: 15px;
    left: -15px;
    top: 0;
    border-radius: 6px 0 0 0;
    background: rgba(78, 84, 101, 0.07);
  }
  .team-table tr.pending td:first-child:before {
    position: absolute;
    content: "";
    width: 15px;
    right: -15px;
    top: 0;
    bottom: -1px;
    background: rgba(78, 84, 101, 0.07);
    display: block;
    border-radius: 0 6px 0 0;
  }
  .team-table tr.pending td:last-child:after {
    display: none;
  }
  .team-table tr.headrow {
    margin: 0;
  }
  .team-table td {
    position: relative;
    width: 100%;
    text-align: right;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 50px;
  }
  .team-table td:before {
    content: attr(data-th);
    float: left;
    font-size: 14px;
    color: #464c61;
    font-weight: 400;
    letter-spacing: -0.42px;
  }
  .team-table td:first-child {
    max-width: 100%;
    text-align: left;
    padding-left: 0;
  }
  .team-table td:first-child:before {
    display: none;
  }
  .team-table td:last-child {
    padding-right: 0;
    border-bottom: none;
  }
  .team-table .dropdown-wrap {
    width: 180px;
    text-align: left;
  }
  .team-table .user {
    width: 100%;
  }
  .team-table .user .name {
    max-width: 100%;
  }
  .team-table .email {
    max-width: calc(100% - 100px);
  }
}
@media all and (max-width: 375px) {
  .team-table .dropdown__btn {
    width: 150px;
    padding-right: 25px;
    padding-left: 10px;
  }
}

.member-state {
  border: 2px solid;
  border-radius: 5px;
  font-size: 12px;
  line-height: 14px;
  font-weight: 500;
  padding: 2px 6px;
  display: inline-block;
}
.team-table .member-state {
  margin-top: 5px;
}
.suspended .member-state {
  border-color: #8c0404;
  color: #8c0404;
}
.pending .member-state {
  border-color: #4e5465;
  color: #4e5465;
}
.admin .member-state {
  color: #003592;
  border-color: #003592;
}
.owner .member-state {
  color: #106100;
  border-color: #106100;
}

.invite-member-modal__header {
  padding-bottom: 20px;
}

.invite-modal {
  max-width: 697px;
}
.invite-modal .modal__content {
  padding: 31px 38px;
}
.invite-modal__header {
  position: relative;
  padding-bottom: 38px;
}
.invite-modal__header p {
  margin: 0;
  font-size: 14px;
  line-height: 18px;
}
.invite-modal__title {
  margin: 0;
  font-weight: 400;
  font-size: 21px;
  line-height: 24px;
  letter-spacing: -0.25px;
  padding-bottom: 7px;
}
.invite-modal .form-group {
  position: relative;
  margin-bottom: 18px;
}
.invite-modal label {
  position: absolute;
  left: 20px;
  top: 14px;
  color: #474d60;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: -0.42px;
  font-weight: 400;
  margin: 0;
}
.invite-modal .form-control {
  padding: 41px 45px 11px 20px;
  width: 100%;
  box-shadow: none;
  border: 1px solid #414b66;
  border-radius: 4px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  color: #000;
}
.invite-modal .reset-input {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  padding: 0;
  border: none;
  font-size: 14px;
  line-height: 20px;
  color: #969aac;
  transition: color 0.1s ease;
}
.invite-modal .reset-input:hover {
  color: #000;
}
.invite-modal .reset-input img {
  display: block;
}
.invite-modal .control-row {
  display: flex;
  justify-content: flex-end;
  padding-bottom: 8px;
  margin-top: -10px;
}
.invite-modal .add-one-more {
  border: none;
  padding: 0;
  font-size: 14px;
  line-height: 22px;
  color: #0042ec;
  font-weight: 400;
  letter-spacing: -0.42px;
}
.invite-modal .add-one-more:hover {
  text-decoration: underline;
}
.invite-modal .btn-row {
  text-align: center;
}
.invite-modal .btn-row .btn {
  max-width: 190px;
  margin: 0 auto;
  padding: 15px 10px;
  width: 100%;
}
@media (max-width: 767px) {
  .invite-modal .control-row {
    justify-content: center;
    padding-bottom: 25px;
    padding-top: 5px;
  }
  .invite-modal label {
    display: none;
  }
  .invite-modal .form-control {
    font-weight: 400;
    padding: 15px 45px 15px 20px;
  }
}

.remove-member-modal {
  max-width: 697px;
}
.remove-member-modal .modal__content {
  padding-top: 43px;
}
.remove-member-modal__header {
  padding-bottom: 38px;
  position: relative;
  padding-right: 30px;
}
.remove-member-modal__title {
  margin: 0;
  font-weight: 400;
  font-size: 21px;
  line-height: 24px;
  letter-spacing: -0.25px;
}
.remove-member-modal .btn-row {
  display: flex;
  justify-content: flex-end;
}
.remove-member-modal .btn-row .btn {
  margin-left: 10px;
  font-size: 14px;
  line-height: 20px;
  padding: 14px 32px;
}
@media (max-width: 992px) {
  .remove-member-modal .btn-row {
    justify-content: space-between;
  }
  .remove-member-modal .btn-row .btn {
    font-size: 14px;
    line-height: 18px;
    width: auto;
    padding: 11px 20px;
  }
  .remove-member-modal .btn-row .btn:first-child {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .remove-member-modal__title {
    font-size: 18px;
    line-height: 22px;
  }
}

.team-name {
  display: flex;
  background: #fff;
  align-items: center;
  padding: 26px 23px;
  border-radius: 13px;
  margin-bottom: 40px;
}
.team-name .avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: none;
  padding: 0;
  box-shadow: none;
  margin: 0 auto 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  background: #5b6379;
  background-position: center;
  transition: background 0.1s ease;
  position: relative;
}
.team-name .avatar span.icon-add-photo {
  position: absolute;
  font-size: 22px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.team-name .avatar span.initials {
  color: #fff;
  display: none;
}
.team-name .avatar__label {
  display: block;
}
.team-name .avatar:hover {
  background: #6f7589;
}
.team-name .avatar:hover span:not(.avatar__label) {
  color: #fff;
}
.team-name .avatar + .auth__title {
  font-size: 21px;
  line-height: 27px;
}
.team-name .avatar.add-photo {
  cursor: pointer;
}
.team-name .avatar.add-photo input[type=file] {
  display: none;
}
.team-name .avatar.no-photo {
  background-image: url("/assets/images/icons/add_photo.svg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 33px 28px;
}
.team-name .add-photo-modal {
  max-width: 445px;
}
.team-name .add-photo-modal .btn-row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  padding: 20px 0 0;
}
.team-name .add-photo-modal .btn-row .btn {
  width: calc(50% - 10px);
}
.team-name .add-photo-modal .btn-row.remove {
  justify-content: center;
  align-content: center;
  align-items: center;
}
.team-name .add-photo-modal .result-userpic {
  border: 1px solid;
  border-radius: 100%;
  margin: 20px 0 0;
}
@media (max-width: 510px) {
  .team-name .btn-row_2-btns .btn {
    max-width: calc(100% - 120px);
  }
  .team-name .btn-row_2-btns .btn_back {
    max-width: 100px;
  }
}
.team-name__ava {
  margin-right: 24px;
}
.team-name__inner {
  width: calc(100% - 170px);
  padding-right: 30px;
}
.team-name__inner .label {
  font-size: 15px;
  line-height: 22px;
  letter-spacing: -0.42px;
  color: #474d60;
}
.team-name .btn_save {
  padding: 13px 30px;
}
.team-name .edit-team-name-btn {
  font-size: 15px;
  line-height: 22px;
  letter-spacing: -0.3px;
  font-weight: 500;
  color: #000;
  border: none;
  padding: 0;
  display: flex;
  align-items: center;
  position: relative;
}
.team-name .edit-team-name-btn .icon {
  color: #0042ec;
}
.team-name .edit-team-name-btn:focus {
  outline: 1px solid rgba(0, 0, 0, 0);
}
.team-name .edit-team-name-btn:focus:before {
  content: "";
  box-shadow: 0 0 0 4px rgba(0, 109, 213, 0.22);
  border: 2px solid #006dd5;
  left: -6px;
  top: -6px;
  bottom: -6px;
  right: -6px;
  border-radius: 6px;
  display: block;
  position: absolute;
}
.team-name .form-group {
  position: relative;
}
.team-name .form-group .label {
  position: absolute;
  left: 24px;
  top: 10px;
}
.team-name .form-control {
  border: 1px solid #414b66;
  border-radius: 4px;
  padding: 36px 20px 10px 24px;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: -0.3px;
  font-weight: 500;
  color: #000;
  width: 100%;
}
.team-name .btn_add-photo {
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  font-size: 18px;
}
@media (max-width: 600px) {
  .team-name {
    flex-flow: wrap;
  }
  .team-name__inner {
    width: calc(100% - 80px);
    padding-right: 0;
  }
  .team-name .btn_save {
    margin-top: 15px;
    width: 100%;
  }
}

.team-tab-empty {
  text-align: center;
  max-width: 570px;
  margin: 0 auto;
  width: 100%;
}
.team-tab-empty .icon-wrap {
  width: 48px;
  height: 48px;
  display: flex;
  border-radius: 50%;
  color: #fff;
  font-size: 20px;
  background: #0042ec;
  margin: 0 auto 40px;
}
.team-tab-empty .empty-info p {
  font-size: 15px;
  line-height: 18px;
  letter-spacing: -0.42px;
  color: #474d60;
}
.team-tab-empty .team-tab-trigger {
  padding: 0;
  border: none;
}
.team-tab-empty .link {
  color: #0042ec;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: -0.42px;
}

.pending-team {
  margin-bottom: 30px;
}
.pending-team .breadcrumbs {
  margin-bottom: 20px;
}
.pending-team__item {
  background: #fff;
  border-radius: 13px;
  display: flex;
  align-items: center;
  flex-flow: wrap;
  justify-content: space-between;
  padding: 30px 30px 15px;
  margin-bottom: 20px;
}
.pending-team__item__info {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.pending-team .btn {
  margin: 0 10px 15px;
}
.pending-team .btn_accept {
  background: #137101;
  border: 2px solid #137101;
  padding: 9px 10px;
  min-width: 89px;
}
.pending-team .btn_ignore {
  background: rgba(70, 76, 97, 0.09);
  border: 2px solid #464c61;
  padding: 9px 10px;
  color: #464c61;
  min-width: 89px;
}
.pending-team .btn_ignore:hover {
  color: #000;
}
.pending-team__name {
  padding-left: 20px;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: -0.3px;
  font-weight: 400;
  max-width: 400px;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.pending-team__avatar img {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: block;
}

.team-dropdown__list .selected-team .team-dropdown__img {
  border-radius: 50%;
  border: 2px solid #0042ec;
  margin-right: 15px;
  padding-right: 0;
}
.team-dropdown__list .selected-team .team-dropdown__img img {
  border-radius: 50%;
  border: 2px solid white;
}
.team-dropdown__list .selected-team:before {
  z-index: -1;
  content: "";
  left: -20px;
  right: -20px;
  border-radius: 0;
  background: rgba(45, 104, 255, 0.06);
  position: absolute;
  top: 0;
  bottom: 0;
  box-shadow: none;
  border: none;
  opacity: 1;
}
.team-dropdown__list .selected-team:focus:before {
  background: rgba(0, 66, 236, 0.22);
  box-shadow: 0 0 0 4px rgba(0, 66, 236, 0.29);
  border: 2px solid #0042ec;
}
.team-dropdown__list .selected-team:after {
  content: "";
  width: 6px;
  height: 12px;
  background-image: url("/assets/images/icons/selected-team-arrow.svg");
  background-size: contain;
  color: #0042ec;
  font-weight: 700;
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
}

.team-title {
  padding: 0 10px 0;
  margin-bottom: 5px;
  font-size: 21px;
  line-height: 22px;
  font-weight: 300;
  letter-spacing: -0.2px;
  color: #000;
  position: relative;
}

.billing.content-item {
  margin-bottom: 21px;
}
.billing.content-item .content-item__inner {
  padding-bottom: 10px;
}
.billing.content-item .content-item__text {
  margin: 0 0 20px;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: -0.2px;
  color: #000;
}
.billing .btn_text {
  color: #464c61;
}

.billing-info__item {
  padding-bottom: 6px;
  border-bottom: 1px solid #d8d8d8;
  margin-bottom: 20px;
}
.billing-info__item.no-border {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.billing-info__item-title {
  border-bottom: 1px solid #d8d8d8;
  margin-bottom: 20px;
  padding-bottom: 12px;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: -0.14px;
  color: #000;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.billing-info__item-title p {
  padding: 0;
  margin: 0;
}
.billing-info__item-title h2 {
  font-size: 15px;
  line-height: 18px;
  letter-spacing: -0.14px;
  color: #000;
  font-weight: 700;
  padding: 0;
  margin: 0;
}
.billing-info__item .dropdown__btn {
  width: 130px;
  text-align: left;
}
.billing-info .btn-row {
  padding-bottom: 20px;
}
.billing-info .btn_edit {
  padding: 12px 22px 10px;
}
.billing-info .btn_default {
  padding: 10px 20px 8px;
}
.billing-info .btn_add-card {
  font-weight: 400;
  font-size: 14px;
}

.credit-card {
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
}
.card-info .credit-card {
  align-items: center;
  padding-bottom: 12px;
}
.credit-card__type {
  display: flex;
  align-items: center;
  padding-bottom: 2px;
}
.credit-card__type span {
  padding-left: 9px;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: -0.14px;
  color: #464c61;
}
.credit-card__logo {
  width: 37px;
  display: block;
}
.credit-card__number {
  letter-spacing: 2px;
  font-size: 14px;
  line-height: 18px;
  color: #464c61;
}
.credit-card__right .btn {
  margin-left: 18px;
}
.credit-card__right .btn:first-child {
  margin-left: 0;
}
@media (max-width: 767px) {
  .credit-card {
    position: relative;
    padding-bottom: 30px;
  }
}

.default-card {
  color: #048700;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  border-radius: 4px;
  background: rgba(4, 135, 0, 0.13);
  text-align: center;
  padding: 4px 14px 2px;
  display: inline-block;
}
@media (max-width: 767px) {
  .default-card {
    position: absolute;
    bottom: 15px;
    left: 0;
  }
}

.invoices__table {
  width: 100%;
}
.invoices__table td {
  color: #464c61;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: -0.42px;
  padding-bottom: 15px;
}
.invoices__table button {
  color: #0042ec;
  text-decoration: underline;
  padding: 0;
  border: none;
  margin: 0;
}
.invoices__table button:hover {
  text-decoration: none;
}
@media (max-width: 767px) {
  .invoices__table tr {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    padding-bottom: 30px;
  }
  .invoices__table td {
    display: block;
    width: 50%;
  }
  .invoices__table td:nth-child(even) {
    text-align: right;
  }
}

.billing-address {
  padding-bottom: 14px;
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
}
.billing-address p {
  margin: 0;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: -0.42px;
  color: #464c61;
}

.year-sorting {
  max-width: 130px;
}
.year-sorting .dropdown__inner {
  width: 135px;
  padding-bottom: 15px;
  padding-top: 15px;
}

.edit-card-modal {
  max-width: 510px;
}
.edit-card-modal.edit-card-green .modal__content {
  border: 4px solid #006400;
  padding-top: 18px;
}
.edit-card-modal .default-form .form-control {
  padding: 30px 13px 10px;
}
.edit-card-modal .default-form .label {
  top: 7px;
}
.edit-card-modal .default-form .form-group {
  margin-bottom: 10px;
}
.edit-card-modal .default-form .form-group.select select {
  height: 60px;
}
.edit-card-modal .default-form .dss {
  padding-bottom: 15px;
}
.edit-card-modal .secure {
  color: #048700;
}
.edit-card-modal .payment-info__value {
  margin-bottom: 0;
}
.edit-card-modal .payment-info {
  padding-bottom: 0;
}
.edit-card-modal .nsm-dialog-btn-close {
  top: 21px;
  right: 38px;
}
.edit-card-modal .modal__content {
  padding-top: 31px;
}
.edit-card-modal .card-number input {
  letter-spacing: 2px;
}
.edit-card-modal .row {
  display: flex;
  flex-flow: wrap;
  margin: 0 -10px;
}
.edit-card-modal .row .col {
  width: 50%;
  padding: 0 10px;
}
.edit-card-modal .btn-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-flow: wrap;
  padding-bottom: 20px;
}
.edit-card-modal .btn-row:last-child {
  padding-bottom: 0;
}
.edit-card-modal .btn-row.centered {
  justify-content: center;
}
.edit-card-modal .btn-row .btn {
  min-width: 145px;
}
.edit-card-modal .btn-row .btn:not(.btn_text) {
  font-size: 14px;
  padding: 15px 15px;
}
.edit-card-modal .btn-row .btn:not(.btn_text).btn_pay {
  font-weight: 500;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 16px;
  line-height: 16px;
}
.edit-card-modal .btn-row .btn:not(.btn_text).btn_pay.btn_loading {
  padding-left: 50px !important;
}
.edit-card-modal .btn-row .btn:not(.btn_text).btn_pay strong {
  font-size: 18px;
  line-height: 22px;
  letter-spacing: -0.29px;
}
.edit-card-modal .btn-row .btn.btn_border {
  padding: 13px 30px;
}
@media (max-width: 767px) {
  .edit-card-modal .nsm-dialog-btn-close {
    right: auto;
    left: 22px;
    color: #464c61;
  }
  .edit-card-modal .secure {
    color: #000;
    padding-left: 35px;
  }
}
@media (max-width: 440px) {
  .edit-card-modal .row .col {
    width: 100%;
  }
}
@media (max-width: 374px) {
  .edit-card-modal .btn-row .btn {
    min-width: 110px;
  }
}

.filed-holder {
  width: 100%;
  box-shadow: none;
  border: 1px solid #414b66;
  border-radius: 4px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  color: #000;
  height: 60px;
  transition: border-color 0.1s ease;
}

.tax {
  margin-bottom: 25px;
}

.tax-item {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.tax-item:after {
  content: "";
  border-bottom: 1px dotted #000;
  left: 0;
  right: 0;
  bottom: 5px;
  position: absolute;
}
.tax-item__title {
  background: #fff;
  padding: 0 10px 2px 0;
  position: relative;
  z-index: 3;
  line-height: 16px;
}
.tax-item__value {
  background: #fff;
  padding: 0 0 2px 10px;
  position: relative;
  z-index: 3;
  line-height: 16px;
}

.secure {
  font-size: 18px;
  line-height: 22px;
  margin: 0 0 15px;
  padding-right: 10px;
  font-weight: 700;
}

.payment-info {
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
  align-items: center;
  padding-bottom: 15px;
}
.payment-info__img-list {
  display: flex;
  flex-flow: wrap;
  margin: 0 -5px;
}
.payment-info__img-item {
  padding: 0 5px;
}
.payment-info__value {
  margin: 0 0 15px;
  font-size: 14px;
  line-height: 22px;
  text-align: right;
}
.payment-info__value strong {
  display: block;
  font-size: 19px;
}

.dss {
  display: flex;
  flex-flow: wrap;
  align-items: center;
  padding-bottom: 30px;
  padding-top: 10px;
}
.dss__img {
  width: 61px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.dss__text {
  width: calc(100% - 61px);
  padding-left: 20px;
  font-size: 13px;
  line-height: 15px;
  color: #000;
  margin: 0;
}

.existing-card {
  padding-bottom: 10px;
}
.existing-card__inner {
  padding: 14px 20px 14px 20px;
  width: 100%;
  border: 1px solid #414b66;
  border-radius: 4px;
}
.existing-card__name {
  margin: 0 0 5px;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: -0.42px;
  color: #000;
}
.existing-card__number {
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 2px;
  color: #000;
  text-transform: uppercase;
  margin: 0 0 4px;
}
.existing-card__date {
  margin: 0;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: -0.42px;
  color: #606887;
}

.btn_card-switcher {
  color: #0042ec;
}
.btn_card-switcher:hover {
  text-decoration: underline;
}

.bluesnap-error {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 12px;
  color: #b90505;
}

.no-method {
  text-align: center;
  padding: 18px 0 30px;
}
.no-method__img {
  padding-bottom: 6px;
}
.no-method__text {
  font-weight: 700;
  line-height: 27px;
  margin-bottom: 14px;
  margin-top: 0;
}
.no-method .btn {
  padding-top: 12px;
  padding-bottom: 12px;
}

.current-subscription {
  font-size: 14px;
  line-height: 22px;
  color: #464c61;
  font-weight: 400;
}
.current-subscription strong {
  color: #000000;
}
.current-subscription__plan {
  display: flex;
  align-items: center;
}
.current-subscription__item {
  padding-bottom: 5px;
  padding-right: 10px;
}
.current-subscription__item:first-child {
  padding-bottom: 10px;
}
.current-subscription .plan-pages {
  padding: 0 10px 0 5px;
}

.billing-title {
  margin: 0;
  margin-bottom: 5px;
  font-size: 21px;
  line-height: 22px;
  letter-spacing: -0.2px;
  color: #000;
  position: relative;
  font-weight: 300;
}

.acc-settings__title {
  font-size: 15px;
  line-height: 18px;
  letter-spacing: -0.14px;
}
.acc-settings .user-avatar {
  display: flex;
  align-items: center;
  padding-bottom: 20px;
}
.acc-settings .user-avatar__control {
  padding-left: 20px;
}
.acc-settings .user-avatar .btn {
  font-weight: 500;
  padding: 8px 21px 6px;
  font-size: 14px;
  line-height: 18px;
}
.acc-settings__top {
  border-bottom: 1px solid #d8d8d8;
  margin-bottom: 29px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-flow: wrap;
}
.acc-settings .btn {
  padding: 10px 22px;
  font-size: 14px;
}
.acc-settings__controls {
  margin: 0 -6px;
}
.acc-settings__controls .btn {
  margin: 0 6px 18px;
}
.acc-settings .row {
  display: flex;
  flex-flow: wrap;
  margin: 0 -10px;
}
.acc-settings .row .col {
  width: 50%;
  padding: 0 10px;
}
.acc-settings .row .col_phone .col {
  width: 130px;
}
.acc-settings .row .col_phone .col:first-child {
  width: calc(100% - 130px);
}
.acc-settings .row_3-cols .col {
  width: 33.333333333%;
}
.default-form .acc-settings .form-control {
  padding-right: 15px;
  font-size: 14px;
}
.acc-settings .form-group.disabled {
  cursor: not-allowed;
}
.acc-settings .form-group.disabled .form-control {
  border-radius: 0;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  border-bottom-color: #d8d8d8;
  padding-left: 0;
}
.acc-settings .form-group.disabled.select {
  border-radius: 0;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  border-bottom-color: #d8d8d8;
}
.acc-settings .form-group.disabled.select:before {
  display: none;
}
.acc-settings .form-group.disabled.select select {
  border-radius: 0;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  border-bottom-color: #d8d8d8;
  padding-left: 0;
  padding-right: 0;
}
.acc-settings .form-group.disabled .label {
  left: 0;
}
.default-form .acc-settings .form-group.select select {
  height: 70px;
}
.acc-settings .edit-controls .btn {
  padding: 10px 28px 10px 52px;
}
@media (max-width: 767px) {
  .acc-settings .row .col {
    width: 100%;
  }
  .acc-settings .row_3-cols .col {
    width: 100%;
  }
}
@media (max-width: 414px) {
  .acc-settings .row .col_phone .col {
    width: 100%;
  }
  .acc-settings .row .col_phone .col:first-child {
    width: 100%;
  }
}

.email-settings__item {
  border-bottom: 1px solid #d8d8d8;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.email-settings .custom-checkbox {
  position: relative;
}
.email-settings .custom-checkbox__icon {
  left: 0;
  top: 7px;
  position: absolute;
}
.email-settings .custom-checkbox__label {
  padding: 5px 0 0 30px;
  display: block;
  font-size: 14px;
  line-height: 20px;
  color: #000;
}
.email-settings .custom-checkbox__label-desscription {
  font-size: 14px;
  line-height: 18px;
  color: #464c61;
}
.email-settings__note {
  line-height: normal;
}

.acc-settings-form .content-item {
  margin-bottom: 20px;
}
.acc-settings-form .content-item__inner {
  padding-top: 20px;
}

.avatar {
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 14px;
  line-height: 14px;
  font-weight: 500;
  width: 38px;
  height: 38px;
  letter-spacing: -1.5px;
}
.avatar img {
  border-radius: 50%;
  display: block;
  width: inherit;
  height: inherit;
}
.avatar_large {
  width: 70px;
  height: 70px;
  font-size: 22px;
  line-height: 24px;
}
.avatar__label {
  display: none;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.19px;
  color: #0042ec;
  position: absolute;
  white-space: nowrap;
  bottom: -27px;
}

.auth {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  min-height: calc(100vh - 160px);
}
.auth__inner {
  background: #fff;
  margin: 30px auto 10px;
  max-width: 445px;
  width: 100%;
  padding: 30px 39px 30px;
  border-radius: 13px;
  box-shadow: 0 2px 54px rgba(0, 0, 0, 0.04);
  position: relative;
}
.auth_modal {
  max-width: 445px;
}
.auth__header {
  text-align: center;
}
.auth__header img {
  max-width: 250px;
  display: block;
  margin: 0 auto;
}
.auth__title {
  font-size: 18px;
  line-height: 24px;
  color: #000;
  font-weight: 500;
  margin: 0 0 20px;
  text-align: center;
  padding: 0 20px;
}
.auth__form .info {
  margin: 0 0 5px;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: -0.03px;
  color: #000;
  text-align: center;
}
.auth__form .info:last-child {
  margin-bottom: 0;
}
.auth__form .info span,
.auth__form .info a {
  cursor: pointer;
  color: #0042ec;
}
.auth__form .info span:hover,
.auth__form .info a:hover {
  text-decoration: underline;
}
.auth__form .btn-row {
  padding: 20px 0 20px;
}
.auth__form .btn-row_2-btns {
  display: flex;
  justify-content: space-between;
  margin: 0 -10px;
}
.auth__form .btn-row_2-btns .btn {
  font-size: 14px;
  line-height: 16px;
  margin: 0 10px;
}
.auth__form.password-step .btn-row {
  padding: 11px 0 0;
}
.auth__form .btn {
  width: 100%;
  max-width: 186px;
  padding: 13px 10px 11px;
  font-size: 18px;
  line-height: 20px;
  font-weight: 500;
}
.auth__form .btn_border {
  padding-top: 13px;
  padding-bottom: 13px;
}
.auth__form .btn span.btn_loading {
  padding-left: 0 !important;
  position: relative;
}
.auth__form .btn span.btn_loading:after {
  position: absolute;
  left: -30px;
}
.auth .avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: none;
  padding: 0;
  box-shadow: none;
  margin: 0 auto 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  background: #5b6379;
  transition: background 0.1s ease;
  position: relative;
}
.auth .avatar span.icon-add-photo {
  position: absolute;
  font-size: 22px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.auth .avatar span.initials {
  color: #fff;
  display: none;
}
.auth .avatar__label {
  display: block;
}
.auth .avatar:hover {
  background: #6f7589;
}
.auth .avatar:hover span:not(.avatar__label) {
  color: #fff;
}
.auth .avatar + .auth__title {
  font-size: 21px;
  line-height: 27px;
}
.auth .avatar.add-photo {
  cursor: pointer;
}
.auth .avatar.add-photo input[type=file] {
  display: none;
}
.auth .avatar.no-photo {
  background-image: url("/assets/images/icons/add_photo.svg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 33px 28px;
}
.auth .add-photo-modal {
  max-width: 445px;
}
.auth .add-photo-modal .btn-row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  padding: 20px 0 0;
}
.auth .add-photo-modal .btn-row .btn {
  width: calc(50% - 10px);
}
.auth .add-photo-modal .btn-row.remove {
  justify-content: center;
  align-content: center;
  align-items: center;
}
.auth .add-photo-modal .result-userpic {
  border: 1px solid;
  border-radius: 100%;
  margin: 20px 0 0;
}
.auth .close-auth {
  position: absolute;
  top: 23px;
  right: 30px;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  padding: 0;
  transition: color 0.1s ease;
}
.auth .close-auth:hover {
  color: #0042ec;
}
.auth .default-form .form-control {
  padding: 37px 15px 15px 18px;
  border-radius: 4px;
}
.auth .default-form input[type=password].form-control {
  font-size: 30px;
  padding: 35px 15px 5px 18px;
}
.auth .default-form .label {
  left: 21px;
  list-style: -0.42px;
}
.auth_recovery .btn-row {
  padding-bottom: 0;
  padding-top: 10px;
}
@media (max-width: 767px) {
  .auth__header {
    padding-bottom: 25px;
  }
}
@media (max-width: 510px) {
  .auth .btn-row_2-btns .btn {
    max-width: calc(100% - 120px);
  }
  .auth .btn-row_2-btns .btn_back {
    max-width: 100px;
  }
}
@media (max-width: 414px) {
  .out_auth .auth {
    padding-left: 0;
    padding-right: 0;
  }
  .auth__inner {
    padding-left: 15px;
    padding-right: 15px;
  }
  .auth .close-auth {
    right: 5px;
  }
}

.auth-btns {
  position: absolute;
  right: 70px;
  top: 20px;
}
.auth-btns.mobile-show {
  right: auto;
  top: auto;
  position: relative;
  margin-bottom: 35px;
}
.auth-btns .btn {
  padding-top: 13px;
  padding-bottom: 13px;
  min-width: 102px;
  margin: 0 10px;
}
.auth-btns .btn:not(.btn_border) {
  padding-top: 15px;
  padding-bottom: 15px;
}
@media (max-width: 767px) {
  .auth-btns {
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    top: 85px;
  }
}
@media (max-width: 768px) {
  .auth-btns.mobile-show {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .auth-btns.mobile-hide {
    display: none;
  }
}

.mobile-header {
  display: none;
}
.mobile-header__inner {
  display: flex;
  align-items: center;
  padding: 10px 15px;
  height: 60px;
}
@media (max-width: 1024px) {
  .mobile-header {
    position: fixed;
    display: block;
    left: 0;
    right: 0;
    top: 0;
    z-index: 998;
    background: #fff;
  }
  .out_home .mobile-header {
    display: none;
  }
  .mobile-header .tariff .tariff__inner {
    padding-left: 20px;
  }
  .mobile-header .tariff .tariff__info {
    padding-left: 0;
  }
}

.scans-warning {
  padding-bottom: 25px;
}
.cabinet-sidebar .scans-warning {
  padding: 0 25px 25px;
}
.collapsed-sidebar .cabinet-sidebar .scans-warning {
  display: none;
}
.scans-warning__inner {
  background: rgba(140, 4, 4, 0.14);
  color: #8c0404;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: -0.42px;
  padding: 10px 25px 10px 53px;
  position: relative;
  border-radius: 6px;
}
.scans-warning__inner:after {
  content: "\e913";
  font-family: "icomoon";
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  line-height: 20px;
}
.scans-warning__inner strong {
  font-weight: 700;
}

.modal_pricing {
  max-width: 1006px;
}
.modal_pricing .nsm-content {
  margin: 0 auto;
  min-width: 300px;
}
.modal_pricing.modal_scope {
  max-width: 550px;
}
.modal_pricing.modal_scope .modal__title {
  font-size: 18px;
  line-height: 22px;
}
.modal_pricing.modal_scope .pricing {
  border-bottom: none;
}
.modal_pricing.modal_scope .pricing .btn {
  min-width: 113px;
}
.modal_pricing.modal_scope .pricing__item .pricing__item-inner {
  padding-top: 40px;
  padding-bottom: 40px;
}
.modal_pricing.modal_scope .pricing__item.popular .pricing__item-inner {
  margin: -12px -10px 0;
  padding-top: 40px;
  padding-bottom: 10px;
}
.modal_pricing.modal_scope .pricing__info {
  padding-bottom: 15px;
  min-height: 93px;
}
.modal_pricing.modal_scope .pricing__info p {
  font-size: 14px;
  line-height: 22px;
}
.modal_pricing.modal_scope .pricing__info p strong {
  line-height: 18px;
}
.modal_pricing.modal_scope .nsm-dialog-btn-close {
  top: 23px;
  right: 24px;
}
.modal_pricing .modal__header {
  padding-bottom: 20px;
}
.modal_pricing .modal__title {
  font-size: 18px;
  line-height: 27px;
  font-weight: 700;
  letter-spacing: -0.5px;
  display: flex;
  align-items: center;
  flex-flow: wrap;
}
.modal_pricing .icon-ms_icon {
  font-size: 22px;
  color: #0042ec;
  padding-right: 10px;
}
.modal_pricing .modal__content {
  padding: 24px 21px 20px;
}
.modal_pricing .info {
  margin-top: 27px;
  padding-bottom: 5px;
  margin-bottom: 0;
}
.modal_pricing .info .icon {
  font-size: 11px;
  position: relative;
  top: 1px;
}
.modal_pricing a:visited {
  color: #0042ec;
}
@media (max-width: 767px) {
  .modal_pricing.modal_scope {
    max-width: 430px;
  }
  .modal_pricing.modal_scope .pricing {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.pricing {
  position: relative;
  border-top: 1px solid #e1e1e1;
}
.pricing p:not(.pricing__hint) {
  margin: 0;
}
.pricing__inner {
  display: flex;
  margin: 0 -15px;
  justify-content: center;
  padding-bottom: 10px;
}
.pricing__item {
  width: 205px;
}
.pricing__item-inner {
  padding: 25px 10px 15px;
  background: #fff;
  border-radius: 12px;
  text-align: center;
  position: relative;
  height: 100%;
}
.pricing__item:nth-child(2n+2) .pricing__item-inner:after, .pricing__item:nth-child(2n+2) .pricing__item-inner:before {
  content: "";
  top: 15px;
  bottom: 5px;
  width: 1px;
  display: block;
  position: absolute;
  background: #e1e1e1;
}
.pricing__item:nth-child(2n+2) .pricing__item-inner:before {
  left: 0;
}
.pricing__item:nth-child(2n+2) .pricing__item-inner:after {
  right: 0;
}
.pricing__item:last-child .pricing__item-inner:after {
  display: none;
}
.pricing__item.popular {
  width: 187px;
}
.pricing__item.popular .pricing__item-inner {
  margin: -14px -10px -20px;
  padding-bottom: 35px;
  z-index: 2;
  box-shadow: 0 0 22px rgba(0, 0, 0, 0.14);
}
.pricing__item.popular .pricing__item-inner:after, .pricing__item.popular .pricing__item-inner:before {
  display: none;
}
.pricing__item.popular .pricing__item-inner .btn-row {
  padding-bottom: 20px;
}
.pricing__img {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pricing__favicon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #caced2;
}
.pricing img {
  display: block;
  margin: 0 auto;
}
.pricing__info {
  min-height: 70px;
}
.pricing__info p {
  font-size: 14px;
  line-height: 18px;
  letter-spacing: -0.2px;
  color: #464c61;
  margin-bottom: 5px;
}
.pricing__info p strong {
  font-weight: 700;
  color: #000;
  letter-spacing: -0.42px;
  font-size: 17px;
}
.pricing__price {
  font-weight: 700;
  font-size: 20px;
  line-height: 22px;
  color: #000;
  padding-bottom: 18px;
}
.pricing__item_custom-price .pricing__price {
  font-size: 17px;
}
.pricing__price span {
  font-size: 14px;
  line-height: 16px;
  color: #464c61;
}
.pricing__hint {
  font-size: 12px;
  line-height: 16px;
  color: #c03e3f;
  display: block;
  margin: 17px 4px 0;
  background: #f6e2e1;
  padding: 6px 5px;
  border-radius: 6px;
}
.pricing .btn {
  font-size: 14px;
  line-height: 16px;
  font-weight: 700;
  padding: 11px 10px;
  min-width: 89px;
}
.pricing .btn_border {
  padding: 9px 10px;
}
.pricing .btn:disabled {
  background: #ebebeb;
  border-color: #ebebeb;
  color: #45495c;
}
.pricing .popular-badge {
  font-size: 11px;
  line-height: 12px;
  background: #c30eaa;
  padding: 4px 6px;
  max-width: 115px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  margin: -10px auto -2px;
}
.pricing .popular-badge .icon-star {
  font-size: 11px;
  padding-right: 3px;
}
@media (max-width: 767px) {
  .pricing__inner {
    flex-flow: wrap;
  }
  .pricing__item {
    width: 220px;
  }
  .pricing__item.popular {
    width: 220px;
  }
  .pricing__item.popular .pricing__item-inner {
    margin-top: 10px;
  }
  .pricing__item-inner:after {
    height: 1px;
    width: auto;
    left: 15px;
    right: 15px;
    top: auto;
    bottom: 0;
  }
  .pricing__item.popular .pricing__item-inner {
    margin-left: 15px;
    margin-right: 15px;
  }
}

.custom-pages {
  max-width: 530px;
  margin: 0 auto;
}
.custom-pages__inner {
  background: #e9ebef;
  border-radius: 5px;
  padding: 18px 8px 17px 20px;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
}
.custom-pages__right {
  display: flex;
  align-items: center;
}
.custom-pages__right .btn {
  min-width: 106px;
}
.custom-pages__price {
  color: #464c61;
  font-size: 14px;
  line-height: 30px;
  letter-spacing: -0.2px;
  padding-right: 21px;
}
.custom-pages__price strong {
  font-size: 20px;
  line-height: 21px;
  font-weight: 700;
  color: #000;
}
.custom-pages .form-group {
  display: flex;
  align-items: center;
  flex-flow: wrap;
}
.custom-pages .label {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.39px;
  padding-right: 16px;
  display: block;
}
.custom-pages .form-control {
  background: #fff;
  border: 1px solid #0042ec;
  border-radius: 5px;
  width: 104px;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.39px;
  padding: 10px 16px 7px;
}
.custom-pages input::-webkit-outer-spin-button,
.custom-pages input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.custom-pages input[type=number] {
  -moz-appearance: textfield;
}
@media (max-width: 767px) {
  .custom-pages .form-group {
    width: 100%;
    margin-bottom: 20px;
  }
  .custom-pages .form-control {
    width: calc(100% - 130px);
  }
  .custom-pages__right {
    justify-content: center;
    width: 100%;
  }
}

.modal_new-scan {
  max-width: 688px;
}
.modal_new-scan .nsm-dialog-btn-close {
  top: 25px;
  right: 28px;
  color: #000;
}
.modal_new-scan .modal__header {
  padding-bottom: 20px;
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 21px;
}
.modal_new-scan .modal__title {
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
  letter-spacing: -0.17px;
  display: flex;
  align-items: center;
  flex-flow: wrap;
}
.modal_new-scan .icon-ms_icon {
  font-size: 22px;
  color: #0042ec;
  padding-right: 10px;
}
.modal_new-scan .modal__content {
  padding: 27px 31px 20px;
}
.modal_new-scan .main-scanner {
  padding-bottom: 10px;
  max-width: 620px;
}
.modal_new-scan .main-scanner .form-group {
  margin-bottom: 27px;
}
.modal_new-scan .tooltip-btn {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  padding: 5px;
  display: flex;
  z-index: 2;
}
.modal_new-scan .tooltip-btn img {
  display: block;
}
.modal_new-scan .tooltip-btn:hover, .modal_new-scan .tooltip-btn:focus {
  z-index: 3;
}
.modal_new-scan .tooltip-btn:hover .tooltip-content, .modal_new-scan .tooltip-btn:focus .tooltip-content {
  opacity: 1;
  visibility: visible;
}
.modal_new-scan .tooltip-content {
  position: absolute;
  left: 50%;
  top: 100%;
  padding-top: 10px;
  width: 325px;
  transform: translateX(-50%);
  margin-left: -5px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.1s ease, visibility 0.1s ease;
}
.modal_new-scan .tooltip-text {
  background: #fff;
  border-radius: 6px;
  border: 2px solid #0d43e3;
  padding: 12px 19px;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: -0.13px;
  color: #000;
  display: block;
  z-index: 2;
  text-align: left;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}
.modal_new-scan .tooltip-text:before {
  content: "";
  left: 50%;
  top: 4px;
  transform: rotate(90deg) translateX(-50%);
  background-image: url("/assets/images/icons/tip-arrow.svg");
  position: absolute;
  display: block;
  width: 12px;
  height: 16px;
}
.modal_new-scan .custom-checkbox {
  font-weight: 400;
}
.modal_new-scan .agree-text .custom-checkbox__icon {
  top: -2px;
}
.modal_new-scan .btn-row {
  text-align: center;
}
.modal_new-scan .btn-row__auth .btn .btn_loading {
  padding-left: 20px !important;
}
.modal_new-scan .btn-row__auth .btn .btn_loading:after {
  left: -15px;
}
.modal_new-scan .btn {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  padding-left: 25px !important;
}
.modal_new-scan .btn .btn_loading {
  padding-left: 0 !important;
}
.modal_new-scan .btn .btn_loading:after {
  left: -30px;
}
.modal_new-scan .new-scan-type {
  display: flex;
  border-radius: 25px;
  border: 2px solid #0042ec;
  margin-bottom: 27px;
}
.modal_new-scan .new-scan-type__item {
  width: 50%;
}
.modal_new-scan .new-scan-type__item:first-child button:focus:before {
  border-radius: 100px 0 0 100px;
}
.modal_new-scan .new-scan-type__item:last-child button:focus:before {
  border-radius: 0 100px 100px 0;
}
.modal_new-scan .new-scan-type__item:first-child button {
  border-radius: 25px 0 0 25px;
}
.modal_new-scan .new-scan-type__item:last-child button {
  border-radius: 0 25px 25px 0;
}
.modal_new-scan .new-scan-type .btn {
  width: 100%;
  min-width: 1px;
  max-width: 100%;
  color: #0042ec;
  border-radius: 0;
  font-size: 14px;
  line-height: 16px;
  padding: 9px 10px 7px !important;
  border: none;
}
.modal_new-scan .new-scan-type .btn:hover {
  color: #fff;
  background: #0042ec;
}
.modal_new-scan .new-scan-type .btn.active {
  color: #fff;
  background: #0042ec;
}
@media (max-width: 600px) {
  .modal_new-scan .new-scan-type {
    flex-direction: column;
    align-items: center;
  }
  .modal_new-scan .new-scan-type__item {
    width: 100%;
  }
}
.modal_new-scan .auth-tabs .new-scan-type__item:not(:last-child) {
  border-right: 2px solid #0042ec;
}
@media (max-width: 600px) {
  .modal_new-scan .auth-tabs .new-scan-type__item:not(:last-child) {
    border-right: none;
  }
}
.modal_new-scan .ext-label {
  font-size: 17px;
  line-height: 20px;
  letter-spacing: -0.19px;
  margin: 0;
  padding-bottom: 12px;
  display: inline-block;
}
.modal_new-scan .success-bar {
  border-radius: 6px;
  background: rgba(0, 77, 0, 0.17);
  text-align: center;
  padding: 15px 20px;
  position: relative;
  color: #004d00;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: -0.39px;
  font-weight: 500;
  margin-bottom: 30px;
}
.modal_new-scan .success-bar .icon {
  position: absolute;
  left: 14px;
  top: 50%;
  font-size: 20px;
  transform: translateY(-50%);
}
.modal_new-scan .details__title {
  font-size: 17px;
  line-height: 20px;
  letter-spacing: -0.19px;
  margin: 0;
  padding-bottom: 14px;
  display: inline-block;
}
.modal_new-scan .details .row {
  display: flex;
  margin: 0 -5px;
}
.modal_new-scan .details .row .form-group {
  padding: 0 5px;
  width: 50%;
}
.modal_new-scan .details .row .label {
  left: 21px;
}
.modal_new-scan .details .row .tooltip-btn {
  right: 15px;
}
.modal_new-scan .details .form-group {
  margin-bottom: 13px;
}
.modal_new-scan .details .form-control {
  padding: 32px 35px 10px 14px;
  border-radius: 6px;
}
.modal_new-scan .details .label {
  left: 16px;
  top: 9px;
}
@media (max-width: 768px) {
  .modal_new-scan .tooltip-content {
    right: -10px;
    left: auto;
    transform: translateX(0);
    width: 280px;
  }
  .modal_new-scan .tooltip-text:before {
    right: 18px;
    left: auto;
    top: -2px;
    transform: rotate(90deg) translate(0, 0);
  }
}
@media (max-width: 1024px) {
  .modal_new-scan .form-group {
    margin-left: 0;
    margin-right: 0;
  }
  .modal_new-scan .details .row .form-group {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .modal_new-scan .nsm-dialog-btn-close {
    right: auto;
    left: 22px;
  }
  .modal_new-scan .modal__title {
    padding-left: 35px;
  }
  .modal_new-scan .modal__content {
    padding-left: 12px;
    padding-right: 12px;
  }
  .modal_new-scan .new-scan-type .btn {
    font-size: 13px;
  }
  .modal_new-scan .new-scan-type .btn span {
    display: none;
  }
  .modal_new-scan .ext-label {
    font-size: 14px;
  }
  .modal_new-scan .label {
    left: 10px;
  }
  .modal_new-scan .details__title {
    font-size: 14px;
  }
  .modal_new-scan .details .row {
    flex-flow: column;
    margin: 0;
  }
  .modal_new-scan .details .row .tooltip-btn {
    right: 10px;
  }
  .modal_new-scan .details .row .form-group {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
  .modal_new-scan .details .row .label {
    left: 10px;
  }
}

.scanning-scope__inner {
  display: flex;
  align-items: center;
  flex-flow: wrap;
  padding-bottom: 25px;
  padding-top: 25px;
  border-top: 1px solid #e1e1e1;
}
.scanning-scope__item {
  width: 33.3333333%;
  text-align: center;
  padding: 0 5px;
  position: relative;
  color: #464c61;
}
.scanning-scope__item:after {
  content: "";
  right: 0;
  position: absolute;
  height: 20px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 1px;
  background: #e1e1e1;
  margin-top: -1px;
}
.scanning-scope__item:last-child:after {
  display: none;
}
.scanning-scope__item strong {
  color: #000;
  font-size: 16px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .scanning-scope__item {
    width: 100%;
    padding-bottom: 10px;
  }
  .scanning-scope__item:after {
    transform: translate(-50%, 0);
    height: 1px;
    width: 20px;
    left: 50%;
    top: 100%;
  }
}

.scanning-progress {
  background: #22293d;
}
.scanning-progress__inner {
  padding: 13px 25px 14px 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-flow: wrap;
  color: #fff;
  position: relative;
}
.scanning-progress .loading-icon {
  position: absolute;
  left: 25px;
  top: 50%;
  transform: translate(0, -50%);
}
.scanning-progress__text {
  margin: 0;
  font-size: 14px;
  line-height: 18px;
}
.scanning-progress__text strong {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}
.scanning-progress span {
  font-weight: 700;
  color: #fff;
  cursor: pointer;
}
.scanning-progress span:hover {
  text-decoration: underline;
}
@media (max-width: 992px) {
  .scanning-progress__inner {
    padding-left: 45px;
  }
  .scanning-progress .loading-icon {
    left: 10px;
  }
}
@media (max-width: 1024px) {
  .scanning-progress {
    padding-left: 0 !important;
  }
}

.app-integrations {
  margin: 0 -15px;
  display: flex;
  flex-flow: wrap;
  padding-top: 25px;
}
.app-integrations__item {
  padding: 0 15px 15px;
  width: 33.333333%;
}
.app-integrations__item-inner {
  background: #fff;
  border-radius: 6px;
  padding: 15px 20px;
  box-shadow: 0 8px 14px rgba(0, 0, 0, 0.04);
}
.app-integrations .top {
  border-bottom: 1px solid #d8d8d8;
  margin-bottom: 18px;
  padding-bottom: 18px;
  position: relative;
}
.app-integrations .app-info {
  display: flex;
  align-items: center;
  padding-right: 30px;
}
.app-integrations .app-info__logo {
  border-radius: 50%;
  border: 2px solid #d8dce4;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.app-integrations .app-info__logo img {
  object-fit: contain;
}
.app-integrations .app-info__name {
  padding-left: 20px;
  width: calc(100% - 50px);
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: -0.47px;
}
.app-integrations .btn {
  display: block;
  width: 100%;
}
.app-integrations .btn_connected {
  background: rgba(0, 121, 2, 0.15);
  color: #007902;
}
.app-integrations .btn_soon {
  background: rgba(78, 87, 111, 0.17);
  color: #1e2330;
}
.app-integrations .btn_settings {
  position: absolute;
  right: -10px;
  top: 8px;
  width: auto;
  font-size: 6px;
  padding: 10px;
}
.app-integrations .btn_settings:hover {
  color: #0042ec;
}
@media (min-width: 992px) and (max-width: 1279px) {
  .app-integrations__item {
    width: 50%;
  }
  .collapsed-sidebar .app-integrations__item {
    width: 33.333333%;
  }
}
@media (max-width: 991px) {
  .app-integrations__item {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .app-integrations__item {
    width: 100%;
  }
}

.modal_app-integration {
  max-width: 600px;
}
.modal_app-integration .btn-row {
  margin: 0 -10px;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  padding-top: 10px;
}
.modal_app-integration .btn-row .btn {
  margin: 0 10px 20px;
  width: calc(50% - 20px);
}
.modal_app-integration .modal__content {
  padding-top: 25px;
  padding-bottom: 10px;
}
.modal_app-integration .modal__header {
  display: flex;
  flex-flow: wrap;
  align-items: center;
  border-bottom: 1px solid #414b66;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.modal_app-integration .modal__title {
  padding-left: 10px;
  width: calc(100% - 50px);
  font-size: 16px;
  line-height: 24px;
}
.modal_app-integration .modal__title .step {
  color: #484e61;
  font-size: 14px;
  line-height: 14px;
  display: block;
  padding-top: 3px;
}
.modal_app-integration .modal__title .step.inline {
  display: inline-block;
  padding-left: 5px;
  padding-top: 0;
}
.modal_app-integration .modal__title .projects-found {
  color: #484e61;
  font-size: 14px;
  line-height: 14px;
  display: block;
}
.modal_app-integration .modal__title .text {
  padding-right: 10px;
}
.modal_app-integration .modal__title br + .step {
  padding-left: 0;
}
@media (max-width: 400px) {
  .modal_app-integration .modal__title .step.inline {
    display: block;
    padding-left: 0;
    padding-bottom: 10px;
  }
}
.modal_app-integration .error-msg {
  display: inline-block;
  color: #ad0000;
  background: #f8e5e5;
  padding: 5px 15px;
  font-size: 12px;
  line-height: 12px;
  margin-right: -30px;
  font-weight: 500;
}
.modal_app-integration .error-wrap {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  margin-bottom: -15px;
  margin-top: -7px;
}
.modal_app-integration .app-logo {
  border-radius: 50%;
  border: 1px solid #d8dce4;
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal_app-integration .app-logo img {
  object-fit: contain;
  max-width: 16px;
}
.modal_app-integration .form-control {
  padding: 36px 15px 14px 15px;
}
.modal_app-integration .project {
  position: relative;
  padding: 36px 15px 14px 73px;
  border: 1px solid #414b66;
  border-radius: 4px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  color: #000;
}
.modal_app-integration .project .label {
  left: 73px;
}
.modal_app-integration .project img {
  width: 34px;
  display: block;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.modal_app-integration .projects-list {
  height: 300px;
  min-height: 300px;
  margin-top: -15px;
  margin-bottom: 15px;
  overflow-y: scroll;
}
.modal_app-integration .projects-list .projects-item {
  border-bottom: 1px solid #c7ccd7;
}
.modal_app-integration .projects-list .custom-radio {
  height: 60px;
  display: flex;
  align-items: center;
}
.modal_app-integration .projects-list .custom-radio__label {
  padding-left: 67px;
  font-weight: 500;
}
.modal_app-integration .projects-list .custom-radio__icon {
  border-width: 1px;
  position: absolute;
  left: 3px;
  top: 50%;
  transform: translateY(-50%);
}
.modal_app-integration .projects-list .custom-radio__input:checked + .custom-radio__icon {
  background: none;
  border-color: #6f7589;
}
.modal_app-integration .projects-list .custom-radio__input:checked + .custom-radio__icon:after {
  content: "";
  width: 10px;
  height: 10px;
  background: #0042ec;
  display: block;
  border-radius: 50%;
}
.modal_app-integration .projects-list img {
  width: 18px;
  display: block;
  position: absolute;
  left: 34px;
  top: 50%;
  transform: translateY(-50%);
}
.modal_app-integration .site-list {
  height: 300px;
  min-height: 300px;
  margin-top: -15px;
  margin-bottom: 15px;
  overflow-y: scroll;
}
.modal_app-integration .site-item {
  border-bottom: 1px solid #c7ccd7;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 10px;
}
.modal_app-integration .site-item .site {
  position: relative;
  padding-left: 30px;
  display: block;
}
.modal_app-integration .site-item .site-icon {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.modal_app-integration .site-item .site-icon img {
  display: block;
}
.modal_app-integration .site-item .site .title {
  font-size: 15px;
  line-height: 22px;
  display: block;
}
.modal_app-integration .site-item .site .sub-title {
  font-weight: 400;
  color: #464c61;
  font-size: 15px;
  line-height: 22px;
  display: block;
}
.modal_app-integration .site-item .custom-checkbox {
  padding-top: 7px;
  padding-bottom: 7px;
}
.modal_app-integration .site-item .custom-checkbox__icon {
  width: 20px;
  height: 20px;
}
.modal_app-integration .btn_help {
  color: #0042ec;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: -0.12px;
  font-weight: 500;
  margin-bottom: 17px;
}
.modal_app-integration .btn_help:hover {
  text-decoration: underline;
}
@media (max-width: 767px) {
  .modal_app-integration .btn-row .btn {
    width: 100%;
  }
}

.app-connected-info .item {
  padding-bottom: 15px;
}
.app-connected-info .item__value {
  font-weight: 700;
}
.app-connected-info .item__label {
  color: #474d60;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: -0.42px;
  font-weight: 400;
}

.integration-help {
  background: #eaebee;
  padding: 22px 30px;
  margin: 0 -38px 25px;
  position: relative;
}
.integration-help .close-help-btn {
  border: none;
  position: absolute;
  right: 25px;
  top: 25px;
  background: #000;
  color: #eaebee;
  border-radius: 50%;
  width: 19px;
  height: 19px;
  font-size: 8px;
  line-height: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.integration-help .close-help-btn .icon {
  margin-top: 1px;
}
.integration-help__title {
  display: flex;
  flex-flow: wrap;
  align-items: center;
  margin-bottom: 15px;
}
.integration-help__title img {
  width: 42px;
}
.integration-help__title span {
  max-width: calc(100% - 45px);
  padding-left: 20px;
  font-size: 19px;
  line-height: 22px;
  letter-spacing: -0.43px;
  font-weight: 500;
}
.integration-help__info {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: -0.39px;
  font-weight: 400;
}
.integration-help__info a {
  color: #0042ec;
}
.integration-help__info a:hover {
  text-decoration: underline;
}
@media (max-width: 767px) {
  .integration-help {
    margin-left: -20px;
    margin-right: -20px;
  }
}

.modal_scan-now {
  max-width: 590px;
  text-align: center;
}
.modal_scan-now .nsm-content {
  margin: 0 auto;
  min-width: 300px;
  width: 100%;
}
.modal_scan-now .modal__header {
  padding-right: 0;
  padding-bottom: 40px;
}
.modal_scan-now img {
  margin-bottom: 16px;
}
.modal_scan-now .main-scanner {
  padding-bottom: 0;
  max-width: 500px;
}
.modal_scan-now .main-scanner .form-group {
  position: relative;
}
.modal_scan-now .main-scanner .form-control {
  padding: 33px 130px 10px 15px;
  width: 100%;
  box-shadow: 0 0 0 3px rgba(45, 104, 255, 0.2);
  border: 3px solid #2d68ff;
  border-radius: 11px;
}
.modal_scan-now .main-scanner .label {
  font-size: 15px;
  line-height: 16px;
  color: #717485;
  left: 18px;
  top: 11px;
  position: absolute;
}
.modal_scan-now .main-scanner .btn {
  position: absolute;
  right: 15px;
  font-weight: 400;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 5px;
  padding: 9px 10px;
  font-size: 16px;
  min-width: 119px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 38px;
  width: auto;
}
@media (max-width: 767px) {
  .modal .main-scanner {
    padding-bottom: 20px;
  }
}
@media (max-width: 400px) {
  .modal .main-scanner .label {
    font-size: 11px;
  }
}

.scan-bar {
  background: #001547;
  width: 100%;
}
.scan-bar__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 808px;
  margin: 0 auto;
  padding-top: 12px;
  padding-bottom: 12px;
}
.scan-bar__title {
  margin: 0;
  color: #fff;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  letter-spacing: -0.1px;
  padding-left: 8px;
  padding-top: 20px;
}
.scan-bar .scanner-form {
  max-width: 420px;
  margin: 0;
  display: flex;
  justify-content: flex-end;
  padding: 0;
  width: 100%;
  position: relative;
}
.scan-bar .scanner-form .form-group {
  border: 4px solid rgba(45, 104, 255, 0.37);
  background: none;
  border-radius: 12px;
  margin: 0;
  width: 100%;
}
.scan-bar .scanner-form .form-group .form-control {
  font-size: 14px;
  line-height: 16px;
  border: 3px solid #2d68ff;
  border-radius: 9px;
  width: 100%;
  padding-top: 12px;
  padding-bottom: 11px;
  letter-spacing: -0.38px;
}
.scan-bar .scanner-form .form-group.is-invalid {
  margin-bottom: 25px;
}
.scan-bar .scanner-form .form-group.is-invalid .input {
  border-color: #c00;
}
.scan-bar .scanner-form .form-group.is-invalid .error-msg {
  color: #fff;
  bottom: -31px;
  font-size: 13px;
  font-weight: 600;
}
.scan-bar .scanner-form .form-group.focus {
  border-color: rgba(169, 11, 190, 0.37);
}
.scan-bar .scanner-form .btn {
  min-width: 98px;
  height: 28px;
  font-size: 14px;
  line-height: 14px;
  padding-top: 0;
  padding-bottom: 0;
  right: 12px;
  background: #2d68ff;
  top: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 2;
}
@media (max-width: 1279px) {
  .scan-bar__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 1024px) {
  .scan-bar__inner {
    max-width: 100%;
    width: 100%;
  }
  .scan-bar .scanner-form .btn {
    width: auto;
  }
}
@media (max-width: 992px) {
  .scan-bar__inner {
    max-width: 100%;
    flex-flow: column;
    align-items: center;
  }
  .scan-bar__title {
    padding-bottom: 10px;
    text-align: center;
    padding-top: 5px;
  }
  .scan-bar .scanner-form {
    padding-bottom: 0;
    justify-content: center;
  }
  .scan-bar .scanner-form .button {
    right: 25px;
    left: auto;
    transform: translate(0, 0);
    top: 11px;
  }
}
@media (max-width: 475px) {
  .scan-bar .scanner-form {
    padding-bottom: 40px;
  }
  .scan-bar .scanner-form .btn {
    right: auto;
    left: 50%;
    transform: translate(-50%, 0);
    top: auto;
    bottom: 5px;
  }
  .scan-bar .scanner-form .form-group .form-control {
    padding-right: 10px;
  }
}

.modal_embed-chart {
  max-width: 620px;
}
.modal_embed-chart .modal__header {
  border-bottom: 1px solid #878993;
  padding-bottom: 18px;
  margin-bottom: 18px;
}
.modal_embed-chart .description {
  padding-bottom: 10px;
}
.modal_embed-chart .description p {
  margin: 0 0 15px;
}
.modal_embed-chart a {
  color: #0042ec;
}
.modal_embed-chart a:hover {
  text-decoration: underline;
}
.modal_embed-chart .btn-row {
  text-align: center;
}
.modal_embed-chart .code-window {
  background: #1b1e2b;
  border-radius: 7px;
  margin-bottom: 25px;
  padding: 12px 24px 20px;
}
.modal_embed-chart .code-window__body {
  min-height: 81px;
  border-radius: 7px;
  background: #000;
  padding: 12px 15px;
  color: white;
}
.modal_embed-chart .code-window__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 12px;
}
.modal_embed-chart .code-window__dots {
  display: flex;
  margin: 0 -5px;
}
.modal_embed-chart .code-window__dot {
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #daa057;
  margin: 0 5px;
}
.modal_embed-chart .code-window__dot:first-child {
  background: #d3524d;
}
.modal_embed-chart .code-window__dot:last-child {
  background: #6ad254;
}
.modal_embed-chart .btn_copy-code {
  background: #fff;
  color: #0042ec;
  font-weight: 700;
  border-radius: 25px;
  padding: 7px 16px;
}
.modal_embed-chart .btn_done {
  width: 140px;
}

@font-face {
  font-family: "Metropolis";
  src: url("/assets/fonts/Metropolis-SemiBold.woff") format("woff"), url("/assets/fonts/Metropolis-SemiBold.ttf") format("truetype"), url("/assets/fonts/Metropolis-SemiBold.svg#Metropolis-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Metropolis";
  src: url("/assets/fonts/Metropolis-Regular.woff") format("woff"), url("/assets/fonts/Metropolis-Regular.ttf") format("truetype"), url("/assets/fonts/Metropolis-Regular.svg#Metropolis-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Metropolis";
  src: url("/assets/fonts/Metropolis-Medium.woff") format("woff"), url("/assets/fonts/Metropolis-Medium.ttf") format("truetype"), url("/assets/fonts/Metropolis-Medium.svg#Metropolis-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
}
.embed-chart {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 24px rgba(0, 0, 0, 0.19);
  padding: 26px 30px 50px;
}
.embed-chart__top {
  display: flex;
  flex-flow: wrap;
  align-items: center;
  justify-content: space-between;
}
.embed-chart__info, .embed-chart__logo {
  padding-bottom: 28px;
}
.embed-chart__title {
  font-size: 17px;
  line-height: 27px;
  font-weight: 700;
  max-width: 600px;
}
.embed-chart__title a {
  color: #2d68ff;
}
.embed-chart__title a:hover {
  text-decoration: underline;
}
.embed-chart__sub-title {
  color: #464c61;
  letter-spacing: -0.2px;
  line-height: 27px;
  font-size: 14px;
}
.embed-chart__sub-title strong {
  font-weight: 700;
}
.embed-chart__bottom {
  padding-top: 40px;
}
.embed-chart__scanner {
  position: relative;
  max-width: 386px;
  margin: 0 auto;
}
.embed-chart .form-control {
  font-size: 14px;
  line-height: 16px;
  border: 3px solid #2d68ff;
  border-radius: 9px;
  width: 100%;
  letter-spacing: -0.38px;
  color: #000;
  padding: 12px 20px;
  box-shadow: 0 0 0 3px rgba(45, 104, 255, 0.2);
  background: #fff;
}
.embed-chart__scan-now-btn {
  min-width: 98px;
  height: 28px;
  font-size: 14px;
  line-height: 14px;
  padding-top: 0;
  padding-bottom: 0;
  right: 12px;
  background: #2d68ff;
  top: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 2;
  color: #fff;
  border: none;
  border-radius: 6px;
}
@media (max-width: 767px) {
  .embed-chart {
    padding: 20px 15px 20px;
  }
  .embed-chart__title {
    font-size: 15px;
    line-height: 18px;
  }
  .embed-chart__sub-title {
    font-size: 12px;
    line-height: 18px;
  }
}
@media (max-width: 475px) {
  .embed-chart__scanner {
    padding-bottom: 50px;
  }
  .embed-chart__scan-now-btn {
    right: auto;
    left: 50%;
    transform: translate(-50%, 0);
    top: auto;
    bottom: 0;
    width: auto;
    height: 34px;
  }
}

.restricted-area {
  padding: 20px 0;
}
.restricted-area__icon {
  border-radius: 50%;
  width: 56px;
  height: 56px;
  background: rgba(169, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #a90000;
  font-size: 25px;
  line-height: 26px;
  margin: 0 auto 20px;
}
.restricted-area__text {
  margin: 0;
  color: #464c61;
  font-size: 14px;
  line-height: 27px;
  letter-spacing: -0.42px;
  text-align: center;
}

.limiter-alert {
  background: #0042ec;
  border-radius: 4px;
  padding: 10px 17px;
  margin-bottom: 27px;
}
.limiter-alert_fail {
  background: #ce4444;
  padding: 8px 16px;
}
.limiter-alert_fail .left {
  font-size: 13px;
}
.limiter-alert_fail .left img {
  width: 32px;
}
.limiter-alert__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-flow: wrap;
  color: #fff;
  font-size: 15px;
  line-height: 27px;
  letter-spacing: -0.42px;
}
.limiter-alert .left {
  display: flex;
  align-items: center;
  flex-flow: wrap;
}
.limiter-alert .left img {
  padding-right: 10px;
  display: block;
}
.limiter-alert .left a {
  color: #fff;
  text-decoration: underline;
  display: inline-block;
  margin-left: 5px;
}
.limiter-alert .left a:hover {
  text-decoration: none;
}
.limiter-alert .left strong {
  margin-left: 5px;
}
.limiter-alert .btn {
  background: rgba(0, 0, 0, 0.21);
  font-size: 15px;
  line-height: 16px;
  padding: 7px 13px 6px;
  border-width: 1px;
  transition: background-color 0.1s ease;
}
.limiter-alert .btn:hover {
  background: rgba(0, 0, 0, 0.61);
}

.modal_limiter {
  max-width: 420px;
}
.modal_limiter .nsm-dialog-btn-close {
  display: none;
}
.modal_limiter .close-btn {
  position: absolute;
  top: -55px;
  right: 0;
  width: 53px;
  height: 51px;
  background: #000;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  border: 2px solid rgba(255, 255, 255, 0.29);
  border-radius: 5px;
  padding-top: 5px;
}
.modal_limiter .close-btn .icon {
  font-size: 9px;
  margin-bottom: 6px;
}
.modal_limiter .close-btn .esc {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 3px;
  text-transform: uppercase;
  color: #fff;
  font-size: 12px;
  line-height: 12px;
  padding: 2px 3px 1px;
  font-weight: 500;
}
.modal_limiter .modal__content {
  padding: 20px 30px;
}
.modal_limiter .modal__header {
  display: flex;
  align-items: center;
  padding-right: 0;
  border-bottom: 1px solid #798197;
  padding-bottom: 14px;
  margin-bottom: 10px;
}
.modal_limiter .modal__header img {
  margin-right: 20px;
}
.modal_limiter .modal__header .title {
  font-size: 15px;
  line-height: 22px;
  letter-spacing: -0.14px;
}
.modal_limiter .list {
  border-bottom: 1px solid #798197;
  margin-bottom: 20px;
  padding-bottom: 7px;
}
.modal_limiter .limiter-options__title {
  font-size: 15px;
  line-height: 22px;
  font-weight: 500;
  letter-spacing: -0.42px;
  margin-bottom: 15px;
}
.modal_limiter .custom-radio {
  display: flex;
  position: relative;
}
.modal_limiter .custom-radio__icon {
  border: 1px solid #6f7589;
  margin-top: -1px;
  position: absolute;
  right: 0;
  top: 0;
}
.modal_limiter .custom-radio__icon:after {
  content: "";
  width: 12px;
  height: 12px;
  background: #0042ec;
  border-radius: 50%;
  display: block;
}
.modal_limiter .custom-radio__input:checked + .custom-radio__icon {
  background: #fff;
  border: 1px solid #6f7589;
}
.modal_limiter .custom-radio__input:focus + .custom-radio__icon {
  outline: 1px solid rgba(255, 255, 255, 0);
}
.modal_limiter .custom-radio__input:focus + .custom-radio__icon + .custom-radio__label:before {
  content: "";
  box-shadow: 0 0 0 4px rgba(0, 109, 213, 0.22);
  border: 2px solid #006dd5;
  left: -6px;
  top: -6px;
  bottom: -6px;
  right: -6px;
  border-radius: 3px;
  display: block;
  position: absolute;
}
.modal_limiter .custom-radio__label {
  display: block;
  width: 100%;
}
.modal_limiter .item {
  padding: 4px 0;
}
.modal_limiter .btn-row {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.modal_limiter .btn-row .btn {
  min-width: 115px;
  padding: 9px 15px;
}

.old-browser {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #fff;
}
.old-browser__inner {
  padding: 20px 15px;
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
}
.old-browser__uw-logo {
  text-align: center;
  padding-bottom: 19px;
}
.old-browser__title {
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  margin: 0 0 23px;
}
.old-browser__sub-title {
  font-size: 14px;
  line-height: 17px;
  font-weight: 700;
  padding-bottom: 45px;
}
.old-browser__list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: wrap;
  padding-bottom: 20px;
}
.old-browser .item {
  width: 25%;
  padding: 0 15px 30px;
}
.old-browser .item-img {
  padding-bottom: 15px;
}
.old-browser .item-img img {
  max-width: 100%;
}
.old-browser .name {
  font-size: 18px;
  line-height: 20px;
  color: #000;
}
.old-browser .copy {
  text-align: center;
  border-top: 1px solid #c5cacf;
  padding-top: 19px;
  color: #293146;
  font-size: 13px;
  line-height: 16px;
}

.search {
  width: 50%;
  height: 44px;
  position: absolute;
  right: 30px;
  background: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  padding: 10px 50px 10px 20px;
}
@media (max-width: 1024px) {
  .search {
    right: 15px;
  }
}
.search .icon {
  position: absolute;
  right: 17px;
  top: 12px;
  width: 20px;
}
.search input {
  height: 100%;
  width: 100%;
  border: none;
  font-weight: 600;
}
.search input::placeholder {
  font-weight: 500;
}
.search .hide {
  opacity: 0;
}
.search .loader {
  position: relative;
}
.search .loader::after {
  content: "";
  width: 25px;
  height: 25px;
  position: absolute;
  display: block;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("/assets/images/icons/loading-blue.svg");
  background-size: 25px 25px;
  background-position: 0 0;
  background-repeat: no-repeat;
}

@media (max-width: 881px) {
  .search {
    width: 100%;
    position: relative;
    margin-bottom: 30px;
    left: 0;
  }
}
/*!*****************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[0].use[2]!./node_modules/prismjs/themes/prism-okaidia.css?ngGlobalStyle ***!
  \*****************************************************************************************************************************************************************************************************************************************************/
/**
 * okaidia theme for JavaScript, CSS and HTML
 * Loosely based on Monokai textmate theme by http://www.monokai.nl/
 * @author ocodia
 */

code[class*="language-"],
pre[class*="language-"] {
	color: #f8f8f2;
	background: none;
	text-shadow: 0 1px rgba(0, 0, 0, 0.3);
	font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
	font-size: 1em;
	text-align: left;
	white-space: pre;
	word-spacing: normal;
	word-break: normal;
	word-wrap: normal;
	line-height: 1.5;

	-moz-tab-size: 4;
	tab-size: 4;

	-webkit-hyphens: none;
	hyphens: none;
}

/* Code blocks */
pre[class*="language-"] {
	padding: 1em;
	margin: .5em 0;
	overflow: auto;
	border-radius: 0.3em;
}

:not(pre) > code[class*="language-"],
pre[class*="language-"] {
	background: #272822;
}

/* Inline code */
:not(pre) > code[class*="language-"] {
	padding: .1em;
	border-radius: .3em;
	white-space: normal;
}

.token.comment,
.token.prolog,
.token.doctype,
.token.cdata {
	color: #8292a2;
}

.token.punctuation {
	color: #f8f8f2;
}

.token.namespace {
	opacity: .7;
}

.token.property,
.token.tag,
.token.constant,
.token.symbol,
.token.deleted {
	color: #f92672;
}

.token.boolean,
.token.number {
	color: #ae81ff;
}

.token.selector,
.token.attr-name,
.token.string,
.token.char,
.token.builtin,
.token.inserted {
	color: #a6e22e;
}

.token.operator,
.token.entity,
.token.url,
.language-css .token.string,
.style .token.string,
.token.variable {
	color: #f8f8f2;
}

.token.atrule,
.token.attr-value,
.token.function,
.token.class-name {
	color: #e6db74;
}

.token.keyword {
	color: #66d9ef;
}

.token.regex,
.token.important {
	color: #fd971f;
}

.token.important,
.token.bold {
	font-weight: bold;
}
.token.italic {
	font-style: italic;
}

.token.entity {
	cursor: help;
}

/*!************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[0].use[2]!./node_modules/prismjs/plugins/line-numbers/prism-line-numbers.css?ngGlobalStyle ***!
  \************************************************************************************************************************************************************************************************************************************************************************/
pre[class*="language-"].line-numbers {
	position: relative;
	padding-left: 3.8em;
	counter-reset: linenumber;
}

pre[class*="language-"].line-numbers > code {
	position: relative;
	white-space: inherit;
}

.line-numbers .line-numbers-rows {
	position: absolute;
	pointer-events: none;
	top: 0;
	font-size: 100%;
	left: -3.8em;
	width: 3em; /* works for line-numbers below 1000 lines */
	letter-spacing: -1px;
	border-right: 1px solid #999;

	-webkit-user-select: none;
	user-select: none;

}

	.line-numbers-rows > span {
		display: block;
		counter-increment: linenumber;
	}

		.line-numbers-rows > span:before {
			content: counter(linenumber);
			color: #999;
			display: block;
			padding-right: 0.8em;
			text-align: right;
		}

/*!****************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[0].use[2]!./node_modules/prismjs/plugins/line-highlight/prism-line-highlight.css?ngGlobalStyle ***!
  \****************************************************************************************************************************************************************************************************************************************************************************/
pre[data-line] {
	position: relative;
	padding: 1em 0 1em 3em;
}

.line-highlight {
	position: absolute;
	left: 0;
	right: 0;
	padding: inherit 0;
	margin-top: 1em; /* Same as .prism’s padding-top */

	background: hsla(24, 20%, 50%,.08);
	background: linear-gradient(to right, hsla(24, 20%, 50%,.1) 70%, hsla(24, 20%, 50%,0));

	pointer-events: none;

	line-height: inherit;
	white-space: pre;
}

@media print {
	.line-highlight {
		/*
		 * This will prevent browsers from replacing the background color with white.
		 * It's necessary because the element is layered on top of the displayed code.
		 */
		-webkit-print-color-adjust: exact;
		color-adjust: exact;
	}
}

	.line-highlight:before,
	.line-highlight[data-end]:after {
		content: attr(data-start);
		position: absolute;
		top: .4em;
		left: .6em;
		min-width: 1em;
		padding: 0 .5em;
		background-color: hsla(24, 20%, 50%,.4);
		color: hsl(24, 20%, 95%);
		font: bold 65%/1.5 sans-serif;
		text-align: center;
		vertical-align: .3em;
		border-radius: 999px;
		text-shadow: none;
		box-shadow: 0 1px white;
	}

	.line-highlight[data-end]:after {
		content: attr(data-end);
		top: auto;
		bottom: .4em;
	}

.line-numbers .line-highlight:before,
.line-numbers .line-highlight:after {
	content: none;
}

pre[id].linkable-line-numbers span.line-numbers-rows {
	pointer-events: all;
}
pre[id].linkable-line-numbers span.line-numbers-rows > span:before {
	cursor: pointer;
}
pre[id].linkable-line-numbers span.line-numbers-rows > span:hover:before {
	background-color: rgba(128, 128, 128, .2);
}

/*!************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[0].use[2]!./node_modules/prismjs/plugins/command-line/prism-command-line.css?ngGlobalStyle ***!
  \************************************************************************************************************************************************************************************************************************************************************************/
.command-line-prompt {
	border-right: 1px solid #999;
	display: block;
	float: left;
	font-size: 100%;
	letter-spacing: -1px;
	margin-right: 1em;
	pointer-events: none;
	text-align: right;

	-webkit-user-select: none;
	user-select: none;
}

.command-line-prompt > span:before {
	opacity: 0.7;
	content: ' ';
	display: block;
	padding-right: 0.8em;
}

.command-line-prompt > span[data-user]:before {
	content: "[" attr(data-user) "@" attr(data-host) "] $";
}

.command-line-prompt > span[data-user="root"]:before {
	content: "[" attr(data-user) "@" attr(data-host) "] #";
}

.command-line-prompt > span[data-prompt]:before {
	content: attr(data-prompt);
}

.command-line-prompt > span[data-continuation-prompt]:before {
	content: attr(data-continuation-prompt);
}

.command-line span.token.output {
	/* Make shell output lines a bit lighter to distinguish them from shell commands */
	opacity: 0.7;
}

