@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans&display=swap");

html {
  font-family: "Noto Sans", "Arial", "Helvetica", sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  font-family: "Noto Sans", "Arial", "Helvetica", sans-serif;
}

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

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

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

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

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

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  margin: 0.67em 0;
  font-family: "Noto Sans", "Arial", "Helvetica", sans-serif;
}

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

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

pre {
  overflow: auto;
}

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

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  border-radius: 8px;
  margin: 0;
}

button {
  overflow: visible;
  font-size: 20px;
  line-height: 1.7;
  font-weight: 300;
}

button,
select {
  text-transform: none;
}

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

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

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

input {
  line-height: normal;
}

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

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

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

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

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

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

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

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: "Noto Sans", "Arial", "Helvetica", serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  color: rgb(24, 3, 44);
  background-color: #fff;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  min-height: 100svh;
  position: relative;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #009dff;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #52c8ff;
  text-decoration: none;
}

figure {
  margin: 0;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #dbdbdb;
  margin: 1em 0;
  padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 700;
  line-height: 1.2;
  color: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
p {
  margin: 24px 0 24px 0;
}

h2,
h3,
h4,
h5,
h6,
.h2,
.h3,
.h4,
.h5,
.h6 {
  line-height: 1.6;
}

h1,
.h1 {
  font-size: 56px;
  line-height: 1.5;
  font-family: "Noto Sans", "Arial", "Helvetica", sans-serif;
}

h2,
.h2 {
  font-size: 48px;
  line-height: 1.7;
}

h3,
.h3 {
  font-size: 40px;
}

h4,
.h4 {
  font-size: 32px;
}

h5,
.h5 {
  font-size: 24px;
}

h6,
.h6 {
  font-size: 20px;
}

p {
  font-size: 16px;
  line-height: 1.7;
  font-weight: normal;
}

li {
  font-size: 14px;
  padding: 0.35em;
}

b,
strong {
  font-weight: 600;
}

small,
.small {
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
}

.extra-small {
  font-size: 14px;
  font-weight: normal;
}
dl {
  margin-top: 0;
}

dt,
dd {
  line-height: 1.5;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #818a91;
}

blockquote {
  padding: 12px 24px;
  margin: 0 0 24px;
  border-left: 5px solid #eceeef;
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}

address {
  margin-bottom: 24px;
  font-style: normal;
  line-height: 1.5;
}

.clearfix:before,
.clearfix:after {
  display: table;

  content: "";
}

.clearfix:after {
  clear: both;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.list-unstyled {
  list-style: none;
  padding-left: 0;
}

.hidden {
  display: none !important;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.nesty-input {
  display: block;
  width: 100%;
  height: 38px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.5;
  color: #55595c;
  background-color: #fff;
  background-image: none;
  border: 2px solid #d4d0d7;
  border-radius: 8px;
  -webkit-transition: border-color ease-in-out 0.15s,
    box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.nesty-input:focus {
  border-color: #9ed5e7;
  outline: 0;
  box-shadow: 0 0 2px #9ed5e7;
}

select::-moz-placeholder,
textarea::-moz-placeholder,
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="datetime"]::-moz-placeholder,
input[type="datetime-local"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
input[type="month"]::-moz-placeholder,
input[type="time"]::-moz-placeholder,
input[type="week"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="color"]::-moz-placeholder,
.nesty-input::-moz-placeholder {
  color: #999;
  opacity: 1;
}

select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="datetime"]:-ms-input-placeholder,
input[type="datetime-local"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
input[type="month"]:-ms-input-placeholder,
input[type="time"]:-ms-input-placeholder,
input[type="week"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="color"]:-ms-input-placeholder,
.nesty-input:-ms-input-placeholder {
  color: #999;
}

select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="datetime"]::-webkit-input-placeholder,
input[type="datetime-local"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="month"]::-webkit-input-placeholder,
input[type="time"]::-webkit-input-placeholder,
input[type="week"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="color"]::-webkit-input-placeholder,
.nesty-input::-webkit-input-placeholder {
  color: #999;
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 24px;
  font-size: 24px;
  line-height: inherit;
  color: #373a3c;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 10px;
  font-weight: 600;
}

input[type="search"] {
  box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

input[type="file"] {
  display: block;
}

input[type="range"] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 16px;
  line-height: 1.5;
  color: #55595c;
}

textarea {
  resize: vertical;
  height: 114px;
}

input[type="search"] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"],
  input[type="time"],
  input[type="datetime-local"],
  input[type="month"] {
    line-height: 38px;
  }
}

.form-field {
  margin-bottom: 24px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.radio label,
.checkbox label {
  min-height: 24px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

input[type="radio"][disabled],
input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}

.help-block,
.form-field p {
  font-size: 80%;
  display: block;
  margin-top: 10px;
  margin-bottom: 15px;
  color: #a6a6a6;
}

.btn,
input[type="submit"],
[role="button"],
.lines-button,
.satisfaction-box input[type="radio"] ~ label,
.satisfaction-box .satisfaction-submit,
.topbar .login,
.community-recent-activity .recent-activity-controls a {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 300;
  text-transform: uppercase;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 2px solid transparent;
  white-space: nowrap;
  letter-spacing: 0.1px;
  padding: 6px 12px 6px 12px;
  font-size: 11px;
  line-height: 1.5;
  border-radius: 8px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 8px;
}

.btn:focus,
input[type="submit"]:focus,
[role="button"]:focus,
.lines-button:focus,
.satisfaction-box input[type="radio"] ~ label:focus,
.satisfaction-box .satisfaction-submit:focus,
.topbar .login:focus,
.community-recent-activity .recent-activity-controls a:focus,
.btn:active:focus,
input[type="submit"]:active:focus,
[role="button"]:active:focus,
.lines-button:active:focus,
.satisfaction-box input[type="radio"] ~ label:active:focus,
.satisfaction-box .satisfaction-submit:active:focus,
.topbar .login:active:focus,
.community-recent-activity .recent-activity-controls a:active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:hover,
input[type="submit"]:hover,
[role="button"]:hover,
.lines-button:hover,
.satisfaction-box input[type="radio"] ~ label:hover,
.satisfaction-box .satisfaction-submit:hover,
.topbar .login:hover,
.community-recent-activity .recent-activity-controls a:hover,
.btn:focus,
input[type="submit"]:focus,
[role="button"]:focus,
.lines-button:focus,
.satisfaction-box input[type="radio"] ~ label:focus,
.satisfaction-box .satisfaction-submit:focus,
.topbar .login:focus,
.community-recent-activity .recent-activity-controls a:focus {
  color: #5391ae;
  text-decoration: none;
}

.btn:active,
input[type="submit"]:active,
[role="button"]:active,
.lines-button:active,
.satisfaction-box input[type="radio"] ~ label:active,
.satisfaction-box .satisfaction-submit:active,
.topbar .login:active,
.community-recent-activity .recent-activity-controls a:active {
  outline: 0;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn--default {
  color: #5391ae;
  background-color: transparent;
  border-color: #5391ae;
}

.btn--default:hover,
.btn--default:focus,
.btn--default:active {
  color: #3473b2;
  background-color: transparent;
  border-color: #3473b2;
}

.btn--default:active {
  background-image: none;
}

.btn--primary {
  color: #fff;
  background-color: #5391ae;
  border-color: #5391ae;
}

.btn--primary:hover,
.btn--primary:focus,
.btn--primary:active {
  color: #e0e0e0;
  background-color: #4990a0;
  border-color: #4990a0;
}

.btn--primary:active {
  background-image: none;
}

.btn--success {
  color: #fff;
  background-color: #5391ae;
  border-color: #5391ae;
}

.btn--success:hover,
.btn--success:focus,
.btn--success:active {
  color: #e0e0e0;
  background-color: #4990a0;
  border-color: #4990a0;
}

.btn--success:active {
  background-image: none;
}

.btn--warning {
  color: #ffb140;
  background-color: transparent;
  border-color: #f9cf69;
}

.btn--warning:hover,
.btn--warning:focus,
.btn--warning:active {
  color: #f8c447;
  background-color: transparent;
  border-color: #f7bc2f;
}

.btn--warning:active {
  background-image: none;
}

.btn--danger {
  color: #fff;
  background-color: #4990a0;
  border-color: #ff3939;
}

.btn--danger:hover,
.btn--danger:focus,
.btn--danger:active {
  color: #e0e0e0;
  background-color: #ff1f1f;
  border-color: #fa0000;
}

.btn--danger:active {
  background-image: none;
}

.btn--topbar {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
}

.btn--topbar:hover,
.btn--topbar:focus,
.btn--topbar:active {
  color: #e0e0e0;
  background-color: transparent;
  border-color: #e0e0e0;
}

.btn--topbar:active {
  background-image: none;
}

input[type="submit"] {
  color: #fff;
  background-color: #5391ae;
  border-color: #5391ae;
}

input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="submit"]:active {
  color: #e0e0e0;
  background-color: #4990a0;
  border-color: #4990a0;
}

input[type="submit"]:active {
  background-image: none;
}

[role="button"] {
  color: #5391ae;
  background-color: transparent;
  border-color: #5391ae;
}

[role="button"]:hover,
[role="button"]:focus,
[role="button"]:active {
  color: #4990a0;
  background-color: transparent;
  border-color: #4990a0;
}

[role="button"]:active {
  background-image: none;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
}

.container-inner {
  max-width: 980px;
  margin: 24px auto;
}

table {
  background-color: transparent;
  padding: 2px;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #818a91;
  text-align: left;
}

th {
  text-align: left;
}

/*custom*/
table td,
th {
  padding: 5px;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 24px;
}

.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.5;
  vertical-align: top;
}

.table > thead > tr > th {
  font-size: 12px;
  text-transform: uppercase;
  vertical-align: bottom;
  border-bottom: 1px solid #ddd;
}

.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}

.table .table {
  background-color: #fff;
}

.table-responsive {
  min-height: 0.01%;
  overflow-x: auto;
}

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 18px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 2px solid #d4d0d7;
  }

  .table-responsive > .table {
    margin-bottom: 0;
  }

  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.column {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.column--xs-1 {
  width: 8.33333%;
}

.column--xs-2 {
  width: 16.66667%;
}

.column--xs-3 {
  width: 25%;
}

.column--xs-4 {
  width: 33.33333%;
}

.column--xs-5 {
  width: 41.66667%;
}

.column--xs-6 {
  width: 50%;
}

.column--xs-7 {
  width: 58.33333%;
}

.column--xs-8 {
  width: 66.66667%;
}

.column--xs-9 {
  width: 75%;
}

.column--xs-10 {
  width: 83.33333%;
}

.column--xs-11 {
  width: 91.66667%;
}

.column--xs-12 {
  width: 100%;
}

.column--xs-pull-0 {
  right: auto;
}

.column--xs-pull-1 {
  right: 8.33333%;
}

.column--xs-pull-2 {
  right: 16.66667%;
}

.column--xs-pull-3 {
  right: 25%;
}

.column--xs-pull-4 {
  right: 33.33333%;
}

.column--xs-pull-5 {
  right: 41.66667%;
}

.column--xs-pull-6 {
  right: 50%;
}

.column--xs-pull-7 {
  right: 58.33333%;
}

.column--xs-pull-8 {
  right: 66.66667%;
}

.column--xs-pull-9 {
  right: 75%;
}

.column--xs-pull-10 {
  right: 83.33333%;
}

.column--xs-pull-11 {
  right: 91.66667%;
}

.column--xs-pull-12 {
  right: 100%;
}

.column--xs-push-0 {
  left: auto;
}

.column--xs-push-1 {
  left: 8.33333%;
}

.column--xs-push-2 {
  left: 16.66667%;
}

.column--xs-push-3 {
  left: 25%;
}

.column--xs-push-4 {
  left: 33.33333%;
}

.column--xs-push-5 {
  left: 41.66667%;
}

.column--xs-push-6 {
  left: 50%;
}

.column--xs-push-7 {
  left: 58.33333%;
}

.column--xs-push-8 {
  left: 66.66667%;
}

.column--xs-push-9 {
  left: 75%;
}

.column--xs-push-10 {
  left: 83.33333%;
}

.column--xs-push-11 {
  left: 91.66667%;
}

.column--xs-push-12 {
  left: 100%;
}

.column--xs-offset-0 {
  margin-left: 0%;
}

.column--xs-offset-1 {
  margin-left: 8.33333%;
}

.column--xs-offset-2 {
  margin-left: 16.66667%;
}

.column--xs-offset-3 {
  margin-left: 25%;
}

.column--xs-offset-4 {
  margin-left: 33.33333%;
}

.column--xs-offset-5 {
  margin-left: 41.66667%;
}

.column--xs-offset-6 {
  margin-left: 50%;
}

.column--xs-offset-7 {
  margin-left: 58.33333%;
}

.column--xs-offset-8 {
  margin-left: 66.66667%;
}

.column--xs-offset-9 {
  margin-left: 75%;
}

.column--xs-offset-10 {
  margin-left: 83.33333%;
}

.column--xs-offset-11 {
  margin-left: 91.66667%;
}

.column--xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .column--sm-1 {
    width: 8.33333%;
  }

  .column--sm-2 {
    width: 16.66667%;
  }

  .column--sm-3 {
    width: 25%;
  }

  .integrations-column-small {
    width: 21%;
  }

  .column--sm-4 {
    width: 33.33333%;
  }

  .column--sm-5 {
    width: 41.66667%;
  }

  .column--sm-6 {
    width: 50%;
  }

  .column--sm-7 {
    width: 58.33333%;
  }

  .column--sm-8 {
    width: 66.66667%;
  }

  .column--sm-9 {
    width: 75%;
  }

  .integrations-column-large {
    width: 79%;
  }

  .column--sm-10 {
    width: 83.33333%;
  }

  .column--sm-11 {
    width: 91.66667%;
  }

  .column--sm-12 {
    width: 100%;
  }

  .column--sm-pull-0 {
    right: auto;
  }

  .column--sm-pull-1 {
    right: 8.33333%;
  }

  .column--sm-pull-2 {
    right: 16.66667%;
  }

  .column--sm-pull-3 {
    right: 25%;
  }

  .column--sm-pull-4 {
    right: 33.33333%;
  }

  .column--sm-pull-5 {
    right: 41.66667%;
  }

  .column--sm-pull-6 {
    right: 50%;
  }

  .column--sm-pull-7 {
    right: 58.33333%;
  }

  .column--sm-pull-8 {
    right: 66.66667%;
  }

  .column--sm-pull-9 {
    right: 75%;
  }

  .column--sm-pull-10 {
    right: 83.33333%;
  }

  .column--sm-pull-11 {
    right: 91.66667%;
  }

  .column--sm-pull-12 {
    right: 100%;
  }

  .column--sm-push-0 {
    left: auto;
  }

  .column--sm-push-1 {
    left: 8.33333%;
  }

  .column--sm-push-2 {
    left: 16.66667%;
  }

  .column--sm-push-3 {
    left: 25%;
  }

  .column--sm-push-4 {
    left: 33.33333%;
  }

  .column--sm-push-5 {
    left: 41.66667%;
  }

  .column--sm-push-6 {
    left: 50%;
  }

  .column--sm-push-7 {
    left: 58.33333%;
  }

  .column--sm-push-8 {
    left: 66.66667%;
  }

  .column--sm-push-9 {
    left: 75%;
  }

  .column--sm-push-10 {
    left: 83.33333%;
  }

  .column--sm-push-11 {
    left: 91.66667%;
  }

  .column--sm-push-12 {
    left: 100%;
  }

  .column--sm-offset-0 {
    margin-left: 0%;
  }

  .column--sm-offset-1 {
    margin-left: 8.33333%;
  }

  .column--sm-offset-2 {
    margin-left: 16.66667%;
  }

  .column--sm-offset-3 {
    margin-left: 25%;
  }

  .column--sm-offset-4 {
    margin-left: 33.33333%;
  }

  .column--sm-offset-5 {
    margin-left: 41.66667%;
  }

  .column--sm-offset-6 {
    margin-left: 50%;
  }

  .column--sm-offset-7 {
    margin-left: 58.33333%;
  }

  .column--sm-offset-8 {
    margin-left: 66.66667%;
  }

  .column--sm-offset-9 {
    margin-left: 75%;
  }

  .column--sm-offset-10 {
    margin-left: 83.33333%;
  }

  .column--sm-offset-11 {
    margin-left: 91.66667%;
  }

  .column--sm-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 992px) {
  .column--md-1 {
    width: 8.33333%;
  }

  .column--md-2 {
    width: 16.66667%;
  }

  .column--md-3 {
    width: 25%;
  }

  .column--md-4 {
    width: 33.33333%;
  }

  .column--md-5 {
    width: 41.66667%;
  }

  .column--md-6 {
    width: 50%;
  }

  .column--md-7 {
    width: 58.33333%;
  }

  .column--md-8 {
    width: 66.66667%;
  }

  .column--md-9 {
    width: 75%;
  }

  .column--md-10 {
    width: 83.33333%;
  }

  .column--md-11 {
    width: 91.66667%;
  }

  .column--md-12 {
    width: 100%;
  }

  .column--md-pull-0 {
    right: auto;
  }

  .column--md-pull-1 {
    right: 8.33333%;
  }

  .column--md-pull-2 {
    right: 16.66667%;
  }

  .column--md-pull-3 {
    right: 25%;
  }

  .column--md-pull-4 {
    right: 33.33333%;
  }

  .column--md-pull-5 {
    right: 41.66667%;
  }

  .column--md-pull-6 {
    right: 50%;
  }

  .column--md-pull-7 {
    right: 58.33333%;
  }

  .column--md-pull-8 {
    right: 66.66667%;
  }

  .column--md-pull-9 {
    right: 75%;
  }

  .column--md-pull-10 {
    right: 83.33333%;
  }

  .column--md-pull-11 {
    right: 91.66667%;
  }

  .column--md-pull-12 {
    right: 100%;
  }

  .column--md-push-0 {
    left: auto;
  }

  .column--md-push-1 {
    left: 8.33333%;
  }

  .column--md-push-2 {
    left: 16.66667%;
  }

  .column--md-push-3 {
    left: 25%;
  }

  .column--md-push-4 {
    left: 33.33333%;
  }

  .column--md-push-5 {
    left: 41.66667%;
  }

  .column--md-push-6 {
    left: 50%;
  }

  .column--md-push-7 {
    left: 58.33333%;
  }

  .column--md-push-8 {
    left: 66.66667%;
  }

  .column--md-push-9 {
    left: 75%;
  }

  .column--md-push-10 {
    left: 83.33333%;
  }

  .column--md-push-11 {
    left: 91.66667%;
  }

  .column--md-push-12 {
    left: 100%;
  }

  .column--md-offset-0 {
    margin-left: 0%;
  }

  .column--md-offset-1 {
    margin-left: 8.33333%;
  }

  .column--md-offset-2 {
    margin-left: 16.66667%;
  }

  .column--md-offset-3 {
    margin-left: 25%;
  }

  .column--md-offset-4 {
    margin-left: 33.33333%;
  }

  .column--md-offset-5 {
    margin-left: 41.66667%;
  }

  .column--md-offset-6 {
    margin-left: 50%;
  }

  .column--md-offset-7 {
    margin-left: 58.33333%;
  }

  .column--md-offset-8 {
    margin-left: 66.66667%;
  }

  .column--md-offset-9 {
    margin-left: 75%;
  }

  .column--md-offset-10 {
    margin-left: 83.33333%;
  }

  .column--md-offset-11 {
    margin-left: 91.66667%;
  }

  .column--md-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 1200px) {
  .column--lg-1 {
    width: 8.33333%;
  }

  .column--lg-2 {
    width: 16.66667%;
  }

  .column--lg-3 {
    width: 25%;
  }

  .column--lg-4 {
    width: 33.33333%;
  }

  .column--lg-5 {
    width: 41.66667%;
  }

  .column--lg-6 {
    width: 50%;
  }

  .column--lg-7 {
    width: 58.33333%;
  }

  .column--lg-8 {
    width: 66.66667%;
  }

  .column--lg-9 {
    width: 75%;
  }

  .column--lg-10 {
    width: 83.33333%;
  }

  .column--lg-11 {
    width: 91.66667%;
  }

  .column--lg-12 {
    width: 100%;
  }

  .column--lg-pull-0 {
    right: auto;
  }

  .column--lg-pull-1 {
    right: 8.33333%;
  }

  .column--lg-pull-2 {
    right: 16.66667%;
  }

  .column--lg-pull-3 {
    right: 25%;
  }

  .column--lg-pull-4 {
    right: 33.33333%;
  }

  .column--lg-pull-5 {
    right: 41.66667%;
  }

  .column--lg-pull-6 {
    right: 50%;
  }

  .column--lg-pull-7 {
    right: 58.33333%;
  }

  .column--lg-pull-8 {
    right: 66.66667%;
  }

  .column--lg-pull-9 {
    right: 75%;
  }

  .column--lg-pull-10 {
    right: 83.33333%;
  }

  .column--lg-pull-11 {
    right: 91.66667%;
  }

  .column--lg-pull-12 {
    right: 100%;
  }

  .column--lg-push-0 {
    left: auto;
  }

  .column--lg-push-1 {
    left: 8.33333%;
  }

  .column--lg-push-2 {
    left: 16.66667%;
  }

  .column--lg-push-3 {
    left: 25%;
  }

  .column--lg-push-4 {
    left: 33.33333%;
  }

  .column--lg-push-5 {
    left: 41.66667%;
  }

  .column--lg-push-6 {
    left: 50%;
  }

  .column--lg-push-7 {
    left: 58.33333%;
  }

  .column--lg-push-8 {
    left: 66.66667%;
  }

  .column--lg-push-9 {
    left: 75%;
  }

  .column--lg-push-10 {
    left: 83.33333%;
  }

  .column--lg-push-11 {
    left: 91.66667%;
  }

  .column--lg-push-12 {
    left: 100%;
  }

  .column--lg-offset-0 {
    margin-left: 0%;
  }

  .column--lg-offset-1 {
    margin-left: 8.33333%;
  }

  .column--lg-offset-2 {
    margin-left: 16.66667%;
  }

  .column--lg-offset-3 {
    margin-left: 25%;
  }

  .column--lg-offset-4 {
    margin-left: 33.33333%;
  }

  .column--lg-offset-5 {
    margin-left: 41.66667%;
  }

  .column--lg-offset-6 {
    margin-left: 50%;
  }

  .column--lg-offset-7 {
    margin-left: 58.33333%;
  }

  .column--lg-offset-8 {
    margin-left: 66.66667%;
  }

  .column--lg-offset-9 {
    margin-left: 75%;
  }

  .column--lg-offset-10 {
    margin-left: 83.33333%;
  }

  .column--lg-offset-11 {
    margin-left: 91.66667%;
  }

  .column--lg-offset-12 {
    margin-left: 100%;
  }
}

