/* http://meyerweb.com/eric/tools/css/reset/
   v2.0-modified | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* make sure to set some focus styles for accessibility */
:focus {
  outline: 0;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
}
input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}
/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%;
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}
/**
 * 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 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}
/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}
/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}
/**
 * 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 Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
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.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
html,
button,
input,
select,
textarea {
  color: #222;
}
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
img {
  vertical-align: middle;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
@font-face {
  font-family: 'FontAwesome5';
  font-display: fallback;
  src: url('/static/fonts/awesome-icons5/fa-solid-900.eot?v=5.0.0');
  src: url('/static/fonts/awesome-icons5/fa-solid-900.eot?#iefix&v=5.0.0') format('embedded-opentype'), url('/static/fonts/awesome-icons5/fa-solid-900.woff2?v=5.0.0') format('woff2'), url('/static/fonts/awesome-icons5/fa-solid-900.woff?v=5.0.0') format('woff'), url('/static/fonts/awesome-icons5/fa-solid-900.ttf?v=5.0.0') format('truetype'), url('/static/fonts/awesome-icons5/fa-solid-900.svg?v=5.0.0#fontawesomeregular') format('svg');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'FontAwesome5-brands';
  font-display: fallback;
  src: url('/static/fonts/awesome-icons5/fa-brands-400.eot?v=5.0.0');
  src: url('/static/fonts/awesome-icons5/fa-brands-400.eot?#iefix&v=5.0.0') format('embedded-opentype'), url('/static/fonts/awesome-icons5/fa-brands-400.woff2?v=5.0.0') format('woff2'), url('/static/fonts/awesome-icons5/fa-brands-400.woff?v=5.0.0') format('woff'), url('/static/fonts/awesome-icons5/fa-brands-400.ttf?v=5.0.0') format('truetype'), url('/static/fonts/awesome-icons5/fa-brands-400.svg?v=5.0.0#fontawesomeregular') format('svg');
  font-weight: 400;
  font-style: normal;
}
@keyframes block-loading {
  0% {
    background-color: #b0b0b0;
    border-color: #b0b0b0;
  }
  100% {
    background-color: #e3e3e3;
    border-color: #e3e3e3;
  }
}
@keyframes ripple {
  from {
    opacity: 1;
    transform: scale3d(0.75, 0.75, 1);
  }
  to {
    opacity: 0;
    transform: scale3d(1.5, 1.5, 1);
  }
}
html,
body {
  scrollbar-gutter: stable;
}
html {
  height: 100%;
}
body {
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: 'Roboto', sans-serif;
}
[class*='netangels-icon-']::before {
  font-family: NetangelsFontIcons;
}
li {
  display: flex;
  line-height: 1.5;
  align-items: center;
}
li::before {
  content: '';
  width: 6px;
  height: 6px;
  margin-right: 14px;
  background-color: #0f79d5;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.app-container {
  height: 100%;
}
#root,
.main {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.netangels-panel-main {
  min-width: 1009px;
  background-color: #f5f5f5;
  flex: 1;
  z-index: 0;
  width: auto;
}
.netangels-panel-main__inner {
  max-width: 1370px;
  min-width: 1009px;
  position: relative;
  padding: 0 44px;
  margin: 0 auto;
  background-color: #f5f5f5;
}
@media screen and (max-width: 1330px) {
  .netangels-panel-main__inner {
    padding: 0 0 54px;
  }
}
.netangels-panel-main__inner--error {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
}
.netangels-panel-main-title {
  margin: 34px 8px 32px;
  line-height: 1.2;
  font-weight: 400;
}
@media screen and (max-width: 1330px) {
  .netangels-panel-main-title {
    width: 973px;
    margin: 34px auto 32px;
    padding-left: 0;
  }
}
h1 {
  color: #455562;
  font-weight: 500;
  font-size: 36px;
}
.rub::after {
  content: '\f136';
  padding-left: 5px;
  font-size: 13px;
  font-family: NetangelsFontIcons;
}
#__next {
  height: 100%;
}
.ui-kit-form-input-password-wrapper .ui-kit-form-input__input {
  width: 100%;
  box-sizing: border-box;
  padding: 10px 38px 10px 12px;
}
.ui-kit-custom-tooltip.place-right::before {
  width: 0 !important;
  height: 0 !important;
}
.ui-kit-custom-tooltip.place-right::after {
  margin-top: -5px;
}
.actions {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  top: 10px;
  width: 30px;
  height: 30px;
  right: 10px;
  position: absolute;
  cursor: pointer;
  -webkit-transition: background-color 500ms ease;
  -moz-transition: background-color 500ms ease;
  -o-transition: background-color 500ms ease;
  -ms-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
}
.actions [class*='netangels-icon-']::before {
  font-size: 17px;
}
.actions .netangels-icon-detail {
  padding: 13px 7px 0;
  opacity: 0.7;
}
.actions--active,
.actions:hover {
  background-color: rgba(51, 51, 51, 0.15);
}
.actions--blue-button {
  width: 161px;
  padding-bottom: 8px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #1097d5), color-stop(1, #107ad5));
  background-image: -moz-linear-gradient(to left, #1097d5 5%, #107ad5 100%);
  background-image: -webkit-linear-gradient(to left, #1097d5 5%, #107ad5 100%);
  background-image: -o-linear-gradient(left, #1097d5, #107ad5);
  background-image: -ms-linear-gradient(left, #1097d5 5%, #107ad5 100%);
  background-image: linear-gradient(to left, #1097d5 5%, #107ad5 100%);
  background-color: #1097d5;
  border: initial;
  font-size: 15px;
  text-align: center;
}
.actions--blue-button .netangels-icon-detail {
  color: #ffffff;
  position: relative;
  padding: 11px 0;
  opacity: 1;
}
.actions--blue-button .netangels-icon-detail:before {
  content: 'Пополнить';
  font-size: 15px;
  font-family: 'Roboto', sans-serif;
}
.actions--blue-button .netangels-icon-detail:after {
  position: absolute;
  font-family: NetangelsFontIcons;
  content: '\f101';
  font-size: 7px;
  opacity: 0.6;
  top: 15px;
  right: 13px;
}
.actions--button-with-border {
  border: 1px solid rgba(69, 85, 98, 0.5);
  height: 36px;
  width: 36px;
}
.actions--button-with-border .netangels-icon-detail {
  padding: 6px 11px;
}
.netangels-icon-trash {
  color: #c80502;
}
.netangels-icon-folder-ftp {
  color: #EAC153;
}
.netangels-icon-triangle {
  color: #888888;
}
.actions-list .actions-item:last-child {
  margin-bottom: 7px;
}
.actions-list .actions-item:first-child {
  margin-top: 7px;
}
.actions-list .actions-item:hover {
  background-color: #f5f5f5;
}
.actions-list .actions-item--disabled:hover {
  background-color: initial;
}
.actions-list__block {
  top: 15px;
  right: 0;
  width: 241px;
  z-index: 9999;
  font-size: 13px;
  font-weight: 500;
  color: #455562;
  position: absolute;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  box-shadow: 0 12px 20px 0 rgba(51, 51, 51, 0.15);
  background-color: #ffffff;
}
.actions-list__block .ui-kit-separator {
  margin: 7px 0;
}
.actions-list__block .ui-kit-separator:last-child {
  display: none;
}
.actions-list__block .ui-kit-separator--fat {
  margin: 7px 0;
}
.actions-list__block .ui-kit-separator--fat:last-child {
  margin-bottom: 0;
}
.actions-item {
  -webkit-transition: background-color 0.5s ease;
  -moz-transition: background-color 0.5s ease;
  -o-transition: background-color 0.5s ease;
  -ms-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
  display: flex;
  line-height: 1.8;
  padding: 7px 14px;
  cursor: pointer;
  align-items: center;
}
.actions-item--disabled {
  color: #888888;
  cursor: initial !important;
  opacity: 0.5;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
}
.actions-item .ui-kit-form-checkbox-label {
  flex-direction: row-reverse;
}
.actions-item .ui-kit-form-checkbox-label__content {
  margin-left: 0;
  margin-right: 10px;
}
.actions-item [class*='netangels-icon-']::before {
  margin-right: 10px;
}
.action-with-image {
  width: 78px;
  font-size: 13px;
  cursor: pointer;
  text-align: center;
  color: #455562;
  text-decoration: none;
  word-break: break-word;
  -webkit-transition: opacity 500ms;
  -moz-transition: opacity 500ms;
  -o-transition: opacity 500ms;
  -ms-transition: opacity 500ms;
  transition: opacity 500ms;
}
.action-with-image:focus {
  outline: initial;
}
.action-with-image__icon {
  margin-bottom: 12px;
}
.action-with-image--disabled {
  opacity: 0.3;
  cursor: initial;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
}
.action-with-image:hover {
  opacity: 0.6;
}
.action-with-image.action-link {
  display: block;
}
.trash-action {
  color: #c80502;
}
.action-link {
  display: flex;
  align-items: center;
  text-decoration: none;
}
.action-link--blue a {
  color: #0f79d5;
}
.action-link--gray a {
  color: #455562;
}
.block-with-delete-button {
  display: flex;
  position: relative;
}
.block-with-delete-button__name {
  flex: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.block-with-delete-button__delete-button {
  cursor: pointer;
}
.custom-tooltip {
  max-width: 300px;
  padding: 10px 21px;
  line-height: 16px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.custom-tooltip.show {
  opacity: 1;
}
.custom-tooltip.type-dark {
  color: #ffffff;
  background-color: #455562;
}
.custom-tooltip.type-dark.place-right:after {
  border-right-color: #455562;
}
.custom-tooltip.type-dark.place-left:before {
  border-left: 6px solid #455562;
  right: -6px;
}
.custom-tooltip.type-dark.place-top:after {
  border-top-color: #455562;
}
.custom-tooltip.type-dark.place-bottom:after {
  border-bottom-color: #455562;
}
.circle {
  width: 24px;
  height: 24px;
  font-size: 12px;
  line-height: 2;
  text-align: center;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.circle--blue {
  color: #ffffff;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #1097d5), color-stop(1, #107ad5));
  background-image: -moz-linear-gradient(to left, #1097d5 5%, #107ad5 100%);
  background-image: -webkit-linear-gradient(to left, #1097d5 5%, #107ad5 100%);
  background-image: -o-linear-gradient(left, #1097d5, #107ad5);
  background-image: -ms-linear-gradient(left, #1097d5 5%, #107ad5 100%);
  background-image: linear-gradient(to left, #1097d5 5%, #107ad5 100%);
  background-color: #1097d5;
}
.circle--gray {
  background-color: #d8d8d8;
}
.circle--white {
  color: #333333;
  opacity: 0.75;
  background-color: #ffffff;
}
.detail-nav {
  display: flex;
  align-items: flex-start;
}
.detail-nav-item {
  position: relative;
  cursor: pointer;
  background-color: transparent;
  padding-bottom: 21px;
  text-decoration: none;
  opacity: 0.7;
  -webkit-transition: opacity 300ms;
  -moz-transition: opacity 300ms;
  -o-transition: opacity 300ms;
  -ms-transition: opacity 300ms;
  transition: opacity 300ms;
}
.detail-nav-item:focus {
  outline: initial;
}
.detail-nav-item:not(:last-child) {
  margin-right: 35px;
}
.detail-nav-item__title {
  color: #ffffff;
}
.detail-nav-item:not(.detail-nav-item--is-active):hover {
  opacity: 1;
}
.detail-nav-item--is-active {
  cursor: initial;
  opacity: 1;
}
.detail-nav-container {
  position: relative;
}
.detail-nav-bottom {
  -webkit-transition: left 250ms ease, width 250ms ease;
  -moz-transition: left 250ms ease, width 250ms ease;
  -o-transition: left 250ms ease, width 250ms ease;
  -ms-transition: left 250ms ease, width 250ms ease;
  transition: left 250ms ease, width 250ms ease;
  position: absolute;
  height: 2px;
  bottom: 3px;
  background-color: #ffffff;
}
.detail-nav-container--blue .detail-nav {
  border-bottom: 2px solid rgba(69, 85, 98, 0.15);
}
.detail-nav-container--blue .detail-nav-item__title {
  font-weight: 500;
  color: #455562;
}
.detail-nav-container--blue .detail-nav-item--is-active {
  opacity: 1;
}
.detail-nav-container--blue .detail-nav-item--is-active .detail-nav-item__title {
  color: #0f79d5;
}
.detail-nav-container--blue .detail-nav-bottom {
  background-color: #0f79d5;
  bottom: 0;
}
.detail-nav-container--bottom .detail-nav-bottom {
  bottom: 0;
}
.error-page {
  height: 100vh;
}
.error-page-component {
  height: 100%;
  display: flex;
  background-color: #f5f5f5;
  align-content: center;
}
.error-footer {
  left: 0;
  bottom: 55px;
  margin-left: 20px;
  position: absolute;
}
.error-footer__link {
  color: #0f79d5;
  font-size: 14px;
  text-decoration: none;
}
.error-footer .footer-phone {
  font-size: 18px;
  margin-bottom: 8px;
}
.error-footer .footer-contact-phone {
  display: block;
  padding: 0;
}
.error-footer .footer-contact-phone__title {
  display: none;
}
.error-wrapper {
  display: flex;
  align-items: center;
  position: relative;
  margin: 0 auto;
  padding: 0 20px;
  overflow: auto;
}
.error-block {
  display: flex;
  position: relative;
  justify-content: center;
}
@media screen and (max-width: 1330px) {
  .error-block__image {
    width: 600px;
  }
}
.error-block-info {
  width: 450px;
  margin-top: 43px;
  margin-right: 113px;
  color: #455562;
}
@media screen and (max-width: 1330px) {
  .error-block-info {
    width: 360px;
    margin-right: 20px;
  }
}
.error-block-info__title {
  font-size: 36px;
  margin-bottom: 25px;
}
.error-block-info__subtitle {
  font-size: 22px;
  margin-bottom: 11px;
}
.error-block-info__description {
  font-size: 16px;
  line-height: 1.38;
}
.error-block-info .ui-kit-button {
  width: 222px;
  margin-top: 39px;
  height: 38px;
}
.error-block-info .ui-kit-button-as-link__link {
  color: #ffffff;
}
.error-block-info .ui-kit-button-as-link__link:hover {
  color: #ffffff;
}
.error-block-info .ui-kit-button-as-link__link:active {
  color: #ffffff;
}
.error-block-info .ui-kit-button-as-link__link:focus {
  outline: none;
}
.form-file-uploader {
  border: dashed 1px #b0b0b0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #455562;
  background-color: #f8f8f8;
  cursor: pointer;
  padding: 17px 0;
}
.form-file-uploader__icon {
  margin: 4px 0 12px;
}
.form-file-uploader__icon::before {
  font-size: 24px;
}
.form-file-uploader__label {
  font-size: 16px;
  margin-bottom: 3px;
}
.form-file-uploader__hint {
  font-size: 12px;
  margin-bottom: 31px;
}
.form-file-uploader__extensions {
  width: 250px;
  opacity: 0.75;
  font-size: 12px;
  text-align: center;
}
.form-file-uploader-files {
  margin-bottom: 37px;
}
.form-file-uploader-files__reselect {
  cursor: pointer;
  margin: 5px 0 0 44px;
  font-size: 14px;
  color: #0f79d5;
  text-align: left;
}
.file-uploader-files {
  display: flex;
}
.file-uploader-files__icon {
  min-width: 32px;
  height: 32px;
  margin-right: 12px;
}
.file-uploader-files__data {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #455562;
  text-align: left;
}
.file-uploader-data__name {
  font-size: 14px;
}
.file-uploader-data__size {
  font-size: 12px;
  opacity: 0.7;
  line-height: 18px;
  margin: 4px 0;
}
.file-uploader-icon--unknown {
  background-image: url('/static/images/general/icon-upload-unknown.svg');
}
.file-uploader-icon--crt {
  background-image: url('/static/images/general/icon-upload-crt.svg');
}
.file-uploader-icon--key {
  background-image: url('/static/images/general/icon-upload-key.svg');
}
.file-uploader-icon--pem {
  background-image: url('/static/images/general/icon-upload-pem.svg');
}
.file-uploader-icon--rar {
  background-image: url('/static/images/general/icon-upload-rar.svg');
}
.file-uploader-icon--tar_gz {
  background-image: url('/static/images/general/icon-upload-tar-gz.svg');
}
.file-uploader-icon--sql {
  background-image: url('/static/images/general/icon-upload-sql.svg');
}
.file-uploader-icon--zip {
  background-image: url('/static/images/general/icon-upload-zip.svg');
}
.select-block {
  cursor: pointer;
}
.select-inner__control {
  border-color: #ffffff !important;
  cursor: pointer !important;
  min-height: 36px !important;
  background-color: #f5f5f5 !important;
}
.select-inner__control--is-focused {
  box-shadow: 0 0 6px 0 #0f79d5 !important;
  border: 1px solid rgba(15, 121, 213, 0.5) !important;
}
.select-inner__indicator-separator {
  display: none;
}
.select-inner__menu,
.select-inner__single-value,
.select-inner__placeholder {
  font-size: 14px;
  color: #455562 !important;
}
.select-inner__single-value {
  line-height: 1.2;
}
.select-inner__menu {
  z-index: 11 !important;
  background-color: #ffffff !important;
}
.select-inner__option {
  position: relative;
}
.select-inner__option:active,
.select-inner__option:hover {
  background-color: #f5f5f5 !important;
}
.select-inner__option:focus {
  background-color: initial !important;
}
.select-inner__option--is-focused {
  background-color: #f5f5f5 !important;
}
.select-inner__option--is-selected {
  color: #455562 !important;
  background-color: initial !important;
}
.select-inner__option--is-selected::after {
  font-family: NetangelsFontIcons;
  content: '\f10a';
  right: 11px;
  font-size: 13px;
  position: absolute;
}
.select-inner__indicator {
  padding: 6px 8px !important;
}
.form-select-inner__label {
  font-size: 14px;
  font-weight: 500;
  color: #455562;
  line-height: 2;
}
.footer {
  width: 100%;
  max-width: 1370px;
  min-width: 969px;
  margin: 0 auto;
  padding: 34px 0;
  color: #455562;
  background-color: #ffffff;
  margin-top: 60px;
}
.footer-contact {
  display: flex;
  align-items: center;
  padding: 0 0 0 20px;
}
.footer-contact__link {
  font-size: 14px;
  margin-right: 20px;
  border: 1px solid #dadada;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.footer-contact__link:hover {
  background-color: #f5f5f5;
}
.footer-contact-link {
  display: block;
  white-space: nowrap;
  padding: 7px 20px;
  color: #888888;
  text-decoration: none;
}
.footer-contact-phone {
  display: flex;
  margin-right: 56px;
  flex-direction: column;
  font-weight: 300;
  justify-content: center;
}
.footer-contact-phone__title {
  white-space: nowrap;
  padding-top: 5px;
  font-size: 12px;
  color: #888888;
}
.footer-contact-phone__phone {
  padding-top: 0.1px;
}
.footer-phone__tel {
  color: #455562;
  font-size: 18px;
  text-decoration: none;
}
.footer-socials {
  display: flex;
  margin-right: 45px;
  align-items: center;
}
.footer-socials__soc {
  margin-right: 16px;
  width: 24px;
  height: 24px;
}
@media screen and (max-width: 1330px) {
  .footer-socials {
    display: none;
  }
}
.footer-socials .netangels-icon-facebook::before {
  padding-top: 5.3px;
}
.footer-socials .netangels-icon-vk::before {
  padding-top: 5px;
  padding-right: 1px;
  font-size: 14px;
}
.footer-socials .netangels-icon-instagram::before {
  padding-top: 6px;
}
.footer-soc {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  font-size: 12px;
  text-decoration: none;
  color: #ffffff;
  text-align: center;
}
.footer-soc--facebook {
  background-color: #395ca9;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.footer-soc--facebook:hover {
  background-color: #5175c4;
}
.footer-soc--facebook:active {
  background-color: #335296;
}
.footer-soc--vk {
  background-color: #46678e;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.footer-soc--vk:hover {
  background-color: #5a80ad;
}
.footer-soc--vk:active {
  background-color: #3e5b7d;
}
.footer-soc--instagram {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #d32672), color-stop(1, #f89343));
  background-image: -moz-linear-gradient(to left bottom top, #d32672 5%, #f89343 100%);
  background-image: -webkit-linear-gradient(to left bottom top, #d32672 5%, #f89343 100%);
  background-image: -o-linear-gradient(top, #d32672, #f89343);
  background-image: -ms-linear-gradient(top, #d32672 5%, #f89343 100%);
  background-image: linear-gradient(to left bottom top, #d32672 5%, #f89343 100%);
  background-color: #d32672;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.footer-soc--instagram:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #df4d8d), color-stop(1, #faaf74));
  background-image: -moz-linear-gradient(to left bottom top, #df4d8d 5%, #faaf74 100%);
  background-image: -webkit-linear-gradient(to left bottom top, #df4d8d 5%, #faaf74 100%);
  background-image: -o-linear-gradient(top, #df4d8d, #faaf74);
  background-image: -ms-linear-gradient(top, #df4d8d 5%, #faaf74 100%);
  background-image: linear-gradient(to left bottom top, #df4d8d 5%, #faaf74 100%);
  background-color: #df4d8d;
}
.footer-soc--instagram:active {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #bd2266), color-stop(1, #f7852a));
  background-image: -moz-linear-gradient(to left bottom top, #bd2266 5%, #f7852a 100%);
  background-image: -webkit-linear-gradient(to left bottom top, #bd2266 5%, #f7852a 100%);
  background-image: -o-linear-gradient(top, #bd2266, #f7852a);
  background-image: -ms-linear-gradient(top, #bd2266 5%, #f7852a 100%);
  background-image: linear-gradient(to left bottom top, #bd2266 5%, #f7852a 100%);
  background-color: #bd2266;
}
.footer-soc--tg {
  width: 24px;
  height: 24px;
  background-image: url('/static/images/icon/telegram.svg');
  background-size: cover;
}
.footer-soc--tg:hover {
  opacity: 0.9;
}
.footer_contact_support_container {
  position: relative;
}
.footer_contact_support_container .__react_component_tooltip.type-dark.place-left:after {
  border-left-color: #455562;
}
.footer_contact_support {
  width: 86px;
  height: 86px;
  bottom: 61px;
  right: 44px;
  position: fixed;
  text-align: center;
  line-height: 4.8;
  box-shadow: 2px 4px 8px 0 rgba(15, 121, 213, 0.48);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #1097d5), color-stop(1, #107ad5));
  background-image: -moz-linear-gradient(to left, #1097d5 5%, #107ad5 100%);
  background-image: -webkit-linear-gradient(to left, #1097d5 5%, #107ad5 100%);
  background-image: -o-linear-gradient(left, #1097d5, #107ad5);
  background-image: -ms-linear-gradient(left, #1097d5 5%, #107ad5 100%);
  background-image: linear-gradient(to left, #1097d5 5%, #107ad5 100%);
  background-color: #1097d5;
}
.footer_contact_support:hover::after {
  opacity: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -8px;
  left: -8px;
  right: 0;
  bottom: 0;
  content: '';
  height: 100%;
  width: 100%;
  border: 8px solid rgba(15, 121, 213, 0.2);
  border-radius: 100%;
  animation-name: ripple;
  animation-duration: 3s;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-timing-function: cubic-bezier(0.65, 0, 0.34, 1);
}
.footer_contact_support:hover::before {
  opacity: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -8px;
  left: -8px;
  right: 0;
  bottom: 0;
  content: '';
  height: 100%;
  width: 100%;
  border: 8px solid rgba(15, 121, 213, 0.2);
  border-radius: 100%;
  animation-name: ripple;
  animation-duration: 3s;
  animation-delay: 0.5s;
  animation-iteration-count: infinite;
  animation-timing-function: cubic-bezier(0.65, 0, 0.34, 1);
}
.footer_contact_android,
.footer_contact_ios {
  width: 120px;
  font-size: 12px;
  margin-right: 45px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.footer_contact_android__icon,
.footer_contact_ios__icon {
  margin-right: 10px;
}
@keyframes instance-block-loading {
  0% {
    background-color: #b0b0b0;
    border-color: #b0b0b0;
  }
  100% {
    background-color: #e3e3e3;
    border-color: #e3e3e3;
  }
}
.instance {
  position: relative;
  box-shadow: 0 2px 8px 0 rgba(51, 51, 51, 0.15);
}
.instance-header {
  display: flex;
  align-items: center;
  padding: 16px 18px;
  background-color: #ffffff;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.instance-header .ui-kit-button {
  width: auto;
  height: 33px;
}
.instance-header .ui-kit-button__inner {
  margin: auto;
}
.instance-header__children {
  padding: 7.5px 0;
  flex: 1;
  display: flex;
  align-items: center;
}
.instance-list-list .actions {
  position: initial;
}
.instance-list-list .actions-list__block {
  top: 35px;
  right: 15px;
}
.instance-list-list .alias-block {
  padding: 13px 18px;
}
.instance-list-add-form__close {
  top: 90px;
  right: 10px;
  z-index: 10;
  cursor: pointer;
  margin-right: 10px;
  position: absolute;
}
.netangels-icon-close {
  font-size: 13px;
}
.instance-list-list .virtualhost,
.instance-block {
  width: auto;
  height: auto;
  padding: 18px;
  box-shadow: none;
  margin-bottom: 0;
  flex-direction: row;
  align-items: center;
  background-color: #ffffff;
  border-bottom: 1px solid #e4e4e4;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.instance-list-list .virtualhost:nth-child(odd),
.instance-block:nth-child(odd) {
  margin-right: 0;
}
.instance-list-list .virtualhost-header,
.instance-block-header,
.instance-list-list .virtualhost__title,
.instance-block__title {
  width: 200px;
  overflow: hidden;
  padding-bottom: 0;
  padding-right: 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.instance-list-list .virtualhost .ui-kit-form-checkbox-label,
.instance-block .ui-kit-form-checkbox-label {
  margin: 0 10px;
}
.instance-list-list .virtualhost .virtualhost-description-state,
.instance-block .virtualhost-description-state {
  flex-direction: row-reverse;
}
.instance-list-edit-form {
  position: relative;
}
.instance-list__loading {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  width: 100%;
  box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.05);
  background-color: #b0b0b0;
}
.instance-list__loading--loading {
  animation-name: resource-block-loading;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
.month-picker {
  display: flex;
  align-items: center;
}
.month-picker-content {
  display: flex;
  align-items: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #f5f5f5;
}
.month-picker-content__button:first-child {
  border-right: 1px solid rgba(69, 85, 98, 0.2);
}
.month-picker-content__button:last-child {
  border-left: 1px solid rgba(69, 85, 98, 0.2);
}
.month-picker-content-current {
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  color: #455562;
  padding: 8px 15px;
}
.month-picker-content-button {
  cursor: pointer;
  padding: 7px 10px;
}
.month-picker-content-button--disabled .left-arrow-icon,
.month-picker-content-button--disabled .right-arrow-icon {
  opacity: 0.3;
}
.month-picker-component {
  box-shadow: 0 12px 20px 0 rgba(51, 51, 51, 0.15);
  border: none;
  background-color: #ffffff;
}
.month-picker-component .react-datepicker__triangle {
  display: none;
}
.month-picker-component .react-datepicker__month-text {
  -webkit-transition: background-color 300ms, border 300ms;
  -moz-transition: background-color 300ms, border 300ms;
  -o-transition: background-color 300ms, border 300ms;
  -ms-transition: background-color 300ms, border 300ms;
  transition: background-color 300ms, border 300ms;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid rgba(69, 85, 98, 0.2);
  color: #455562;
  font-size: 12px;
  font-weight: 500;
  padding: 8px;
  width: 58px;
  margin: 5px;
}
.month-picker-component .react-datepicker__month-text:hover {
  background-color: rgba(69, 85, 98, 0.1);
}
.month-picker-component .react-datepicker__month {
  text-transform: capitalize;
}
.month-picker-component .react-datepicker__month--selected {
  background-color: #0f79d5;
  border: 1px solid #0f79d5;
  color: #ffffff;
}
.month-picker-component .react-datepicker__month--selected:hover {
  background-color: #0f79d5;
}
.month-picker-component .react-datepicker__month--disabled {
  color: rgba(69, 85, 98, 0.4);
  border: 1px solid rgba(69, 85, 98, 0.1);
  background-color: rgba(69, 85, 98, 0.1);
}
.month-picker-component .react-datepicker__month-wrapper:first-child {
  margin-top: 13px;
}
.month-picker-component .react-datepicker__month-wrapper:last-child {
  margin-bottom: 25px;
}
.month-picker-component .react-datepicker-year-header {
  background-color: #ffffff;
  border-bottom: 1px solid #e4e4e4;
  color: #455562;
  font-weight: 500;
  font-size: 14px;
  padding-top: initial;
  padding: 14px 0;
}
.react-datepicker__navigation {
  top: 10px;
}
.react-datepicker__navigation--next,
.react-datepicker__navigation--previous {
  width: 7px;
  height: 12px;
  padding: 10px 10px;
  border: none;
  -webkit-transition: opacity 300ms;
  -moz-transition: opacity 300ms;
  -o-transition: opacity 300ms;
  -ms-transition: opacity 300ms;
  transition: opacity 300ms;
}
.react-datepicker__navigation--next:hover,
.react-datepicker__navigation--previous:hover {
  opacity: 0.6;
}
.react-datepicker__navigation--previous {
  background: url('/static/images/icon/left.svg') no-repeat center center;
}
.react-datepicker__navigation--next {
  background: url('/static/images/icon/right.svg') no-repeat center center;
}
@keyframes resource-block-loading {
  0% {
    background-color: #b0b0b0;
    border-color: #b0b0b0;
  }
  100% {
    background-color: #e3e3e3;
    border-color: #e3e3e3;
  }
}
.resource-list .ui-kit-button {
  justify-content: start;
  margin: 30px 8px 0;
  padding: 28px 0;
}
.resource-list .ui-kit-button__inner {
  display: flex;
  text-align: start;
  align-items: center;
  padding: 0 15px;
  font-size: 16px;
  font-weight: 400;
}
.resource-list .ui-kit-button__inner::before {
  -webkit-transition: transform 0.5s ease;
  -moz-transition: transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  -ms-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
  -webkit-transform-origin: 75% 65%;
  -moz-transform-origin: 75% 65%;
  -ms-transform-origin: 75% 65%;
  -o-transform-origin: 75% 65%;
  transform-origin: 75% 65%;
  font-family: NetangelsFontIcons;
  content: '\f131';
  font-size: 25px;
  font-weight: 100;
  padding-right: 11px;
  line-height: 0.9;
}
.resource-list .virtualhost {
  width: auto;
  height: auto;
  padding: 16px 18px;
}
.resource-list .virtualhost:nth-child(odd) {
  margin-right: 8px;
}
.resource-list .virtualhost .actions,
.resource-list .virtualhost .ui-kit-form-checkbox {
  display: none;
}
.resource-list__vertical {
  width: 296px;
  position: relative;
}
@media screen and (max-width: 1330px) {
  .resource-list__vertical {
    display: none;
  }
}
.resource-list-horizontal {
  display: none;
  margin: 0 auto 0;
  width: 973px;
  position: relative;
}
@media screen and (max-width: 1330px) {
  .resource-list-horizontal {
    display: flex;
    align-items: center;
  }
}
.resource-list-horizontal > div > div {
  display: flex;
}
.resource-list-horizontal .swiper-resource-item-horizontal-dumb,
.resource-list-horizontal .swiper-resource-item-horizontal {
  min-width: 260px;
}
.resource-list-horizontal .swiper-resource-item-horizontal-dumb:first-child,
.resource-list-horizontal .swiper-resource-item-horizontal:first-child {
  margin-left: 5px;
  margin-top: 0;
}
.resource-list-horizontal .swiper-container {
  margin: 0 10px 0 -5px;
}
.resource-list-horizontal .resource-block {
  margin: 0;
}
.resource-list-horizontal .ui-kit-button--add-resource {
  height: 23px;
  margin: 0;
  white-space: nowrap;
}
.resource-list-horizontal .ui-kit-button--add-resource.ui-kit-button {
  overflow: initial;
}
.resource-block {
  margin: 0 8px;
  font-size: 16px;
  cursor: pointer;
  position: relative;
  padding: 15px 18px;
  color: #455562;
  margin-bottom: 30px;
  border: 1px solid #ffffff;
  background-color: #ffffff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  transition: all 300ms ease;
  transition-property: background-color, border-color;
  box-shadow: 0 2px 8px 0 rgba(51, 51, 51, 0.15);
}
.resource-block:not(.resource-block--current):hover:not(.resource-block--current-disabled):hover {
  background-color: #f5f5f5;
  border: 1px solid #f5f5f5;
}
.resource-block__image {
  position: absolute;
  left: -1px;
  bottom: -2px;
}
.resource-block .virtualhost-header,
.resource-block-header {
  max-width: 230px;
  overflow: hidden;
  align-items: center;
  padding-bottom: 13px;
}
.resource-block .virtualhost-header__name,
.resource-block-header__name {
  max-width: 183px;
  overflow: hidden;
  line-height: 1.2;
  padding-right: 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media screen and (max-width: 1330px) {
  .resource-block .virtualhost-header__name,
  .resource-block-header__name {
    max-width: 170px;
  }
}
.resource-block-header {
  display: flex;
}
.resource-block .virtualhost-description,
.resource-block-description {
  display: flex;
  font-size: 11px;
  line-height: 1;
}
.resource-block .virtualhost-description__resources,
.resource-block-description__resources {
  padding-right: 15px;
}
.resource-block .virtualhost-description__amount,
.resource-block-description__amount,
.resource-block .virtualhost-description__amount-period,
.resource-block-description__amount-period {
  opacity: 0.75;
  font-size: 12px;
  font-weight: 500;
}
.resource-block .virtualhost-description__transfer,
.resource-block-description__transfer {
  color: #e17334;
  flex: 1;
}
.resource-block .state-block {
  justify-content: start;
}
.resource-block .state-block__state {
  width: 6px;
  height: 6px;
}
.resource-block .state-block__title {
  font-size: 11px;
  font-weight: 400;
  color: #666666;
  line-height: 12px;
}
.resource-block--current-disabled,
.resource-block--current {
  color: #ffffff;
  border: 1px solid #0f79d5;
  background-color: #0f79d5;
  box-shadow: 0px 2px 8px 0 rgba(15, 121, 213, 0.48);
  cursor: initial;
}
.resource-block--current-disabled .actions__icon::before,
.resource-block--current .actions__icon::before {
  color: #ffffff;
}
.resource-block--current-disabled .state-block__title,
.resource-block--current .state-block__title {
  color: #ffffff;
}
.resource-block--current-disabled .resource-block-description__transfer,
.resource-block--current .resource-block-description__transfer {
  color: #ffffff;
}
.resource-block--current-disabled {
  border: 1px solid #455562;
  background-color: #455562;
  box-shadow: 0px 2px 8px 0 rgba(69, 85, 98, 0.48);
}
.resource-block .virtualhost:last-child,
.resource-block:last-child {
  margin-bottom: 8px;
}
.resource-block .virtualhost:first-child,
.resource-block:first-child {
  margin-top: 8px;
}
.resource-block .virtualhost:nth-child(odd) {
  margin-right: 8px;
}
.resource-block-header__delete-container-tooltip {
  max-width: 266px;
}
.resource-list--loading .resource-dumb-block {
  animation-name: resource-block-loading;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
.resource-dumb-block {
  background-color: #b0b0b0;
  border-color: #b0b0b0;
}
.resource-dumb-block__inner {
  width: 100%;
  height: 49px;
}
.resource-detail-block {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  width: 973px;
  height: 554px;
  margin: 8px auto 0;
  box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.05);
  background-color: #b0b0b0;
}
.resource-detail-block--loading {
  animation-name: resource-block-loading;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
.resource-detail-block--cvds {
  width: 100%;
}
@media screen and (max-width: 1330px) {
  .resource-detail-block--cvds {
    width: 973px;
  }
}
.swiper-resource-item-horizontal-dumb,
.swiper-resource-item-horizontal {
  max-width: 268px;
}
.scrollbar-shadow-top,
.scrollbar-shadow-bottom {
  position: absolute;
  left: 0;
  right: 0;
  height: 50px;
}
.scrollbar-shadow-top--hidden,
.scrollbar-shadow-bottom--hidden {
  display: none;
}
.scrollbar-shadow-top {
  top: -19px;
  background: linear-gradient(180deg, #f5f5f5 32.05%, rgba(245, 245, 245, 0) 100%);
}
.scrollbar-shadow-bottom {
  bottom: 97px;
  background: linear-gradient(360deg, #f5f5f5 32.05%, rgba(245, 245, 245, 0) 100%);
}
.swiper-shadow-left,
.swiper-shadow-right {
  position: absolute;
  height: 94px;
  width: 50px;
  z-index: 999;
}
.swiper-shadow-left--hidden,
.swiper-shadow-right--hidden {
  display: none;
}
.swiper-shadow-left {
  left: -18px;
  background: linear-gradient(90deg, #f5f5f5 32.05%, rgba(245, 245, 245, 0) 100%);
}
.swiper-shadow-right {
  right: 241px;
  background: linear-gradient(270deg, #f5f5f5 32.05%, rgba(245, 245, 245, 0) 100%);
}
.resource {
  min-height: 70px;
}
@media screen and (max-width: 700px) {
  .resource {
    min-height: 90px;
  }
}
.resource-header {
  font-size: 14px;
  line-height: 1.29;
  font-weight: 500;
  display: flex;
  align-items: center;
}
.resource-header__title {
  color: #455562;
}
.resource-header__unit {
  text-align: right;
  color: #0f79d5;
}
.resource-header .ui-kit-form-checkbox {
  padding-left: 12px;
}
.resource-header .ui-kit-form-checkbox-inner__label::before {
  margin-right: 0;
}
.resource-header .ui-kit-form-checkbox-label__content {
  display: none;
}
.resource-description {
  font-size: 12px;
  color: #888888;
  margin-top: 10px;
  line-height: 1.4;
}
.resource-slider {
  display: flex;
  align-items: baseline;
  padding: 22px 0 0;
}
.resource-slider__slider {
  width: 100%;
}
.resouce-slider-element {
  display: flex;
  flex-direction: column;
}
.slider-units {
  display: flex;
}
.slider-units__unit {
  color: #455562;
  font-size: 10px;
  line-height: 1.6;
}
.rc-slider-handle {
  transform: scaleY(0.98);
  width: 18px !important;
  height: 18px !important;
  margin-top: -9px !important;
  box-shadow: 0 1px 0 0 rgba(51, 51, 51, 0.5) !important;
  border: solid 1px #dedede !important;
  background-color: #ffffff;
}
.rc-slider-handle:focus,
.rc-slider-handle:active {
  border-color: #dedede !important;
  box-shadow: 0 0 3px 0 rgba(51, 51, 51, 0.5) !important;
}
.rc-slider-handle:hover {
  border-color: #dedede !important;
}
.rc-slider-disabled {
  background-color: #ffffff !important;
}
.rc-slider-disabled .rc-slider-handle {
  cursor: initial !important;
}
.rc-slider-disabled .rc-slider-handle:focus,
.rc-slider-disabled .rc-slider-handle:active {
  box-shadow: 0 1px 0 0 rgba(51, 51, 51, 0.5) !important;
}
.rc-slider {
  padding: 10px 0 !important;
  height: 8px !important;
  transform: scaleX(0.98);
}
.rc-slider-track {
  height: 2px !important;
  background-color: #0f79d5 !important;
}
.rc-slider-rail {
  height: 2px !important;
  background-color: #b0b0b0 !important;
}
.empty-page {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: start;
}
.empty-page__image {
  max-width: 800px;
}
@media screen and (max-width: 1330px) {
  .empty-page__image {
    width: 620px;
    margin-right: 30px;
  }
}
@media screen and (max-width: 1330px) {
  .empty-page {
    margin: 0 auto;
    width: 973px;
    justify-content: start;
  }
}
.empty-page--cloud .empty-page-block__title {
  min-width: 373px;
}
.empty-page--cloud .empty-page-block__description {
  min-width: 350px;
}
.empty-page-block {
  max-width: 484px;
  margin: 0 0 116px 27px;
  color: #455562;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media screen and (max-width: 1330px) {
  .empty-page-block {
    max-width: 304px;
  }
}
.empty-page-block__title {
  font-size: 22px;
  margin-bottom: 11px;
}
@media screen and (max-width: 1330px) {
  .empty-page-block__title {
    font-size: 20px;
    width: 320px;
  }
}
.empty-page-block__description {
  font-size: 16px;
  line-height: 1.38;
  margin-bottom: 23px;
  word-break: break-word;
}
@media screen and (max-width: 1330px) {
  .empty-page-block__description {
    font-size: 14px;
  }
}
.empty-page-block__buttons-block {
  display: flex;
}
.empty-page-block__buttons-block .ui-kit-button:nth-child(odd) {
  margin-right: 20px;
}
.empty-page-block .ui-kit-button {
  min-width: 196px;
  max-width: 255px;
  height: 38px;
}
@media screen and (max-width: 1330px) {
  .empty-page-block {
    margin-left: 0;
  }
}
.ftps-block {
  display: flex;
  height: 30px;
  position: relative;
}
.ftps-block__login {
  width: 130px;
  margin-right: 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ftps-block__comment {
  flex: 1;
  cursor: pointer;
  padding: 0 21px;
}
.ftps-block:hover {
  background-color: rgba(69, 85, 98, 0.02);
}
.ftps-block:hover .ui-kit-entry-comment__add-comment {
  opacity: 1;
}
.ftps-block-homedir {
  flex: 1;
  max-width: 370px;
}
.ftps-block-homedir .ui-kit-directory-select-input {
  overflow: hidden;
  line-height: 1.2;
  white-space: nowrap;
  padding-right: 31px;
  border: initial;
  text-overflow: ellipsis;
  background-color: initial;
}
.ftps-block-homedir .ui-kit-directory-select-input__inner {
  font-size: 13px;
  color: #0f79d5;
  padding: 0;
}
.ftps-block-homedir .ui-kit-directory-select-confirm {
  width: 343px;
  left: -23px;
  top: 22px;
}
.ftps-block-homedir .ui-kit-directory-select-confirm .react-checkbox-tree {
  font-size: 15px;
}
.ftps-block-list {
  color: #455562;
}
.ftps-block-list .instance-header__children {
  flex-direction: column;
  align-items: start;
  justify-content: center;
}
.ftps-block-list__description {
  opacity: 0.7;
  font-size: 12px;
  font-weight: 500;
}
.ftps-block-list__title {
  font-size: 18px;
  margin-bottom: 5px;
}
.ftps-form {
  padding: 16px;
  background-color: #f8f8f8;
}
.ftps-form__item,
.ftps-form .form-select,
.ftps-form__title {
  padding-bottom: 20px;
}
.ftps-form__item {
  display: flex;
}
.ftps-form__item .ui-kit-form-input-with-block {
  width: 300px;
}
.ftps-form__directory-select .ui-kit-form-input {
  width: 570px;
}
.ftps-form__directory-select .ui-kit-directory-select-confirm {
  width: 570px;
}
.ftps-form .ui-kit-form-input {
  max-width: 300px;
}
.ftps-form .ui-kit-form-input:not(:last-child) {
  margin-right: 20px;
}
.ftps-form .form-select {
  width: 482px;
}
.ftps-form .ui-kit-form-input input {
  width: 273px;
}
.ftps-form .ftps-form-password-input input {
  width: 100%;
}
.ftps-form .ui-kit-button {
  width: 170px;
  margin-top: 20px;
}
.ftps-form .ui-kit-form-input-password-wrapper {
  width: 250px;
}
.ftp-empty-block-component {
  box-shadow: 0 2px 8px 0 rgba(51, 51, 51, 0.15);
}
.ftp-empty {
  padding-top: 18px;
  display: flex;
  color: #455562;
  background-color: #ffffff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.ftp-empty-block {
  width: 100%;
  padding: 0 18px 18px;
}
.ftp-empty-block__title {
  font-size: 18px;
  padding-bottom: 8px;
}
.ftp-empty-block__description {
  width: 283px;
  font-size: 13px;
  line-height: 1.38;
  padding-bottom: 15px;
}
.ftp-empty-block .ui-kit-button {
  width: 195px;
  margin-bottom: 15px;
}
.ftp-add-form {
  position: relative;
}
.ftp-add-form .instance-list-add-form__close {
  top: 100px;
  z-index: 10;
}
.react-checkbox-tree {
  background-color: #ffffff;
}
.rct-title {
  margin-left: 7px;
}
.rct-node {
  margin-top: 10px;
}
.rct-node:first-child {
  margin-bottom: 10px;
}
.rct-node:last-child {
  margin-bottom: 10px;
}
.rct-checkbox {
  display: none;
}
.ssh-block-access {
  display: flex;
  align-items: center;
  padding: 21px 26px 21px 18px;
  background-color: #ffffff;
  border: 1px solid rgba(69, 85, 98, 0.15);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.ssh-block-access__title {
  font-size: 18px;
  color: #455562;
  line-height: 21px;
  margin-right: 50px;
}
.ssh-block-access__items {
  display: flex;
  flex: 1;
}
.ssh-block-access__action {
  color: #0f79d5;
  display: flex;
  cursor: pointer;
  font-weight: 500;
  align-items: center;
  justify-content: center;
}
.ssh-block-access__action img {
  padding-right: 10px;
}
.ssh-block-access__action--disabled {
  cursor: initial;
  color: #888888;
  opacity: 0.5;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
}
.ssh-block-access .netangels-icon-password::before {
  margin-right: 10px;
}
.ssh-block-access-item {
  display: flex;
  font-size: 14px;
  color: #455562;
  line-height: 18px;
}
.ssh-block-access-item__name {
  flex: 1;
  margin-right: 3px;
  font-size: 14px;
  font-weight: 500;
}
.ssh-block-access-item:not(:last-child) {
  margin-right: 30px;
}
.ssh-block-access-change-password {
  font-size: 14px;
}
.vds-panel-table {
  width: 95%;
}
.vds-panel-table__header {
  padding: 25px 23px 0;
}
.vds-panel-table__header .ui-kit-button {
  height: 38px;
}
.vds-panel-table__instance:not(:last-child) {
  border-bottom: 1px solid #efefef;
}
.vds-panel-table__column-names {
  border-bottom: 1px solid #efefef;
}
.vds-panel-table td {
  vertical-align: middle;
}
.vds-panel-instances {
  display: flex;
  flex: 1;
  align-items: flex-start;
}
.vds-panel-instances a {
  color: rgba(69, 85, 98, 0.8);
  border-bottom: 1px dashed rgba(69, 85, 98, 0.8);
  padding-bottom: 3px;
}
.vds-panel-instances--loader {
  background-color: #b0b0b0;
  animation-name: block-loading;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  align-items: center;
  justify-content: center;
}
.vds-panel-instances--error {
  align-items: center;
  justify-content: center;
}
.vds-panel-instances-error__img {
  display: block;
}
.vds-panel-instances-error__title {
  text-align: center;
  margin-top: 10px;
  color: #455562;
  font-size: 18px;
}
.vds-panel-table-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 600px;
  box-shadow: 0 2px 8px 0 rgba(51, 51, 51, 0.15);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #ffffff;
}
.vds-panel-table-header__item:not(:last-child) {
  margin-right: 15px;
}
.vds-panel-table-header__title {
  font-size: 18px;
  color: #455562;
  margin-bottom: 15px;
}
.vds-panel-table-header__content {
  display: flex;
  align-items: center;
}
.vds-panel-table-instance {
  -webkit-transition: background-color 300ms;
  -moz-transition: background-color 300ms;
  -o-transition: background-color 300ms;
  -ms-transition: background-color 300ms;
  transition: background-color 300ms;
}
.vds-panel-table-instance--new {
  animation-name: highlight-new-table-instances;
  animation-duration: 500ms;
  animation-iteration-count: 2;
  animation-direction: alternate;
}
.vds-panel-table-instance-col {
  font-size: 13px;
}
.vds-panel-table-instance-col__cell {
  padding: 25px 0 23px;
}
.vds-panel-table-instance-col:first-child .vds-panel-table-instance-col__cell {
  padding: 25px 0 23px 24px;
}
.vds-panel-table-instance-col:last-child .vds-panel-table-instance-col__cell {
  padding: 25px 24px 23px 0;
}
.vds-panel-table-instance-col .multi-state-block {
  padding: 11px 0;
}
.vds-panel-table-instance-col [class*='fa-']:before {
  opacity: 0.8;
  position: relative;
  color: #455562;
}
.vds-panel-table-column-name {
  padding: 0;
  font-size: 12px;
  line-height: 23px;
  opacity: 0.7;
  font-weight: 600;
  color: #000000;
}
.vds-panel-table-column-name:first-child {
  padding-left: 18px;
}
.vds-panel-table-column-name:last-child {
  padding-right: 18px;
}
.vds-panel-filter-table {
  width: 230px;
  font-size: 14px;
  cursor: pointer;
}
.vds-panel-table-instance-progress-cell {
  margin-right: 10px;
}
.vds-panel-table-instance-progress-cell .react-sweet-progress-symbol {
  height: unset;
}
.vds-panel-progress-with-state {
  display: flex;
  align-items: center;
}
.vds-panel-progress-with-state__progress {
  flex: 1;
  margin-left: 10px;
}
.table-pagination--empty {
  display: none;
}
.table-pagination-container {
  display: flex;
  align-items: center;
}
.table-pagination-previous-item,
.table-pagination-page-item,
.table-pagination-next-item,
.table-pagination-break {
  list-style-type: none;
  cursor: pointer;
  opacity: 0.9;
}
.table-pagination-disabled {
  opacity: 0.7;
}
.table-pagination-page-link,
.table-pagination-previous-link,
.table-pagination-next-link {
  padding: 5px;
}
.table-pagination-active .table-pagination-page-link {
  border: 1px solid #cccccc;
  opacity: 1;
}
.section-error-content__image {
  display: block;
  margin: 32px auto;
}
.section-error-content__title {
  text-align: center;
  font-size: 18px;
  line-height: 22px;
  color: #455562;
  margin-bottom: 10px;
}
.section-error-content__subtitle {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  opacity: 0.7;
}
.section-error {
  padding: 7px 0 120px;
}
.section-error-content__image {
  margin: 0 auto 18px;
}
.section-error-content__button {
  width: 187px;
  margin: 24px auto 0;
  display: flex;
  justify-content: center;
}
.section-error-content__button .ui-kit-button__inner {
  padding: 10px 20px 12px;
}
.render-error {
  max-width: 450px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #455562;
  text-align: center;
  padding: 30px 0;
  margin: 0 auto;
}
.render-error__image {
  width: 410px;
  margin-bottom: 24px;
}
.render-error__title {
  font-size: 22px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 8px;
}
.render-error__description {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  color: rgba(69, 85, 98, 0.7);
  margin-bottom: 16px;
}
.render-error .ui-kit-button__inner {
  margin: 0;
  padding: 12px 45px;
}
.table-pagination {
  height: 28px;
}
.table-pagination--empty {
  display: none;
}
.table-pagination-container {
  display: flex;
  align-items: center;
}
.table-pagination-previous-item,
.table-pagination-next-item {
  display: none;
}
.table-pagination-break,
.table-pagination-page-item {
  cursor: pointer;
  margin: 0 5px;
  color: #455562;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  text-align: center;
  border: 1px solid #cccccc;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.table-pagination-break::before,
.table-pagination-page-item::before {
  display: none;
}
.table-pagination-break {
  padding: 2px 8px 0;
  height: 26px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.table-pagination-break::before {
  display: none;
}
.table-pagination-disabled {
  opacity: 0.7;
}
.table-pagination-page-link,
.table-pagination-previous-link,
.table-pagination-next-link {
  display: flex;
  padding: 5px 10px;
  height: 100%;
}
.table-pagination-active {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  border: 1px solid #0f79d5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #0f79d5;
}
.pagination-footer {
  display: flex;
  margin: 30px 0;
  align-items: center;
  justify-content: space-between;
}
.pagination-footer__pagination-info {
  color: #455562;
  font-size: 14px;
  line-height: 14px;
}
.table-pagination--new .table-pagination-container {
  gap: 10px;
}
.table-pagination--new .table-pagination-page-item {
  border-radius: 8px;
  line-height: 15px;
  margin: 0;
}
.table-pagination--new .table-pagination-break {
  height: auto;
  border-radius: 8px;
  line-height: 15px;
  padding: 0;
  margin: 0;
  outline: none;
}
.table-pagination--new .table-pagination-break .table-pagination-link {
  padding: 5px 10px;
}
.table-pagination--new .table-pagination-page-link {
  border: none;
}
.vds-panel-v1-nav {
  display: flex;
  align-items: center;
  color: #455562;
  background-color: white;
  padding: 18px 46px 21px;
  height: 27px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
}
.vds-panel-v1-nav__logo {
  min-width: 22px;
  height: 24px;
  padding-right: 15px;
  margin-right: 15px;
  box-sizing: border-box;
  border-right: 1px solid rgba(69, 85, 98, 0.2);
}
.vds-panel-v1-nav__title {
  opacity: 0.7;
  font-size: 13px;
  letter-spacing: 0;
  line-height: 15px;
}
.vds-panel-v1-nav__uid {
  font-size: 14px;
  letter-spacing: 0;
  line-height: 16px;
  padding-left: 10px;
}
.ui-kit-modal-container--create-account {
  width: 320px;
}
.ui-kit-modal-error-content__image {
  display: block;
  margin: 32px auto;
}
.ui-kit-modal-error-content__title {
  text-align: center;
  font-size: 18px;
  line-height: 22px;
  color: #455562;
  margin-bottom: 10px;
}
.ui-kit-modal-error-content__subtitle {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  opacity: 0.7;
}
.ui-kit-modal-error {
  padding: 7px 0;
}
.ui-kit-modal-error-content__image {
  margin: 0 auto 18px;
}
.ui-kit-modal-error-content__subtitle {
  color: #455562;
}
.ui-kit-modal-error-content__button {
  width: 187px;
  margin: 24px auto 0;
}
.ui-kit-modal-error-content__button .ui-kit-button__inner {
  padding: 10px 20px 12px;
}
.ui-kit-modal-loader {
  width: 100%;
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.ui-kit-modal-loader__children {
  text-align: center;
  margin-top: 20px;
  padding-left: 15px;
  font-weight: 300;
  font-size: 16px;
  line-height: 18px;
  color: #455562;
}
.vds-panel-empty {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(69, 85, 98, 0.7);
  background-color: #f5f5f5;
}
.vds-panel-empty-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
}
.vds-panel-empty-block .ui-kit-button {
  width: 157px;
  margin-top: 25px;
}
.vds-panel-empty-block .ui-kit-button-as-link__link {
  color: #ffffff;
}
.vds-panel-empty-block__image {
  margin: 40px;
}
.vds-panel-empty-block__description {
  max-width: 422px;
}
.vds-panel-php {
  display: flex;
}
.engine-wrapper {
  margin: 30px 28px 30px 21px;
}
.engine-settings-wrapper {
  display: flex;
  align-items: flex-start;
}
.engine-settings {
  width: 606px;
  font-size: 14px;
  background-color: #ffffff;
  border: 1px solid rgba(69, 85, 98, 0.15);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.engine-settings__title {
  display: flex;
  padding: 20px;
  font-size: 18px;
  align-items: center;
  position: relative;
  color: #455562;
}
.engine-settings__title span {
  flex: 1;
}
.engine-settings .ui-kit-button {
  padding: 3px 0;
}
.engine-settings-errors {
  padding: 0 0 23px 18px;
}
.engine-settings-additional-settings {
  display: flex;
  padding: 23px 18px;
  align-items: flex-end;
}
.engine-settings-additional-settings .ui-kit-form-input-label {
  font-size: 11px;
  opacity: 0.7;
}
.engine-settings-additional-settings .ui-kit-form-input {
  width: 446px;
  padding-right: 15px;
}
.engine-settings-additional-settings .ui-kit-form-input input {
  font-size: 14px;
  border: initial;
  background-color: #f5f5f5;
}
.directive {
  display: flex;
  align-items: center;
  padding: 15px 18px;
  font-size: 14px;
  color: #0f79d5;
  cursor: pointer;
  font-weight: 500;
  border-top: solid 1px #e4e4e4;
}
.directive__name {
  flex: 1;
  line-height: 1.43;
  margin-right: 20px;
  word-break: break-word;
}
.directive__name span {
  border-bottom: 1px dashed;
}
.directive__delete-button {
  color: #455562;
  margin-right: 15px;
}
.directive__edit-button {
  margin: auto 15px auto 20px;
}
.directive--changeable span {
  border-bottom: 1px dashed;
}
.directive--deleted {
  color: rgba(69, 85, 98, 0.3);
}
.directive--deleted .directive__delete-button {
  display: none;
}
.directive--deleted .directive__name span {
  border-bottom: none;
}
.directive--changed {
  background-color: rgba(220, 234, 247, 0.5);
  border-top: 1px solid rgba(15, 121, 213, 0.3);
  border-bottom: 1px solid rgba(15, 121, 213, 0.3);
}
.directive--changed + .directive {
  border-top: none;
}
.directive:last-child {
  border-bottom: solid 1px #e4e4e4;
}
.directive:last-child.directive--changed {
  border-bottom: 1px solid rgba(15, 121, 213, 0.3);
}
.directive .ui-kit-form-input {
  width: 100%;
}
.directive .ui-kit-form-input input {
  font-size: 14px;
  color: #455562;
  background-color: #f5f5f5;
  border: 1px solid #f5f5f5;
}
.engine-settings-directives__title {
  opacity: 0.7;
  color: #455562;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 1.38px;
  line-height: 13px;
  padding: 17px 18px;
}
.engine-settings-version {
  padding: 24px 18px 20px;
}
.engine-settings-version__select {
  margin-bottom: 31px;
  display: flex;
  align-items: center;
}
.engine-settings-version__select .form-select-inner__label {
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  margin-right: 16px;
}
.engine-settings-version__select .select-inner__control {
  border-color: #cccccc !important;
  background-color: #ffffff !important;
}
.engine-settings-version__select .select-inner__value-container {
  width: 40px;
}
.engine-settings-version__php {
  color: #0f79d5;
  cursor: pointer;
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
  padding-bottom: 5px;
  margin: 5px 0 32px;
  display: inline-block;
  border-bottom: 1px dashed #0f79d5;
}
.engine-settings-version .ui-kit-form-checkbox:not(:last-child) {
  margin-bottom: 18px;
}
.version-checkbox {
  display: flex;
  align-items: center;
  line-height: 16px;
}
.version-checkbox__label {
  font-weight: 500;
  width: 92px;
  font-size: 14px;
  margin-right: 20px;
}
.version-checkbox__hint {
  opacity: 0.7;
  font-size: 13px;
}
.extension {
  margin: 30px 28px 30px 0;
  padding: 21px 18px 7px;
  background-color: #ffffff;
  border: 1px solid rgba(69, 85, 98, 0.15);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  width: 250px;
  height: 100%;
}
.extension__title {
  color: #455562;
  font-size: 18px;
  line-height: 21px;
  margin-bottom: 22px;
}
.extension-settings__title {
  opacity: 0.7;
  color: #455562;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 1.38px;
  line-height: 13px;
}
.extension-settings__checkboxes {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  padding-bottom: 27px;
}
.extension-settings__checkboxes .ui-kit-form-checkbox {
  margin: 15px 0 3px;
  min-width: 125px;
}
.extension-checkbox-label {
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  padding-bottom: 3px;
  border-bottom: 1px dotted rgba(69, 85, 98, 0.7);
}
.extension-tooltip {
  margin-left: -45px !important;
  margin-top: -3px;
}
.php-submit {
  display: flex;
  align-items: center;
  color: #455562;
  background-color: #DCEAF7;
  padding: 12px 46px 14px;
  height: 40px;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
}
.php-submit-wrapper {
  top: 0;
  z-index: 999999999;
  width: 100%;
  position: fixed;
  max-width: 1300px;
}
.php-submit-buttons {
  display: flex;
}
.php-submit-buttons .ui-kit-button {
  width: 186px;
  margin-right: 15px;
}
@keyframes cron-block-loading {
  0% {
    background-color: #b0b0b0;
    border-color: #b0b0b0;
  }
  100% {
    background-color: #e3e3e3;
    border-color: #e3e3e3;
  }
}
@keyframes cron-time-dot {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0.5;
  }
}
.vds-cron {
  padding: 28px;
  display: flex;
}
.vds-cron .instance-block {
  padding: 11px 18px;
}
.vds-cron__block {
  width: 920px;
}
.cron-task-in-progress {
  height: 231px;
  background-color: #b0b0b0;
  animation-name: cron-block-loading;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
.cron-task-empty-page {
  position: relative;
  background-color: #ffffff;
  padding: 50px 28px 75px 28px;
  color: #455562;
}
.cron-task-empty-page__title {
  margin-bottom: 12px;
  font-size: 18px;
}
.cron-task-empty-page__description {
  font-size: 13px;
  max-width: 280px;
  line-height: 1.38;
  margin-bottom: 20px;
}
.cron-task-empty-page__add-button {
  width: 165px;
}
.cron-task-empty-page__background {
  position: absolute;
  bottom: 0;
  right: 77px;
  background-image: url('/static/images/icon/cron-empty.svg');
  background-repeat: no-repeat;
  width: 310px;
  height: 215px;
}
.cron-form {
  padding: 15px;
  background-color: #f8f8f8;
}
.cron-form__command {
  margin-bottom: 32px;
}
.cron-form__period {
  margin-bottom: 28px;
}
.cron-form__result {
  margin-bottom: 29px;
}
.cron-form__buttons {
  display: flex;
}
.cron-form__buttons .ui-kit-button--create-cron {
  margin-right: 20px;
  width: 175px;
}
.cron-form__command-label {
  font-size: 13px;
  font-weight: 300;
  color: #888888;
  margin-bottom: 4px;
}
.cron-form-tabs {
  display: flex;
  justify-content: start;
  position: relative;
}
.cron-form-tabs__separator {
  width: 534px;
  height: 1px;
  background-color: #455562;
  opacity: 0.15;
  bottom: 0;
  left: 0;
  position: absolute;
}
.cron-form-tabs__tab {
  cursor: pointer;
  font-size: 14px;
  color: #455562;
  padding: 16px 0 13px;
  opacity: 0.7;
}
.cron-form-tabs__tab:not(:last-child) {
  margin-right: 25px;
}
.cron-form-tabs__tab--active {
  color: #0f79d5;
  opacity: 1;
  border-bottom: solid 2px #0f79d5;
}
.cron-form-master,
.cron-form-manual {
  margin-top: 22px;
  width: 705px;
}
.cron-form-command {
  display: flex;
  align-items: center;
}
.cron-form-command__select {
  width: 220px;
  margin-right: 15px;
}
.cron-form-command__select .select-inner__control {
  background-color: #ffffff !important;
}
.cron-form-command__input {
  width: 470px;
}
.cron-form-command__input .ui-kit-form-input__input {
  color: #455562;
  font-size: 13px;
  line-height: 14px;
}
.cron-form-manual__command {
  margin-bottom: 20px;
}
.cron-form-manual__command .ui-kit-form-textarea-item {
  color: #455562;
  font-size: 13px;
  height: 120px;
}
.cron-form-period__label {
  color: #455562;
  font-size: 16px;
  margin-bottom: 22px;
}
.cron-period {
  position: relative;
}
.cron-period__confirm {
  position: absolute;
  top: 40px;
  left: 0;
  width: 200px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #ffffff;
  padding: 25px 30px;
  box-shadow: 0 12px 20px 0 rgba(0, 0, 0, 0.15);
  z-index: 6;
}
.cron-period__confirm--month {
  width: 332px;
}
.cron-period__confirm--weekday {
  width: 311px;
}
.cron-period-button {
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  -ms-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  width: 220px;
  background-color: #ffffff;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.15);
}
.cron-period-button__inner {
  text-align: center;
  font-size: 14px;
  color: #455562;
  padding: 11px 0;
}
.cron-period-button--active {
  background-color: #f5f5f5;
}
.cron-period-button:hover {
  background-color: #f5f5f5;
}
.cron-form-periods {
  display: flex;
  flex-wrap: wrap;
}
.cron-form-periods .cron-period {
  margin-bottom: 15px;
}
.cron-form-periods .cron-period:not(:nth-child(3)) {
  margin-right: 22px;
}
.cron-form-result__label {
  font-size: 14px;
  color: #455562;
  margin-bottom: 6px;
}
.cron-form-result-viewport {
  background-color: #455562;
  padding: 9px 71px 9px 14px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  word-break: break-word;
}
.cron-block {
  display: flex;
}
.cron-block-periods {
  align-self: flex-start;
  width: 140px;
  margin-right: 53px;
  overflow: hidden;
  color: #455562;
}
.cron-block-periods__period {
  font-size: 14px;
  font-weight: 500;
}
.cron-block-data {
  color: #455562;
  width: 640px;
  overflow: hidden;
}
.cron-block-data__command {
  font-size: 14px;
  margin-bottom: 4px;
}
.cron-time {
  display: flex;
  align-items: center;
  padding: 14px 20px;
  background-color: #ffffff;
}
.cron-time__title {
  font-size: 14px;
  color: #455562;
  font-weight: 500;
  margin-right: 15px;
}
.cron-time-element {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-image: linear-gradient(to bottom, #f0f0f0, #d2dce5);
  padding: 6.8px 10px 8.2px;
}
.cron-time-element__time {
  color: #455562;
  font-size: 18px;
  letter-spacing: 2px;
}
.cron-time-element-time__dot {
  animation-name: cron-time-dot;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
.cron-report {
  display: flex;
  align-items: center;
  padding: 0 20px;
}
.cron-report__email {
  font-size: 14px;
  color: #455562;
  margin-right: 20px;
}
.cron-report__select {
  width: 253px;
}
.cron-period-inline {
  display: flex;
  align-items: center;
}
.cron-period-inline__frequency {
  margin-right: 4px;
}
.cron-period-inline__input {
  margin-right: 6px;
}
.cron-period-inline__input .ui-kit-form-input__input {
  text-align: center;
  width: 14.2px;
}
.cron-period-custom-input__title {
  margin: 3px 0 10px;
}
.cron-period-custom-input__input {
  margin-bottom: 10px;
}
.cron-period-custom-input__input .ui-kit-form-input__input {
  width: 139px;
}
.cron-period-custom-input__hint {
  font-weight: 400;
  font-size: 12px;
  opacity: 0.7;
}
.cron-period-choose {
  font-weight: 500;
  width: 280px;
}
.cron-period-choose__title {
  font-size: 13px;
  margin: 3px 0 10px;
}
.cron-period-choose__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.cron-period-choose--month .cron-period-choose__item {
  width: 40px;
}
.cron-period-choose--weekday {
  width: 265px;
}
.cron-period-choose--weekday .cron-period-choose__item {
  width: 31px;
}
.cron-edit-form__close-button {
  top: 25px;
}
.cron-period-choose__item {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
  border: solid 1px #cccccc;
  font-size: 12px;
  margin-bottom: 5px;
}
.cron-period-choose__item--active {
  color: #ffffff;
  background-color: #0f79d5;
  border: solid 1px #0f79d5;
}
.cron-period-choose-item__label {
  padding: 9px;
}
.vds-panel-access {
  padding: 35px 25px 65px;
}
.vds-panel-access__ssh {
  margin: 0 0 30px;
}
.vds-account {
  display: block;
  text-decoration: none;
}
.vds-account:focus {
  outline: initial;
}
.vds-account .resource-block-description__comment {
  opacity: 0.8;
  width: 173px;
  overflow: hidden;
  line-height: 12px;
  text-overflow: ellipsis;
}
.aliases-block-header-block {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 12px;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
}
.aliases-block-header-block__text {
  color: #455562;
}
.aliases-block-header-block__add-button {
  color: #0f79d5;
  cursor: pointer;
}
.aliases-block-form {
  display: flex;
  align-items: center;
  position: relative;
}
.aliases-block-form .ui-kit-button {
  width: 178px;
  height: 38px;
  margin-left: 10px;
}
.aliases-block-form .ui-kit-form-input {
  margin-top: 16px;
  margin-bottom: 16px;
}
.aliases-block-form .ui-kit-form-input__input {
  font-size: 14px;
}
.aliases-block-form .ui-kit-form-errors {
  position: absolute;
  top: 50px;
}
.aliases-block-list {
  max-height: 190px;
  overflow-y: auto;
}
.aliases-block-list-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #e4e4e4;
  padding: 11px 15px 12px 0;
  color: #455562;
  font-size: 14px;
  line-height: 14px;
}
.aliases-block-list-item__name {
  overflow: hidden;
  max-width: 330px;
  text-overflow: ellipsis;
}
.aliases-block-list-item__delete {
  cursor: pointer;
}
.aliases-block-list-item--deleted {
  color: rgba(69, 85, 98, 0.3);
}
.aliases-block-list-item--deleted .aliases-block-list-item__delete {
  display: none;
}
.aliases-block-wildcard {
  font-size: 14px;
  line-height: 18px;
  margin: 15px 3px 0;
  display: inline-block;
}
.aliases-block-wildcard__button {
  color: #0f79d5;
  cursor: pointer;
}
.vds-account-detail-block {
  width: 973px;
  height: auto;
  margin: 8px 30px 0;
  background-color: #f5f5f5;
  box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 1330px) {
  .vds-account-detail-block {
    margin: 0 auto;
    width: 973px;
  }
}
.vds-panel-detail-header-wrapper {
  width: auto;
  height: 94px;
  padding: 15px 30px 20px;
  box-shadow: 0 2px 4px 0 rgba(51, 51, 51, 0.2);
  background-color: #0f79d5;
  -webkit-border-radius: 0 4px 0 0;
  -moz-border-radius: 0 4px 0 0;
  border-radius: 0 4px 0 0;
  -webkit-transition: background-color 300ms;
  -moz-transition: background-color 300ms;
  -o-transition: background-color 300ms;
  -ms-transition: background-color 300ms;
  transition: background-color 300ms;
}
.vds-panel-detail-header-wrapper--disabled {
  background-color: #455562;
}
.vds-panel-detail-header {
  display: flex;
  color: #ffffff;
  font-size: 12px;
  margin-bottom: 44px;
  align-items: baseline;
}
.vds-panel-detail-header__login {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 25px;
  padding-right: 20px;
}
.vds-panel-detail-header__php-version {
  opacity: 0.75;
  font-size: 11px;
  line-height: 13px;
}
.vds-panel-detail-header__action {
  -webkit-transition: background-color 0.5s ease;
  -moz-transition: background-color 0.5s ease;
  -o-transition: background-color 0.5s ease;
  -ms-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
  display: flex;
  padding: 2px 12px 2px 15px;
  font-size: 14px;
  align-items: center;
  justify-content: center;
  border: solid 1px rgba(255, 255, 255, 0.51);
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.vds-panel-detail-header__action .actions {
  top: 0px;
  right: -3px;
  position: relative;
}
.vds-panel-detail-header__action .actions--active,
.vds-panel-detail-header__action .actions:hover {
  background-color: initial;
}
.vds-panel-detail-header__action .actions__icon::before {
  color: #ffffff;
}
.vds-panel-detail-header__action--active,
.vds-panel-detail-header__action:hover {
  background-color: rgba(51, 51, 51, 0.15);
}
.vdsdh-bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.vds-virtualhost-empty {
  width: 100%;
  height: 426px;
  color: #455562;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.vds-virtualhost-empty-block {
  text-align: center;
}
.vds-virtualhost-empty-block .ui-kit-button {
  width: 191px;
  height: 36px;
  margin: auto;
}
.vds-virtualhost-empty-block__image {
  margin-bottom: 23px;
}
.vds-virtualhost-empty-block__description {
  margin-bottom: 25px;
}
.vds-virtualhost-empty-block__description-item {
  font-size: 18px;
  margin-bottom: 8px;
}
.vds-virtualhost-empty-block__description-item:last-child {
  font-size: 14px;
}
.vds-account-create-confirm.ui-kit-confirm-container .ui-kit-confirm__title {
  padding-bottom: 18px;
}
.vds-account-create-confirm.ui-kit-confirm-container .ui-kit-form-input-label {
  font-size: 14px;
  letter-spacing: 0;
  line-height: 20px;
  color: #455562;
  font-weight: 400;
}
.vds-account-create-confirm.ui-kit-confirm-container .ui-kit-form-input__inner {
  padding-bottom: 10px;
}
.vds-account-create-confirm.ui-kit-confirm-container .form-select-inner__label {
  font-weight: 400;
}
.vds-account-create-confirm.ui-kit-confirm-container .select-inner__control {
  border-color: #cccccc !important;
  background-color: #ffffff !important;
}
.vds-ssl-confirm.ui-kit-confirm-container {
  width: 762px;
  color: #455562;
}
.vds-ssl-confirm.ui-kit-confirm-container .ui-kit-confirm__title {
  text-align: start;
}
.vds-ssl-confirm.ui-kit-confirm-container .ui-kit-confirm__buttons {
  justify-content: start;
  align-items: center;
}
.vds-ssl-confirm.ui-kit-confirm-container .ui-kit-confirm__errors {
  max-width: 500px;
}
.vds-ssl-confirm.ui-kit-confirm-container .ui-kit-confirm .ui-kit-button {
  width: 250px;
}
.vds-ssl-confirm.ui-kit-confirm-container .select-block {
  width: 410px;
  margin-top: 23px;
}
.vds-ssl-confirm__link {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #0f79d5;
  cursor: pointer;
}
.vds-ssl-confirm__image {
  position: absolute;
  right: 0;
  bottom: 0;
}
.vds-ssl-tab--dumb .vds-ssl-tab__select {
  margin-top: 23px;
  width: 410px;
  height: 36px;
  animation-name: resource-block-loading;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  background-color: #b0b0b0;
  border-color: #b0b0b0;
}
.vds-ssl-tab--dumb .vds-ssl-tab__button {
  margin-top: 24px;
  width: 250px;
  height: 46px;
  animation-name: resource-block-loading;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  background-color: #b0b0b0;
  border-color: #b0b0b0;
}
.vds-ssl-tab-header {
  display: flex;
  width: 410px;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  border-bottom: 1px solid rgba(69, 85, 98, 0.25);
}
.vds-ssl-tab-header__item {
  opacity: 0.7;
  cursor: pointer;
  padding: 13px 0;
  margin-right: 30px;
}
.vds-ssl-tab-header__item--current {
  opacity: 1;
  color: #0f79d5;
  border-bottom: 2px solid #0f79d5;
}
.vds-ssl-tab-body {
  font-size: 14px;
  line-height: 18px;
  margin: 24px 0 20px;
}
.vds-ssl-tab-body .ssl-upload-form__uploader {
  width: 408px;
}
.vds-ssl-tab-body .ssl-upload-form__uploader:first-child {
  margin-bottom: 15px;
}
.vds-ssl-tab-body .ssl-upload-form .form-file-uploader {
  width: 408px;
  flex-direction: row;
}
.vds-ssl-tab-body .ssl-upload-form .form-file-uploader__icon {
  margin: 0 18px;
}
.vds-ssl-tab-body .ssl-upload-form .form-file-uploader__inner {
  flex: 1;
}
.vds-ssl-tab-body .ssl-upload-form .form-file-uploader__label {
  font-size: 14px;
  line-height: 18px;
}
.vds-ssl-tab-body .ssl-upload-form .form-file-uploader__extensions {
  opacity: 0.75;
  font-size: 12px;
  line-height: 18px;
  width: auto;
  text-align: left;
}
.vds-account-delete-confirm__description {
  text-align: start;
}
.vds-account-delete-confirm span {
  font-weight: 500;
}
.vds-panel-virtualhost-change-confirm.ui-kit-confirm-container {
  margin-top: 6%;
  width: 500px;
}
.vds-panel-virtualhost-change-confirm.ui-kit-confirm-container .ui-kit-button {
  width: 178px;
}
.vds-panel-virtualhost-change-confirm.ui-kit-confirm-container .ui-kit-form-checkbox-label {
  flex-direction: row-reverse;
}
.vds-panel-virtualhost-change-confirm.ui-kit-confirm-container .ui-kit-form-checkbox {
  margin-bottom: 30px;
}
.vds-panel-virtualhost-change-confirm.ui-kit-confirm-container .ui-kit-form-tags-input-block__inner {
  width: 380px;
}
.vds-panel-virtualhost-change-confirm__select {
  margin: 17px 0 30px;
  position: relative;
}
.vds-panel-virtualhost-change-confirm__select .select-inner__control {
  background-color: #ffffff !important;
}
.vds-panel-virtualhost-change-confirm__select .select-block {
  margin-top: 9px;
  border: solid 1px #cccccc;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.vds-panel-virtualhost-change-confirm__select .form-select-inner__label {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
}
.virtualhost-create-confirm-name {
  position: relative;
}
.virtualhost-create-confirm-name__test-domain {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  color: #0f79d5;
  font-size: 13px;
  cursor: pointer;
  margin-bottom: 17px;
  display: inline-block;
  border-bottom: 1px dashed #0f79d5;
}
.virtualhost-create-confirm-name .ui-kit-form-input {
  color: #455562;
  margin-bottom: 9px;
}
.virtualhost-create-confirm-name .ui-kit-form-input-with-block {
  width: 100%;
}
.virtualhost-create-confirm-name .ui-kit-form-input-with-block__sub-title {
  padding-right: 20px;
  border-left: none;
  justify-content: start;
  border-right: 1px solid #cccccc;
  -webkit-border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
}
.virtualhost-create-confirm-name .ui-kit-form-input-with-block__input {
  flex: 1;
}
.virtualhost-create-confirm-name .ui-kit-form-input-label {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #455562;
}
.virtualhost-create-confirm-name .netangels-icon-close:before {
  right: 0;
  top: 42px;
  font-size: 10px;
  cursor: pointer;
  margin-right: 10px;
  position: absolute;
  color: #455562;
}
.vds-panel-virtualhost-create-confirm.ui-kit-confirm-container {
  width: 500px;
}
.vds-panel-virtualhost-create-confirm.ui-kit-confirm-container .ui-kit-button {
  width: 178px;
}
.vds-panel-virtualhost-create-confirm.ui-kit-confirm-container .ui-kit-confirm__title {
  text-align: start;
}
.change-php-version-confirm.ui-kit-confirm-container .ui-kit-confirm__title {
  text-align: left;
}
.change-php-version-confirm__warning {
  margin-top: 20px;
  font-size: 14px;
  line-height: 20px;
  color: #455562;
}
.vds-panel-table {
  box-sizing: border-box;
  margin: 30px 23px;
  border: 1px solid rgba(69, 85, 98, 0.15);
  background-color: #FFFFFF;
}
.vds-panel-table .vds-panel-table-column-name {
  text-align: start;
  opacity: 0.8;
  color: #455562;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 16px;
  padding: 23px 0;
}
.vds-panel-table .vds-panel-table-column-name:first-child {
  padding: 23px 0 23px 24px;
}
.vh-list-entry-name__name {
  color: #0f79d5;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 19px;
}
.vds-panel-table-instance-col--vh-name {
  width: 250px;
}
.vds-panel-table-instance-col--vh-ssl {
  width: 75px;
}
.vds-panel-table-instance-col--vh-state {
  width: 90px;
}
.vds-panel-table-instance-col--vh-comment {
  cursor: pointer;
  height: 70px;
  padding-right: 30px;
}
.vds-panel-table-instance-col--vh-comment .vds-panel-table-instance-col__cell {
  padding: 3px 0 0;
}
.vds-panel-table-instance-col--vh-details {
  width: 50px;
}
.vh-list-entry-actions {
  position: relative;
}
.vh-list-entry-actions .actions {
  top: -15px;
  right: 0;
}
.vds-panel-table-instance:hover {
  background-color: rgba(69, 85, 98, 0.02);
}
.vds-panel-table-instance:hover .ui-kit-entry-comment__add-comment {
  opacity: 1;
}
.vh-list-entry-ssl__icon {
  cursor: pointer;
}
.ftp-change-password-confirm .netangels-loader,
.vds-panel-virtualhost-change-confirm .netangels-loader,
.vds-panel-virtualhost-switch-confirm .netangels-loader {
  left: 7px;
}
.vds-panel__virtualhosts-list-search {
  margin-left: 20px;
}
.vds-panel__virtualhosts-list-search .ui-kit-form-errors {
  position: absolute;
}
.vds-panel-search {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 50px;
}
.vds-panel-search__empty-text {
  margin-top: 18px;
  opacity: 0.5;
  color: #455562;
  font-size: 16px;
  line-height: 19px;
}
.search-input-tooltip {
  padding: 10px 13px !important;
}
.search-input-tooltip-text {
  font-size: 13px;
  line-height: 15px;
}
.search-input-tooltip-text__hint {
  margin-top: 2px;
  opacity: 0.7;
  font-size: 11px;
  line-height: 13px;
}
.vh-list-entry-aliases__list {
  color: #455562;
  font-size: 12px;
  width: 200px;
  line-height: 16px;
  margin-right: 5px;
}
.vh-list-entry-aliases-list__item {
  overflow: hidden;
  text-overflow: ellipsis;
}
.vh-list-entry-aliases-list__left {
  cursor: pointer;
  color: #0f79d5;
  text-decoration: underline;
}
.vds-panel-virtualhosts .vds-panel-instances {
  flex: none;
  margin-bottom: 0;
}
.vds-panel-virtualhosts .vds-panel-instances .vds-panel-table {
  width: 100%;
}
.vds-panel-virtualhosts .pagination-footer {
  margin: -10px 23px 30px;
}
.notification_confirm-unread {
  cursor: pointer;
  position: relative;
  display: flex;
}
.notification_confirm-unread .circle {
  width: 24px;
  height: 15px;
  font-size: 11px;
  line-height: 1.5;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}
.notification_confirm {
  width: 48px;
}
.notification_confirm__icon {
  font-size: 23px;
}
.notification_confirm_detail {
  width: 360px;
  top: 71px;
  right: -53px;
  z-index: 9999999999;
  position: absolute;
  box-shadow: 0 12px 20px 0 rgba(51, 51, 51, 0.15);
}
.notification_confirm_detail-header {
  color: #ffffff;
  text-align: center;
  padding: 17px 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #1097d5), color-stop(1, #107ad5));
  background-image: -moz-linear-gradient(to left, #1097d5 5%, #107ad5 100%);
  background-image: -webkit-linear-gradient(to left, #1097d5 5%, #107ad5 100%);
  background-image: -o-linear-gradient(left, #1097d5, #107ad5);
  background-image: -ms-linear-gradient(left, #1097d5 5%, #107ad5 100%);
  background-image: linear-gradient(to left, #1097d5 5%, #107ad5 100%);
  background-color: #1097d5;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
.notification_confirm_detail-header__count {
  font-size: 32px;
  font-weight: 500;
}
.notification_confirm_detail-messages {
  background-color: #ffffff;
}
.message_block {
  padding: 16px;
  display: flex;
  color: #455562;
}
.message_block__time {
  top: 16px;
  right: 16px;
  width: 45px;
  opacity: 0.5;
  font-size: 11px;
  text-align: end;
  word-break: break-word;
}
.message_block__state {
  width: 8px;
  height: 8px;
  background-color: #0f79d5;
  margin: 3px 16px 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.message_block .ui-kit-separator {
  margin-top: 16px;
  margin-left: -16px;
  position: absolute;
}
.message_block--error {
  color: #d06565;
}
.message_block--error .message_block__state {
  background-color: #d06565;
}
.message_block--is_read {
  opacity: 0.7;
}
.message_block--is_read .message_block__state {
  display: none;
}
.message_block .react-sweet-progress-line-inner {
  min-height: 4px;
}
.message_block .react-sweet-progress-symbol {
  display: none;
}
.message_block-inner {
  width: 270px;
  padding-right: 10px;
}
.message_block-inner__text {
  font-size: 12px;
  word-break: break-word;
}
.message_block-inner .react-sweet-progress {
  padding-top: 10px;
}
.nt_messages-block {
  background-color: #ffffff;
}
.nt_messages-block__title {
  opacity: 0.75;
  font-size: 10px;
  font-weight: 500;
  padding: 12px;
  letter-spacing: 1.4px;
  background-color: #f5f5f5;
}
.notifications_moment_block {
  right: 44px;
  top: 75px;
  z-index: 999999999;
  position: fixed;
}
.notification_moment {
  width: 360px;
  color: #ffffff;
  opacity: 0.9;
  display: flex;
  font-size: 14px;
  font-weight: 500;
  padding: 14px 16px;
  margin-bottom: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 0 4px 7px 0 rgba(51, 51, 51, 0.15);
}
.notification_moment .netangels-icon-close::before {
  cursor: pointer;
}
.notification_moment--error {
  background-color: #d06565;
}
.notification_moment--success {
  background-color: #11ab70;
}
.notification_moment--progress {
  background-color: #455562;
}
.notification_moment--info {
  background-color: #455562;
}
.notification_moment--warning {
  background-color: #e17334;
}
.notification_moment-message {
  display: flex;
  flex: 1;
  padding-right: 15px;
  flex-direction: column;
}
.notification_moment-message__text {
  line-height: 1.3;
  word-break: break-word;
}
.notification_moment-message__progress {
  padding-top: 10px;
}
.notification_moment-message .react-sweet-progress-symbol {
  display: none;
}
.notification_moment-message .react-sweet-progress-line-inner {
  min-height: 8px;
}
.cvds-panel-v1 {
  display: flex;
  margin-top: 55px;
}
@media screen and (max-width: 1330px) {
  .cvds-panel-v1 {
    flex-direction: column;
  }
}
.cvds-panel-v1 .section-error {
  margin: 0 auto;
}
.php-submit-wrapper + .cvds-panel-v1 {
  margin-top: 121px;
}
.virtualhost-page,
.container-page {
  display: flex;
}
@media screen and (max-width: 1330px) {
  .virtualhost-page,
  .container-page {
    flex-direction: column;
  }
}
.virtualhost-page__title,
.create-container-title {
  display: flex;
  position: relative;
  align-items: center;
  margin: 34px 8px 32px;
  line-height: 1.2;
  padding-left: 35px;
  font-weight: 400;
}
@media screen and (max-width: 1330px) {
  .virtualhost-page__title,
  .create-container-title {
    width: 900px;
    padding-left: 0;
  }
}
.virtualhost-page__title .netangels-icon-back-button,
.create-container-title .netangels-icon-back-button {
  width: 30px;
  left: 3px;
  font-size: 20px;
  cursor: pointer;
  color: #455562;
  position: absolute;
}
@media screen and (max-width: 1330px) {
  .virtualhost-page__title .netangels-icon-back-button,
  .create-container-title .netangels-icon-back-button {
    left: -32px;
  }
}
.virtualhost-page__title h1,
.create-container-title h1 {
  max-width: 700px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.create-container__steps {
  display: flex;
  margin-bottom: 26px;
  margin-left: 30px;
}
.create-container__steps > .container_create_step:not(:last-child) {
  margin-right: 32px;
}
@media screen and (max-width: 1330px) {
  .create-container-title {
    margin: 34px auto 32px 60px;
  }
}
.create-container-title__h1 {
  font-size: 24px;
  font-weight: 400;
}
.create-container-title .netangels-icon-back-button {
  top: 2px;
}
@media screen and (max-width: 1330px) {
  .virtualhost-page-title {
    margin: 34px auto 27px;
  }
}
.virtualhost-page-title .netangels-icon-back-button {
  top: 8px;
}
.virtualhost-page .resource-list-horizontal .ui-kit-button--add-resource {
  min-width: 236px;
  height: 22px;
  justify-content: center;
}
.container-transfer {
  display: flex;
  flex-direction: column;
  position: relative;
  height: 100%;
}
.container-transfer .button {
  width: 196px;
  height: 38px;
}
.container-transfer__image {
  right: 0;
  z-index: -1;
  bottom: 0;
  position: absolute;
}
.container-transfer-info {
  flex: 1;
  margin: 0 27px 50px;
  text-align: start;
}
.container-transfer-info__description {
  width: 690px;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 23px;
  color: #455562;
}
.container-transfer-info__detail {
  width: 550px;
  margin-bottom: 30px;
  background-color: #ffffff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  box-shadow: 0 2px 8px 0 rgba(51, 51, 51, 0.15);
}
.container-transfer-info .ui-kit-separator {
  width: 108%;
  margin-left: -24px;
}
.container-transfer-detail {
  padding: 25px 22px;
}
.container-transfer-detail__container-info {
  height: 147px;
  display: flex;
  margin-left: 42px;
  margin-bottom: 20px;
}
.container-transfer-detail__paid-till {
  color: #11ab70;
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  margin-left: 44px;
  margin-bottom: 20px;
}
.container-transfer-detail-title {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
.container-transfer-detail-title__title {
  color: #0f79d5;
  font-size: 16px;
  font-weight: 500;
}
.container-transfer-detail-title__icon {
  margin-right: 16px;
}
.container-transfer-detail-attention {
  display: flex;
  margin-top: 20px;
  align-items: start;
}
.container-transfer-detail-attention__icon {
  margin-right: 16px;
}
.container-transfer-detail-attention__text {
  width: 500px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.38;
}
.ct-container-info {
  color: #455562;
  margin-right: 80px;
}
.ct-container-info:last-child {
  margin-right: 0;
}
.ct-container-info__vh-list {
  overflow-y: auto;
  height: 122px;
  max-width: 258px;
  overflow-x: hidden;
}
.ct-container-info__title {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 10px;
  padding-right: 10px;
}
.ct-container-info .vh-item {
  font-size: 12px;
  line-height: 1.67;
  margin-bottom: 3px;
  padding-right: 20px;
}
.ct-container-info__ct-params {
  padding-top: 5px;
}
.ct-container-info .cst-resource {
  width: 160px;
  margin-bottom: 10px;
}
.react-checkbox-tree {
  display: flex;
  flex-direction: row-reverse;
  font-size: 16px;
}
.react-checkbox-tree > ol {
  flex: 1 1 auto;
}
.react-checkbox-tree ol {
  margin: 0;
  padding-left: 0;
  list-style-type: none;
}
.react-checkbox-tree ol ol {
  padding-left: 24px;
}
.react-checkbox-tree button {
  line-height: normal;
  color: inherit;
}
.react-checkbox-tree button:focus {
  outline: none;
}
.react-checkbox-tree button:disabled {
  cursor: not-allowed;
}
.react-checkbox-tree .rct-bare-label {
  cursor: default;
}
.react-checkbox-tree label {
  margin-bottom: 0;
  cursor: pointer;
}
.react-checkbox-tree label:hover {
  background: rgba(51, 51, 204, 0.1);
}
.react-checkbox-tree label:active {
  background: rgba(51, 51, 204, 0.15);
}
.react-checkbox-tree:not(.rct-native-display) input {
  display: none;
}
.react-checkbox-tree.rct-native-display input {
  margin: 0 5px;
}
.react-checkbox-tree .rct-icon {
  display: inline-block;
  text-align: center;
  text-rendering: auto;
  font-family: "Font Awesome 5 Free", "FontAwesome", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
}
.rct-disabled > .rct-text > label {
  opacity: 0.75;
  cursor: not-allowed;
}
.rct-disabled > .rct-text > label:hover {
  background: transparent;
}
.rct-disabled > .rct-text > label:active {
  background: transparent;
}
.rct-text {
  display: flex;
  align-items: center;
}
.rct-options {
  flex: 0 0 auto;
  margin-left: 0.5rem;
  text-align: right;
}
.rct-option {
  opacity: 0.75;
  border: 0;
  background: none;
  cursor: pointer;
  padding: 0 4px;
  font-size: 18px;
}
.rct-option:hover {
  opacity: 1;
}
.rct-option + .rct-option {
  margin-left: 2px;
}
.rct-collapse,
.rct-checkbox,
.rct-node-icon {
  padding: 0 5px;
}
.rct-collapse *,
.rct-checkbox *,
.rct-node-icon * {
  display: inline-block;
  margin: 0;
  width: 14px;
}
.rct-collapse {
  border: 0;
  background: none;
  line-height: normal;
  color: inherit;
  font-size: 12px;
}
.rct-collapse.rct-collapse-btn {
  cursor: pointer;
}
.rct-collapse > .rct-icon-expand-close {
  opacity: 0.5;
}
.rct-collapse > .rct-icon-expand-close:hover {
  opacity: 1;
}
.rct-native-display .rct-checkbox {
  display: none;
}
.rct-node-clickable {
  cursor: pointer;
}
.rct-node-clickable:hover {
  background: rgba(51, 51, 204, 0.1);
}
.rct-node-clickable:focus {
  outline: 0;
  background: rgba(51, 51, 204, 0.2);
}
.rct-node-icon {
  color: #33c;
}
.rct-title {
  padding: 0 5px;
}
.rct-icons-fa4 .rct-icon-expand-close::before {
  content: "\f054";
}
.rct-icons-fa4 .rct-icon-expand-open::before {
  content: "\f078";
}
.rct-icons-fa4 .rct-icon-uncheck::before {
  content: "\f096";
}
.rct-icons-fa4 .rct-icon-check::before {
  content: "\f046";
}
.rct-icons-fa4 .rct-icon-half-check::before {
  opacity: 0.5;
  content: "\f046";
}
.rct-icons-fa4 .rct-icon-leaf::before {
  content: "\f016";
}
.rct-icons-fa4 .rct-icon-parent-open::before {
  content: "\f115";
}
.rct-icons-fa4 .rct-icon-parent-close::before {
  content: "\f114";
}
.rct-icons-fa4 .rct-icon-expand-all::before {
  content: "\f0fe";
}
.rct-icons-fa4 .rct-icon-collapse-all::before {
  content: "\f146";
}
.rct-icons-fa5 .rct-icon-expand-close::before {
  font-weight: 900;
  content: "\f054";
}
.rct-icons-fa5 .rct-icon-expand-open::before {
  font-weight: 900;
  content: "\f078";
}
.rct-icons-fa5 .rct-icon-uncheck::before {
  content: "\f0c8";
}
.rct-icons-fa5 .rct-icon-check::before {
  content: "\f14a";
}
.rct-icons-fa5 .rct-icon-half-check::before {
  opacity: 0.5;
  content: "\f14a";
}
.rct-icons-fa5 .rct-icon-leaf::before {
  content: "\f15b";
}
.rct-icons-fa5 .rct-icon-parent-open::before {
  content: "\f07c";
}
.rct-icons-fa5 .rct-icon-parent-close::before {
  content: "\f07b";
}
.rct-icons-fa5 .rct-icon-expand-all::before {
  content: "\f0fe";
}
.rct-icons-fa5 .rct-icon-collapse-all::before {
  content: "\f146";
}

