@import url("https://fonts.googleapis.com/css?family=Archivo:regular,italic,500,500italic,600,600italic,700,700italic%7CArchivo+Narrow:regular,500,600,700&amp;subset=latin-ext,vietnamese,latin");
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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

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

.right {
  float: right;
}

.left {
  float: right;
}

.alerts-wrapper {
  margin-bottom: 35px;
}

.icon {
  font-family: 'icomoon';
  position: absolute;
}
.icon .icon-error:before {
  content: "\e920";
}

.subscription-buttons-wrapper .btn {
  margin: 0 10px 20px;
}

.alert {
  padding: 10px 24px 10px 50px;
  border-radius: 4px;
  position: relative;
  line-height: 1.4;
  color: #fff;
}
.alert--error, .alert-error {
  background-color: #FF3E30;
}
.alert--warning, .alert-warning {
  background-color: #FEB126;
}
.alert ul {
  line-height: 28px;
}
.alert .close {
  position: absolute;
  bottom: calc(50% - 7px);
  right: 14px;
  background: none;
  border: none;
  color: #fff;
  padding: 0;
}
.alert .close:before {
  cursor: pointer;
  font-family: 'icomoon';
  content: "\e91c";
  line-height: 14px;
  font-size: 14px;
}
.alert .icon {
  left: 20px;
  top: calc(50% - 10.5px);
}
.alert .icon .icon-error:before {
  width: 21px;
  height: 21px;
  font-size: 21px;
  line-height: 21px;
}

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

.clearfix:after {
  clear: both;
}

header {
  height: 70px;
  background-color: #071937;
}

body.full-height-page footer {
  position: absolute;
  bottom: 0;
}

.page-wrapper {
  min-height: 100vh;
}

.content {
  background-image: url(../images/bg-right.png), url(../images/bg-left.png);
  background-position: 100% 100%, 0% 0%;
  background-size: auto 300px, auto 550px;
  background-repeat: no-repeat, no-repeat;
  background-attachment: fixed, fixed;
  padding: 100px 0 50px;
  height: 100%;
}

.container {
  max-width: 800px;
  margin: auto;
}
.container--header {
  text-align: center;
}
.container--login, .container--register {
  margin: 0 auto 100px;
}
.container--login label, .container--register label {
  margin-bottom: 5px;
  display: inline-block;
  color: #505F79;
}
.container--login-sh, .container--register-sh {
  max-width: 600px;
}
.container--subscription {
  margin: 50px auto 100px;
}
.container--footer {
  padding-top: 15px;
  border-top: 1px solid #DFE1E5;
  margin-bottom: 25px;
}

.row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: stretch;
}

.cl-6 {
  display: inline-block;
  min-height: 1px;
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  width: 46%;
}
.cl-6:first-child {
  margin-right: 4%;
}
.cl-6:last-child {
  margin-left: 4%;
}

.cl-12 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  width: 100%;
}

.non-visible {
  position: absolute;
  visibility: hidden;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
  .cl-m-12 {
    width: 100%;
    margin: 0 15px 0 15px;
  }
  .cl-m-12:first-child, .cl-m-12:last-child {
    width: 100%;
    margin: 0 15px 0 15px;
  }
}
@font-face {
  font-family: 'icomoon';
  src: url("../../slicing/fonts/icomoon.eot?4y2ai3");
  src: url("../../slicing/fonts/icomoon.eot?4y2ai3#iefix") format("embedded-opentype"), url("../../slicing/fonts/icomoon.ttf?4y2ai3") format("truetype"), url("../../slicing/fonts/icomoon.woff?4y2ai3") format("woff"), url("../../slicing/fonts/icomoon.svg?4y2ai3#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
html, body {
  font-family: Archivo, sans-serif;
  font-size: 16px;
}

h1 {
  font-size: 36px;
  line-height: 47px;
  letter-spacing: 0.5px;
}
h1:after {
  background: linear-gradient(90deg, rgba(38, 146, 255, 0) 0%, #2692FF 100%);
  width: 75px;
  height: 3px;
  content: " ";
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
  margin-top: 7px;
}

.description {
  color: #505F79;
  letter-spacing: 0.25px;
  font-size: 18px;
  line-height: 31px;
  margin-bottom: 40px;
}

a {
  color: inherit;
}

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

.link {
  color: #0076FF;
}

.logo {
  padding-top: 15px;
  display: inline-block;
}

footer {
  width: 100%;
  font-size: 14px;
  line-height: 160%;
  color: #8993A4;
}
footer a {
  color: inherit;
}

#sliding-popup {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0;
  min-height: 100px;
  z-index: 3;
  background-color: rgba(7, 25, 55, 0.9);
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  flex-direction: row;
  -ms-flex-align: center;
  align-items: center;
  display: flex;
  color: #fff;
  line-height: 1.65em;
}
#sliding-popup .popup-content {
  width: 100%;
  max-width: 1240px;
  font-size: 14px;
  margin: 0 auto;
  padding: 25px 45px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end;
  display: flex;
}
#sliding-popup #popup-text {
  max-width: 680px;
  margin-right: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #fff;
}
#sliding-popup .inline-block-text {
  display: inline-block;
}
#sliding-popup #popup-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
#sliding-popup #popup-buttons .btn {
  font-size: 14px;
  letter-spacing: 0.25px;
  margin: 0 10px;
}