main {
  max-width: 1215px;
  padding-right: 15px;
  padding-bottom: 24px;
  padding-left: 15px;
  margin: 0 auto;
}

.topabr + main {
  margin-top: 40px;
}

.meta {
  font-size: 14px;
  color: #979797;
}

.meta__item {
  display: inline-block;
  margin-right: 6px;
}

.meta__item + .meta__item:before {
  margin-right: 6px;
  font-size: 10px;
  content: "\2022";
}

.meta--profile {
  margin-bottom: 0;
}

.lines-button {
  padding: 2px 7.5px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 767px) {
  .lines-button {
    float: right;
  }
}

@media (min-width: 768px) {
  .lines-button {
    display: none;
  }
}

.lines-button:hover {
  opacity: 1;
}

.lines-button:active {
  outline: 0;
  box-shadow: none;
  -webkit-transition: 0;
  transition: 0;
}

.lines-button:focus {
  outline: 0;
}

.lines {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 2px;
  background: #fff;
  border-radius: 8px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.lines:before,
.lines:after {
  position: absolute;
  left: 0;
  content: "";
  -webkit-transform-origin: 2.14286px center;
  transform-origin: 2.14286px center;
  display: inline-block;
  width: 30px;
  height: 2px;
  background: #fff;
  border-radius: 8px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.lines:before {
  top: 7.5px;
}

.lines:after {
  top: -7.5px;
}

.csstransforms3d .lines-button.is-active {
  -webkit-transform: scale3d(0.8, 0.8, 0.8);
  transform: scale3d(0.8, 0.8, 0.8);
}

.csstransforms3d .lines-button.is-active .lines {
  background: transparent;
}

.csstransforms3d .lines-button.is-active .lines:before,
.csstransforms3d .lines-button.is-active .lines:after {
  top: 0;
  width: 30px;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.csstransforms3d .lines-button.is-active .lines:before {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
}

.csstransforms3d .lines-button.is-active .lines:after {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
}

.logo-wrapper {
  display: inline-block;
  vertical-align: middle;
}

.logo img {
  display: block;
  max-height: 40px !important;
  max-width: 175px;
}

#user-menu {
  margin: 0 !important;
  border: 0 !important;
}

#user > .btn {
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
  padding-left: 0;
  padding-right: 0;
  border-radius: 8px;
}

@-webkit-keyframes bounce {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -25px, 0);
    transform: translate3d(0, -25px, 0);
  }

  25% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  50% {
    -webkit-transform: translate3d(0, -6px, 0);
    transform: translate3d(0, -6px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 2px, 0);
    transform: translate3d(0, 2px, 0);
  }

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

@keyframes bounce {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -25px, 0);
    transform: translate3d(0, -25px, 0);
  }

  25% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  50% {
    -webkit-transform: translate3d(0, -6px, 0);
    transform: translate3d(0, -6px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 2px, 0);
    transform: translate3d(0, 2px, 0);
  }

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

#user-dropdown [role="menuitem"] {
  padding: 10px 0;
}

@media (max-width: 767px) {
  #user-dropdown [role="menuitem"] {
    color: #fff;
  }

  #user-dropdown [role="menuitem"]:hover {
    background-color: transparent;
  }
}

@media (min-width: 768px) {
  #user-dropdown [role="menuitem"] {
    padding-right: 16px;
    padding-left: 16px;
  }
}

#user-dropdown [role="separator"] {
  padding: 0;
  margin: 0;
}

@media (max-width: 767px) {
  #user-dropdown [role="separator"] {
    border-color: rgba(255, 255, 255, 0.15);
  }
}

#user-dropdown,
#user-dropdown[aria-expanded="false"] {
  opacity: 0;
}

#user-dropdown[aria-expanded="true"] {
  display: inline;
  opacity: 1;
}

@media (min-width: 768px) {
  #user-dropdown[aria-expanded="true"] {
    top: 100%;
    -webkit-animation: bounce 0.6s ease-out;
    animation: bounce 0.6s ease-out;
  }
}

#user-dropdown:before,
#user-dropdown:after {
  color: inherit;
}

@media (max-width: 767px) {
  #user-dropdown {
    position: static;
    display: inline;
    float: none;
    background: transparent !important;
    border: 0;
    box-shadow: none;
    opacity: 1 !important;
  }

  #user-dropdown:before,
  #user-dropdown:after {
    display: none;
  }
}

#user {
  display: block;
}

#user .dropdown-toggle {
  padding-right: 0;
  padding-left: 0;
  font-size: 14px;
  color: inherit;
}

#user .dropdown-toggle,
#user .dropdown-toggle:active,
#user .dropdown-toggle:hover {
  border-color: transparent;
}

#user .dropdown-toggle:before,
#user .dropdown-toggle:after {
  color: #fff;
}

@media (max-width: 767px) {
  #user .dropdown-toggle:before,
  #user .dropdown-toggle:after {
    display: none;
  }
}

@media (min-width: 768px) {
  #user {
    display: inline-block;
    vertical-align: middle;
  }
}

#user-password,
#user-profile {
  color: rba(24, 3, 44);
}

@media (max-width: 767px) {
  #user-password,
  #user-profile {
    min-width: 1px !important;
    padding: 6px 12px !important;
    margin-top: 6px;
    background-color: #fff;
    border-radius: 8px;
  }
}

#user-password [role="separator"],
#user-profile [role="separator"] {
  padding: 6px 12px !important;
}

#user-password form,
#user-profile form {
  padding: 6px 12px !important;
}

#user-profile {
  font-size: 14px !important;
}

#user-profile dt {
  padding: 8px 4px !important;
}

#user-profile dt label {
  margin-bottom: 0 !important;
}

#user-profile input[type="text"] {
  font-size: 14px !important;
}

#password-form label {
  font-size: 14px !important;
}

#password-submit {
  float: none !important;
  margin: 0 !important;
  background: auto !important;
}

.breadcrumbs {
  padding: 8px 0 0;
  margin-bottom: 24px;
  list-style: none;
  background-color: transparent;
  border-radius: 8px;
}

.breadcrumbs > li {
  display: inline-block;
}

.breadcrumbs > li + li:before {
  content: "› ";
  padding: 0 5px;
  color: #ccc;
}

.breadcrumbs > li a {
  color: #2d7ccc;
}

.breadcrumbs--search-results {
  margin-bottom: 12px;
  font-size: 14px;
  padding: 0;
}

.help-center-name {
  display: inline-block;
  margin: 0 0 0 12px;
  vertical-align: middle;
}

@media (max-width: 767px) {
  .help-center-name {
    display: none;
  }
}

.hero-bg,
.partner-hero-bg {
  position: absolute;
  top: -10%;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 150%;
  background-repeat: no-repeat;
  background-position: 50% 40%;
  background-size: cover;
}

.hero-unit,
.hero-unit-partner {
  position: relative;
  padding: 15% 15px 10%;
  margin-bottom: 5%;
  overflow: hidden;
  background: #18032c;
  background-repeat: repeat;
  background-position: 100% 60%;
  background-size: cover;
  -webkit-transition: all 0s ease;
  transition: all 0s ease;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

@media (min-width: 768px) {
  .hero-unit {
    padding-bottom: 5%;
  }
}

.hero-unit:after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #1f3249;
  opacity: 0;
}

.language-selector {
  display: inline-block;
  vertical-align: middle;
}

.avatar {
  position: relative;
}

.avatar--agent:before {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 14px;
  color: #1f3249;
}

.comments .avatar--agent:before {
  top: 3px;
  right: 11px;
  font-size: 14px;
}

.user-avatar--default {
  width: 40px;
  height: 40px;
}

#user .user-avatar {
  width: 20px;
  height: 20px;
}

.search {
  position: relative;
}

.search:before {
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -9px;
  font-size: 18px;
  color: rba(24, 3, 44);
  content: "\f002";
  display: inline-block;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.search input[type="submit"] {
  display: none;
}

#query {
  display: inline-block;
  padding: 0 10px 0 35px;
  font-size: 14px;
  color: #333;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 8px;
  -webkit-transition: border 0.3s ease;
  transition: border 0.3s ease;
}

#query::-moz-placeholder {
  color: #333;
  opacity: 1;
}

#query:-ms-input-placeholder {
  color: #333;
}

#query::-webkit-input-placeholder {
  color: #333;
}

.searchbox {
  margin-top: 10px;
  padding: 10px 10px;
  border: #d4d0d7 solid 2px;
  border-top: 0px;
  border-radius: 8px;
}

.searchbox-suggestions ul {
  margin-bottom: 24px;
  list-style: none;
  padding-left: 0;
}

.searchbox-suggestions li {
  margin-bottom: 8px;
}

.search-box {
  position: relative;
}

.search-box--hero-unit {
  z-index: 2;
  max-width: 720px;
  margin: 0 auto;
  -webkit-transition: top 0.3s ease;
  transition: top 0.3s ease;
}

@media (min-width: 992px) {
  .search-box--hero-unit .search {
    padding-right: 95px;
  }
}

.search-box--hero-unit .search:before {
  left: 20px;
  margin-top: -11px;
  font-size: 22px;
}

.search-box--hero-unit #query {
  height: 50px;
  padding: 0 55px;
  font-size: 20px;
  border-color: #fff;
}

@media (min-width: 992px) {
  .search-box--hero-unit #query {
    height: 50px;
  }
}

@media (min-width: 992px) {
  .search-box--hero-unit input[type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    height: 60px;
    padding-right: 16px;
    padding-left: 16px;
    color: #fff;
    background-color: #009dff;
    border-color: #009dff;
  }

  .search-box--hero-unit input[type="submit"]:hover,
  .search-box--hero-unit input[type="submit"]:focus,
  .search-box--hero-unit input[type="submit"]:active {
    color: #e0e0e0;
    background-color: #43464c !important;
    border-color: #43464c;
  }

  .search-box--hero-unit input[type="submit"]:active {
    background-image: none;
  }
}

.search-box--small {
  margin-bottom: 48px;
}

.search-results-count {
  font-size: 20px;
}

.search-result {
  margin-bottom: 24px;
  border-bottom: 2px solid #dbdbdb;
}

.search-result__title {
  margin-bottom: 12px;
  font-weight: 600;
}

.search-result__description {
  margin-bottom: 12px;
  font-size: 14px;
}

.search-result__description:empty {
  display: none;
}

.search-result__description em {
  padding: 0 3px;
  font-style: normal;
  font-weight: 600;
  background-color: #fff3ca;
  border-radius: 8px;
}

.search-result__meta {
  margin-bottom: 12px;
}

.search-result-votes {
  display: inline-block;
  padding: 2px 4px;
  font-size: 14px;
  color: #fff;
  background-color: #5391ae;
  border-radius: 8px;
}

.category-page-padding {
  padding-top: 48px;
}

.category-description:empty {
  display: none;
}

.category-tree-item__title {
  padding-bottom: 12px;
  border-bottom: 2px solid #dbdbdb;
}

.category-tree-item__sections {
  margin-bottom: 24px;
}

@media (min-width: 768px) {
  .category-tree-item__sections .section:nth-child(2n + 1) {
    clear: left;
  }
}

@media (min-width: 992px) {
  .category-tree-item__sections .section:nth-child(2n + 1) {
    clear: none;
  }

  .category-tree-item__sections .section:nth-child(3n + 1) {
    clear: left;
  }
}

.category-tree-item__title-link {
  color: inherit;
}

.category-list {
  padding-left: 0;
  margin-bottom: 24px;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}

.category-list-item,
.custom-category-item {
  position: relative;
  min-height: 400px;
  width: 400px;
  color: white;
  align-items: center;
  margin: 25px 8.33%;
  box-shadow: 0px 0px 30px rgba(45, 26, 63, 0.1);
  border-radius: 16px;
  transition: all 0.3s ease-in-out;
}

@media (min-width: 768px) {
  .category-list-item,
  .custom-category-item {
    min-height: 400px;
    margin-left: 4.165%;
    margin-right: 4.165%;
  }
}

.category-list-item__link {
  padding: 24px;
  display: table-cell;
  font-weight: 600;
  color: #000000;
  /*link color sky-blue*/
  text-align: center;
  vertical-align: middle;
  /* background-color: #DBDBDB; */
  background-color: white;
  border-radius: 8px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.category-list-item__link:hover {
  color: #dbdbdb;
  text-decoration: none;
  background-color: #5391ae;
  /*from grey to sky-blue on hover*/
}

.category-list-item__title {
  margin-bottom: 0;
  font-weight: 600;
}

.section {
  margin-bottom: 24px;
}

.section__title {
  font-weight: 300;
}

.section__title-link {
  color: inherit;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}

.section-header {
  position: relative;
}

.section-subscribe {
  position: absolute;
  top: 0;
  right: 0;
}

.breadcrumbs-wrapper .section-subscribe {
  position: relative !important;
}

.subscribe-products-hub-section .section-subscribe {
  position: relative;
  right: auto;
  float: right;
}

.section-subscribe .dropdown-toggle {
  color: #5391ae;
  background-color: transparent;
  border-color: #5391ae;
}

.section-subscribe .dropdown-toggle:hover,
.section-subscribe .dropdown-toggle:focus,
.section-subscribe .dropdown-toggle:active {
  color: #1f634a;
  background-color: transparent;
  border-color: #1f634a;
}

.section-subscribe .dropdown-toggle:active {
  background-image: none;
}

.section-subscribe .dropdown-menu {
  right: 0;
  left: initial;
}

.section-title {
  padding-right: 120px;
}

@media (min-width: 768px) {
  .section-tree .section:nth-child(2n + 1) {
    clear: left;
  }
}

@media (min-width: 992px) {
  .section-tree .section:nth-child(2n + 1) {
    clear: none;
  }

  .section-tree .section:nth-child(3n + 1) {
    clear: left;
  }
}

.section-turquoise {
  color: #ffffff;
  background-color: #2ba396;
}

.section-turquoise:hover {
  color: #43464c;
  background-color: #009dff;
}

.article {
  position: relative;
}

.article__title {
  font-size: 24px;
  font-weight: 300;
}

@media (min-width: 768px) {
  .article__title {
    font-size: 34px;
  }
}

@media (min-width: 992px) {
  .article__title {
    font-size: 41px;
  }
}

.article-avatar {
  display: inline-block;
  vertical-align: middle;
}

.article-avatar img {
  margin-right: 6px;
}

.article-meta {
  list-style: none;
  padding-left: 0;
  font-size: 14px;
  margin-bottom: 24px;
}

.article-meta__item {
  display: inline-block;
  margin-right: 12px;
  margin-bottom: 8px;
  vertical-align: middle;
}

@media (max-width: 1199px) {
  .article-meta__item--author {
    margin-right: padding-base-horizontal;
  }
}

.article-author-name {
  display: inline-block;
  vertical-align: middle;
  font-weight: 600;
}

.article-subscribe,
.article-unsubscribe {
  color: white;
  background-color: #009dff;
  border-color: #009dff;
}

.article-subscribe:hover,
.article-subscribe:focus,
.article-subscribe:active,
.article-unsubscribe:hover,
.article-unsubscribe:focus,
.article-unsubscribe:active {
  color: white;
  background-color: #43464c;
  border-color: #43464c;
}

.article-subscribe:active,
.article-unsubscribe:active {
  background-image: none;
}

.subscribe-button {
  margin-bottom: 28px;
}

.marketplace-sidebar {
  display: flex;
  flex-direction: column;
}

.breadcrumbs-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
}

.article-body {
  margin-bottom: 24px;
}

.article-body .wysiwyg-font-size-x-large,
.article-body .wysiwyg-font-size-large,
.article-body .wysiwyg-font-size-medium,
.article-body .wysiwyg-font-size-small {
  display: block;
}

.article-body .wysiwyg-font-size-x-large {
  font-size: 34px;
}

.article-body .wysiwyg-font-size-large {
  font-size: 24px;
}

.article-body .wysiwyg-font-size-medium {
  font-size: 20px;
}

.article-body .wysiwyg-font-size-small {
  font-size: 16px;
}

.article-body ul li,
.article-body ol li {
  margin-bottom: 8px;
}

.article-body pre {
  margin: 1em 0;
  background: #e9ebed;
  border: 2px solid #d4d0d7;
  font-size: 13px;
  border-radius: 8px;
  padding: 0.5em 1em;
  overflow: auto;
  white-space: pre;
}

.article-vote {
  position: relative;
  padding: 24px 12px;
  border: 2px solid #d4d0d7;
  border-radius: 8px;
}

.article-vote-controls__item {
  color: rba(24, 3, 44);
  background-color: #eceeef;
  border-color: #eceeef;
}

.article-vote-controls__item[role="button"] {
  color: #43464c;
}

.article-vote-controls__item:hover,
.article-vote-controls__item:focus,
.article-vote-controls__item:active {
  color: #474747;
  background-color: #d0d5d8;
  border-color: #cbd0d3;
}

.article-vote-controls__item:active {
  background-image: none;
}

.article-vote-controls__item--voted {
  color: #4d4d4d;
  border-color: #4d4d4d;
}

.article-vote-question {
  float: left;
  margin-right: 12px;
}

.article-vote-controls {
  white-space: nowrap;
}

.article-vote-count {
  display: block;
  font-size: 12px;
  color: #979797;
}

.article-share {
  margin-bottom: 24px;
}

.article-share ul {
  margin-top: 0;
}

.article-footer {
  margin-bottom: 24px;
}

.article-attachments {
  margin-bottom: 24px;
}

.article-more-questions {
  margin-bottom: 24px;
  clear: both;
}

.article-more-questions:empty {
  display: none;
}

.article-more-questions a {
  white-space: nowrap;
}

@media (max-width: 767px) {
  .article-sidebar {
    padding-top: 24px;
    border-top: 2px solid #dbdbdb;
  }
}

.article-list {
  list-style: none;
  padding-left: 0;
}

.article-list-item {
  margin-bottom: 8px;
}

/* .article-list-item__link {
  color: #2d7ccc; } */

.article-list-item--is-promoted span {
  font-size: 10px;
  color: #fbce0a;
  vertical-align: middle;
}

.comment-list {
  list-style: none;
  padding-left: 0;
}

.comment-list-header {
  border-bottom: 1px solid #e8e6ea;
  padding: 8px 24px;
}

.comment-list-heading {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
}

@media (min-width: 768px) {
  .comment-sorter {
    text-align: right;
  }
}

.comment-sorter .comment-sorter__item:first-child {
  margin-right: 8px;
}

.comment-sorter__item a {
  color: #18032c;
}

.comment-sorter__item.is-active {
  font-weight: 600;
  color: #009dff;
}

.comment-sorter__item.is-active::before {
  content: "";
  position: absolute;
  width: 40px;
  height: 2px;
  background-color: #009dff;
  bottom: -11px;
}

.comment {
  position: relative;
  margin-bottom: 32px;
  border-bottom: 1px solid #e8e6ea;
}

.comment__actions {
  position: absolute;
  top: 0;
  right: 0;
}

.comment__actions .dropdown-menu {
  right: 0;
  left: initial;
}

.comment__header {
  position: relative;
  padding-left: 52px;
  margin-bottom: 24px;
  font-size: 14px;
}

.comment-form__avatar,
.comment__avatar {
  position: absolute;
  top: 0;
  left: 0;
}

.comment .comment__avatar {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  overflow: hidden;
}

.comment__author {
  display: block;
}

@media (min-width: 768px) {
  .comment--with-side-avatar .comment__container {
    padding-left: 52px;
  }
}

.comment__pending {
  display: inline-block;
  padding: 1px 6px;
  font-size: 12px;
  color: #fff;
  background-color: #ffb140;
  border-radius: 8px;
}

.comment__official {
  margin-bottom: 16px;
  position: relative;
}

.comment__official-heading {
  display: inline-block;
  padding: 4px 10px;
  font-size: 12px;
  line-height: 1.6;
  color: #574765;
  border: 1px solid #574765;
  border-radius: 8px;
  margin: 0 24px;
}

.comment__official-icon {
  position: absolute;
  top: 5px;
  left: 0;
  color: #574765;
}

.comment--official,
.comment--with-voting {
  padding-bottom: 24px;
  min-height: 142px;
}

.comments .comment:last-child {
  margin: 0;
  border: none;
  padding-bottom: 0;
  min-height: 120px;
}

.comment-form {
  position: relative;
  margin-bottom: 24px;
}

.comment-form.community {
  padding: 0;
}

.comment-form.community input[type="submit"] {
  float: right;
  background-color: #009dff;
  border: none;
  text-transform: capitalize;
  font-size: 14px;
  padding: 6px 16px;
}

.comment-form.community input[type="submit"]:hover {
  color: #ffffff;
  background-color: #1ea8fe;
}

.comment-form__body.community textarea {
  border: 1px solid #e8e6ea;
}

@media (min-width: 768px) {
  .comment-form {
    padding-left: 52px;
  }
}

@media (max-width: 767px) {
  .comment-form__avatar {
    display: none;
  }
}

.comment-form__body {
  margin-bottom: 24px;
}

.comment-form__attachments {
  margin-bottom: 24px;
}

.comment-form__mark-as-solved {
  position: relative;
  padding-left: 18px;
}

.comment-form__mark-as-solved input[type="checkbox"] {
  position: absolute;
  top: 0;
  left: 0;
}

.share {
  padding-left: 0;
  white-space: nowrap;
  list-style: none;
}

.share li {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  vertical-align: top;
}

.share a {
  display: block;
  width: 30px;
  height: 30px;
  overflow: hidden;
  line-height: 30px;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  background-color: #dbdbdb;
  border-color: #dbdbdb;
  border-radius: 8px;
}

.share a:before {
  position: relative;
  display: inline-block;
  width: 100%;
  font-family: FontAwesome;
  text-align: center;
  color: #18032c;
}

.share-facebook {
  color: #3d5b95;
  background-color: #eceeef;
  border-color: #eceeef;
}

.share-facebook:hover,
.share-facebook:focus,
.share-facebook:active {
  color: #2b406a;
  background-color: #d0d5d8;
  border-color: #cbd0d3;
}

.share-facebook:active {
  background-image: none;
}

.share-facebook:before {
  content: "\f09a";
}

.share-twitter {
  color: #24aadd;
  background-color: #eceeef;
  border-color: #eceeef;
}

.share-twitter:hover,
.share-twitter:focus,
.share-twitter:active {
  color: #1a82a9;
  background-color: #d0d5d8;
  border-color: #cbd0d3;
}

.share-twitter:active {
  background-image: none;
}

.share-twitter:before {
  content: "\f099";
}

.share-linkedin {
  color: #0976b4;
  background-color: #eceeef;
  border-color: #eceeef;
}

.share-linkedin:hover,
.share-linkedin:focus,
.share-linkedin:active {
  color: #06507a;
  background-color: #d0d5d8;
  border-color: #cbd0d3;
}

.share-linkedin:active {
  background-image: none;
}

.share-linkedin:before {
  content: "\f0e1";
}

.share-googleplus {
  color: #d23e30;
  background-color: #eceeef;
  border-color: #eceeef;
}

.share-googleplus:hover,
.share-googleplus:focus,
.share-googleplus:active {
  color: #a22e23;
  background-color: #d0d5d8;
  border-color: #cbd0d3;
}

.share-googleplus:active {
  background-image: none;
}

.share-googleplus:before {
  content: "\f0d5";
}

.my-activities-header {
  margin-bottom: 24px;
}

.my-activities-items {
  margin-bottom: 48px;
}

@media (min-width: 768px) {
  .my-activities-items {
    display: table;
    width: 100%;
  }
}

.my-activities-items__head {
  display: none;
  color: #979797;
}

@media (min-width: 768px) {
  .my-activities-items__head {
    display: table-header-group;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
  }
}

@media (min-width: 768px) {
  .my-activities-items__body {
    display: table-row-group;
  }
}

@media (min-width: 768px) {
  .my-activities-items__row {
    display: table-row;
  }
}

@media (min-width: 768px) {
  .my-activities-items__col {
    display: table-cell;
    padding-top: 9px;
    padding-bottom: 9px;
    border-bottom: 1px solid #dbdbdb;
  }

  .my-activities-items__col + .my-activities-items__col {
    padding-left: 12px;
  }
}

@media (max-width: 767px) {
  .my-activities-items__request-id {
    display: inline;
  }
}

@media (min-width: 768px) {
  .my-activities-items__request-id {
    display: none;
  }
}

.my-activities-menu ul {
  list-style: none;
  padding-left: 0;
}

.my-activities-menu__items {
  margin-bottom: 0;
}

.my-activities-menu__item {
  margin-bottom: 0;
}

.my-activities-menu__item a {
  display: block;
}

@media (min-width: 768px) {
  .my-activities-menu__item {
    float: left;
  }
}

@media (min-width: 768px) {
  .my-activities-menu__item + .my-activities-menu__item {
    margin-left: 12px;
  }
}

.my-activities-menu--main {
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 2px solid #dbdbdb;
}

.my-activities-menu--main .my-activities-menu__item {
  padding: 6px 12px;
  background-color: #eceeef;
  border-radius: 8px;
}

@media (max-width: 767px) {
  .my-activities-menu--main .my-activities-menu__item {
    margin-bottom: 8px;
  }
}

.my-activities-menu--main .my-activities-menu__item.is-active {
  font-weight: 600;
  color: rba(24, 3, 44);
}

.my-activities-menu--sub {
  margin-bottom: 24px;
}

.my-activities-menu--sub .my-activities-menu__item {
  white-space: nowrap;
}

.my-activities-menu--sub .my-activities-menu__item.is-active {
  font-weight: 600;
}

.my-activities-menu--sub .my-activities-menu__item a {
  display: inline-block;
}

@media (min-width: 768px) {
  .my-activities-menu--sub
    .my-activities-menu__item
    + .my-activities-menu__item:before {
    margin-right: 6px;
    font-size: 10px;
    content: "\2022";
  }
}

@media (max-width: 767px) {
  .my-activities-item {
    padding: 6px 12px;
    margin-bottom: 24px;
    border: 2px solid #d4d0d7;
    border-radius: 8px;
  }
}

.my-activities-item__meta {
  font-size: 14px;
  color: #979797;
}

@media (max-width: 767px) {
  .my-activities-item__meta {
    display: inline-block;
    margin-right: 6px;
  }

  .my-activities-item__meta + .my-activities-item__meta:before {
    margin-right: 6px;
    content: "\2022";
  }
}

.my-activities-item__title {
  font-weight: 400;
}