@media screen and (max-width: 767px) {
  .popup-content {
    flex-direction: column;
  }

  #popup-text {
    margin-bottom: 15px;
  }
}
/**
  Various buttons. It is separate file from forms since they
 */
.btn {
  display: inline-block;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 13px 25px;
  line-height: 17px;
  background-color: #0076FF;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  border: none;
  cursor: pointer;
}
.btn:hover {
  background-color: #006be6;
  color: #ffffff;
}
.btn.form-button-disabled, .btn.progress-disabled {
  background-color: #73b1fa;
  cursor: not-allowed;
}
.btn--full-width {
  width: 100%;
}
.btn--social {
  padding-left: 50px;
  padding-right: 30px;
  text-transform: none;
  box-shadow: 0px 2px 4px rgba(112, 135, 173, 0.25);
  position: relative;
  margin-bottom: 25px;
}
.btn--social:before {
  font-family: "icomoon";
  position: absolute;
  left: 0;
  bottom: 0;
}
.btn--outline-red {
  color: #f93e30;
  border: 2px solid #f93e30;
  background-color: #fff0;
  font-weight: 500;
  padding: 12px 25px;
  text-transform: none;
  font-size: 16px;
}
.btn--outline-red:hover {
  background-color: #f93e30;
  color: #fff;
}
.btn--outline-blue {
  color: #2692ff;
  border: 2px solid #2692ff;
  background-color: #fff0;
  font-weight: 500;
  padding: 12px 25px;
  text-transform: none;
  font-size: 16px;
}
.btn--outline-blue:hover {
  background-color: #2692ff;
  color: #fff;
}
.btn--social-google {
  background-color: #fff;
  color: #717374;
}
.btn--social-google:before {
  content: " ";
  background: url(../images/google-icon.svg) no-repeat no-repeat;
  background-position: 0 0;
  background-size: 100% 100%;
  width: 24px;
  height: 24px;
  margin: 9px 8px 9px 8px;
}
.btn--social-gitlab {
  background-color: #fff;
  color: #717374;
  box-shadow: 0 2px 4px 1px rgba(112, 135, 173, 0.25);
}
.btn--social-gitlab:hover {
  background-color: #fffefd;
  color: #717374;
}
.btn--social-gitlab:before {
  content: "\e90b";
  width: 25px;
  height: 21px;
  margin: 9px 8px 9px 8px;
  font-size: 29px;
  color: #fca326;
}
.btn--social-github {
  background-color: #333333;
}
.btn--social-github:hover {
  background-color: #24292e;
}
.btn--social-github:before {
  content: "\e718";
  font-size: 18px;
  line-height: 18px;
  padding: 12px 11px;
}
.btn--social-bitbucket, .btn--social-bitbucket-dc {
  background-color: #0052CC;
}
.btn--social-bitbucket:hover, .btn--social-bitbucket-dc:hover {
  background-color: #003366;
}
.btn--social-bitbucket:before, .btn--social-bitbucket-dc:before {
  content: "\e92c";
  font-size: 18px;
  line-height: 18px;
  padding: 12px 11px;
}
.btn--social-facebook {
  background-color: #4267B2;
}
.btn--social-facebook:before {
  content: "\e91e";
  font-size: 18px;
  line-height: 18px;
  padding: 12px 11px;
}
.btn--back {
  color: #505F79;
  border-radius: 3px;
  border: 1px solid #DFE1E5;
  background: #FFF;
  text-decoration: none;
  padding: 9px 20px;
  margin-right: 10px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.form-item {
  font-family: Archivo, sans-serif;
  box-sizing: border-box;
  border-radius: 4px;
  max-width: 100%;
  width: 100%;
  font-size: 16px;
  outline: none;
}
.form-item--text, .form-item--pass {
  padding: 13px 16px;
  background-color: #fff;
  border: 1px solid #DFE1E5;
}
.form-item--text:focus, .form-item--pass:focus {
  border: 1px solid #B2D9FF;
}
.form-item--text.error, .form-item--pass.error {
  border: 1px solid #FFB3AD;
}
.form-item--submit {
  border: none;
  font-weight: bold;
  letter-spacing: 1px;
}
.form-item--full-width, .form-item.password-field {
  width: 100%;
}

.form-field {
  margin-bottom: 25px;
}
.form-field--already-user {
  font-size: 16px;
  line-height: 28px;
  color: #8993A4;
}
.form-field--error {
  display: inline-block;
  font-weight: 500;
  font-size: 13px;
  line-height: 135%;
  color: #FF3E30;
  position: relative;
  padding-left: 23px;
  margin-top: 13px;
}
.form-field--error .icon {
  font-size: 16px;
  line-height: 16px;
  position: absolute;
  left: 0;
}

.composed-fields {
  position: relative;
}
.composed-fields--input {
  width: calc(75% + 5px);
}
.composed-fields--button {
  width: 25%;
  position: absolute;
  right: 0;
  top: 0;
}
.composed-fields--button .btn {
  padding: 14px 0;
}

.restore-pass-form .composed-fields {
  max-width: 540px;
  width: 100%;
  margin: 0 auto;
}

.form-footer--login, .form-footer--register {
  padding-top: 25px;
  border-top: 1px solid #DFE1E5;
  margin-bottom: 0;
}

.input-group-addon {
  border: 1px solid #E5E9EC;
  color: #9EA9B2;
  font-size: 14px;
  padding: 6px 10px;
  border-radius: 3px;
  transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s,color 0.2s linear 0s, box-shadow 0.2s linear 0s, background 0.2s linear 0s;
}
.input-group-addon i {
  position: relative;
  top: 1px;
}
.input-group-addon.primary {
  border-radius: 0px 3px 3px 0px !important;
  background-color: #0076FF;
  border: 1px solid #0076FF;
  color: #FFF;
  background-color: #0076FF;
  border: 1px solid #0076FF;
  color: #FFF;
}
.input-group-addon.primary .arrow {
  color: #0076FF;
}
.input-group-addon.success {
  background-color: #0090d9;
  color: #FFF;
}
.input-group-addon.success .arrow {
  color: #0090d9;
}
.input-group-addon.info {
  background-color: #1f3853;
  color: #FFF;
}
.input-group-addon.info .arrow {
  color: #1f3853;
}
.input-group-addon.warning {
  background-color: #fbb05e;
  color: #FFF;
  background-color: #fbb05e;
  color: #FFF;
}
.input-group-addon.warning .arrow {
  color: #fbb05e;
}
.input-group-addon.danger {
  background-color: #f35958;
  color: #FFF;
}
.input-group-addon.danger .arrow {
  color: #f35958;
}
.input-group-addon .arrow {
  position: relative;
  right: -6px;
  color: #D1DADE;
  z-index: 100;
}
.input-group-addon .arrow:before {
  font-family: 'FontAwesome';
  content: "\f0da";
  font-size: 23px;
  position: absolute;
  left: 17px;
  top: -2px;
}
.input-group-addon:last-child .arrow:before {
  font-family: 'FontAwesome';
  content: "\f0d9";
  font-size: 23px;
  position: absolute;
  left: -23px;
  top: -2px;
}
.input-group-addon:last-child input {
  border-left: 0px;
}

.form-item-callback-url,
.form-item-webhook-url,
.form-item-system-hook-url,
.form-item-system-hook-token {
  display: flex;
  flex-wrap: wrap;
}
.form-item-callback-url label,
.form-item-webhook-url label,
.form-item-system-hook-url label,
.form-item-system-hook-token label {
  flex: 0 0 100%;
}

.copy-value {
  border-radius: 4px 0 0 4px;
  flex-grow: 1;
  width: auto;
}

.field-suffix {
  position: relative;
}

.copy-to-clipboard {
  width: 30px;
  float: left;
  height: 37px;
  cursor: pointer;
}
.copy-to-clipboard .icon-custom-paste {
  top: 12px;
  left: 8px;
}

.copied {
  display: none;
  margin-left: 10px;
  width: 50px;
  padding: 9px 30px;
  line-height: 18px;
  border-radius: 3px;
  color: #246a8e;
  background-color: #ebf6fb;
  border-color: #bfd4de;
  text-align: center;
  position: absolute;
  top: 8px;
}

.integration-form__actions {
  display: flex;
}
.integration-form__actions .form-item--submit {
  flex-grow: 1;
  width: auto;
}

.system-hook-container {
  display: flex;
  gap: 10px;
  align-items: center;
  margin: -15px 0 35px;
  justify-content: center;
}
.system-hook-container .btn {
  margin: 0;
}

.system-hook {
  color: #505F79;
  border-radius: 3px;
  border: 1px solid #DFE1E5;
  background: #FFF;
  display: flex;
  align-items: center;
  padding: 10px;
}
.system-hook .hook-status {
  border-radius: 3px;
  border: 1px solid #B2D9FF;
  background: #F7FBFF;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  position: relative;
}
.system-hook .hook-status.active {
  border: 1px solid #0076FF;
}
.system-hook .hook-status.active:before {
  content: "\e716";
  font-size: 13px;
  line-height: 18px;
  padding: 3px 4px;
  color: #0076FF;
  font-family: "icomoon";
  position: absolute;
  left: 0;
  bottom: 0;
}

.system-hook-manual {
  margin-bottom: 15px;
}

.link-field-url label {
  display: none;
}

.field-name-field-integration-type .select2-container {
  display: block;
}
.field-name-field-integration-type .select2-container a {
  padding: 13px 16px;
}
.field-name-field-integration-type .select2-container .select2-choice {
  height: auto;
  line-height: 1;
}
.field-name-field-integration-type .select2-container .select2-choice b {
  display: flex;
  align-items: center;
}
.field-name-field-integration-type .select2-container .select2-choice b:before {
  content: "\e674";
  font-family: "icomoon";
  color: #80858b;
  font-size: 16px !important;
  transform: rotate(90deg);
}
.field-name-field-integration-type .select2-container .select2-choice div {
  padding: 0 10px;
  border-left: none;
}

.page-user-integrate-url .select2-drop .select2-search {
  display: none;
}
.page-user-integrate-url .select2-drop .select2-result-label {
  padding: 10px 12px;
}
.page-user-integrate-url .select2-drop .select2-highlighted {
  background-color: #e4f4fb;
}

.field-name-field-integration-api-url input.disabled {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default;
}

.password-strength-strength-bar {
  display: none;
}

.password-strength-message-requirements,
.password-strength-message-flaws,
.password-strength-message-strength {
  margin-top: 12px;
  font-weight: 500;
  font-size: 13px;
  line-height: 135%;
  letter-spacing: 0.25px;
  color: #8993A4;
}

.password-strength-message-strength .name {
  float: left;
}

.password-strength-message-strength .name,
.password-strength-message-flaws p {
  color: #505F79;
}

.password-strength-message-strength {
  display: inline-block;
}
.password-strength-message-strength .value {
  float: right;
}

.password-strength-message-requirements .value:before,
.password-strength-message-strength .value:before {
  font-family: 'icomoon';
  font-size: 14px;
  line-height: 14px;
  width: 14px;
  padding: 0 5px;
  display: inline-block;
  height: 14px;
}
.password-strength-message-requirements .value.text-score-0, .password-strength-message-requirements .value.text-score-1,
.password-strength-message-strength .value.text-score-0,
.password-strength-message-strength .value.text-score-1 {
  color: #FF3E30;
  position: relative;
}
.password-strength-message-requirements .value.text-score-0:before, .password-strength-message-requirements .value.text-score-1:before,
.password-strength-message-strength .value.text-score-0:before,
.password-strength-message-strength .value.text-score-1:before {
  content: '\e91f';
}
.password-strength-message-requirements .value.text-score-2,
.password-strength-message-strength .value.text-score-2 {
  color: #FEC508;
  position: relative;
}
.password-strength-message-requirements .value.text-score-2:before,
.password-strength-message-strength .value.text-score-2:before {
  content: '\e91d';
}
.password-strength-message-requirements .value.text-score-3, .password-strength-message-requirements .value.text-score-4,
.password-strength-message-strength .value.text-score-3,
.password-strength-message-strength .value.text-score-4 {
  color: #6FD450;
  position: relative;
}
.password-strength-message-requirements .value.text-score-3:before, .password-strength-message-requirements .value.text-score-4:before,
.password-strength-message-strength .value.text-score-3:before,
.password-strength-message-strength .value.text-score-4:before {
  content: '\e91d';
}

.password-strength-message-flaws ul {
  list-style: disc;
  list-style-position: inside;
}

.password-strength-message-flaws ul,
.password-strength-message-requirements {
  color: #8993A4;
}