@media (max-width: 767px) {
  .my-activities-item__title {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .my-activities-item__icon {
    display: inline-block;
  }
}

@media (min-width: 768px) {
  .my-activities-item__icon {
    display: none;
  }
}

.request-table-toolbar {
  padding-top: 12px;
  padding-bottom: 6px;
  margin-bottom: 24px;
  background-color: #f9f9f9;
  border-radius: 8px;
}

@media (min-width: 768px) {
  .request-table-toolbar {
    padding-top: 6px;
    padding-bottom: 12px;
  }
}

.request-table-toolbar label {
  font-size: 14px;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .request-table-filters {
    display: table;
    width: 100%;
  }
}

.request-table-filters__item {
  padding-right: 12px;
  padding-left: 12px;
}

@media (max-width: 767px) {
  .request-table-filters__item {
    margin-bottom: 12px;
  }
}

@media (min-width: 768px) {
  .request-table-filters__item {
    display: table-cell;
    width: 33%;
    vertical-align: bottom;
  }
}

.request {
  position: relative;
}

.request-id {
  font-weight: 600;
  color: #18032c;
  width: fit-content;
}

.request-subject {
  font-size: 24px;
}

@media (min-width: 992px) {
  .request-subject {
    font-size: 34px;
    font-weight: 300;
  }
}

.request-follow-up:empty {
  display: none;
}

.request-sidebar {
  padding: 24px;
  font-size: 14px;
  border: 1px solid #e8e6ea;
  border-radius: 8px;
}

.request-sidebar p {
  margin: 0;
}

.request-sidebar {
  padding: 20px;
  border-radius: 8px;
  border: 1px solid #e8e6ea;
  font-family: Arial, sans-serif;
  max-width: 400px;
}

.request-sidebar p {
  font-size: 16px;
  margin-bottom: 15px;
}

.request-sidebar p b {
  color: #18032c;
}

.request-details {
  margin: 0;
  padding: 0;
}

.request-details dt {
  font-weight: bold;
  color: #18032c;
  margin-top: 10px;
}

.request-details dd {
  margin: 0;
  padding: 5px 0px;
  color: #18032c;
}

.request-status {
  font-weight: bold;
  padding: 4px 8px;
  border-radius: 5px;
  color: #fff;
}

.request-status--open {
  background-color: #ff9800;
}

.request-status--solved {
  background-color: #4caf50;
}

.attachment-list {
  margin-top: 10px;
  padding-left: 0;
  list-style: none;
}

.attachment-list li {
  margin-bottom: 5px;
  display: flex;
  align-items: center;
}

.fa-paperclip {
  margin-right: 5px;
  color: #666;
}

.list-unstyled {
  padding: 0;
}

.attachment-list {
  font-size: 14px;
  list-style: none;
  padding-left: 0;
}

.request-status {
  display: inline-block;
  font-size: 12px;
  color: #fff;
  white-space: nowrap;
  border-radius: 4px;
  padding: 2px 6px;
}

.request-status--solved,
.request-status--closed {
  border: 1px solid #009933;
  background-color: #0099330b;
  color: #009933;
}

.request-status--new,
.request-status--open {
  border: 1px solid #019dff;
  background-color: #009dff14;
  color: #009dff;
}

.request-status--answered {
  border: 1px solid #ffb140;
  background-color: #ffaf4015;
  color: #ffb140;
}

.new-request-title {
  font-size: 24px;
  width: 100%;
  text-align: center;
}

@media (min-width: 768px) {
  .new-request-title {
    font-size: 34px;
  }
}

@media (min-width: 992px) {
  .new-request-title {
    font-size: 41px;
  }
}

.new-request-form {
  margin-bottom: 20rem;
}

.upload-dropzone {
  padding: 24px 16px;
  border-color: #eceeef;
  border-radius: 8px;
}

.upload-dropzone,
.upload-dropzone a {
  font-size: 14px;
}

.upload-dropzone span:before {
  display: block;
  font-size: 60px;
}

.intro-title {
  margin-bottom: 24px;
  font-weight: normal;
  line-height: 1.1;
  color: #fff;
  text-align: center;
}

.intro-subtitle {
  margin-top: 48px;
  margin-bottom: 24px;
  line-height: 32px;
  font-size: 20px;
  font-weight: normal;
  color: #fff;
  text-align: center;
}
@media (min-width: 768px) {
  .intro-title {
    font-size: 24px;
  }
}

@media (min-width: 992px) {
  .intro-title {
    margin-bottom: 36px;
    font-size: 34px;
  }
}

#main-heading {
  font-weight: bold;
  font-size: 50px;
}

.custom-block__link {
  display: table-cell;
  padding: 24px;
  padding-bottom: 10px;
  font-weight: 600;
  color: #000000;
  text-align: center;
  vertical-align: middle;
  background-color: white;
  border-radius: 8px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.custom-block__link:hover {
  color: #000;
}

@media (min-width: 480px) {
  .custom-block__icon {
    margin-bottom: 24px;
  }
}

.custom-block__icon svg {
  width: 56px;
  height: 56px;
}

@media (min-width: 480px) {
  .custom-block__icon svg {
    width: 66px;
    height: 66px;
  }
}

.custom-block__icon circle,
.custom-block__icon path {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.custom-block__icon path {
  fill: #000;
}

.custom-block__icon circle {
  stroke: #000;
}

.custom-block__title {
  font-size: 16px;
  font-weight: 600;
  color: rba(24, 3, 44);
  text-transform: uppercase;
  text-align: center;
}

@media (max-width: 479px) {
  .custom-block__title {
    width: 100%;
    padding-left: 12px;
  }
}

@media (min-width: 480px) {
  .custom-block__title {
    display: block;
  }
}

.dropdown-toggle:after {
  margin-left: 5px;
  color: inherit;
  content: "\f107";
  display: inline-block;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.dropdown-menu {
  min-width: 0 !important;
  padding: 0;
  font-size: 14px;
  border: 0;
  box-shadow: 0 8px 13px rgba(0, 0, 0, 0.36), 0 0 0 1px rgba(0, 0, 0, 0.06);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.post-controls .dropdown-menu {
  border-radius: 8px;
  box-shadow: 0px 0px 30px 0px #e8e6ea;
  overflow: hidden;
}

.comment__actions.community .dropdown-menu {
  border-radius: 8px;
  box-shadow: 0px 0px 30px 0px #e8e6ea;
  top: 32px;
  overflow: hidden;
  padding: 10px 0;
}
.error-page {
  padding: 10% 0 10%;
  text-align: center;
}

.error-page__title {
  text-transform: capitalize;
}

.footer-submit-ticket {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 48px 16px 48px 16px;
  margin-bottom: 48px;
  width: 100%;
  color: #fff;
  text-align: center;
  background: #18032c;
}

.footer-submit-ticket__title {
  font-weight: 700;
  width: 50%;
}

.footer-submit-ticket__subtitle {
  font-size: 24px;
  color: #999999;
}

.footer-submit-ticket__btn:empty {
  display: none;
  border-radius: 8px;
}

.footer-submit-ticket__btn .btn {
  padding: 9px 18px;
  border-radius: 8px;
}

.note {
  position: relative;
  padding-left: 16px;
  margin: 24px 0;
  color: #999999;
  border-left: 4px solid transparent;
  border-radius: 8px;
}

.note p:last-child {
  margin-bottom: 0;
}

.note-title {
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 600;
}

.note-default,
.note--default {
  border-color: #818a91;
}

.note-default .note-title,
.note--default .note-title {
  color: #818a91;
}

.note-info,
.note--info {
  border-color: #5bc0de;
}

.note-info .note-title,
.note--info .note-title {
  color: #5bc0de;
}

.note-warning,
.note--warning {
  border-color: #ffb140;
}

.note-warning .note-title,
.note--warning .note-title {
  color: #ffb140;
}

.note-success,
.note--success {
  border-color: #5391ae;
}

.note-success .note-title,
.note--success .note-title {
  color: #5391ae;
}

.note-danger,
.note--danger {
  border-color: #4990a0;
}

.note-danger .note-title,
.note--danger .note-title {
  color: #4990a0;
}

.footer {
  padding-top: 48px;
  font-size: 14px;
  line-height: 1.1;
  color: #999;
  background-color: #18032c;
  border-color: transparent;
  border-style: solid;
  border-width: 0;
}

.footer__inner {
  width: 100%;
  margin: 0 auto;
}

@media only screen and (max-width: 1185px) {
  .footer__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .footer__col {
    text-align: center !important;
    margin: 4px 0;
  }
}

.footer__col {
  position: relative;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}

@media (min-width: 768px) {
  .footer__col {
    display: table-cell;
    vertical-align: top;
  }
}

.footer-social-link {
  width: 30px;
  height: 30px;
  font-size: 14px;
  color: #5391ae;
  /*social icons sky-blue*/
  vertical-align: middle;
}

.footer-social-link + .footer-social-link {
  margin-left: 5px;
}

.copyright {
  text-align: center;
  order: 3;
}

.copyright a {
  color: #999;
}

@media (max-width: 1185px) {
.copyright {
  width: 100%;
}
}

.layout {
  min-height: 100%;
  margin-bottom: -150px;
  background-color: #fff;
}

@media (max-width: 767px) {
  .layout {
    margin-bottom: -198px;
  }
}

.layout:after {
  display: block;
  content: "";
}

.footer,
.layout:after {
  height: 150px;
}

@media (max-width: 767px) {
  .footer,
  .layout:after {
    height: 198px;
  }
}

.pagination ul {
  display: inline-block;
  padding-left: 0;
  margin: 0 0 12px;
}

.pagination ul > li {
  display: inline-block;
  margin-right: 6px;
  margin-bottom: 12px;
}

.pagination ul > li > a,
.pagination ul > li > span {
  position: relative;
  display: block;
  padding: 6px 16px;
  line-height: 1.5;
  color: #a6a6a7;
  text-decoration: none;
  background-color: #f6f6f6;
  border-radius: 8px;
}

.pagination ul > li > a:hover,
.pagination ul > li > a:focus,
.pagination ul > li > span:hover,
.pagination ul > li > span:focus {
  color: #1f568d;
  background-color: #eceeef;
  border-color: #ddd;
}

.pagination ul > .pagination-current > span,
.pagination ul > .pagination-current > span:hover,
.pagination ul > .pagination-current > span:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #5391ae;
  border-color: #5391ae;
}

.satisfaction-box {
  padding: 10px 16px;
  margin: 0 0 20px 0;
  margin-top: 0;
  font-size: 14px;
  border-color: #dbdbdb;
  border-radius: 8px;
}

.satisfaction-box h4 {
  margin-bottom: 10px;
  font-family: "Noto Sans", "Arial", "Helvetica", serif;
  font-size: 14px;
  font-weight: normal;
}

.satisfaction-box h4:last-child {
  margin-bottom: 0;
}

.satisfaction-box
  input[type="radio"]
  ~ label[for="satisfaction_rating_score_good"] {
  color: #fff;
  background-color: #5391ae;
  border-color: #5391ae;
}

.satisfaction-box
  input[type="radio"]
  ~ label[for="satisfaction_rating_score_good"]:hover,
.satisfaction-box
  input[type="radio"]
  ~ label[for="satisfaction_rating_score_good"]:focus,
.satisfaction-box
  input[type="radio"]
  ~ label[for="satisfaction_rating_score_good"]:active {
  color: #e0e0e0;
  background-color: #43464c;
  border-color: #43464c;
}

.satisfaction-box
  input[type="radio"]
  ~ label[for="satisfaction_rating_score_good"]:active {
  background-image: none;
}

.satisfaction-box
  input[type="radio"]
  ~ label[for="satisfaction_rating_score_bad"] {
  color: #fff;
  background-color: #4990a0;
  border-color: #ff3939;
}

.satisfaction-box
  input[type="radio"]
  ~ label[for="satisfaction_rating_score_bad"]:hover,
.satisfaction-box
  input[type="radio"]
  ~ label[for="satisfaction_rating_score_bad"]:focus,
.satisfaction-box
  input[type="radio"]
  ~ label[for="satisfaction_rating_score_bad"]:active {
  color: #e0e0e0;
  background-color: #ff1f1f;
  border-color: #fa0000;
}

.satisfaction-box
  input[type="radio"]
  ~ label[for="satisfaction_rating_score_bad"]:active {
  background-image: none;
}

.satisfaction-box
  input[type="radio"][checked="checked"][value="good"]
  + label:not([class="disabled"]) {
  background-color: #5391ae !important;
}

.satisfaction-box
  input[type="radio"][checked="checked"][value="bad"]
  + label:not([class="disabled"]) {
  background-color: #4990a0 !important;
}

.satisfaction-box
  input[type="radio"][checked="checked"]
  + label:not([class="disabled"]) {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.satisfaction-box label.disabled {
  padding: 0 !important;
  background-color: transparent !important;
  border: 0 !important;
}

.satisfaction-box label.disabled[for="satisfaction_rating_score_good"] {
  color: #5391ae !important;
}

.satisfaction-box label.disabled[for="satisfaction_rating_score_bad"] {
  color: #4990a0 !important;
}

.satisfaction-comment {
  margin-top: 15px;
}

.satisfaction-comment label {
  font-weight: normal;
}

.satisfaction-box .satisfaction-submit {
  margin-left: 15px !important;
  color: #fff !important;
  background-color: #4990a0 !important;
  border-color: #4990a0 !important;
}

.topbar {
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  color: #fff;
  background: #18032c;
  background-size: cover;
  background-repeat: repeat;
  border-width: 0 0 0 0;
  background-position: 100% 7%;
}

@media (max-width: 768px) {
  .resources-link {
    display: none;
  }

  .dropdown-menu__resources {
    display: none;
  }
}

.resources-mobile > span {
  font-weight: bold;
}

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

.dropdown-menu__resources-mobile a {
  display: block;
  color: #ffffff;
  padding: 10px 0;
  font-size: 14px;
}

.dropdown-menu__resources {
  height: auto;
  position: absolute;
  width: fit-content;
  background: white;
  top: 41px;
  right: 0;
  font-size: 14px;
  border-radius: 2px;
  opacity: 0;
  display: none;
  box-shadow: 0 8px 13px rgba(0, 0, 0, 0.36), 0 0 0 1px rgba(0, 0, 0, 0.06);
}

.dropdown-menu__resources::before {
  content: "";
  height: 10px;
  width: 10px;
  transform: rotateZ(45deg);
  background-color: #ffffff;
  position: absolute;
  top: -5px;
  right: 10px;
}

.dropdown-menu__resources.visible {
  display: inline;
  -webkit-animation: bounce 0.6s ease-out;
  animation: bounce 0.6s ease-out;
  opacity: 1;
}

.dropdown-menu__resources a {
  display: block;
  white-space: nowrap;
  padding: 10px 16px;
  color: #333333;
}

.dropdown-menu__resources a:hover {
  background-color: #f3f3f3;
}

.topbar .login {
  background-color: #009dff;
  border: none;
  text-transform: capitalize;
  padding: 8px 13px;
  color: #ffffff;
  font-weight: 600;
  font-size: 13px;
}

.topbar .login:hover,
.topbar .login:focus,
.topbar .login:active {
  color: #ffffff;
  background-color: rgb(67, 70, 77);
}

.topbar .login:active {
  background-image: none;
}

@media (max-width: 767px) {
  .topbar .submit-a-request,
  .topbar .login,
  .topbar .language-selector {
    margin-bottom: 5px;
  }
}

.topbar + main {
  padding-top: 24px;
}

@media (min-width: 768px) {
  .topbar + main {
    padding-top: 48px;
  }
}

.topbar__inner {
  width: 100%;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .topbar__inner {
    display: table;
  }
}

.topbar__col {
  position: relative;
  padding-top: 12px;
  padding-bottom: 12px;
}

@media (min-width: 768px) {
  .topbar__col {
    display: table-cell;
    vertical-align: middle;
  }
}

@media (min-width: 768px) {
  .topbar__controls {
    float: right;
    display: flex;
    gap: 24px;
    align-items: center;
  }
}

@media (max-width: 767px) {
  .topbar__collapse {
    display: none;
    padding-bottom: 24px;
  }
}

@media (min-width: 768px) {
  .topbar__collapse {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .topbar__menu {
    padding: 0;
  }
}

.scroll-to-top {
  position: fixed;
  right: 30px;
  bottom: -50px;
  z-index: 3;
  font-size: 32px !important;
  line-height: 45px !important;
  text-align: center;
  color: #009dff;
  border: 2px solid #d4d0d7;
  border-radius: 8px;
  -webkit-transition: bottom 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: bottom 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  width: 50px;
  height: 50px;
}

.scroll-to-top:focus,
.scroll-to-top:active {
  outline: 0;
}

.scroll-to-top.is-active {
  bottom: 30px;
}

.scroll-to-top:hover {
  color: white;
  background-color: #009dff;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive--16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive--4by3 {
  padding-bottom: 75%;
}

@-ms-viewport {
  width: device-width;
}

.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

.integrations-main {
  display: flex;
  justify-content: center;
}

.integrations-section-wrapper {
  max-width: 954px;
}

.page-header {
  margin-bottom: 24px;
}

.page-header-integrations {
  text-align: center;
}

.page-header-integrations .section-title {
  padding: 0px;
}

.page-header--with-border {
  border-bottom: 2px solid #dbdbdb;
}

.related-articles h3 {
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .related-articles h3 {
    margin-top: 12px;
  }
}

.related-articles ul {
  list-style: none;
  padding-left: 0;
}

.related-articles ul > li {
  margin-bottom: 8px;
}

.related-articles ul > li a {
  padding-bottom: 1px;
}

.profile-header {
  margin-bottom: 24px;
  border-radius: 8px;
  background-color: transparent;
  padding: 24px 15px;
  text-align: center;
  color: #fff;
}

.profile-header__avatar {
  display: inline-block;
}

.profile-header__name {
  margin-bottom: 12px;
  font-size: 24px;
  color: #43464c;
}

.profile-header__name a {
  color: #000;
}

@media (min-width: 768px) {
  .profile-header__name {
    font-size: 34px;
    font-weight: 300;
  }
}

.profile-header__options [data-action="edit-profile"] {
  color: #616161;
  background-color: transparent;
  border-color: #616161;
}

.profile-header__options [data-action="edit-profile"]:hover,
.profile-header__options [data-action="edit-profile"]:focus,
.profile-header__options [data-action="edit-profile"]:active {
  color: #000;
  background-color: transparent;
  border-color: #000;
}

.profile-header__options [data-action="edit-profile"]:active {
  background-image: none;
}

.profile-header__private-badge {
  display: inline-block;
  margin-bottom: 24px;
  background-color: #1f3249;
}

.profile-header__description {
  word-break: break-all;
  word-break: break-word;
}

.profile-stats {
  margin-bottom: 12px;
  padding-left: 0;
  list-style: none;
  font-size: 14px;
  color: #000;
}

.profile-stats__stat {
  margin-right: 12px;
  margin-bottom: 6px;
}

@media (max-width: 767px) {
  .profile-stats__stat {
    display: block;
  }

  .profile-stats__stat:before {
    display: none;
  }
}

.profile-stats__label {
  margin-right: 6px;
}

.profile-stats__value {
  color: #616161;
}

.profile-nav {
  margin-bottom: 24px;
  border-radius: 8px;
  background-color: #dbdbdb;
  overflow: hidden;
  font-size: 14px;
  font-weight: 600;
}

.profile-nav__items {
  margin: 0;
  padding: 0.5rem;
  list-style: none;
  background-color: #f0f0f0;
}

.profile-nav__items .profile-nav__item:first-child {
  margin-left: 4px;
}

@media (max-width: 768px) {
  .profile-nav__items .profile-nav__item:first-child {
    margin-left: 0;
  } 
}

.profile-nav__item {
  margin-bottom: 0;
  border-radius: 8px;
}

@media (min-width: 768px) {
  .profile-nav__item {
    display: inline-block;
    vertical-align: middle;
  }
}

.profile-nav__item a {
  display: block;
  color: rba(24, 3, 44);
}

.profile-nav__item.is-active {
  background-color: #009dff;
  color: #fff;
}

.profile-nav__item.is-active,
.profile-nav__item a {
  padding: 16px 12px;
  line-height: 1;
}

.profile-nav__item:after {
  right: 12px !important;
}

.profile-section {
  width: 100%;
}

.profile-section__header {
  margin-bottom: 24px;
}

.profile-section__title {
  margin-bottom: 12px;
  font-size: 24px;
}

.profile-section__description {
  color: #979797;
  font-size: 14px;
}

@media (min-width: 768px) {
  .profile-section__description {
    padding-bottom: 0;
  }
}

.profile-section-sorter {
  font-size: 14px;
}

.profile-section-sorter .dropdown {
  display: inline-block;
}

@media (min-width: 768px) {
  .profile-section-sorter {
    display: table;
    width: 100%;
  }
}

@media (min-width: 768px) {
  .profile-section-sorter {
    border-top: 0;
    padding-top: 0;
  }
}

@media (min-width: 768px) {
  .profile-section-sorter__col {
    display: table-cell;
    vertical-align: middle;
  }
}

@media (max-width: 767px) {
  .profile-section-sorter__col--main {
    margin-bottom: 12px;
  }
}

@media (min-width: 768px) {
  .profile-section-sorter__col--main {
    padding-right: 12px;
  }
}

@media (min-width: 768px) {
  .profile-section-sorter__col--btn {
    text-align: right;
  }
}

.profile-contribution {
  position: relative;
  border-radius: 8px;
  background-color: #fafafa;
  padding: 12px 15px;
  word-wrap: break-word;
  border: 1px solid #f0f0f0;
}

.profile-contribution__header {
  margin-bottom: 6px;
}

.profile-contribution__status {
  margin-bottom: 6px;
}

.profile-contribution__title {
  margin-bottom: 6px;
  margin-left: 6px;
  font-size: 16px;
  font-weight: 600;
}

.profile-contribution__body {
  margin-bottom: 12px;
}

.profile-contribution--list .profile-contribution__title:before {
  display: inline-block;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 2px;
}

.profile-contribution__breadcrumbs {
  margin-bottom: 12px;
  padding: 0;
  font-size: 14px;
}

.profile__no-activity,
.profile__private-activity {
  text-align: center;
  color: #979797;
}

.profile-activity-list {
  padding-left: 0;
  list-style: none;
}

.profile-activity {
  position: relative;
  margin-bottom: 36px;
}

.profile-activity__header {
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 600;
}

.profile-activity__header:before {
  display: inline-block;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 2px;
}

.profile-activity__avatar {
  width: 30px;
  height: 30px;
  margin-right: 6px;
}

.profile-activity-list--articles .profile-contribution__title:before,
.profile-activity[class$="-article"] .profile-activity__header:before {
  content: "\f0f6";
}

.profile-activity-list--posts .profile-contribution__title:before,
.profile-activity[class$="-post"] .profile-activity__header:before {
  content: "\f0e6";
}

.profile-activity-list--comments .profile-contribution__title:before,
.profile-activity[class$="-comment"] .profile-activity__header:before {
  content: "\f0e5";
}

.user-subscribe {
  display: inline-block;
}

.status-label {
  background: #009dff08;
  border: 1px solid #009dff;
  font-size: 14px;
  color: #009dff;
  font-weight: 600;
  border-radius: 6px;
  padding: 4px 14px;
}

.status-label--pending {
  background-color: #ffb140;
}

.status-label--with-ticket {
  background-color: #5391ae;
}

.status-label--with-ticket:hover,
.status-label--with-ticket:focus,
.status-label--with-ticket:active {
  color: #000;
}

.status-label--solved,
.status-label--closed {
  background-color: #5391ae;
}

.status-label--new,
.status-label--open {
  background-color: #4990a0;
}

.status-label--answered {
  background-color: #ffb140;
}

.status-label--official {
  background-color: #5391ae;
}

.status-label--completed,
.status-label--answered {
  background-color: #5391ae;
}

.status-label--planned {
  background-color: #1f3249;
}

.status-label--not-planned {
  color: rba(24, 3, 44);
  background-color: #dbdbdb;
}

.page-description {
  padding: 0px;
  font-size: 20px;
  line-height: 32px;
}

.apps-index {
  margin-bottom: 24px;
}

.apps-index__item {
  display: inline-block;
  margin-right: 5px;
  padding: 5px;
}

.app-items-container {
  margin-bottom: 24px;
  /* border-bottom: 2px solid #dbdbdb; */
  width: 100%;
}

.app-items {
  margin: 48px 0px 0px 0px;
  --grid-layout-gap: 24px;
  --grid-column-count: 3;
  --grid-item--min-width: 280px;
  --gap-count: calc(var(--grid-column-count) - 1);
  --total-gap-width: calc(var(--gap-count) * var(--grid-layout-gap));
  --grid-item--max-width: calc(
    (100% - var(--total-gap-width)) / var(--grid-column-count)
  );
  display: grid;
  row-gap: 24px;
  grid-template-columns: repeat(
    auto-fill,
    minmax(max(var(--grid-item--min-width), var(--grid-item--max-width)), 1fr)
  );
  grid-gap: var(--grid-layout-gap);
}

.app-item {
  float: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 24px;
}

.app-item__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 12px 15px 0;
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  border: 2px solid #d4d0d7;
  border-radius: 8px;
  text-align: center;
}

.app-item__title {
  font-weight: 600;
  font-size: 16px;
}

.app-item__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: auto;
  margin-bottom: 12px;
  margin-left: auto;
  width: 100px;
  height: 100px;
}

.app-item__image img {
  max-width: 100px;
  max-height: 100px;
}

.side-nav {
  display: none;
}

@media (min-width: 768px) {
  .side-nav {
    display: block;
    width: 30%;
    /*      margin-right: 30px;
      border-right: 1px solid #dfe3e8;
      padding-right: 0; }
      */
  }

  .side-nav a {
    color: rba(24, 3, 44);
    font-size: 14px;
    line-height: 1;
    display: block;
    width: 100%;
    padding-bottom: 7px;
    padding-top: 7px;
  }
}

@media (min-width: 768px) {
  .side-nav__link:hover {
    color: #000;
  }

  .side-nav__section.is-active .side-nav__link,
  .side-nav__section.is-active .side-nav__section-title {
    border-left: 2px solid #dbdbdb;
  }

  .side-nav__section-title:hover,
  .side-nav__section.is-active .side-nav__section-title {
    color: #fff;
    font-weight: 700;
    background-color: #5391ae;
    border-left: none;
  }

  .article-page .side-nav__section.is-active .side-nav__section-title {
    color: #000;
    background-color: transparent;
  }

  .article-page .side-nav__item.is-active .side-nav__link {
    color: #fff;
    font-weight: 700;
    background-color: #5391ae;
    border-left: none;
  }

  .article-page .side-nav__section.is-active .side-nav__section-title {
    border-left: 2px solid #dbdbdb;
  }
}

.side-nav__category {
  display: none;
}

.side-nav__category.is-active {
  display: block;
}

.side-nav__category-title {
  display: none !important;
}

.side-nav__sections,
.side-nav__articles {
  list-style: none;
  padding-left: 0;
}

.side-nav__articles {
  margin-bottom: 0;
}

.side-nav__articles .side-nav__link {
  padding-left: 25px;
  padding-right: 25px;
}

.side-nav__articles {
  display: none;
}

.side-nav__section.is-active .side-nav__articles {
  display: block;
}

.side-nav__section-title {
  padding-left: 10px;
}

.side-nav-section-open {
  display: none;
}

@media (max-width: 767px) {
  .side-nav {
    display: none;
  }

  .side-nav-section-open {
    color: #000;
    font-weight: 700;
    display: block;
    padding: 20px;
    cursor: pointer;
    position: relative;
  }

  .side-nav-section-open .fa {
    float: right;
    margin-top: 4px;
  }

  .article-page .side-nav {
    display: block;
  }

  .side-nav__section {
    display: none;
  }

  .side-nav__sections {
    background-color: #f4f6f8;
  }

  .side-nav__articles {
    list-style: disc;
    padding-left: 15px;
  }

  .side-nav__section.is-active {
    padding: 20px;
    padding-top: 0;
  }

  .side-nav__section-title {
    display: none !important;
  }

  .side-nav__articles .side-nav__link {
    padding-left: 0;
  }

  .side-nav__link {
    text-decoration: underline;
  }

  .side-nav__link:hover {
    color: #5391ae;
    text-decoration: underline;
  }

  .side-nav__item.is-active {
    display: none;
  }
}

.vote.vote--post {
  width: 40px;
  /* position: absolute; */
  right: 20px;
}

.vote [aria-selected="true"] {
  z-index: 2;
}

.vote-sum {
  display: block;
  padding-top: 6px;
  padding-bottom: 6px;
  font-weight: 600;
  text-align: center;
  height: 40px;
  width: 40px;
}

.vote-control:hover,
.vote-control:active {
  z-index: 2;
}

.community-body {
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.topic-list {
  --grid-layout-gap: 24px;
  --grid-column-count: 3;
  --grid-item--min-width: 250px;
  --gap-count: calc(var(--grid-column-count) - 1);
  --total-gap-width: calc(var(--gap-count) * var(--grid-layout-gap));
  --grid-item--max-width: calc((100% - var(--total-gap-width)) / var(--grid-column-count));
  display: grid;
  row-gap: 24px;
  grid-template-columns: repeat(auto-fill,
      minmax(max(var(--grid-item--min-width), var(--grid-item--max-width)), 1fr));
  grid-gap: var(--grid-layout-gap);
  padding: 0 16px;

}

.topic-list-item {
  padding: 0;
  width: fit-content;
  margin: 1em;
}

@media (max-width: 768px) {
  .community__aside {
    margin-left: 0 !important;
  }
}

.topic-list-item__box {
  border-radius: 16px;
  height: 250px;
  color: white;
  padding: 1em;
  box-shadow: 0px 0px 30px rgba(45, 26, 63, 0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  gap: 8px;
  transition: all 0.2s ease-in-out;
}

.topic-list-item__box:hover {
  transform: translate3D(0, -1px, 0) scale(1.02);
  transition: all 0.2s ease-in-out;
}

.topic-list-item__title {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.6;
  margin: 0;
  color: #009dff;
  text-align: center;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}

.topic-list-item__meta {
  text-transform: capitalize;
}

.topic-list-item__title .fa.fa-lock{
  position: absolute;
  top: 14px;
  right: 14px;
  color: #18032c;
  font-size: 16px;
}

.topic-list-item__title a{
  color: #18032c;
}

.topic {
  padding-bottom: 3px;
  margin-bottom: 32px;
  border-bottom: 1px solid #BFB9C4;
  display: table;
  width: 100%;
}

.topic__col {
  display: table-cell;
  vertical-align: top;
}

.topic__col--new-post {
  text-align: right;
}

.topic__title {
  font-size: 24px;
  line-height: 1.6;
}

.topic-filters__item {
  float: left;
}

.topic-filters__item .dropdown-toggle.btn {
  color: #18032c;
  border: none;
  text-transform: capitalize;
  font-size: 14px;
}

.topic-filters__item .dropdown-toggle.btn:active,
.topic-filters__item .dropdown-toggle.btn:focus {
  box-shadow: none;
}

@media (max-width: 767px) {
  .topic-filters__item {
    margin-bottom: 9px;
  }
}

.topic-controls {
  float: inline-end;
  padding: 0;
}

.topic-controls__item {
  float: left;
}

.topic-followers {
  margin-right: 6px;
}

@media (min-width: 768px) {
  .topic-controls__item--subscribe {
    float: right;
    white-space: nowrap;
  }
}

.topic-controls__item--subscribe .dropdown {
  display: inline-block;
  vertical-align: middle;
}

.topic-controls__item--subscribe .dropdown-menu {
  left: initial;
  right: 0;
}

.topic-filters__item .dropdown-menu, .topic-subscribe .dropdown-menu {
  border-radius: 8px;
  box-shadow: 0px 0px 30px 0px #e8e6ea;
  top: 42px;
  overflow: hidden;
  padding: 10px 0;
}

.profile-section-sorter__col .dropdown-menu {
  border-radius: 8px;
  box-shadow: 0px 0px 30px 0px #e8e6ea;
  top: 42px;
  overflow: hidden;
  padding: 10px 0;
}

.profile-section-sorter__col .btn.btn--default.dropdown-toggle {
  border: 1px solid #009dff;
  color: #009dff;
  font-weight: 600;
}

.profile-section-sorter__col .dropdown-menu a:hover {
  background-color: #fafafa;
}

.dropdown-menu [role=menuitem][aria-selected=true] {
  color: #009dff;
  background: none;
}

.topic-controls__item--subscribe .dropdown-toggle,
.topic-controls__item--subscribe .topic-unsubscribe {
  color: #5391ae;
  background-color: transparent;
  border-color: #5391ae;
}

.topic-controls__item--subscribe .dropdown-toggle:hover,
.topic-controls__item--subscribe .dropdown-toggle:focus,
.topic-controls__item--subscribe .dropdown-toggle:active,
.topic-controls__item--subscribe .topic-unsubscribe:hover,
.topic-controls__item--subscribe .topic-unsubscribe:focus,
.topic-controls__item--subscribe .topic-unsubscribe:active {
  color: #1f634a;
  background-color: transparent;
  border-color: #1f634a;
}

.topic-controls__item--subscribe .dropdown-toggle:active,
.topic-controls__item--subscribe .topic-unsubscribe:active {
  background-image: none;
}

.post {
  position: relative;
  margin-bottom: 24px;
}

.post__title {
  font-size: 24px;
  padding-right: 18px;
}

.post-unsubscribe {
  color: #009dff;
  border: 1px solid #009dff;
}

.post-unsubscribe:hover {
  color: #009dffc7;
  border-color: #009dffc7;
}

.post-follow .post-subscribe {
  color: #ffffff;
  background-color: #009dff;
  border-radius: 8px;
  text-transform: capitalize;
  font-size: 14px;
  border: none;
  padding: 6px 26px;
}

.post-follow .post-subscribe:hover,
.post-follow .post-subscribe:focus,
.post-follow .post-subscribe:active {
  background-color: #2eafff;
}

.post-follow .post-subscribe:active {
  background-image: none;
}

.post-meta {
  margin-bottom: 12px;
  font-size: 14px;
  list-style: none;
  padding-left: 0;
  position: relative;
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.post-meta__item {
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 8px;
  vertical-align: middle;
}

@media (max-width: 1199px) {
  .post-meta__item--author {
    margin-right: 12px;
  }
}

.post-author-name {
  display: inline-block;
  font-weight: 600;
  vertical-align: middle;
}

.post-avatar {
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 8px;
}

.post-avatar img {
  margin-right: 6px;
}

.post__text {
  word-wrap: break-word;
}

.post-controls {
  top: 8px;
  right: -20px;
  margin-top: -8px;
}

.post-controls .dropdown-toggle {
  font-size: 14px;
  color: #18032c;
}

.post-controls .dropdown-toggle:after {
  font-size: 16px;
  margin-top: -2px;
}

.post-controls .dropdown-menu {
  left: initial;
  right: 0;
  padding-bottom: 10px;
}

.post-list {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.post-list {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.post-list-item {
  padding: 24px;
  margin: 0;
  box-shadow: 0px 0px 30px 0px #E8E6EA;
  border-radius: 16px;
}

.meta.post-list-item__meta {
  display: flex;
}

@media (min-width: 768px) {
  .post-list-item {
    width: 100%;
  }
}

.post-list-item__col {
  display: flex !important;
  flex-direction: column;
  gap: 8px;
  width: 100% !important;
}

.post-list-item__title {
  font-size: 18px;
  line-height: 1.6;
  margin: 0;
}

.post-list-item__description p {
  margin: 0;
  line-height: 1.6;
}

.post-list-item__description h1,
.post-list-item__description h2,
.post-list-item__description h3,
.post-list-item__description h4,
.post-list-item__description h5,
.post-list-item__description h6 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
}

.post-list-item__description { 
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  font-size: 16px;
}

.post-list-item__title .fa-star {
  position: relative;
  font-size: 50%;
  top: -4px;
}

.post-info__icons {
  margin-right: 8px;
}

.post-info__icons.icon-vote {
  margin-top: -2px;
}

@media (min-width: 768px) {
  .post-list-item__col {
    display: table-cell;
    vertical-align: top;
  }
}

@media (min-width: 768px) {
  .post-list-item__col--main {
    width: 60%;
  }
}

@media (min-width: 768px) {
  .post-list-item__col--side {
    width: 40%;
    text-align: right;
  }
}

.post-info {
  color: #979797;
  font-size: 14px;
}

@media (min-width: 768px) {
  .post-info {
    float: right;
    text-align: center;
    min-width: 90px;
    background-color: #f9f9f9;
    border-radius: 8px;
    padding: 6px 12px;
  }
}

@media (min-width: 768px) {
  .post-info__count {
    display: block;
    color: rba(24, 3, 44);
    font-weight: 600;
  }
}

.post-info + .post-info {
  margin-right: 12px;
}

@media (max-width: 767px) {
  .post-info + .post-info:before {
    margin-right: 6px;
    font-size: 10px;
    content: "\2022";
  }
}

.post-status {
  display: inline-block;
  padding: 1px 6px;
  font-size: 12px;
  color: #fff;
  border-radius: 8px;
}

.post-status--completed,
.post-status--answered {
  background-color: #5391ae;
}

.post-status--planned {
  background-color: #1f3249;
}

.post-status--not-planned {
  color: rba(24, 3, 44);
  background-color: #dbdbdb;
}

.new-post-title {
  font-size: 24px !important;
}

@media (min-width: 768px) {
  .new-post-title {
    font-size: 34px;
  }
}

@media (min-width: 992px) {
  .new-post-title {
    font-size: 41px;
  }
}

.new-post-form {
  margin-bottom: 24px;
}

.side-nav__inner {
  border-right: 1px solid #dfe3e8;
  margin-right: 30px;
}

.dl-horizontal:before,
.dl-horizontal:after {
  display: table;
  content: "";
}

.dl-horizontal:after {
  clear: both;
}

.dl-horizontal dt {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 30%;
    padding-right: 15px;
    clear: both;
  }
}

@media (min-width: 768px) {
  .dl-horizontal dd {
    float: right;
    width: 70%;
  }
}

/* Abbreviations and acronyms */

abbr[title] {
  cursor: help;
  border-bottom: 1px dotted #818a91;
}

abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #818a91;
}

blockquote {
  padding: 12px 24px;
  margin: 0 0 24px;
  font-style: italic;
  border-left: 5px solid #eceeef;
}

blockquote.is-colored {
  border-left: 5px solid #43464c;
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}

/* Code */

code {
  padding: 20px !important;
  border-radius: 8px !important;
}

/*  Addresses */

.is-hidden,
.hidden {
  display: none !important;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 24px;
}

.table th,
.table td {
  padding: 12px;
  vertical-align: top;
}

.table td {
  border-top: 1px solid #ddd;
}

.table thead th {
  vertical-align: bottom;
}

.table tbody + tbody {
  border-top: 1px solid #ddd;
}

.table .table {
  background-color: #fff;
}

.table--color-header th {
  background-color: #43464c;
  color: #fff;
}

.table--striped th,
.table--striped td,
.table--striped thead th {
  border-color: #fff;
}

.table--striped tbody tr:nth-child(odd) {
  background-color: #eceeef;
  color: inherit;
}

.table--hover tbody tr:hover {
  background-color: #eceeef;
  color: inherit;
}

.table--bordered {
  border: 2px solid #d4d0d7;
}

.table--bordered td {
  border-left: 1px solid #ddd;
}

.table--bordered th {
  border-left: 1px solid #ddd;
}

.table-responsive {
  min-height: 0.01%;
  overflow-x: auto;
}

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 18px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 2px solid #d4d0d7;
  }

  .table-responsive > .table {
    margin-bottom: 0;
  }

  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
}

.callout {
  padding: 24px 20px;
  margin-bottom: 24px;
  background-color: #eceeef;
  border-left-width: 5px;
  border-left-style: solid;
}

.callout p:last-child {
  margin-bottom: 0;
}

.callout--transparent {
  background-color: transparent;
  border-width: 1px;
  border-color: #dedede;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.14);
}

.callout--success {
  background-color: rgba(0, 202, 26, 0.23);
  color: #4e5565;
  border-color: #5cb85c;
}

.callout--success .callout__title {
  color: #5cb85c;
}

.callout--info {
  color: #4e5565;
  background-color: #daf1f8;
  border-color: #5bc0de;
}

.callout--info .callout__title {
  color: #5bc0de;
}

.callout--warning {
  color: #4e5565;
  background-color: #fceedb;
  border-color: #f0ad4e;
}

.callout--warning .callout__title {
  color: #f0ad4e;
}

.callout--danger {
  color: #4e5565;
  background-color: #f4cecd;
  border-color: #d9534f;
}

.callout--danger .callout__title {
  color: #ff1515;
}

.callout--primary {
  color: #fff;
  background-color: #0c9;
  border-color: #008f6b;
}

.callout--primary .callout__title {
  color: #fff;
}

.callout--dashed {
  border-width: 1px;
  border-style: dashed;
}

.image-with-border {
  padding: 10px;
  border: 2px solid #d4d0d7;
  border-radius: 8px;
}

.image-with-shadow {
  -webkit-box-shadow: 0 5px 15px 2px #55595c;
  box-shadow: 0 5px 15px 2px #55595c;
}

.image-with-lightbox {
  cursor: pointer;
}

.image-overlay {
  position: relative;
}

.image-overlay:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.3);
}

.image-with-video-icon {
  position: relative;
  display: block;
}

.image-with-video-icon img {
  width: 100%;
}

.image-with-video-icon:before {
  content: "";
  font-size: 0;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 0 30px 60px;
  border-color: transparent transparent transparent #fff;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
  z-index: 3;
}

.image-with-video-icon:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 2;
}

.image-with-video-icon:active:before,
.image-with-video-icon:hover:before {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
  transform: translate(-50%, -50%) scale(1.1);
}

.list-colored,
.list-bullet {
  counter-reset: list;
  list-style-type: none;
  padding-left: 0 !important;
}

.list-colored li {
  position: relative;
  padding-left: calc(30px + 12px);
  counter-increment: list;
  margin-bottom: 16px !important;
}

.list-colored li:before {
  position: absolute;
  top: -3px;
  left: 0;
  content: counter(list);
  text-align: center;
  font-size: 14px;
  width: 30px;
  height: 30px;
  background-color: #43464c;
  border-radius: 8px;
  z-index: 1;
  color: #fff;
  line-height: 30px;
}

.list-colored ol {
  counter-reset: list;
  list-style-type: none;
  margin-bottom: 14px;
}

.list-bullet li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
}

.list-bullet li:before {
  position: absolute;
  left: 0;
  top: -3px;
  font-family: "FontAwesome";
  font-size: 20px;
  font-weight: 400;
  font-style: normal;
  content: "\f046";
  color: #43464c;
  background-color: transparent;
  width: auto;
  height: auto;
}

.list-bullet ul {
  list-style: none;
  margin-bottom: 14px;
}

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

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

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

.text-primary {
  background-color: #66ffd9;
}

.text-info {
  background-color: #5bc0de;
}

.text-warning {
  background-color: #ffb140;
}

.text-danger {
  background-color: #ff5252;
}

.text-success {
  background-color: #0c9;
}

.accordion {
  border: 2px solid #d4d0d7;
  border-radius: 8px;
  padding-top: 0;
  margin-bottom: 24px;
  transition: 0.4s;
}

.accordion-integrations {
  border: 2px solid transparent;
}

.accordion-integrations__item-title {
  border-radius: 8px;
  background: none;
  width: fit-content;
  border: 1px solid #d4d0d7 !important;
  margin-top: 0;
}

.accordion__item-title {
  position: relative;
  font-size: 20px;
  padding: 15px 20px 15px 52px;
  cursor: pointer;
}

.accordion-integrations__item-title {
  padding: 15px 52px 15px 20px;
}

.accordion-integrations__item-title span {
  color: #ff57bb;
}

.accordion-integrations__item-title span strong {
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
}

.accordion__item-title:not(.accordion__item-title--active) {
  border-bottom: 1px solid #ddd;
}

.accordion-integrations__item-title:not(.accordion__item-title--active) {
  border: none;
}

.accordion__item-title:before {
  content: "";
  position: absolute;
}

.accordion__item-content {
  display: none;
  padding: 20px;
  border-bottom: 1px solid #ddd;
}

.accordion-integrations__item-content {
  border: none;
  padding: 0px;
}

.accordion-integrations__item-content h3 {
  margin: 0;
  line-height: 24px;
}

.accordion-integrations__item-content h3 strong {
  font-size: 18px;
}

.accordion-integrations__item-content p {
  margin: 0;
}

.accordion__item-content p:last-child {
  margin-bottom: 0;
}

.accordion__item:last-child .accordion__item-title {
  border-bottom: none;
}

.accordion--default .accordion__item-title:before {
  left: 22px;
  top: 50%;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  border-bottom: 2px solid #43464c;
  border-left: 2px solid #43464c;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.accordion-integrations .accordion-integrations__item-title:before {
  right: 22px;
  left: auto;
}

.accordion--default .accordion__item-title--active {
  background-color: #f0f0f0;
}

.accordion-integrations .accordion__item-title--active {
  background: none;
}

.accordion--default .accordion__item-title--active:before {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.accordion--colored .accordion__item-title {
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.accordion--colored .accordion__item-title:before,
.accordion--colored .accordion__item-title:after {
  top: 50%;
}

.accordion--colored .accordion__item-title:before {
  width: 10px;
  height: 2px;
  margin-top: -1px;
  background-color: #818a91;
  left: 20px;
}

.accordion--colored .accordion__item-title:after {
  content: "";
  position: absolute;
  left: 24px;
  width: 2px;
  height: 10px;
  margin-top: -5px;
  background-color: #818a91;
}

.accordion--colored .accordion__item-title--active {
  background-color: #43464c;
  color: #fff;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.accordion--colored .accordion__item-title--active:before {
  background-color: #fff;
}

.accordion--colored .accordion__item-title--active:after {
  display: none;
}

.article-top-header {
  display: flex;
  align-items: start;
  gap: 24px;
}

@media only screen and (max-width: 768px) {
  .article-top-header {
    flex-direction: column;
    align-items: center;
  }

  .tabs-menu .tabs-title {
    display: none;
  }
}

.article-top-header .image-wrapper {
  flex: 1;
  border-radius: 16px;
  box-shadow: 0px 0px 14px 0px #2d1a3f1a;
  padding: 16px;
  height: 300px;
  max-width: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.article-top-header .content {
  flex: 2;
}

.article-top-header .content h3 {
  margin-top: 0;
}

.article-body ul {
  list-style: disc;
  padding: 0px 18px;
}

.article-body ol {
  padding: 0px 18px;
}

.tabs {
  margin-bottom: 24px;
}

.tab {
  display: block;
  padding: 0px;
  margin-top: -1px;
  border: 2px solid #d4d0d7;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  width: 700px;
}

.tab__content {
  position: relative;
}

.tab p:last-child {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .tab {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
  }
}

.tab:nth-child(2) {
  border-top-left-radius: 0;
}

.tabs-link {
  display: block;
  margin: 0;
  font-weight: 400;
  cursor: pointer;
  font-size: 14px;
}

.tabs-link:hover {
  color: #43464c;
}

@media (max-width: 767px) {
  .tabs-link {
    border-top-color: #ddd;
    border-right-color: #ddd;
    border-left-color: #ddd;
  }

  .tabs-link:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
  }
}

@media (min-width: 768px) {
  .tabs-link {
    display: inline-block;
  }
}

.is-hidden {
  display: none;
}

.tabs-link.is-active {
  cursor: pointer;
  font-weight: 700;
}

@media (min-width: 768px) {
  .tabs-link.is-active {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
  }
}

.tabs--colored-1 .tab {
  background: none;
}

.tabs--colored-2 .tab {
  background: none;
}

/* ############### CUSTOM STYLES: RBA ############### */

/* NEW REQUEST PAGE */

/* Rounded borders on form fields */
.form-field > a,
.form-field > input,
.form-field > ul,
.form-field > textarea,
#upload-dropzone {
  color: #1b1e28;
  /* color from book logpoint demo */
  border: 1px solid #d4d0d7;
  border-radius: 8px;
  margin-top: 0px;
}

.form-field.request_cc_emails ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.form-field.request_cc_emails ul li {
  border-radius: 6px;
  height: 100%;
  padding: 0;
}

.form-field.request_cc_emails ul li input {
  height: 25px;
}

.form-field.request_cc_emails ul li input:focus {
  border: none;
  box-shadow: none;
}

.suggestion-list {
  padding: 0px;
  margin-bottom: 24px;
}

.suggestion-list h2 {
  font-size: 20px; /* reduce font size */
}

.searchbox {
  margin-top: 0px;
  border-radius: 8px;
  /* override 1% border radius (default) */
  box-shadow: 0 0 8px rgb(174, 212, 230);
  /* pop out suggestions */
}

.searchbox ul {
  margin-bottom: 0px;
  max-height: 9em;
  overflow-y: auto;
}

/* Change `Submit` Button */
#new_request > footer > input[value="Submit"] {
  background-color: #009dff;
  border: 1px solid #009dff;
  border-radius: 8px;
  padding: 5px 30px 5px 30px;
  font-size: inherit;
  font-weight: normal;
  text-transform: capitalize;
}

#new_request > footer > input[value="Submit"]:hover {
  background-color: transparent;
  border: 1px solid #18032c;
  color: #009dff;
}

/* Add `*` against mandatory fields */
.request-form .required > label:after {
  content: "*";
  color: #009dff;
  margin-left: 6px;
  font-size: 13px;
  vertical-align: middle;
}

/* Remove border from attachments (improve appearance when there are no attachments */
#request-attachments-pool {
  border: 0;
}
/* KNOWLEDGE CENTER PAGE */

.category-page a {
  color: #009dff;
}

.category-page a:hover,
.category-page a:focus {
  color: #52c8ff;
  text-decoration: none;
}

.category-page .section__title a,
.category-page .see-all-articles {
  color: #43464c;
  border-radius: 8px;
  border-color: #43464c;
  text-transform: capitalize;
}

/* same as section (inherited from li) */
.category-page .section__title a:hover,
.category-page .section__title,
.category-page .see-all-articles:hover,
.category-page .see-all-articles:focus {
  color: #009dff;
  border-color: #009dff;
}

.category-page .see-all-articles {
  font-size: 16px;
  /* same as section (inherited from li) */
}

.category-page .section {
  margin-bottom: 91px;
}

.category-page #query {
  border-color: #43464c;
  border-radius: 8px;
  border-width: thin;
  font-size: 16px;
}

/* HOMEPAGE */
.hero-unit {
  padding: 5% 15px 10% 15px;
}

.hero-unit ~ main {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.hero-unit.hidden ~ main {
  max-width: 1185px;
  padding-left: 15px;
}

@media only screen and (min-width: 992px) {
  .hero-unit {
    padding: 5% 15px 10% 15px;
  }
}

@media only screen and (max-width: 540px) {
  .hero-unit {
    padding: 5% 15px 10% 15px;
  }
}

.hc-search {
  display: flex;
  justify-content: center;
  width: 100%;
}

.hc-search form {
  width: 80%;
}

#query ~ input[value="Search"] {
  /* Search button next to a query search box */
  border-radius: 8px;
  background-color: #009dff;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 700;
  margin-left: 15rem;
  right: -5%;
  padding: 10px 20px;
  height: 50px;
}

.hero-unit #query {
  font-size: 16px;
  font-weight: 400;
}

.category-image,
.category-image-hover {
  width: 175px;
}

.category-list-item__image-wrapper {
  position: relative;
}

.knowledge-base {
  margin-bottom: 122px;
  display: flex;
  justify-content: center;
}

.knowledge-base .row {
  max-width: 1185px;
}

.footer-submit-ticket {
  min-height: 450px;
  margin-bottom: 122px;
}

.request-submit-btn:hover {
  border-color: #43464c;
}

.custom-blocks {
  padding-left: 0;
  margin-bottom: 24px;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  justify-content: center;
  width: 100%;
}

.custom-blocks li {
  transition: .3s ease-in-out;
}

.custom-block {
  width: 300px;
  padding: 40px 30px 0px 30px;
  position: relative;
  min-height: 400px;
  color: white;
  align-items: center;
  margin: 25px 2%;
  box-shadow: 0px 0px 30px rgba(45, 26, 63, 0.1);
  border-radius: 16px;
  transition: all 0.3s ease-in-out;
}

.custom-blocks__more {
  display: flex;
  flex-direction: column;
  color: black;
  margin: auto;
  text-align: center;
  width: 100%;
  margin-bottom: 48px;
}

.custom-blocks__more > h3 {
  margin: 0;
}

.custom-category-item:hover,
.category-list-item:hover,
.custom-block:hover {
  transform: translate3D(0, -1px, 0) scale(1.03);
  transition: all 0.3s ease-in-out;
}

.category-list-item__link:hover {
  background-color: white;
  color: #000;
}

main[role="main"] {
  padding-bottom: 20rem;
}

/* SECTION PAGES */
.section-page {
  margin-top: 5rem;
}

/* ARTICLE PAGES */
.article-page {
  margin-top: 5rem;
}

/* REQUESTS PAGE */
.top-section {
  margin-top: 5rem;
}

/* COMMENT SUBMIT BUTTON */
.comment-form__controls input[type="submit"] {
  background-color: #009dff;
  color: white;
  padding: 10px 50px;
  font-size: 1.5rem;
  letter-spacing: 0.1rem;
  text-transform: capitalize;
  display: inline-block;
  border-radius: 8px;
  border: 1px solid #009dff;
  margin-bottom: 60px;
}

.comment-form__controls input[type="submit"]:hover {
  background-color: transparent;
  color: #009dff;
  border: 1px solid #18032c;
}

/* for any [long] links in the comment section */
.comment__body a {
  word-wrap: anywhere;
}

.comment__body.markdown p {
  margin: 0;
}

/* PRODUCTS HUB PAGES */
.products-hub__row,
.custom-partner-portal__article-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.products-hub__row .column {
  padding-left: 5px;
  padding-right: 5px;
}

.products-hub__section {
  width: fit-content;
  margin-top: 3rem;
  margin-bottom: 3rem;
  margin-left: 1rem;
  margin-right: 1rem;
}

@media (max-width: 590px) {
  .products-hub__section {
    width: 100%;
  }
}

.products-hub__section-card,
.custom-partner-portal__article-list li a {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 16px;
  min-width: 250px;
  color: white;
  align-items: center;
  padding: 1rem;
  box-shadow: 0px 0px 30px rgba(45, 26, 63, 0.1);
  transition: 0.3s ease-in-out;
}

.products-hub__section-card:hover,
.custom-partner-portal__article-list li a:hover {
  transform: translate3D(0, -1px, 0) scale(1.03);
  transition: all 0.3s ease-in-out;
}

.products-hub__section-icon-container {
  height: 15rem;
  display: flex;
  justify-content: center;
  padding: 3rem;
}

.products-hub__section-icon {
  height: 100%;
}

.products-hub__section-title {
  text-align: center;
  border-width: 0;
  padding-left: 0.8rem;
  padding-right: 0.8rem;
  margin: 24px 0;
}

.products-hub__article-container {
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: inline;
}

.products-hub__article-heading {
  padding-left: 5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.products-hub__article-title {
  font-size: medium;
  font-weight: bold;
  margin: 0.5rem;
}

.products-hub__article-metadata {
  font-size: small;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  margin-top: 0;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  font-weight: 500;
  align-self: flex-end;
}

.products-hub__article-content {
  overflow-x: scroll;
}

.products-hub__article-metadata-link {
  text-decoration: underline;
}

.products-hub__article-metadata-sha256 {
  color: #999;
  font-weight: lighter;
}

/* PARTNER SECTION */
.partner-section {
  display: flex;
  flex-direction: column;
  padding-right: 10%;
  padding-left: 10%;
  padding-top: 0;
  padding-bottom: 2%;
  text-align: center;
}

main:has(.hero-unit) {
  padding-right: 0;
  padding-left: 0;
  padding-top: 0;
  margin-left: 0;
  margin-right: 0;
  max-width: 100svw;
}

.partner-section ~ .row {
  padding-left: 15px;
  padding-bottom: 24px;
  padding-right: 15px;
  margin: 0 auto;
  max-width: 1185px;
}

.partner-section p {
  text-align: center;
  max-width: 1185px;
  align-self: center;
}

/* PRODUCTS SECURITY PAGE */
.subscribe-products-security-section {
  position: relative;
  right: auto;
  float: right;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
}

/* ############### CUSTOM STYLES: UMH ############### */

/* SUPPORT PAGE */

.my-activities-menu--main .my-activities-menu__item {
  background-color: white;
  border-radius: 8px;
  border: solid 2px #b2b7b7;
}

.my-activities-menu__item a {
  color: #b2b7b7;
}

.my-activities-menu--main .my-activities-menu__item.is-active,
.my-activities-menu--main .my-activities-menu__item:hover a {
  color: #43464c;
  font-weight: normal;
}

.my-activities-menu--main .my-activities-menu__item.is-active,
.my-activities-menu--main .my-activities-menu__item:hover {
  border: solid 2px #43464c;
}

.my-activities-menu--sub .my-activities-menu__item a {
  color: #43464c;
}

.my-activities-menu--sub .my-activities-menu__item.is-active,
.my-activities-menu--sub .my-activities-menu__item:hover a {
  color: #009dff;
  font-weight: normal;
}

#quick-search,
.request-filter {
  border: solid 2px #b2b7b7;
  border-radius: 8px;
}

.request-filter-label,
.my-activities-items__head .my-activities-items__col {
  font-weight: bold;
  color: #43464c;
}

.my-activities-items__col :not(a, .request-status),
.my-activities-items__col {
  color: #43464c;
}

.my-activities-item__col a {
  color: #009dff;
}

.my-activities-items__col a:hover {
  color: #52c8ff;
}

.request-status--solved {
  background-color: #ff57bb;
}

.request-status--closed {
  background-color: #a8aeae;
}

.request-support-title {
  margin-bottom: 0px;
}

.request-support-text {
  padding-top: 20px;
  font-size: 20px;
}

.request-submit-btn {
  background-color: #009dff;
  color: white;
  padding: 10px 20px;
  display: inline-block;
  border-radius: 8px;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
}

.request-submit-btn:hover {
  background-color: #43464c;
  color: white;
}

/* FOOTER */
.footer {
  position: absolute;
  bottom: 0;
  height: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 16px;
  width: 100%;
}

.footer.container {
  background-color: #18032c;
}

.footer__inner {
  max-width: 1185px;
  line-height: 2;
}

.footer__col {
  text-align: right;
}

.footer__inner * {
  color: white;
}

.footer__col--terms-policies {
  display: inline-block;
  text-align: left;
  order: 2;
}

.footer__col--terms-policies a:hover {
  color: #009dff;
}

.footer-social-link {
  color: #18032c;
  background-color: white;
  border-radius: 8px;
  text-align: center;
  text-align: center;
  line-height: 30px !important;
  border: solid white 1px;
}

.footer-social-link:hover {
  color: white;
  background-color: #18032c;
  border: solid white 1px;
}

@media (max-width: 1185px) {
  .footer__col--social-links {
    margin-top: 5px;
    margin-bottom: 8px;
    order: 1;
    width: 100%;
  }
}

/* remove the bottom extra space after footer */
.layout:after {
  height: 0px;
}

.fa.fa-angle-up:hover {
  color: white;
}

.fa.fa-angle-up,
.fa.fa-angle-down {
  width: 40px;
  height: 40px;
  font-size: 16px !important;
  line-height: 30px !important;
  bottom: 80px;
  color: #009dff;
  border-color: #009dff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.vote-control:hover {
  background-color: #009dff;
  color: #ffffff;
  border: 1px solid transparent;
}

.layout {
  position: relative;
}

/* HEADER */
.topbar__inner {
  max-width: 1185px;
}

header.topbar {
  position: sticky;
}

@media (max-width: 992px) {
  .topbar__inner {
    padding-left: 10px;
    padding-right: 10px;
  }
}

/* APPLICATIONS PAGE */
@media only screen and (max-width: 768px) {
  .integrations-section-wrapper .page-description {
    padding: 0px;
  }
}

.marketplace-filters {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: start;
  flex-wrap: wrap;
}

.marketplace-filters select {
  height: 40px;
  border: 1px solid #D4D0D7;
}

.marketplace-filters {
  margin-top: 64px;
  position: relative;
}

#integrations-search {
  max-width: 300px;
  border: 1px solid #d4d0d7;
  height: 40px;
  text-indent: 30px;
}

#integrations-search::placeholder {
  color: #6b5e78;
  font-weight: 400;
  margin-left: 20px;
}

.search-bar {
  flex: 1;
  max-width: 300px;
  min-width: 200px;
}

.search-bar::before {
  position: absolute;
  top: 9px;
  left: 16px;
  font-size: 20px;
  color: #18032c;
  content: "\f002";
  display: inline-block;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.integrations-filter__support-type {
  position: relative;
  flex: 1;
  max-width: 270px;
}

.image-wrapper img {
  max-width: 250px;
}

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

.app-items > .row {
  margin-bottom: 20px;
  box-shadow: 0px 0px 30px #2d1a3f1a;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 0px;
  padding: 16px;
}

.app-item__image-container {
  height: 100%;
}

.app-item__image-wrapper {
  height: 160px;
}

.app-item-icon {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.app-item__content {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.app-item__content__title-version {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.app-item__title {
  font-weight: 700;
  font-size: 20px;
  color: #18032c;
  margin: 0px;
}

.app-item__version {
  font-size: 14px;
  font-weight: 500;
  color: #18032c;
  margin: 0px;
}

.app-item__description {
  margin: 0px;
  font-size: 14px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.app-items-links {
  height: 100%;
}

.app-items-links > div {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0px;
  left: auto;
}

.app-items-links > div > div {
  margin-bottom: 10px;
}

.app-item__download {
  background-color: #009dff;
  color: white;
  border-radius: 8px;
  padding: 5px 20px;
}

.app-item__download:hover {
  background-color: #52c8ff;
  color: white;
}

.app-item__footer {
  margin-top: auto;
  display: flex;
  justify-content: center;
}

.app-item__read-more {
  margin-top: auto;
  font-weight: 700;
  padding: 8px 16px;
  background-color: #009dff;
  border-radius: 8px;
  color: #fff !important;
  text-align: center;
  font-size: 16px;
  width: 120px;
  border: 1px solid transparent;
  transition: 0.2s;
}

.app-item__read-more:hover {
  background: none;
  border: 1px solid #18032c;
  color: #009dff !important;
  transition: 0.2s;
}

.app-item__read-more,
.apps-index__item {
  color: #009dff;
}

.apps-index__item:hover,
.app-item__read-more:hover {
  color: #52c8ff;
}

.section-subscribe a[role="button"] {
  border-radius: 8px;
  background-color: #009dff;
  color: white;
  border-color: #009dff;
}

.section-subscribe a[role="button"]:hover {
  background-color: #52c8ff;
  border-color: #52c8ff;
  color: white;
}

.search #query {
  border-radius: 8px;
  border: #d4d0d7 solid 1px;
}

.article-vote-controls__item {
  padding: 6px 8px;
}

.no-result-found {
  padding: 30px 0px;
  text-align: center;
}
/* Fix the table layout for individual application page */
.tabs .tabs-link {
  color: #18032c;
  position: relative;
}

.tabs .tabs-link.is-active::after {
  content: "";
  height: 4px;
  width: 100%;
  position: absolute;
  bottom: -4px;
  background-color: #ff57bb;
  left: 0;
}

.tab {
  width: auto;
  border: none;
}

.article-body table {
  width: 100% !important;
}

.article-body table colgroup col {
  width: auto;
}

.table-fixed {
  table-layout: fixed;
}

.article-body table td {
  word-wrap: anywhere;
}

.article-body table td pre {
  overflow: scroll;
}

.article-body p {
  word-wrap: anywhere;
}

.article-body .tabs-menu {
  display: flex;
  gap: 24px;
  align-items: center;
  margin: 64px 0px 0px 0px;
}

.article-body .tabs-title {
  font-weight: 700;
}

.article-body .tabs-menu > span {
  flex: 1;
  border-bottom: 4px solid #e8e6ea;
  border-top: 4px solid #e8e6ea;
  height: 72px;
  display: flex;
  gap: 40px;
  padding: 0px 24px;
}

.article-body .tabs-menu .tabs-link {
  /* margin-right: 5px; */
  height: 100%;
  line-height: 64px;
}

.article-body .section-title strong {
  font-weight: 700;
  font-size: 32px;
  line-height: 48px;
}

#release-details {
  box-shadow: 0px 0px 30px 0px #2d1a3f1a;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 24px;
  max-width: 300px;
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 25px;
}

@media only screen and (max-width: 1000px) {
  #release-details {
    position: unset;
    margin-top: 24px;
  }
}

#release-details .section-title {
  margin: 0px;
  font-size: 32px;
  font-weight: 700;
  padding: 0px;
}

#release-details .release-details-content {
  font-size: 12px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  overflow-wrap: break-word;
}

#release-details .release-details-content div {
  display: flex;
  flex-direction: column;
}

#release-details .release-details-content div strong {
  word-wrap: break-word;
  max-width: 280px;
  font-weight: 700;
}

#release-details .release-details-content div strong:nth-child(2) {
  font-weight: 400 !important;
}

#release-details .release-details-download-btn {
  background: #009dff;
  font-size: 16px;
  border-radius: 8px;
  color: white;
  text-align: center;
  padding: 10px 20px;
  margin-top: 20px;
  font-weight: 700;
  border: 1px solid transparent;
  transition: 0.2s;
}

.release-details-download-btn.disabled {
  background-color: #e8e6ea !important;
  cursor: not-allowed !important;
  color: #aaa2b1 !important;
}

.release-details-download-btn.disabled:hover {
  background-color: #e8e6ea !important;
  border: 1px solid transparent !important;
  color: #aaa2b1 !important;
  position: relative !important;
}

.release-details-download-btn.disabled:hover::before {
  content: "Contact Logpoint sales for access.";
  position: absolute;
  right: 0;
  width: 100%;
  bottom: -30px;
  background-color: #ffffff;
  box-shadow: 0 0 5px #e8e6ea;
  font-size: 12px;
  border-radius: 4px;
  padding: 4px 8px;
}

#release-details .release-details-download-btn:hover {
  background: none;
  border: 1px solid #18032c;
  color: #009dff;
}

.pagination ul > li > a {
  background-color: #009dff;
  border-radius: 8px;
  color: white;
}

.pagination ul > .pagination-current > span {
  border-radius: 8px;
}

.pagination ul > li > a:hover,
.pagination ul > .pagination-current > span,
.pagination ul > .pagination-current > span:hover {
  background-color: #52c8ff;
  color: white;
}

/* BREADCRUMBS */
.breadcrumbs li a {
  color: #009dff;
}

.breadcrumbs li a:hover {
  color: #52c8ff;
}

.breadcrumbs li + li:before {
  color: #009dff;
  content: "/";
}

.breadcrumbs:last-child {
  color: #52c8ff;
}

.integrations-comment {
  font-size: 32px;
}

.related-articles-title {
  font-size: 20px;
}

/**************** 
Nitesh Bhatta CSS 
****************/

.known-issues {
  padding: 10px;
}

#known-issues__description p {
  margin: 5px 0px;
}

#integrations__description p {
  font-size: 20px;
}

.known-issues .known-issues__articles-filter {
  /* User input values. */
  --grid-layout-gap: 20px;
  --grid-column-count: 6;
  --grid-item--min-width: 180px;

  /* Calculated values. */
  --gap-count: calc(var(--grid-column-count) - 1);
  --total-gap-width: calc(var(--gap-count) * var(--grid-layout-gap));
  --grid-item--max-width: calc(
    (100% - var(--total-gap-width)) / var(--grid-column-count)
  );

  display: grid;
  row-gap: 20px !important;
  padding-bottom: 40px;
  place-content: center;
  grid-template-columns: repeat(
    auto-fill,
    minmax(max(var(--grid-item--min-width), var(--grid-item--max-width)), 1fr)
  );
  grid-gap: var(--grid-layout-gap);
}

.known-issues .known-issues__articles-filter input {
  grid-column: span 2;
}

@media only screen and (max-width: 500px) {
  .known-issues .known-issues__articles-filter input {
    grid-column: span 1;
  }
}

.known-issues .known-issues__articles-filter__show-rows-wrapper,
.known-issues .known-issues__articles-filter__version-wrapper,
.known-issues .known-issues__articles-filter__fix-version-wrapper,
.known-issues .known-issues__articles-filter__product-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
}

.known-issues .known-issues__articles-filter__show-rows-wrapper label,
.known-issues .known-issues__articles-filter__version-wrapper label,
.known-issues .known-issues__articles-filter__fix-version-wrapper label,
.known-issues .known-issues__articles-filter__product-wrapper label,
.integrations-filter__support-type label {
  margin-top: 6px;
  color: gray;
  font-weight: 300;
  position: absolute;
  top: -15px;
  left: 16px;
  font-size: 12px;
  background: white;
  padding: 0px 2px;
}

.known-issues .btn-gray {
  border: none;
  font-size: 13px;
  padding: 0px 10px;
  height: 40px;
}

.known-issues #clear-table-filter[disabled] {
  color: rgb(179, 179, 179);
}

.known-issues .known-issues__pagination .btn-gray[disabled] {
  color: rgb(179, 179, 179);
}

.known-issues__table-wrapper {
  overflow: scroll;
}

.known-issues table {
  width: 100%;
}

#known-issues-sort-title {
  min-width: 300px;
}

.known-issues table th {
  background-color: rgba(0, 0, 0, 0.08);
  cursor: pointer;
  border-right: 1px solid #ffffff;
  white-space: nowrap;
}

.known-issues table th:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

.known-issues table th,
.known-issues table tbody td {
  padding: 16px;
}

.known-issues table tbody tr {
  border-bottom: 1px solid rgb(217, 217, 217);
}

.known-issues table th svg path {
  fill: rgb(171, 171, 171);
}

th.active-asc svg path,
th.active-desc svg path {
  fill: #009dff !important;
}

th.active-asc,
th.active-desc {
  color: #009dff;
}

th.active-asc svg {
  transform: none;
}

th.active-desc svg {
  transform: rotateX(180deg);
}

.known-issues .not-available {
  color: #bcbcbc;
}

.known-issues__pagination {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 20px;
}

.known-issues__pagination-btns button {
  background-color: #009dff;
  color: #ffffff;
  border: none;
  font-size: 13px;
  padding: 0px 10px;
  height: 40px;
}

.known-issues__pagination-btns button:hover {
  background-color: #27acff;
}

.known-issues__pagination-btns button[disabled] {
  background-color: rgb(196, 196, 196);
}

.known-issues__pagination .known-issues__pagination-btns span {
  border: 1px solid #009dff;
  color: #009dff;
  border-radius: 8px;
  padding: 11px;
  font-size: 12px;
}

.loader-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#loader {
  width: 32px;
  height: 32px;
  border: 3px solid #009dff;
  border-bottom-color: transparent;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/************************************ 
Custom Partner Portal Section Styling
************************************/
.custom-partner-portal__article-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.custom-partner-portal__article-list li {
  position: relative;
}

.custom-partner-portal__article-list .article-list-item.article-list-item--is-promoted span:last-child {
  font-size: 20px;
  color: #009dff;
}

.custom-partner-portal__article-list li a {
  width: fit-content;
  height: 250px;
  width: 250px;
  display: flex;
  flex-direction: column;
  margin: 30px 10px;
  padding: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
  text-align: center;
  border-radius: 16px;
  box-shadow: 0px 0px 30px rgba(45, 26, 63, 0.1);
  color: #009dff;
  transition: all 0.3s linear;
}

.custom-partner-portal__article-list li span.fa.fa-star {
  position: absolute;
  top: 50px;
  left: 30px;
  font-size: 20px;
  transition: .3s linear;
}

.custom-partner-portal__article-list li:hover .fa.fa-star {
  scale: 1.3;
  transition: .3s linear;
}

.custom-partner-portal__article-list li a span:first-child {
  width: 150px;
  height: 150px;
  padding: 10px;
}

.custom-partner-portal__article-list li a span:last-child {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  flex: 1;
}

/***************************
  Announcement Header CSS 
****************************/
.floating-announcement {
  background: #cee2f2;
  color: #18032c;
  display: flex;
  justify-content: center;
  padding: 0 16px;
  height: 52px;
  font-size: 13px;
}

.floating-announcement__inner {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.floating-announcement__inner-content,
.floating-announcement__inner-content span {
  display: flex;
  align-items: center;
}

.floating-announcement__inner-content span:first-child a {
  pointer-events: none;
}

.floating-announcement__inner-content a:nth-child(2) {
  display: block;
  width: fit-content;
  color: #18032c;
}

.floating-announcement__inner-content p {
  margin: 0 0 0 5px;
  font-size: 13px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-clamp: 1;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}

.floating-announcement__read-more {
  white-space: nowrap;
  margin-right: 20px;
}

.floating-announcement__close {
  position: absolute;
  top: 17px;
  right: 0;
  font-size: 20px;
  font-weight: bold;
  line-height: 18px;
  color: #2F3941;
  cursor: pointer;
}

.floating-announcement__inner-pagination {
  margin-right: 24px;
  display: flex;
  align-items: center;
  gap: 16px;
  flex-shrink: 0;
}

.floating-announcement__inner-pagination #btn-prev-header-announcement,
.floating-announcement__inner-pagination #btn-next-header-announcement {
  width: 32px;
  height: 32px;
  border: 1px solid #009dff;
  color: #009dff;
  border-radius: 4px;
  background-color: transparent;
  font-weight: 800;
}

.floating-announcement__inner-pagination button:disabled {
  border: 1px solid #88d1ff !important;
  color: #88d1ff !important;
}

@media screen and (max-width: 1024px) {
  .floating-announcement {
    padding: 0 25px;
  }
}

@media screen and (max-width: 768px) {
  .floating-announcement__read-more {
    display: none !important;
  }

  .floating-announcement__inner-content span:first-child a {
    pointer-events: all;
  }

  .floating-announcement__inner-content p {
    -webkit-line-clamp: 2;
    line-clamp: 2;
    padding: 0 15px;
    margin: 0;
  }
}

/******************************************* 
              Community Styling
*******************************************/
.community__breadcrumb-row {
  display: flex;
  align-items: center;
  margin-top: 16px;
  margin-bottom: 8px;
}

.community__search-box {
  margin: 0px;
}

.community__header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  text-align: center;
  padding: 75px 16px;
}

.community__header h1 {
  font-size: 40px;
  line-height: 56px;
  margin: 0;
}

.community__header h2 {
  font-size: 20px;
  line-height: 32px;
  margin: 0;
  font-weight: 500;
}

.community-nav {
  border-bottom: 1px solid #BFB9C4;
  margin-bottom: 32px;
  margin-top: 32px;
}

.community-nav__items {
  margin-bottom: 0;
}

.community-nav__item {
  float: left;
  font-size: 18px;
  line-height: 1.6;
}

.community-nav__item a{
  color: #18032c;
}

.community-nav__item + .community-nav__item {
  margin-left: 12px;
}

.community-nav__item.is-active {
  font-weight: 600;
  position: relative;
  color: #009dff;
}

.community-nav__item.is-active::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #009dff;
  position: absolute;
  left: 0;
  bottom: -1px;
}

.community-nav__item--button {
  float: right;
  padding: 0;
}

.community-nav__item--button a {
  background-color: #009dff;
  color: #ffffff;
  text-transform: capitalize;
  font-size: 14px;
  border: none;
}

.community-nav__item--button a:hover {
  background-color: #009dffe3;
  color: #ffffff;
  border-color: #009dff;
}

.community-recent-activity {
  padding: 24px 12px;
  margin-bottom: 48px;
  border: 2px solid #d4d0d7;
  border-radius: 8px;
}

.community-recent-activity .recent-activity-header {
  font-size: 16px;
}

.community-recent-activity .recent-activity-list {
  margin-bottom: 0;
  list-style: none;
  padding-left: 0;
}

.topic {
  margin-top: 32px;
}

.topic-subscribe.dropdown .dropdown-toggle{
  border: 1px solid #009dff;
  color: #009dff;
  font-size: 14px;
    text-transform: capitalize;
    padding: 4px 16px;
}

.create-post__submit {
  background-color: #009dff !important;
  border: none !important;
  font-size: 14px !important;
  text-transform: capitalize !important;
  padding: 6px 16px !important;
  float: inline-end;
}

.create-post.form-field input, .create-post.form-field .nesty-input {
  border: 1px solid #e8e6ea;
}

.create-post.form-field label {
  font-weight: 400;
  margin-bottom: 8px;
}

@media (min-width: 768px) {
  .community-recent-activity .recent-activity-list {
    margin-right: -15px;
    margin-left: -15px;
  }

  .community-recent-activity .recent-activity-item {
    display: inline-block;
    width: 33.3333%;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 24px;
    vertical-align: top;
  }
}

@media (max-width: 768px) {
  .community__header h1 {
    font-size: 32px;
    line-height: 48px;
  }

  .community__header h2 {
    font-size: 18px;
    line-height: 28px;
  }
}

.community-recent-activity .recent-activity-item-meta {
  font-size: 14px;
  color: #979797;
}

.community-recent-activity .recent-activity-item-comment span:before {
  margin-right: 3px;
  content: "\f0e5";
  display: inline-block;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.community-recent-activity .recent-activity-item-parent {
  font-weight: 600;
  color: rba(24, 3, 44);
}

.community-recent-activity .recent-activity-controls a {
  color: #5391ae;
  /*link color sky-blue*/
  background-color: transparent;
  border-color: #5391ae;
}

.community-recent-activity .recent-activity-controls a:hover,
.community-recent-activity .recent-activity-controls a:focus,
.community-recent-activity .recent-activity-controls a:active {
  color: #43464c;
  /*link hover purple*/
  background-color: transparent;
  border-color: #43464c;
  /*link hover purple*/
}

.community-recent-activity .recent-activity-controls a:active {
  background-image: none;
}

/* Community Post Page Headaer */
.post-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.post-header__vote {
  margin-top: 24px;
}

/* Community Article Page Comment Section Styling */
.comment-wrapper {
  border: 1px solid #e8e6ea;
  border-radius: 8px;
}

.comments {
  padding: 24px;
}

.comments .comment {
  padding-left: 64px;
}

.comment-form__controls.community label {
  font-weight: 400;
}

.comment__actions.community .dropdown-toggle {
  text-transform: capitalize;
  font-size: 14px;
}

.vote.vote--comment {
  width: 40px;
  position: absolute;
  left: 0;
  top: 0;
}

.vote-control.vote-control--down,
.vote-control.vote-control--up {
  border: 1px solid #009dff;
  font-size: 16px;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #009dff;
}

.vote-control.vote-control--up:hover,
.vote-control.vote-control--down:hover {
  background-color: #009dff !important;
  color: #ffffff !important;
}

.vote-control.vote-control--up[aria-selected="true"],
.vote-control.vote-control--down[aria-selected="true"] {
  background-color: #009dff;
  color: #ffffff;
}

.vote-control.vote-control--up:hover,
.vote-control.vote-control--down:hover {
  background: none
}

.vote-control.vote-control--up:hover svg path,
.vote-control.vote-control--down:hover svg path {
  fill: #009dff;
}

.post-share {
  display: flex;
  align-items: center;
}

.post-share > p{
  margin: 0;
}

.post-share .share {
  margin: 0 8px;
}

.post-share .share li {
  margin: 0;
}

.post-share-twitter {
  position: absolute;
  top: 5px;
  left: 5px;
  width: 30px;
  height: 30px;
  line-height: 30px !important;
  text-align: center;
  background-color: #dbdbdb;
  color: #18032c;
  border-radius: 8px;
}

.post-share-twitter:hover{
  background-color: #d0d5d8;
}

.breadcrumbs-search-wrapper .search-box {
  margin-bottom: 0;
}

.breadcrumbs-search-wrapper {
  display: flex;
  align-items: center;
}

.post-status {
  color: #ffffff;
  font-weight: 600;
  border-radius: 4px;
}

.post-status.post-status--answered {
  background-color: #009dff;
}

.post-status.post-status--not-planned {
  background-color: #ffb140;
}

/* Featured Posts */
.community__aside {
  margin-top: 20px;
  margin-left: 16px;
  min-width: 320px;
}

.community__user-groups {
  box-shadow: 0 0 30px #e8e6ea;
  padding: 16px;
  border-radius: 16px;
}

.community__user-groups p {
  font-size: 14px;
  line-height: 24px;
  margin: 0;
}

.community__featured-posts .community__featured-posts__inner {
  box-shadow: 0 0 30px #e8e6ea;
  padding: 16px;
  border-radius: 16px;
}

.community__featured-posts h5 {
  font-size: 18px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.community__featured-posts__inner {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.community__featured-posts__inner .featured-post {
  border: 1px solid #e8e6ea;
  border-radius: 8px;
  padding: 8px;
}

.community__featured-posts__inner .featured-post > a {
  font-size: 14px;
  color: #009dff;
  font-weight: 600;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  display: block;
}

@media only screen and (max-width: 768px) {
  .topic {
    display: flex;
    flex-direction: column;
  }

  .dropdown.topic-filters__item .dropdown-toggle.btn {
    padding-left: 0;
  }
}

@media only screen and  (max-width: 585px){
  .community__breadcrumb-row {
    flex-direction: column;
  }

  .topic-list-item {
    width: 100%;
  }

  .topic-list-item__box {
    width: 100%;
  }
}

/************************** 
Cookie Consent Info Styling
**************************/
.cookie-usage-info {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 10;
  padding: 24px;
  background: #ffffff;
  border-radius: 8px;
  color: #18032c;
  max-width: 300px;
  box-shadow: 0 0 16px #0000001a;
  display: none;
}

.cookie-usage-info p {
  margin: 0;
  font-size: 14px;
}

.cookie-usage-info button {
  float: right;
  margin-top: 8px;
  border: none;
  border: 1px solid #009dff;
  background-color: transparent;
  padding: 8px 16px;
  color: #009dff;
  font-size: 14px;
  transition: .2s ease-out;
}

.cookie-usage-info button:hover {
  background-color: #009dff;
  transition: .2s ease-in;
  color: #ffffff;
}

/********************************* 
Migration Information Page Styling
*********************************/
.migration-info__content {
  display: flex;
  align-items: center;
  gap: 32px;
  padding: 60px 0;
  height: 100%;
  margin-top: 60px;
}

.migration-info__image {
  flex: 1;
  width: 100%;
  max-width: 600px;
}

.migration-info__text {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.migration-info__text h1 {
  font-size: 40px;
  line-height: 60px;
  margin: 0;
  color: #18032c;
}

.migration-info__text p {
  margin: 0;
  color: #18032c;
}

.migration-info__text a {
  padding: 8px 16px;
  background-color: #009dff;
  border-radius: 8px;
  color: #ffffff;
  font-weight: 600;
  width: fit-content;
  border: 1px solid transparent;
  transition: .2s ease-out;
}

.migration-info__text a:hover {
  border: 1px solid #18032c;
  transition: .2s ease-in;
  background-color: transparent;
  color: #009dff;
}

@media (max-width: 1024px) {
  .migration-info__content {
    flex-direction: column;
  }
}

@media (max-width: 768px) {
  .migration-info__text h1 {
    font-size: 32px;
    line-height: 48px;
  }
}

/****************
MDF Form Styling
****************/
.mdf-request-info {
  padding: 8px 16px;
  border: 1px solid orange;
  border-radius: 8px;
  background-color: #ffa5000d;
  margin-bottom: 20px;
  display: none;
}

.nesty-panel {
  border: none;
  border-radius: 8px;
}

.nesty-panel ul li {
  padding: 12px !important;
}

/**************************************** 
Knowledge-Internal Category Page Styling
****************************************/
.page-header--with-border.shared_category {
  margin-top: 24px;
}

.page-header--with-border.shared_category h1 {
  font-size: 40px;
  line-height: 60px;
  margin: 0;
}

.page-header--with-border.shared_category p {
  font-size: 18px;
  line-height: 32px;
  margin-top: 0;
  margin-bottom: 16px;
}

.section-tree__shared_category {
  padding: 0 14px;
  --grid-layout-gap: 24px;
  --grid-column-count: 3;
  --grid-item--min-width: 300px;
  --gap-count: calc(var(--grid-column-count) - 1);
  --total-gap-width: calc(var(--gap-count) * var(--grid-layout-gap));
  --grid-item--max-width: calc(
    (100% - var(--total-gap-width)) / var(--grid-column-count)
  );
  display: grid;
  row-gap: 24px;
  grid-template-columns: repeat(
    auto-fill,
    minmax(max(var(--grid-item--min-width), var(--grid-item--max-width)), 1fr)
  );
  grid-gap: var(--grid-layout-gap);
}

.section__shared_category {
  box-shadow: 0px 0px 20px 0px rgba(232, 230, 234, 0.8);
  border-radius: 16px;
  width: 100%;
  flex: 1;
  padding: 24px;
  min-width: 300px;
}

@media (min-width: 975px) {
  .section__shared_category {
    max-width: 379px;
  }
}

.section__title__shared_category {
  font-size: 18px;
  font-weight: 700;
  color: #18032c;
  margin: 0;
  padding-bottom: 4px;
}

.see-all-articles.shared_category {
  padding: 4px 8px;
  border: 1px solid #18032c;
  font-size: 14px;
}

.see-all-articles.shared_category svg {
  margin-top: -2px;
}

.see-all-articles.shared_category svg path {
  transition: .3s ease-in-out;
}

.see-all-articles.shared_category:hover svg path {
  fill: #009dff;
  transition: .3s ease-in-out;
}

.article-list-item.shared_category {
  display: flex;
  align-items: start;
  gap: 4px;
}

.article-image__shared_category {
  width: 16px;
  margin-top: 3px;
}

.section__title__shared_category a {
  color: #18032c;
}

.section__title__shared_category a:hover {
  color: #18032c;
}

.fa.fa-star.shared_category {
  font-size: 13px;
  margin-top: -3px;
  margin-left: 2px;
  color: #ffb140;
}

.section__card-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #e8e6ea;
}

.section__card-title > span {
  font-size: 14px;
}