@font-face {
    font-family: "Funnel Display Regular";
    src: url("https://www.gooddata.ai/fonts/FunnelDisplay-Regular.ttf") format("truetype");
    font-weight: 400
}

@font-face {
    font-family: "Funnel Display SemiBold";
    src: url("https://www.gooddata.ai/fonts/FunnelDisplay-SemiBold.ttf") format("truetype");
    font-weight: 400
}

@font-face {
    font-family: "Switzer Variable";
    src: url("https://www.gooddata.ai/fonts/Switzer-Variable.ttf") format("truetype");
    src: url("https://www.gooddata.ai/fonts/Switzer-Variable.woff") format("woff"),url(../fonts/Switzer-Variable.woff2) format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Switzer Semibold";
    src: url("https://www.gooddata.ai/fonts/Switzer-Semibold.ttf") format("truetype");
    src: url("https://www.gooddata.ai/fonts/Switzer-Semibold.woff") format("woff"),url(../fonts/Switzer-Semibold.woff2) format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

/* TYPOGRAPHY - original styles of theme */
img {
  max-width: 100%;
  vertical-align: middle;
}

img[width], img[height] {
  max-width: none;
}

figure > img {
  display: block;
}

ul, ol {
  padding-left: 20px;
  margin: 0;
}

table {
  border-collapse: collapse;
  text-align: left;
  width: 100%;
  font-size: 14px;
}
[dir="rtl"] table {
  text-align: right;
}

td, th {
  border-color: #E6E6E7;
  border-style: solid;
  padding: 12px;
}

th {
  border-width: 1px 0;
  color: #848486;
  font-size: 11px;
  font-weight: normal;
  white-space: nowrap;
}

td {
  border-width: 0 0 1px 0;
}

.small {
  font-size: 14px;
}

.wysiwyg-font-size-large {
  font-size: x-large;
}

/* form items */

input, label {
  display: inline-block;
  vertical-align: middle;
}

label {
  font-size: 12px;
  margin: 1em 0 0.5em;
  display: inline-block;
}

input[type="checkbox"] + label {
  margin-left: 5px;
}

input:not([type=submit]), textarea, select {
  box-shadow: none;
  width: 100%;
}

input, textarea, select {
  max-width: 100%;
  color: #3A3A3D;
  border-radius: 3px;
  font: 400 14px/19px "Switzer Variable", "Helvetica Neue", Arial, sans-serif;
  padding: 6px 7px 5px 7px;
  border: 1px solid #B5B5B6;
  outline: none;
  transition: border 350ms ease;
}

input:hover, 
textarea:hover,
select:hover {
  border-color: #B5B5B6;
}

input:focus, 
textarea:focus,
select:focus {
  border-color: #3A3A3D;
  outline: none;
}

textarea {
  padding: 7px 10px;
  resize: none;
  width: 100%;
  height: 150px;
}

textarea, input[type=text] {
  width: 100%;
}

input::-ms-clear {
  display: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

::-webkit-input-placeholder {
  color: rgba(109, 118, 128, .75);
}

:-ms-input-placeholder {
  color: rgba(109, 118, 128, .75);
}

::-moz-placeholder {
  color: rgba(109, 118, 128, .75);
}

/* Buttons */
/* button, */
[role=button], 
 
/* [type=button], */
[type=submit],
.see-all-articles,
.community-sub-nav li a,
.community-sub-nav li span,
.topic-filters .dropdown-toggle,
.gsc-results .gsc-cursor-box .gsc-cursor .gsc-cursor-page {
  border: 1px solid #B5B5B6;
  color: #3A3A3D;
  background-color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  padding: 7px 14px 6px;
  font-size: 14px;
  line-height: 14px;
  position: relative;
  vertical-align: middle;
  white-space: nowrap;
  border-radius: 3px;
  transition: .2s;
}

.community-sub-nav li a,
.community-sub-nav li span,
.gsc-results .gsc-cursor-box .gsc-cursor .gsc-cursor-page {
  margin-right: 0;
  border-right: none;
  border-radius: 0;
  outline: none;
}

.community-sub-nav li:first-child a,
.community-sub-nav li:first-child span,
.gsc-results .gsc-cursor-box .gsc-cursor .gsc-cursor-page:first-child {
  border-radius: 3px 0 0 3px;
}

.community-sub-nav li:last-child a,
.community-sub-nav li:last-child span,
.gsc-results .gsc-cursor-box .gsc-cursor .gsc-cursor-page:last-child {
  border-radius: 0 3px 3px 0;
  border-right: 1px solid #B5B5B6;
}

.community-sub-nav li:only-child a,
.community-sub-nav li:only-child span,
.gsc-results .gsc-cursor-box .gsc-cursor .gsc-cursor-page:only-child {
  border-radius: 3px;
}

/*button:hover, */ 
/* [type=button]:hover, */
[type=submit]:hover,
.topic-filters .dropdown-toggle:hover,
.see-all-articles:hover {
  background-color: #F2F2F2;
  border-color: #B5B5B6;
  text-decoration: none;
}

/*button:focus, */ 
[role=button]:focus, 
/* [type=button]:focus, */
[type=submit]:focus,
.topic-filters .dropdown-toggle:focus,
.see-all-articles:focus {
  border-color: #285D92;
}

/*button:active, */
[role=button]:active, 
/* [type=button]:active, */
[type=submit]:active,
.see-all-articles:active,
.topic-filters .dropdown-toggle:active,
.community-sub-nav ul li span,
.gsc-results .gsc-cursor-box .gsc-cursor .gsc-cursor-current-page {
  color: #3A3A3D;
  background: #E6E6E7;
  border-color: #B5B5B6;
}

a[role=button]:hover {
  text-decoration: none;
}

input[type=submit][disabled] {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  /* IE 8 */
  opacity: 0.4;
}

button img, [role=button] img {
  border-radius: 4px;
  margin: 0 5px 0 0;
  height: 20px;
  position: relative;
  top: -1px;
  vertical-align: middle;
}
[dir="rtl"] button img, [dir="rtl"] [role=button] img {
  margin: 0 0 0 5px;
}

/* Forms */
.form {
  max-width: 700px;
}

.form-field {
  margin-top: 15px;
}

.form-field label {
  display: block;
  color: #3A3A3D;
  font-size: 14px;
}

.form-field input[type=checkbox] + label {
  margin: 0 0 0 10px;
}

.form-field.required > label:after {
  content: "*";
  color: red;
  margin-left: 2px;
}

.form-field p {
  color: #3A3A3D;
  font-size: 13px;
}

.form-field input[type=number], .form-field input.datepicker {
  width: 150px;
}

.form form + form, .searchbox {
  margin-top: 25px;
}

/* !!!!! NEW CUSTOM STYLES (from scroll viewport) STARTS HERE */

/*=================================
  TYPOGRAPHY
===================================*/

/* Base styles */
*, input[type=search] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html, body {
  height: 100%;
}

html {
  background-color: #fff;
}

body {
  margin: 0;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -ms-flex-direction: column;
  font-family: "Switzer Variable", "Helvetica Neue", arial, sans-serif;
  color: #09090C; 
  background-color: #f2f2f2;
  font-size: 17px; 
  line-height: 1.75;
  font-style: normal;
  -webkit-text-size-adjust: 100%;
} 

@media screen and (max-width: 640px) {
  body {
    font-size: 14px;
  }
}

h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
    margin-top: 0;
}

h1, .wiki-content h1 {
  position: relative;
  font-family: "Funnel Display Regular", "Helvetica Neue", arial, sans-serif;
  font-weight: bold;
  color: #09090C; 
  font-size: 2.25em;
  line-height: 1.2em;
  font-style: normal;
  margin: 2em 0 1em;
}

h2, .wiki-content h2 {
  position: relative;
  font-family: "Funnel Display SemiBold", "Helvetica Neue", arial, sans-serif;
  font-weight: bold;
  font-size: 32px;
  line-height: 1.25;
  margin: 2em 0 0.6em;
}

h2.huge {
  font-size: 2.75em;
  margin: .4em 0 .2em;
}

h3, .wiki-content h3 {
  position: relative;
  font-family: "Funnel Display SemiBold", "Helvetica Neue", arial, sans-serif;
  font-weight: bold;
  font-size: 21px;
  line-height: 1.25;
  margin: 2em 0 1em;
}

h4, .wiki-content h4 {
  position: relative;
  font-family: "Switzer Variable", "Helvetica Neue", arial, sans-serif;
  font-weight: bold;
  color: #09090C; 
  font-size: 1.125em;
  line-height: 1.2em;
  margin: 2em 0 1em;
}

p, .wiki-content p, .inline-list {
  color: #09090C;
  text-align: inherit;
  font-size: 1em;
  margin: 1em 0 1em;
  line-height: 1.75;
}

p.huge {
  font-size: 1.5em;
}

strong {
  font-family: "Switzer Variable", "Helvetica Neue", arial, sans-serif;
  font-weight: bold;
}

small {
  font-size: smaller;
}

p + ul, p + ol, p + dl {
  margin-bottom:1.5em;
}

dt {
  font-weight:bold;
}

p code,
li code{
  padding: 2px 10px; 
  background: #F2F2F2;
  color: #3A3A3D;
  border-radius: 2px;
  line-height: 1.5;
  display: inline-block;
  font-size: .8em;
}

hr {
  height: 0;
  color: #E6E6E7;
  border: 1px solid #E6E6E7;
}

a:not(.nesty-input), 
a:not(.nesty-input):visited, 
a:not(.nesty-input):focus, 
a:not(.nesty-input):not(.all-results):hover, 
a:not(.nesty-input):active, 
a.blogHeading {
  color: #285D92; 
  outline: none !important;
  text-decoration: underline;
  font-weight: normal;
}

a:not(.nesty-input):not(.all-results):hover {
  color: #164e87;
}

*:focus {
  outline: none;
}

a:not(.nesty-input):link,
a:visited,
a:active {
  font-family: "Switzer Variable", "Helvetica Neue", arial, sans-serif;
  font-weight: normal;  
  outline: none !important;
  text-decoration: underline;
}

a:hover {
  color: #164E87;
  text-decoration: underline;
}

/* dropdown item */
.dropdown {
    position: relative;
    display: inline-block;
}
.dropdown-menu {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 10px 10px rgba(28, 13, 63, .2);
    display: none;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    left: 0;
    margin-top: 1px;
    min-width: 170px;
    padding: 10px 0;
    position: absolute;
    text-align: left;
    z-index: 1000;
}
.dropdown-menu[aria-expanded=true] {
    display: block;
}
.dropdown-menu [role=menuitem],
.dropdown-menu [role=menuitem]:visited,
.dropdown-menu [role=menuitem]:active {
  	color: #09090C;
    display: block;
    padding: 7px 40px 7px 46px;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    line-height: inherit;
    width: 100%;
}

.dropdown-menu a[role=menuitem] {
  cursor: pointer;
  text-decoration: none;
}

.dropdown-menu button[role=menuitem] {
  text-align: left;
  font-size: 14px;
  font-family: "Switzer Variable", "Helvetica Neue", arial, sans-serif;
	font-weight: normal !important;
}

.dropdown-menu button[role=menuitem]:hover,
.dropdown-menu button[role=menuitem]:focus,
.dropdown-menu button[role=menuitem]:active {
  color: #285D92 !important;
  text-decoration: underline !important;
}

.dropdown-menu .separator {
  height: 20px;
}

.dropdown-menu .separator:last-child {
  height: 0;
}

.user-dropdown-name {
  font-family: "Switzer Semibold", Helvetica, sans-serif;
  background-image: url(/hc/theming_assets/01JBVSJ9Y3F96ND6N792YV0NE8);
  background-repeat: no-repeat;
  background-position: 16px center;
}

.dropdown-menu-caret {
    margin-top: 10px
}

.dropdown-menu-caret::before,.dropdown-menu-caret::after {
    content: "";
    display: inline-block;
    position: absolute
}

.dropdown-menu-caret::before {
    top: -7px;
    left: 9px;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #B5B5B6;
    border-left: 7px solid transparent
}

.dropdown-menu-caret::after {
    top: -6px;
    left: 10px;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent
}

.dropdown-menu-end {
    left: auto;
    right: 0
}

.dropdown-menu-end.dropdown-menu-caret::before {
    left: auto;
    right: 23px
}

.dropdown-menu-end.dropdown-menu-caret::after {
    left: auto;
    right: 24px
}

.dropdown-menu-top {
    bottom: 100%;
    margin-bottom: 1px
}
.adds-suggestion-row a:not(.all-results) {
  text-decoration: none !important;
}
a.unresolved,
.wiki-content a.unresolved{
  opacity: .5;
  text-decoration: none;
}

a.unresolved:hover {
  cursor: default;
}

.text-center {
  text-align: center;
}
/* button appereance */
a.btn, 
.btn a, 
input[type=submit], 
[role=button],
a[role=button],
a[role=button]:visited,
button {
  -webkit-appearance: none !important;
  border: 1px solid #09090C;
  border-radius: 60px;
  display: inline-block;
  color: #09090C !important;
  text-decoration: none !important;
  background: transparent;
  font-family: "Switzer Variable", "Helvetica Neue", arial, sans-serif;
  font-size: 17px;
  line-height: 1.75;
  padding: 2px 20px;
  transition: border 350ms ease, color 350ms ease;
  height: auto;
  cursor: pointer;
  vertical-align: top;
}

.cookies-banner button {
  border-color: #fff !important;
  color: #fff !important;
}

a.btn:focus, 
.btn:focus, 
[role=button]:focus, 
input[type=submit]:focus,
button:focus {
  outline: none;
  border-color: #3A3A3D;
  color: #3A3A3D !important;
}

a.btn:after, 
a.external-link:after,
.btn:after, [role=button]:after,
input[type=submit]:after {
  content: '';  
}

a.btn:hover, 
[role=button]:hover,
input[type=submit]:hover,
button:hover {
  text-decoration: none;
  border-color: #3A3A3D;
  color: #3A3A3D !important;
}

/* end button */

/* "native" ZenDesk Button
[role=button] {
  border: 1px solid #94A1AD;
  color: #1C0D3F;
  background-color: #F2F2F2;
  cursor: pointer;
  display: inline-block;
  padding: 7px 14px 6px;
  font-size: 14px;
  line-height: 14px;
  position: relative;
  vertical-align: middle;
  white-space: nowrap;
  box-shadow: 0 1px 1px 0 rgba(20,56,93,0.05);
}
*/

[role=button] img {
  border-radius: 4px;
  margin: 0 5px 0 0;
  height: 20px;
  position: relative;
  top: -1px;
  vertical-align: middle;
}

ul li,
ol li {
  margin: 3px 0;
}

::-moz-selection {
  /* Code for Firefox */
  color: white;
  background: rgba(9, 9, 12, 0.8);
}

::selection {
  color: white;
  background: #09090C;
}


.clearfix {
  clear: both;
}

.section {
  padding-bottom: 40px;
}

table td {
  padding: 5px;
  border-bottom: 1px solid #E6E6E7;
}

/*=================================
  LAYOUT
===================================*/

/* Preview view fix */
#preview-bar-container {
  display: none;
}

.header-content, .page-layout {
  max-width: 1920px;
  margin: 0 auto;
  width: 100%;
  position: relative;
}

.wrapper {
  position: relative;
  width: 100%;
  margin: 0px auto;
  padding: 0 20px;
  background: #ffffff;
}

main[role="main"] {
  padding-top: 157px;
  -webkit-transition: padding-top 100ms ease-in;
  -moz-transition: padding-top 100ms ease-in;
  -o-transition: padding-top 100ms ease-in;
  transition: padding-top 100ms ease-in;
}
@media screen and (max-width: 1800px) {
  main[role="main"] {
    padding-top: 137px;
  }
}
@media screen and (max-width: 1023px) {
  main[role="main"] {
    padding-top: 113px;
  }
}
/* grid system */
.flex-grid-wrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

[class^="flex-col"] {
  padding: 0 10px;
  display: flex;
  font-size: 14px;
}

.flex-col {
  flex: 1 0 20%;
}
.flex-col.flex-basis-auto {
  flex-basis: auto;
}

.flex-col-100 {
  flex: 1 0 100%;
}

.flex-col-50 {
  flex: 1 0 50%;
}

.flex-col-40 {
  flex: 1 0 40%;
}

.flex-col-33 {
  flex: 1 0 33.3333%;
  max-width: 33.3333%;
}

.flex-col-30 {
  flex: 1 0 30%;
  flex-grow: 0;
}

.flex-col-27 {
  flex: 1 0 27%;
  flex-grow: 0;
}

@media (max-width: 767px) {
  .flex-col {
    flex: 1 0 100%;
  }
}

.cards-wrap [class^="flex-col"] {
  margin: 10px 0;
}

.grid-card {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  min-width: 275px;
  height: 100%;
  padding: 35px 40px;
  background-color: #ffffff;
  border-radius: 10px;
}

/*=================================
  CONTENT WRAP
===================================*/
#ht-wrap-container {
  position: relative;
  right: 0px;
  min-height: calc( 100vh - 55px);
  z-index: 0;
}

@media screen and (max-width: 1343px) {  
  #ht-wrap-container {
  min-height: calc( 100vh - 98px);
  }
}

#ht-wrap-container.error-page {
  min-height: calc( 100vh - 70px);
}

@media screen and (max-width: 1343px) {  
  #ht-wrap-container.error-page {
    min-height: calc( 100vh - 82px);
  }
}
#ht-wrap-container {
  background: #ffffff;
  padding-left: 440px;
  padding-right: 440px;
}

@media screen and (max-width: 1024px) {
  #ht-wrap-container {
    z-index: 1;
    padding-left: 0px;
    -webkit-transition: -webkit-transform 0.3s ease-in;
    -moz-transition: -moz-transform 0.3s ease-in;
    -o-transition: -o-transform 0.3s ease-in;
    transition: transform 0.3s ease-in;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
  }
}

#ht-wrap-container.no-sidenav {
  padding-left: 20px;
  padding-right: 20px;
}

.wrapper {
  position: relative;
  width: 100%;
  margin: 0px auto;
  padding: 0 20px 52px;
  background: #ffffff;
  height: 100%;
}

#ht-wrap-container .ht-content {
  padding: 35px 10px 60px 10px;
  max-width: 800px;
  margin: 0 auto;
}

@media screen and (max-width: 1023px) {
  #ht-wrap-container .ht-content {
    margin: 0 auto;
  }
}

@media screen and (max-width: 640px) {
  #ht-wrap-container .ht-content {
    padding: 30px 0px 10px;
  }
}

/*  special layout adjustments */
[data-layout-type="narrow-aside"] #ht-wrap-container {
  padding-left: 350px;
  padding-right: 350px;
}

[data-layout-type="narrow-aside"] #ht-sidebar {
  width: 350px;
}

[data-layout-type="narrow-aside"] #ht-wrap-container .ht-content {
  max-width: 1000px;
}

/* third column */
.third-column {
  position: fixed;
  right: 0;
  top: 0px;
  bottom: 0;
  width: 350px;
  max-height: 100vh;
  overflow: auto;
  padding: 15px;
  padding-top: 157px;
  background: #fff;
  z-index: 1;
  font-size: 1em;
  -webkit-transition: padding-top 100ms ease-in;
  -moz-transition: padding-top 100ms ease-in;
  -o-transition: padding-top 100ms ease-in;
  transition: padding-top 100ms ease-in;
}
@media screen and (max-width: 1800px) {
  .third-column {
    padding-top: 137px;
  }
}
@media screen and (max-width: 1023px) {
  .third-column {
    padding-top: 122px;
  }
}

/*=================================
  SIDENAV
===================================*/
#ht-sidebar ul, #ht-sidebar li {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-weight: normal;
}

#ht-sidebar .ht-pages-nav ul.ht-pages-nav-sub {
    padding-left: 18px;
}

#ht-sidebar nav ul {
  list-style: none;
}

#ht-sidebar .ht-sidebar-header {
  text-align: center;
  margin-bottom: 40px;
  margin-top: 30px;
}

#ht-sidebar {
  position: fixed;
  top: 157px;
  bottom: 0px;
  width: 440px;
  background: #F2F2F2;
  z-index: 2;
  -webkit-transition:  top 100ms ease-in, opacity 0.3s ease-in;
  -moz-transition:  top 100ms ease-in, opacity 0.3s ease-in;
  -o-transition:  top 100ms ease-in, opacity 0.3s ease-in;
  transition:  top 100ms ease-in, opacity 0.3s ease-in;
}
@media screen and (max-width: 1800px) {
  #ht-sidebar {
    top: 137px;
  }
}
@media screen and (max-width: 1023px) {
  #ht-sidebar {
    top: 122px;
  }
}
#ht-sidebar:before {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 10000px;
  background: #F2F2F2;
}

#ht-sidebar .ht-sidebar-content {
  overflow-y: auto;
  overflow-x: hidden;
  position: relative;
  padding: 30px 40px;
  max-height: calc(100vh - 157px);
}
@media screen and (max-width: 1800px) {
  #ht-sidebar .ht-sidebar-content {
    max-height: calc(100vh - 137px);
  }
}
@media screen and (max-width: 1023px) {
  #ht-sidebar .ht-sidebar-content {
    max-height: calc(100vh - 122px);
  }
}

#ht-sidebar h2 {
  display: flex;
  justify-content: space-between;
  align-items: center;  
}

#ht-sidebar h2 .name-wrap {
  display: inline-block;
  color: #09090C;
}

#ht-sidebar h2 .name-wrap:hover {
  text-decoration: underline;
}

#ht-sidebar .ht-pages-nav ul a,
.section-page#ht-wrap-container .ht-nav-page-link a {
  position: relative;
  display: inline-block;
  margin: 8px 20px 3px 0;
  padding: 0 0 5px;
  color: #09090C;
  text-decoration: none;
  max-width: 100%;
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  font-family: inherit;
}

/* hover + active states */
#ht-sidebar .ht-pages-nav ul a:hover,
.section-page#ht-wrap-container .ht-nav-page-link a:hover {
  text-decoration: underline;
}
#ht-sidebar .ht-pages-nav a.ht-nav-page-link.current, 
#ht-sidebar .ht-pages-nav ul li.current a {
  font-family: "Switzer Variable", "Helvetica Neue", arial, sans-serif;
  font-weight: bold;  
  text-decoration: none;
}
.section-page h1 {
  display: inline-block;
}
.article-page .follow-btn {
  float: none;
}
.article-page .follow-btn a {
  margin-left: 15px;
  vertical-align: middle;
}

[data-test-id="notification"] {
  position: fixed !important;
  left: 50%;
  transform: translate(-50%, 200px);
}

/* MOBILE LAYOUT - DEFINE AFTER LAYOUT COMPONENTS */

#js-mobile-show-sidebar {
  display: none;
}

@media screen and (max-width: 1200px) {
  [data-layout-type="narrow-aside"] #ht-sidebar,
  #ht-sidebar {
    width: 300px;
  }
  
  [data-layout-type="narrow-aside"] .third-column,
  .third-column {
    width: 200px;
  }
  
  [data-layout-type="narrow-aside"] #ht-wrap-container,
  #ht-wrap-container {
    padding-left: 300px;
    padding-right: 200px;
  }
  
  [data-layout-type="narrow-aside"] #ht-sidebar .ht-sidebar-content,
   #ht-sidebar .ht-sidebar-content {
    padding: 30px 10px 110px;
  }
  
  [data-layout-type="narrow-aside"] #ht-sidebar .follow-btn,
  #ht-sidebar .follow-btn {
    right: 0;
  }
}

@media screen and (max-width: 1023px) {  
  [data-layout-type="narrow-aside"] #ht-wrap-container,
  #ht-wrap-container {
    padding-left: 20px;
    padding-right: 20px;
  }
  
  [data-layout-type="narrow-aside"] #ht-sidebar .ht-sidebar-content,
   #ht-sidebar .ht-sidebar-content {
    padding: 60px 10px 110px;
  }
  
  #ht-sidebar {
    left: -300px;
    transition: left 350ms ease;
  }
  
  .third-column {
    opacity: 0;
    pointer-events: none;
  }
  
  #ht-sidebar.opened {
    left: 0;
  }
  
  #js-mobile-show-sidebar {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: fixed;
    top: 130px;
    left: 10px;
    z-index: 3;
    cursor: pointer;
    background: #DAFE85;
    color: #09090C;
    border: 1px solid #C6E57B;
    opacity: .5;
    text-align: center;
    transition: left 350ms ease, opacity 350ms ease, top 150ms ease;
  }
  #js-mobile-show-sidebar.lower-top {
    top: 66px;
  }
  #js-mobile-show-sidebar img {
    margin-top: -3px;
    margin-right: -2px;
  }
  
  #js-mobile-show-sidebar.opened {
    left: 240px;
    opacity: 1;
  }
  
  #js-mobile-show-sidebar.opened img {
    margin-top: -3px;
    margin-right: 0;
    margin-left: -2px;
  }
}

/*=================================
  HEADER
===================================*/

#ht-headerbar img {
  outline: 0;
  border: 0;
}

.header-wrap {
  position: relative;
  z-index: 3;
}

#ht-headerbar {
  position: fixed;
  z-index: 2;
  top: 0px;
  right: 0px;
  left: 0;
  max-width: 100%;
  background: #ffffff;
  -webkit-transition: top 100ms ease-in;
  -moz-transition: top 100ms ease-in;
  -o-transition: top 100ms ease-in;
  transition: top 100ms ease-in;
}

#ht-headerbar .headerbar-content {
  margin: 0 auto;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1920px;
  width: 100%;
  height: 100%;
}

#ht-headerbar .ht-headerbar-left .logo {
  display: block;
  width: 154px;
  max-width: 100%;
}
#ht-headerbar .ht-headerbar-left .learn-hub-link-wrap {
    margin-left: 15px;
    padding: 0 15px;
    border-left: 2px solid #E6E6E7;
}
#ht-headerbar .ht-headerbar-left a.learn-hub-link {
    color: #213476;
    text-decoration: none;
  	text-transform: uppercase;
    font-family: "Funnel Display SemiBold", Helvetica, sans-serif;
   	font-size: 18px;
  	line-height: 1.1;
}
#ht-headerbar .ht-headerbar-left, #ht-headerbar .ht-headerbar-right {
  flex: 1 1 0;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  padding: 28px 20px;
}
#ht-headerbar .ht-headerbar-right .slack-btn {
    display: flex;
  	align-items: center;
    padding: 6px 20px;
    color: #09090C;
    font-size: 14px;
    font-family: "Switzer Semibold", "Helvetica", "Arial", sans-serif;
    border-radius: 3.125rem;
    outline: none;
    text-decoration: none;
    border: 1px solid #09090C;
    transition: all 0.3s;
}
#ht-headerbar .ht-headerbar-right .slack-btn:hover {
  color: #848486;
  border-color: #848486;
}

#ht-headerbar .ht-headerbar-right .slack-btn svg {
  margin-right: 10px;
}

@media screen and (max-width: 1800px) {
  #ht-headerbar .ht-headerbar-left .logo {
    width: 120px;
  }
  #ht-headerbar .ht-headerbar-left, #ht-headerbar .ht-headerbar-right {
    padding: 16px 20px;
  }
}
@media screen and (max-width: 1023px) {
  #ht-headerbar .ht-headerbar-left, #ht-headerbar .ht-headerbar-right {
    padding: 15px 20px;
  }
}
#ht-headerbar .ht-headerbar-left, #ht-headerbar .ht-headerbar-right {
  flex-grow: unset;
}

#ht-headerbar .ht-headerbar-center li {
  margin-bottom: 0;
}

#ht-headerbar .ht-headerbar-right {
  justify-content: flex-end;
}

#ht-headerbar .ht-headerbar-right > *:not(:first-child) {
  margin-left: 30px;
}

#ht-headerbar .ht-headerbar-right, #ht-headerbar .ht-headerbar-left {
  min-width: 380px;
}

@media screen and (max-width: 1680px) {
  #ht-headerbar .ht-headerbar-right, #ht-headerbar .ht-headerbar-left {
    min-width: 320px;
  }
}

@media screen and (max-width: 1280px) {
  #ht-headerbar .ht-headerbar-right, #ht-headerbar .ht-headerbar-left {
    min-width: 280px;
  }
}

@media screen and (max-width: 1024px) {
  #ht-headerbar .ht-headerbar-left .learn-hub-link-wrap {
    display: none;
  }
}

@media screen and (max-width: 1023px) {
  #ht-headerbar {
    padding: 0;
  }
  
  #ht-headerbar .ht-headerbar-left {
    flex-grow: 1;
  }
  
  #ht-headerbar .ht-headerbar-left {
    min-width: 0;
  }
  
  #ht-headerbar .ht-headerbar-center {
    padding-right: 20px;
  }
  
  #ht-headerbar .ht-headerbar-right {
    display: none;
  }
}

@media screen and (max-width: 480px) {
  #ht-headerbar .ht-headerbar-left {
    padding-left: 10px;
  }
  
  #ht-headerbar .ht-headerbar-center {
    padding-right: 10px;
  }
}

#ht-headerbar #user .btn, 
#ht-headerbar .login {
  width: 32px;
  height: 32px;
  border: 1px solid #09090C;
  color: rgba(0,0,0,.8);
  text-align: center;
}

#ht-headerbar #user .btn img {
  margin: 0;
}

#ht-headerbar #user .btn:hover, 
#ht-headerbar .login:hover {
  background: transparent;
  color: rgba(0,0,0,.8) !important;
}

/* hide top line of header, when not scroll top 0 */
.header-negative-top {
  top: -100px !important;
}
.lower-top,
#ht-sidebar.lower-top {
  top: 58px;
}
.lower-padding {
  padding-top: 58px !important;
}
@media screen and (max-width: 1800px) {
  .header-negative-top {
    top: -80px !important;
  }
}
@media screen and (max-width: 1023px) {
  .header-negative-top {
    top: -66px !important;
  }
}
/*=================================
  SEARCH input
===================================*/
.search-wrap {
  display: flex;
  padding: 10px 0;
  background: #F2F2F2;
  border-bottom: 1px solid rgba(0,0,0,.2);
  border-top: 1px solid rgba(0,0,0,.2);
}

.search-wrap .left-space, .search-wrap .right-space {
  flex: 1 0 0;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  padding: 0 20px;
}

.search-wrap .right-space {
  justify-content: flex-end;
}

.search-wrap .right-space [role="button"] {
  margin-right: 15px;  
  font-size: 80%;
}

.search-wrap .home-link {
  font-size: 14px;
  font-weight: 400;
}
.search-wrap .home-link a {
  font-weight: 400;
}
.search-wrap .home-link .breadcrumb-link {
  margin-left: 5px;
}
.search-wrap .home-link .inactive {
  opacity: .8;
}
.search-wrap .home-link:hover #breadcrumb-link-text {
  text-decoration: underline;
}
.homepage .home-link #breadcrumb-link-text {
  display: none;
}
.home-link #breadcrumb-link-text { 
  display: inline;
}

.home-link a {
  color: #09090C;
  vertical-align: middle;
}

.homepage .home-link #hp-breadcrumb-no-link-text {
  display: inline;
}
.home-link #hp-breadcrumb-no-link-text { 
  display: none;
}
@media screen and (max-width: 1023px) {
  .search-wrap .right-space .dropdown:last-child [role="button"] {
    margin-right: 0;
  }
  
  .search-wrap .left-space {
    display: none;
  }
}
.search-wrap #user .btn {
  padding: 2px 0;  
}

.search-wrap #user #user-name {
  max-width: 20vw;
  white-space: nowrap;
}

#ht-search {
  flex: 1 0 40%;
  display: flex;
  flex-flow: row nowrap;
  position: static;
  right: auto;
  opacity: 1;
}

#adds-quicksearch-container {
  width: 100%;
}
#ht-search .ht-header-icon {
  margin: 0px;
  z-index: 2;
}

#ht-search form {
  z-index: 2;
  position: relative;
}

@media screen and (max-width: 640px) {
  #ht-search {
    flex: 1 1 auto;
  }
  
  #ht-search .ht-header-icon {
    margin-right: 0px;
  }
}

#ht-search input[type="submit"] {
  margin: 0px;
  opacity: 0;
  position: absolute;
  right: 0;
  pointer-events: none;
}

@media screen and (max-width: 1023px) {
  
  .search-wrap .left-space, .search-wrap .right-space { 
    padding: 0 10px;
  }
}

#support-submit-a-ticket-button-open,
#support-sign-in-button-open {
  transition: none;
  font-size: 14px;
}

#support-submit-a-ticket-button-open {
  border-color: #C6E57B;
  color: #09090C !important;
  background-color: #DAFE85;
  font-family: "Switzer Variable", Helvetica, sans-serif;
}

#support-submit-a-ticket-button-open,
#support-submit-a-ticket-button-open:hover,
#support-submit-a-ticket-button-open:active,
#support-submit-a-ticket-button-open:focus {
  padding: 3px 18px;
}

#support-submit-a-ticket-button-open:hover,
#support-submit-a-ticket-button-open:active,
#support-submit-a-ticket-button-open:focus {
  color: #fff !important;
  border-color: transparent;
  background-color: #09090c;
  outline: 5px solid #dafe85 !important;
}

@media (max-width: 767px) {  
  #support-submit-a-ticket-button-open,
  #support-submit-a-ticket-button-open:hover,
  #support-submit-a-ticket-button-open:active,
  #support-submit-a-ticket-button-open:focus {
    width: 32px;
    height: 32px;
    padding: 0;
    font-size: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 18px;
  }
  
  #support-submit-a-ticket-button-open {
    background-image: url(/hc/theming_assets/01KMFPSRHK6MGF0NJP20HXXMD7);
  }
  
  #support-submit-a-ticket-button-open:hover,
  #support-submit-a-ticket-button-open:active,
  #support-submit-a-ticket-button-open:focus {
    background-image: url(/hc/theming_assets/01JBVSJBPHY9HM4TM5AFY0KZT7);
  }
}

#support-sign-in-button-open {
  margin-right: 0;
}

#support-sign-in-button-open,
#support-sign-in-button-open:hover,
#support-sign-in-button-open:active,
#support-sign-in-button-open:focus {
  border-color: transparent;
}

/*=================================
  FOOTER
===================================*/
#ht-footer {
  z-index: 2;
}

.powered-by-zendesk {
  padding: 0 15px;
  text-align: center;
  max-width: 100%;
  min-width: 100%;
  font-size: 13px;
  z-index: 3;
  background-color: #09090C !important;
}

.powered-by-zendesk * {
  color: rgba(255, 255, 255, 0.8) !important;
  vertical-align: top;
}

/*=================================
  Reccuring components start
===================================*/

/* recently-updated components */
.recently-updated .update-item:first-of-type {
    margin-top: 0;
}

.recently-updated .update-item {
    margin-top: 7px;
  	font-size: 14px;
}

.recently-updated .update-item a {
  	display: flex;
  	color: #09090C;
  	text-decoration: none;
}

.recently-updated .update-item a:after {
    content: "";
    order: -1;
    width: 0;
    height: 19px;
    margin-top: 6px;
    margin-right: 20px;
    border-left: 3px solid #09090C;
}

.recently-updated .update-item a.promoted:after {
  border-color: #285D92;
}

.recently-updated .update-item a:hover,
.recently-updated .update-item a:focus,
.recently-updated .update-item a:active {
  text-decoration: underline;
}

/* Limit the listed items to X */
.limited-count-6 a:nth-of-type(n+6) {
   display: none;
}

/* show list in one line */
.inline-list {
  padding-left: 0;
}

.inline-list li {
  display: inline-block;
  padding: 0 10px;
}

/* align text to right */
.right-align{
  text-align: right;
  justify-content: flex-end;
}

/* TOC macro */

.toc-macro {
  font-size: 1em;
}

.toc-macro p strong, .related-topics-wrap .fake-h3 {
  font-size: 1.222em;
  line-height: 1.2em;
  font-weight: bold;
  margin: 1.25em 0 .75em;
}

.toc-macro > ul {
  font-size: 0.889em;
}

.toc-macro ul, .related-topics-wrap .links-wrap {
  padding-left: 15px;
}

.toc-macro > ul, .related-topics-wrap .links-wrap {
  padding: 0px 0 0px 20px;
  border-left: 1px solid #E6E6E7;
}
.toc-macro ul li {
  list-style-type: none;
}

.toc-macro ul li .toc-link  {
  display: inline-block;
  padding-bottom: 10px; 
}

.toc-macro ul li a.toc-link  {
  color: #3A3A3D;
  font-weight: 400;
  font-family: inherit;
}

.toc-macro > *:first-child, .related-topics-wrap > *:first-child {
  margin-top: 35px;
}

/* Platform status indicator*/

.hp-status-circle {
    margin: auto;
}

.hp-status-circle .circle {
  margin-top: 15px;
  display: inline-block;
  position: relative;
  width: 93px;
  height: 93px;
  border-radius: 50%;
  background-color: #00C18D;
}

.hp-status-circle .circle:before {
  content: '';
  position: absolute;
  top: 25px;
  left: 23px;
  width: 50px;
  height: 50px;
  background-image:  url('/hc/theming_assets/01HZKTQP4H3H4VNKDKD2AZZW68');
  background-repeat: no-repeat;
  background-size: contain;
}

.hp-status-circle-wrap {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  color: #09090C;
}

.hp-status-circle-wrap:visited, 
.hp-status-circle-wrap:hover {
  color: #09090C;
}

.hp-status-circle-wrap:hover .text:before {
  border-bottom: 1px solid #09090C;
}

.hp-status-circle .text {
  margin-top: 30px;
  color: #09090C;
  font-family: "Switzer Variable", 'Helvetica Neue', Arial, sans-serif;
  font-weight: normal;
}

.hp-status-circle .text:before {
  content: "All's fine.";
  font-size: 16px;
  color: #09090C;
}

.hp-status-circle.bad .circle,
.hp-status-circle.maint .circle,
.hp-status-circle.maintenance .circle{
  background-color: #f18600;
}

.hp-status-circle.bad .circle:before,
.hp-status-circle.maint .circle:before,
.hp-status-circle.maintenance .circle:before {
  background-image: url('/hc/theming_assets/01HZKTQH3TKJ776EPKHHNNJFAS');
}

.hp-status-circle.maint .text:before,
.hp-status-circle.maintenance .text:before {
  content: "Planned maintenance in progress.";
  font-size: 16px;
}

.hp-status-circle.bad .text:before {
  content: "Working on a fix.";
}

.hp-status-circle.hell .circle {
  background-color: #e54d42;
}

.hp-status-circle.hell .circle:before {
  background-image:  url('/hc/theming_assets/01HZKTQH3TKJ776EPKHHNNJFAS');
}

.hp-status-circle.hell .text:before {
  content: "Working on a fix.";
}

/* info boxes in article content (tip, info, warning, note) */
.confluence-information-macro {
  margin-top: 1em;
  margin-bottom: 1.5em;
  position: relative;
  padding: 10px 10px 10px 45px;
  border: none;
  border-radius: 0;
}

.confluence-information-macro p {
  margin-top: 0;
}

.confluence-information-macro p:last-child {
  margin-bottom: 0;
}

.confluence-information-macro .confluence-information-macro-icon {
  display: block;
  line-height: 20px;
  position: absolute;
  vertical-align: text-bottom;
  left: 15px;
  top: 15px;
}
.confluence-information-macro-note {
  background-color: #F2F2F2;
  border-left: 5px solid #B5B5B6;
}

.confluence-information-macro-note .confluence-information-macro-icon:before {
  content: url(/hc/theming_assets/01HZKTQNA7M53HFTVDP466C4HV);
  margin: 0;
}

.confluence-information-macro-information, .confluence-information-macro-tip {
  background-color: #E1EEFA;
  border-left: 5px solid #285D92;
}

.confluence-information-macro-information .confluence-information-macro-icon:before, .confluence-information-macro-tip .confluence-information-macro-icon:before {
  content: url(/hc/theming_assets/01HZKTQJPGQFFARW3YS9X0KK8A);
  margin: 0;
}

.confluence-information-macro-warning {
  background-color: #FDEEEC;
  border-left: 5px solid #E54D40;
}

.confluence-information-macro-warning .confluence-information-macro-icon:before {
  content: url(/hc/theming_assets/01HZKTQHR7ERY0NGMAQ8814JCB);
  margin: 0;
}
 
.confluence-information-macro-tip .confluence-information-macro-icon {
  left: 16px;
}

/* Breadcrumbs */
.breadcrumbs {
  margin: 0 0 15px 0;
  padding: 0;
}

@media (min-width: 768px) {
  .breadcrumbs {
    margin: 0;
  }
}

.breadcrumbs li {
  color: #535355;
  display: inline;
  font-weight: normal;
  font-size: 13px;
  max-width: 450px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.breadcrumbs li + li::before {
  content: ">";
  margin: 0 4px;
}

.breadcrumbs li a,
.breadcrumbs li a:visited {
  color: #09090C;
}

/* Meta info*/
/***** Metadata *****/
.meta-group {
  display: block;
  padding-left: 0px;
  list-style-type: none;
}

.meta-group *, .mega-group li {
  display: inline;
}

.meta-data {
  display: inline;
  color: #3A3A3D;
  font-size: 13px;
  font-weight: normal;
}

.meta-data:not(:last-child)::after {
  content: "\00B7";
  margin: 0 5px;
}

/***** Status labels *****/
/* Styles labels used in posts, articles and requests */
.status-label {
  background-color: #038153;
  border-radius: 4px;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  margin-right: 2px;
  padding: 3px 10px;
  vertical-align: middle;
  white-space: nowrap;
  display: inline-block;
}

.status-label:hover, .status-label:active, .status-label:focus {
  text-decoration: none;
}

.status-label-pinned, .status-label-featured, .status-label-official {
  background-color: #DAFE85;
}

.status-label-official {
  border-radius: 0;
  margin-right: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .status-label-official {
    border-radius: 0 0 4px 4px;
    right: 30px;
    width: auto;
  }
}

[dir="rtl"] .status-label-official {
  left: 30px;
  right: auto;
}

.status-label-not-planned, .status-label-closed {
  background-color: #E6E6E7;
  color: #535355;
}

.status-label-pending {
  background-color: #1f73b7;
  text-align: center;
}

.status-label-open {
  background-color: #c72a1c;
}

.status-label-solved {
  background-color: #68737d;
}

.status-label-new {
  background-color: #ffb648;
  color: #703b15;
}

.status-label-hold {
  background-color: #09090C;
}

.status-label-open, .status-label-closed, .status-label-solved, .status-label-new, .status-label-hold, .status-label-answered {
  text-transform: lowercase;
}

/* Navigation element that collapses on mobile */
.collapsible-nav {
  flex-direction: column;
  font-size: 14px;
  position: relative;
}

@media (min-width: 768px) {
  .collapsible-nav {
    flex-direction: row;
  }
}

.collapsible-nav-border {
  border-bottom: 1px solid #B5B5B6;
  border-top: 1px solid #B5B5B6;
}

@media (min-width: 768px) {
  .collapsible-nav-border {
    border-top: 0;
  }
}

.collapsible-nav-toggle {
  top: calc(45px / 2);
  transform: translateY(-50%);
  position: absolute;
  right: 0;
  padding: 0;
  border: 0;
  background: none;
  width: 25px;
  height: 25px;
  border-radius: 50%;
}

@media (min-width: 768px) {
  .collapsible-nav-toggle {
    display: none;
  }
}

[dir="rtl"] .collapsible-nav-toggle {
  left: 0;
  right: auto;
}

.collapsible-nav-toggle::after {
  content: "\25BE";
}

.collapsible-nav-toggle:focus {
  outline: none;
  border: 1px solid #DAFE85;
}

.collapsible-nav-list {
  display: flex;
  flex-direction: column;
  list-style-type: none;
}

@media (min-width: 768px) {
  .collapsible-nav-list {
    flex-direction: row;
  }
}

.collapsible-nav-list li {
  line-height: 45px;
  order: 1;
  margin: 0;
}

@media (min-width: 768px) {
  .collapsible-nav-list li {
    line-height: normal;
    margin-right: 30px;
  }
  [dir="rtl"] .collapsible-nav-list li {
    margin-left: 30px;
    margin-right: 0;
  }
  .collapsible-nav-list li a {
    text-decoration: none;
    padding: 15px 0;
  }
}

.collapsible-nav-list li a {
  color: #3A3A3D;
  display: block;
}

@media (min-width: 768px) {
  .collapsible-nav-list li:hover {
    border-bottom: 4px solid #B5B5B6;
  }
  .collapsible-nav-list li:hover a {
    padding: 15px 0 11px 0;
    text-decoration: none;
  }
}

.collapsible-nav-list li:not([aria-selected="true"]) {
  display: none;
}

@media (min-width: 768px) {
  .collapsible-nav-list li:not([aria-selected="true"]) {
    display: block;
  }
}

.collapsible-nav-list li[aria-selected="true"] {
  order: 0;
  position: relative;
}

@media (min-width: 768px) {
  .collapsible-nav-list li[aria-selected="true"] {
    border-bottom: 4px solid #DAFE85;
    order: 1;
    padding: 15px 0 11px 0;
  }
}

.collapsible-nav[aria-expanded="true"] .collapsible-nav-toggle::after {
  content: "\2715";
}

.collapsible-nav[aria-expanded="true"] li:not([aria-selected="true"]) {
  display: block;
}


/*=================================
  Reccuring components end
===================================*/

/*=================================
  HOMEPAGE start
===================================*/
.homepage .back-link-wrap {
  display: none;
}

.homepage main {
  background: #F2F2F2;
}

.homepage-content .tabs-title {
  padding: 8px 16px;
  font-size: 16px;
  margin-bottom: 4px;
}

.homepage-content .tabs-row {
  flex: 0 0 auto;
  margin-bottom: 10px;
  padding: 32px 23px;
  border-radius: 16px;
  color: #F2F4F6;
  background-color: #09090C;
}

.homepage-content .tabs-row .tab img {
  width: 60px;
  height: auto;
  margin-right: 15px;
}
.homepage-content .tabs-row .tab p {
  margin: 0;
}
.homepage-content .tabs-row .tab h3 {
  margin-bottom: .25em;
}

.homepage-content .tabs-row .tab a {
  color: inherit;
  text-decoration: inherit;
  font-family: inherit;
  font-size: inherit;
}

.homepage-icon {
  margin-right: 12px;
}

.homepage .tabs-wrap {

}
.homepage .tabs-wrap .tab {
  position: relative;
  padding: 12px 24px;
  border-radius: 4px;
  color: #FFFFFF;
  cursor: pointer;
}

.homepage .tabs-wrap .tab h3 {
  margin: 0;
  color: #fff;
  font-family: "Switzer Semibold";
  font-size: 16px;
}

.homepage .tabs-wrap .tab:hover h3 {
  color: #CECECE;
}

.homepage .tabs-wrap .tab.active {
  background: #3A3A3D;
}

.homepage .tabs-wrap .tab.active h3 {
  color: #DAFE85;
}

.homepage .tabs-wrap .tab.active:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 5px;
}
@media screen and (max-width: 1023px) {
  .homepage .tabs-wrap .tab .hide-mobile {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .homepage .tabs-wrap .tab {
    font-size: 14px;
    border-radius: 0;
  }
}

@media screen and (max-width: 767px) {
  .homepage-content .tabs-title {
    display: none;
  }
  
  .homepage .tabs-row {
    padding: 0;
    border-radius: 0;
    overflow-y: auto;
  }
  
  .homepage .tabs-wrap {
    display: flex;
  }
  
  .homepage .tabs-wrap .tab {
    display: flex;
  	justify-content: center;
    flex: 1;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin: 0;
    padding: 20px 25px;
    border-bottom: 4px solid transparent;
  }
  
  .homepage .tabs-wrap .tab,
  .homepage .tabs-wrap .tab.active,
  .homepage .tabs-wrap .tab:hover,
  .homepage .tabs-wrap .tab:active,
  .homepage .tabs-wrap .tab:focus {
    background-color: transparent;
  }
  
  .homepage .tabs-wrap .tab.active {
    border-color: #C6E57B;
  }
  
  .homepage .tabs-wrap .tab h3 {
    color: rgba(255,255,255,0.8);
  }
  
  .homepage .tabs-wrap .tab.active h3 {
    color: rgba(255,255,255,1);
  }
  
  .homepage .tabs-wrap .tab img {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.tab-content-wrapper {
  flex: 1 1 auto;
}

.homepage .tab-content {
  display: none;
  opacity: 0;
  transition: opacity 300ms ease;
}
.homepage .tab-content.active {
  display: block;
  opacity: 1;
}
.homepage .tab-content .cards-wrap {
  padding: 14px 0 0;
}
.homepage .freshdesk-card {
  margin: 10px 15px;
}
.homepage .freshdesk-card .plans-wrap {
  margin-bottom: 0;
}
.homepage .freshdesk-card .product-name-col {
    align-items: center;
}
.homepage .freshdesk-card .plan-info.list-wrap ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media screen and (max-width: 1223px) {
  .homepage .freshdesk-card .product-name-col {
    flex-basis: 100%;
    margin-bottom: 15px;
  }
  .plans-wrap .product-name-col.plan-info .product-name {
    align-items: center;
  }
  .homepage .freshdesk-card .plan-info:last-child {
    flex-basis: 33%;
  }
}
.homepage-content {
  display: flex;
  gap: 15px;
  max-width: 1440px;
  margin: 0 auto;
  padding: 54px 20px;
  background: #F2F2F2;
}

.homepage-content .recently-updated .bad,
.homepage-content .recently-updated .good,
.homepage-content .recently-updated .hell {
  display: inline-block;
  position: relative;
}
.homepage-content .recently-updated .good:before,
.homepage-content .recently-updated .bad:before,
.homepage-content .recently-updated .hell:before {
  content: '';
  position: absolute;
  left: -20px;
  top: 50%;
  margin-top: -4px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #f18600;
}
.homepage-content .recently-updated-row {
  padding-bottom: 50px;
}

.homepage-content .recently-updated .good:before {
  background-color: #00C18D;
}

.homepage-content .recently-updated .hell:before {
  background-color: #e54d42;;
}

.homepage-product-title,
h2.homepage-product-title,
.homepage-product-subtitle,
p.homepage-product-subtitle {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  padding: 0 15px;
}

.homepage-product-subtitle,
p.homepage-product-subtitle {
  margin-top: 8px;
  color: #3A3A3D;
}

@media screen and (max-width: 767px) {  
  .homepage-content {
    flex-direction: column;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }
}

.results-container {
  flex-grow: 1;
}

.results-container ul {
  list-style-type: none;
  padding-left: 0;
}

.results-container > span {
  display: block;
  color: #848486;
  font-size: 14px;
  line-height: 21px;
}

.see-more-container {
  margin-top: 8px;
  font-size: 14px;
}

.see-more-container a {
  text-decoration: none !important;
}

.see-more-container a:hover,
.see-more-container a:focus,
.see-more-container a:active {
  text-decoration: underline !important;
}

/* info box */
.info-banner {
  margin: 0 auto;
  padding: 10px 20px 40px;
  text-align: center;
  font-weight: bold;
  background: #F2F2F2;
  border-radius: 4px;
  max-width: 1200px;
}

.info-banner .flex-col {  
  justify-content: center;
  align-items: center;
}

.info-banner .contact-item .phone-number {
  font-size: 20px;
}

.info-banner .contact-item img {
  margin-right: 25px;
  width: 45px;
  height: 50px;
}

.info-banner .contact-item.mailto-wrap {
  position: relative;
}

.mobile-info-ico {
  display: inline-block;
  margin-left: 8px;
  border: 1px solid #09090C;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  font-size: 13px;
  vertical-align: text-bottom;
  text-align: center;
  cursor: pointer;
  position: absolute;
  bottom: 18px;
  line-height: 16px;
}

.info-banner .contact-item.mailto-wrap .mailto-tooltip {
  position: absolute;
  font-size: 13px;
  line-height: 1.4;
  bottom: 50px;
  padding: 10px;
  display: inline-block;
  background-color: #ffffff;
  box-shadow: 0 0 15px 0 rgba(0,0,0,0.07);
  opacity: 0;
  pointer-events: none;
  transition: opacity 350ms ease;
  transition-delay: 200ms;
}

.info-banner .contact-item.mailto-wrap:hover .mailto-tooltip {
    opacity: 1;
    pointer-events: auto;
    cursor: pointer;
}

@media screen and (max-width: 955px) {
  
  .info-banner .contact-item.mailto-wrap:hover .mailto-tooltip,
  .info-banner .contact-item.mailto-wrap:focus .mailto-tooltip {
    opacity: 0;
  }

  .info-banner .contact-item.mailto-wrap .mailto-tooltip.shown {
    opacity: 1;
    pointer-events: auto;
    cursor: pointer;
  }
  
  .info-banner .flex-grid-wrap {
    display: inline-block;
  }
}
.title-block {
  padding: 0 15px;
}
.plans-wrap .plan-info {
  padding: 0 30px;
  border-left: 1px solid #B5B5B6;
}
.plans-wrap .plan-info.no-divider {
  border-left: none;
}
.plans-wrap .plan-info:first-child {
  margin-left: -30px;
  border-left: none;
}
.plans-wrap .plan-info h3 {
  margin: 0 0 20px 0;
}
.plans-wrap .plan-info .supressed {
  opacity: .5;
  margin: 5px 0;
}
.plans-wrap .plan-info .no-m {
  margin: 0;
}
.plans-wrap .plan-info .bold {
  font-weight: bold;
}
.plans-wrap .plan-info ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-left: 0;
}
.plans-wrap .plan-info ul:last-child {
  margin-bottom: 0;
}
.plans-wrap .plan-info ul li {
  padding: 0;
  list-style-type: none;
}
.plans-wrap .plan-info .product-name {
  display: flex;
  align-items: flex-start;
  min-width: 260px; 
}
.plans-wrap .plan-info .product-name img {
  width: 60px;
  margin-right: 15px;
}
.plans-wrap .plan-info .product-name h2 {
  margin: 0;
}
@media all and (max-width: 1130px) {
  .plans-card {
    flex: 1 0 100%;
  }
}
@media all and (max-width: 825px) {
  .plans-card .plan-info {
    flex: 1 0 100%;
    border-left: none;
    border-top: 1px solid #B5B5B6;
    justify-content: center;
    padding-top: 15px;
  }
  .plans-card .plan-info:first-child {
    margin-top: 0;
    margin-left: 0;
    padding-top: 0;
    border-top: none;
  }
  .plans-wrap .plan-info.no-divider {
    border-top: none;
  }
}
.more-cn-wrap {
  max-width: 1040px;
  margin: 0 auto;
  padding: 30px 0 50px;
}
.more-cn-wrap .flex-col {
    justify-content: center;
}
@media all and (min-width: 768px) {
  .plans-wrap .plan-info {
    margin: 0;
  }
}
@media all and (max-width: 768px) {
  .more-cn-wrap .flex-col {
    flex-basis: 100%;
  }
  
  .plans-wrap .plan-info {
    padding-left: 0;
    padding-right: 0;
    justify-content: flex-start;
  }
  
  .plans-wrap .plan-info ul {
    flex-direction: row;
    gap: 24px;
  }
} 
/* homepage footer static links */
.static-links {
  padding: 0 15px 40px;
  text-align: center;
}

.static-links a:hover {
  text-decoration: none;
}

.static-links .hide {
  display: none !important;  
}
.static-links .flex-col-33 {
  min-width: 300px;
}

.text-next-to-ico {
  display: flex;
  font-size: 17px;
  font-weight: 400;
  font-family: "Switzer Variable", 'Helvetica Neue', Arial, sans-serif;
  padding: 0 25px;
  margin: 10px 0;
  text-align: left;
}

.text-next-to-ico .ico-wrap {
  flex-shrink: 0;
}
.text-next-to-ico h3 {
  font-size: 18px;
  margin-bottom: 15px;
}

.text-next-to-ico p {
  color: rgba(0,0,0,.7)
}

.text-next-to-ico span {
  margin-right: 30px;
}
.text-next-to-ico span img {
  min-width: 60px;
}


@media screen and (max-width: 955px) {
  .static-links .flex-grid-wrap {
    display: inline-block;
  }
  
  .static-links .flex-col-33 {
    margin: 0 auto;
  }
  
  .text-next-to-ico {
      padding: 0 15px;
  }
}

/*=================================
  HOMEPAGE end
===================================*/

/*=================================
  SECTION page start
===================================*/
.section-page#ht-wrap-container {
  padding-left: 0;
  padding-right: 0;
}

.section-page#ht-wrap-container, 
.section-page#ht-wrap-container .wrapper {
  background: #F2F2F2;
}
.section-page#ht-wrap-container .ht-content {
  width: 620px;
  max-width: 100%;
}
.section-page#ht-wrap-container .ht-content h1 span {
  vertical-align: middle;
}
.follow-btn {
  float: right;
}
.follow-btn.half-size {
  display: inline;
  vertical-align: top;
  line-height: 100%;
}
.follow-btn.half-size > div {
  display: inline;
  vertical-align: top;
  line-height: 100%;
}
.follow-btn.half-size button {
  font-size: 12px;
  padding: 0px 10px;
  vertical-align: middle;
}
.section-page .pagination {
  display: block !important;
}

.section-page .pagination ul {
  display: flex;
  margin-top: 20px;
  justify-content: space-evenly;    
  list-style: none;
}
/*=================================
  SECTION page end
===================================*/

/*=================================
  ARTICLE page start
===================================*/
.article-body img {
  max-width: 100%;
  height: auto;
}

/* Service Annoucements updates (comments) */
.comment-form {
  margin-bottom: 1em;
}

.article-comments h2:first-child {
  margin-top: 2em;
}

#comments-wrap {
  margin-bottom: 40px;
}

#comments-section {
  width: 100%;
}

#comments-section tr {
  border-top: none;
  border-bottom: 1px solid #E6E6E7;
}

#comments-section td.comment-content .wrap {
  padding-left: 25px;
  position: relative;
  display: block;
}

#comments-section .good td.comment-content .wrap:before,
#comments-section .bad td.comment-content .wrap:before,
#comments-section .hell td.comment-content .wrap:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

#comments-section .good td.comment-content .wrap:before {
  background-color: #00C18D;
}
#comments-section .bad td.comment-content .wrap:before{
  background-color: #f18600;
} 

#comments-section .hell td.comment-content .wrap:before{
  background-color: #e54d42;;
} 

#comments-section td {
  border: none;
  padding: 5px;
}
#comments-section td p {
  margin-bottom: 0;
  margin-top: 0;
}

#comments-section td.comment-author {
  font-size: 14px;
  width: 150px;
}

.comments-wrap textarea {
  width: 500px;
  height: 100px;
  max-width: 100%;
  resize: none;
  border: 1px solid #E6E6E7;
  border-radius: 4px;
  padding: 10px;
  font-size: 1em;
  resize: none;
  margin-bottom: 20px;
}
.comments-wrap textarea:focus {
  outline: none;
  border: 1px solid #09090C;
}

@media screen and (max-width: 480px ) {
  
  #comments-section  tr.comment {
    padding: 5px 0;
  }
  
  #comments-section  tr.comment,
  #comments-section  td.comment-author,
  #comments-section  td.comment-content {
    width: auto;
    display: block;
  }
  
  #comments-section  td.comment-author {
    border-bottom: 1px solid rgba(0,0,0,.1);
  }
}

#comments-section td.comment-author .dropdown > span:nth-child(3) > div:first-child > div:first-child {
  left: 150% !important;
}

#comments-section .comment-actions button {
  padding: 0;
  font-weight: normal !important;
  border: none;
  font-size: 14px;
}
#comments-section .comment-actions button:after {
  content: ">";
  display: inline-block;
  transform: matrix(0, .5, 1, 0, 0, 0);
  margin-left: 5px;
}

/* permalink, ticket add in dropdown - hide */
reach-portal [role="menu"] .XmCiWBUhr_QflETEQRaOWgLkfbAj8oS7,
reach-portal [role="menu"] *:last-child [role="menuitem"],
reach-portal [role="menu"] *:nth-last-child(3)[role="menuitem"] {
  display: none;
}
reach-portal [role="menuitem"] {
  color: #09090C !important;
}

/*=================================
  ARTICLE page end
===================================*/


/*=================================
  SEARCH RESULTS page start
===================================*/
#search-results-wrap-container {
  padding: 103px 20px 0;
  background: #F2F2F2;
}

#search-results-wrap-container .search-result h2 {
  color: #285D92;
  margin-bottom: .5em;
}
#search-results-wrap-container .search-result a:hover {
  text-decoration: none;
}
#search-results-wrap-container .search-result a:hover h2 {
  text-decoration: underline;
}
#search-results-wrap-container .search-result .search-result-desc {
  opacity: 1;
  margin-top: 0;
}
#search-results-wrap-container .search-result .relative-url {
  opacity: .6;
  margin-bottom: 0;
  text-transform: capitalize;
  font-size: .75em;
}

.search-page {
  background: #F2F2F2;
}

.search-results-content {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
  padding: 50px 15px 30px;
}

.search-results-content a.ht-search-clear, a.ht-search-back {
  position: absolute;
  display: inline-block;
  right: -20px;
  top: 0;
  width: 24px;
  height: 36px;
  -webkit-transition: opacity 0.25s ease-in-out, color 0.25s ease-in-out;
  -webkit-transition-delay: 0.25s, 0s;
  -moz-transition: opacity 0.25s ease-in-out 0.25s, color 0.25s ease-in-out 0s;
  -o-transition: opacity 0.25s ease-in-out 0.25s, color 0.25s ease-in-out 0s;
  transition: opacity 0.25s ease-in-out 0.25s, color 0.25s ease-in-out 0s;
}
.search-results-content a.ht-search-clear svg {
  width: 16px;
  height: 16px;
}
a.ht-search-back {
  top: 50px;
  right: 0;
}
.search-results-content h1 {
  margin-bottom: 35px;  
  opacity: .5;
  font-size: 30px;
  line-height: 36px;
}
.search-results-content h2 {
}
.search-results-content .sp-search-highlight {
  font-weight: bold;
}
.search-results-content ul {
  padding: 0;
}
.search-results-content ul li {
  padding-right: 30px;
  line-height: 1.4;
  min-height: 70px;
  display: inline-block;
}

.search-result h2 {
  font-size: 1em;
  font-weight: normal;
}

.search-result .search-result-desc {
  font-size: .85em;
  opacity: .6;
}

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

.ht-pager a {
  color: #285D92;
}

.ht-pager .current {
  color: #09090C;
  pointer-events: none;
}

/* Google Custom Search styling */

.gsc-resultsHeader,
.gsc-above-wrapper-area,
.gsc-thumbnail {
  display: none;
}

.gsc-wrapper .gs-webResult .gsc-thumbnail-inside,
.gsc-wrapper .gs-webResult .gsc-url-top,
.gsc-wrapper .gs-webResult .gsc-table-result,
.gsc-wrapper .gs-webResult .gsc-table-cell-snippet-close {
  padding: 0;
}

.gs-webResult.gs-result .gsc-thumbnail-inside .gs-title,
.gs-webResult.gs-result .gsc-thumbnail-inside a.gs-title,
.gs-webResult.gs-result .gsc-thumbnail-inside a.gs-title:link,
.gs-webResult.gs-result .gsc-thumbnail-inside a.gs-title:visited,
.gs-webResult.gs-result .gsc-thumbnail-inside a.gs-title b,
.gs-webResult.gs-result .gsc-thumbnail-inside a.gs-title:link b,
.gs-webResult.gs-result .gsc-thumbnail-inside a.gs-title:visited b {
  color: #285D92;
  font-family: "Switzer Variable", 'Helvetica Neue', Arial, sans-serif;
  text-decoration: none;
  overflow: visible;
}

.gs-webResult.gs-result .gsc-thumbnail-inside a.gs-title:hover,
.gs-webResult.gs-result .gsc-thumbnail-inside a.gs-title:hover b {
  color: #3A3A3D;
  text-decoration: underline;
}

.gs-webResult div.gsc-url-top .gs-visibleUrl {
  margin-top: 5px;
  color: #3A3A3D;
  font-family: "Switzer Variable", 'Helvetica Neue', Arial, sans-serif;
  font-size: 12px;
}

.gsc-table-result .gsc-table-cell-snippet-close {
  border-bottom-color: #E6E6E7;
  font-family: "Switzer Variable", 'Helvetica Neue', Arial, sans-serif;
}

.gsc-wrapper .gsc-table-result .gs-snippet {
  margin-top: 15px;
  margin-bottom: 30px;
  font-size: 14px;
  line-height: 22px;
}

.gcsc-branding td.gsc-branding-text, 
.gcsc-branding td.gcsc-branding-text,
.gsc-wrapper .gsc-table-result .gs-snippet,
.gsc-control-cse .gs-result .gs-spelling {
  font-family: "Switzer Variable", 'Helvetica Neue', Arial, sans-serif;
  color: #3A3A3D;
}

.gcsc-branding-img-noclear {
  max-width: none;
  vertical-align: baseline;
}

.gsc-results .gsc-cursor-box.gs-bidi-start-align {
  text-align: center;
}

.gsc-results .gsc-cursor-box .gsc-cursor-page {
  background-color: #F2F2F2 !important;
  border-color: #F2F2F2 !important;
  color: #285D92 !important;
}

.gsc-results .gsc-cursor-box .gsc-cursor-current-page {
  color: #09090C !important;
  pointer-events: none;
}

.gs-webResult.gs-result .gsc-thumbnail-inside a.gs-title[href*="/community/"]:before {
  content: "";
  position: relative;
  top: 1px;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 5px;
  background: url("/hc/theming_assets/01HZKTQMZDR5R9KVVAM45G3KFS") no-repeat center;
  background-size: 100%;
}

.gsc-control-cse,
.internal-search {
  padding: 0 !important;
}

.gsc-wrapper .gsc-webResult,
.gsc-control-cse {
  background-color: #F2F2F2 !important;
  border-color: #F2F2F2 !important;
}

.internal-search {
  width: calc(50% - 30px);
  display: inline-block;
  vertical-align: top;
}
.internal-search p {
  margin-top: 0;
}
.internal-search p em {
  font-weight: bold;
  font-style: normal;
}
.gsc-control-cse .gs-result .gs-spelling {
  padding-left: 0;
  font-size: 16px;
}

.gsc-control-cse .gs-result .gs-spelling a {
  color: #285D92;
}

.gsc-control-cse .gs-result .gs-spelling-original {
  font-size: 12px;
}

.agents-only,
.managers-only,
.endusers-only,
.anonymous-only,
.endusers-and-anonymous,
.agents-and-managers {
  display: none;
}

.gsc-adBlock,
.gsc-adBlockVertical {
  display: none !important;
}
.gcsc-find-more-on-google {
  color: #285D92 !important;
}
.gcsc-find-more-on-google svg path {
  fill: #285D92;
}
.gsc-wrapper.gsc-thinWrapper {
  width: 100%;
  border-right: none !important;
}
/*=================================
  SEARCH RESULTS page end
===================================*/

/*=================================
  USER PROFILE page start
===================================*/
.basic-info-wrap {
  margin-bottom: 2em;
}

.basic-info-wrap h1 {
  margin-bottom: 1em;
  font-size: 24px;
  margin-top: 15px;
}

.basic-info-wrap [data-action="edit-profile"] {
  float: right;
}

.basic-info-wrap .profile-avatar {
    display: inline-block;
}
.basic-info-wrap .profile-avatar .avatar {
  border-radius: 50%;
}

/* User Profiles */
.profile-header {
  padding: 30px 0;
  background-color: #E6E6E7;
}

.profile-header .container {
  display: flex;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .profile-header .container {
    flex-wrap: nowrap;
  }
}

.profile-header .profile-info {
  flex-basis: 100%;
  display: flex;
  flex-wrap: wrap;
  min-width: 0;
}

.profile-avatar {
  position: relative;
  line-height: 0;
  align-self: center;
  margin-right: 10px;
}

[dir="rtl"] .profile-avatar {
  margin-left: 10px;
  margin-right: 0;
}

.profile-avatar .user-avatar {
  width: 65px;
  height: 65px;
}

.profile-avatar .icon-agent::before {
  bottom: 0;
  right: 0;
}

.profile-header .basic-info {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  word-wrap: break-word;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
}

.profile-header .basic-info .name {
  margin: 0;
}

.profile-header .options {
  display: flex;
  flex-basis: 100%;
  margin-top: 12px;
  align-items: flex-start;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .profile-header .options {
    flex-wrap: nowrap;
    flex-basis: auto;
    margin-top: 0;
    margin-left: 10px;
  }
  [dir="rtl"] .profile-header .options {
    margin-left: 0;
    margin-right: 10px;
  }
  .profile-header .options > :not(:last-child) {
    margin-bottom: 0;
    margin-right: 10px;
  }
  [dir="rtl"] .profile-header .options > :not(:last-child) {
    margin-left: 10px;
    margin-right: 0;
  }
}

.profile-header .options [data-action="edit-profile"] {
  background-color: #DAFE85;
  border: 0;
  color: #09090C;
  line-height: normal;
  padding: 8px 20px;
  outline-color: #DAFE85;
}

.profile-header .description {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  word-wrap: break-word;
  margin: 15px 0;
  flex-basis: 100%;
}

.profile-private-badge {
  flex-basis: 100%;
  border: solid 1px #DAFE85;
  border-radius: 4px;
  color: #DAFE85;
  padding: 5px 20px;
  font-size: 12px;
  text-align: center;
}

.profile-private-badge::after {
  content: "\1f512";
  margin-left: 5px;
  font-family: "copenhagen-icons";
  vertical-align: middle;
  line-height: 15px;
}

@media (min-width: 768px) {
  .profile-private-badge {
    flex-basis: auto;
  }
}

.profile-nav {
  background-color: #E6E6E7;
  margin-bottom: 37px;
}

.profile-section-header {
  display: flex;
  flex-wrap: wrap;
}

.profile-section-title {
  flex-basis: 100%;
  margin-bottom: 0;
}

.profile-section-description {
  flex-basis: 100%;
  padding: 10px 0;
  color: #535355;
  font-weight: normal;
  font-size: 13px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (min-width: 768px) {
  .profile-section-description {
    flex: 1 0 50%;
    padding-bottom: 0;
  }
}

.profile-section-sorter {
  flex-basis: 100%;
  border-top: solid 1px #E6E6E7;
  font-size: 13px;
}

.profile-section-sorter .dropdown-toggle {
  padding: 10px 0;
  width: 100%;
}

.profile-section-sorter .dropdown-toggle::after {
  position: absolute;
  right: 0;
}

[dir="rtl"] .profile-section-sorter .dropdown-toggle::after {
  left: 0;
  right: initial;
}

@media (min-width: 768px) {
  .profile-section-sorter .dropdown-toggle::after {
    position: relative;
  }
}

@media (min-width: 768px) {
  .profile-section-sorter {
    flex: 0 1 auto;
    padding-top: 0;
    border-top: 0;
    margin-left: 20px;
  }
  [dir="rtl"] .profile-section-sorter {
    margin-left: 0;
    margin-right: 20px;
  }
}

.profile-contribution, .profile-activity {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  word-wrap: break-word;
  padding: 20px 0;
  position: relative;
}

.profile-contribution-header {
  margin-bottom: 5px;
}

.profile-contribution-title, .profile-activity-description {
  margin: 0 0 5px 0;
  display: inline;
  line-height: 21px;
  font-size: 15px;
  vertical-align: middle;
}

.profile-contribution-body {
  margin: 10px 0;
}

.profile-activity-contribution.profile-contribution {
  padding: 0;
}

.profile-contribution-list > .profile-contribution,
.profile-activity-list > .profile-activity {
  border-top: 1px solid #E6E6E7;
}

@media (min-width: 768px) {
  .profile-contribution-list > .profile-contribution,
  .profile-activity-list > .profile-activity {
    padding-left: 30px;
  }
  [dir="rtl"] .profile-contribution-list > .profile-contribution
  .profile-activity-list > .profile-activity {
    padding-right: 30px;
    padding-left: 0;
  }
}

.profile-contribution-list > .profile-contribution:last-child
  .profile-activity-list > .profile-activity:last-child {
  border-bottom: 1px solid #E6E6E7;
}

.profile-contribution-list > .profile-contribution::before {
  left: 0;
  top: 25px;
  position: absolute;
  font-size: 16px;
  color: #B5B5B6;
  font-family: "copenhagen-icons";
  line-height: 25px;
}

[dir="rtl"] .profile-contribution-list > .profile-contribution::before {
  right: 0;
}

.profile-contribution-list .profile-contribution-header
.profile-activity-list .profile-activity-header {
  margin-left: 30px;
}

[dir="rtl"] .profile-contribution-list .profile-contribution-header,
[dir="rtl"] .profile-activity-list .profile-activity-header {
  padding-right: 30px;
  padding-left: 0;
}

@media (min-width: 768px) {
  .profile-contribution-list .profile-contribution-header,
  .profile-activity-list .profile-activity-header {
    margin-left: 0;
  }
  [dir="rtl"] .profile-contribution-list .profile-contribution-header,
  [dir="rtl"] .profile-activity-list .profile-activity-header {
    padding-right: 0;
  }
}

.profile-comments .profile-contribution-breadcrumbs {
  margin-left: 30px;
}

[dir="rtl"] .profile-comments .profile-contribution-breadcrumbs {
  padding-right: 30px;
  padding-left: 0;
}

@media (min-width: 768px) {
  .profile-comments .profile-contribution-breadcrumbs {
    margin-left: 0;
  }
  [dir="rtl"] .profile-comments .profile-contribution-breadcrumbs {
    padding-right: 0;
  }
}

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

.profile-section .no-activity,
.profile-section .private-activity {
  display: block;
  margin-top: 40px;
  color: #848486;
}

.profile-section .private-activity::before {
  content: "\1f512";
  font-family: "copenhagen-icons";
  font-style: normal;
  font-size: 12px;
  font-weight: normal;
  vertical-align: middle;
  margin-right: 10px;
}

[dir="rtl"] .profile-section .private-activity::before {
  margin-right: 0;
  margin-left: 10px;
}

.profile-activity-header {
  display: flex;
  align-items: center;
  margin-left: 35px;
}

[dir="rtl"] .profile-activity-header {
  margin-left: 0;
  margin-right: 35px;
}

@media (min-width: 768px) {
  .profile-activity-header {
    margin-left: 0;
  }
  [dir="rtl"] .profile-activity-header {
    margin-right: 0;
  }
}

.profile-activity-header .user-avatar {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  min-width: 40px;
  align-self: flex-start;
}

.profile-activity-header .avatar {
  display: none;
}

[dir="rtl"] .profile-activity-header .user-avatar {
  margin-left: 10px;
  margin-right: 0;
  display: none;
}

.profile-activity-description {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  word-wrap: break-word;
  margin: 0;
  min-width: 0;
  width: 100%;
}

.profile-activity-description span:first-child {
  font-weight: bold;
  display: inline;
}

.profile-activity::before {
  position: absolute;
  left: 0;
  top: 13px;
  width: 28px;
  border-radius: 50%;
  content: "";
  background-size: 14px 14px;
  background-repeat: no-repeat;
  background-color: #F2F2F2;
  background-position: 50% 50%;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  color: #B5B5B6;
  font-family: "copenhagen-icons";
}

[dir="rtl"] .profile-activity::before {
  right: 0;
}

@media (min-width: 768px) {
  .profile-activity::before {
    left: -5px;
  }
  [dir="rtl"] .profile-activity::before {
    right: -5px;
  }
}

.profile-articles > .profile-contribution::before,
.profile-activity-list > li[class$="-article"]::before {
  content: "\1f4c4";
}

.profile-posts > .profile-contribution::before,
.profile-activity-list > li[class$="-post"]::before {
  content: "\1f4d4";
}

.profile-comments > .profile-contribution::before,
.profile-activity-list > li[class$="-comment"]::before {
  content: "\1f4ac";
  line-height: 35px;
}

.profile-stats-counters {
  margin-top: 15px;
}
/*=================================
  USER PROFILE page start
===================================*/

/*=================================
  My activities page start
===================================*/
/***** My activities *****/
.my-activities-nav {
  margin-bottom: 20px;
}

.my-activities-sub-nav {
  margin-bottom: 30px;
}

.my-activities-table .striped-list-title {
  /* My activities tables */
  display: block;
  margin-bottom: 10px;
  max-width: 250px;
  white-space: normal;
}
.my-activities-table [type="button"] {
  font-size: inherit;
}
@media (min-width: 1024px) {
  .my-activities-table .striped-list-title {
    margin-bottom: 0;
    max-width: 300px;
    min-width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

.my-activities-table thead {
  display: none;
}

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

.my-activities-table th:first-child,
.my-activities-table td:first-child {
  padding-left: 0;
}

.my-activities-table th:last-child,
.my-activities-table td:last-child {
  padding-right: 0;
}

.my-activities-table td:not(:first-child) {
  display: none;
}

.my-activities-table td:not(:first-child) {
  display: table-cell;
}

/* Requests table */
.requests-search {
  width: 100%;
}

.requests-table-toolbar {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  .requests-table-toolbar {
    flex-direction: row;
  }
}

.requests-table-toolbar .search {
  flex: 1;
  width: 100%;
}

.requests-table-toolbar .request-table-filter {
  width: 100%;
}

@media (min-width: 768px) {
  .requests-table-toolbar .request-table-filter {
    width: auto;
  }
}

.requests-table-toolbar .request-filter {
  display: block;
}

@media (min-width: 768px) {
  .requests-table-toolbar .request-filter {
    margin: 0 0 0 30px;
  }
  [dir="rtl"] .requests-table-toolbar .request-filter {
    margin: 0 30px 0 0;
  }
}

.requests-table-toolbar .request-filter-label {
  font-size: 13px;
  margin-top: 30px;
}

@media (min-width: 768px) {
  .requests-table-toolbar .request-filter-label {
    margin-top: 0;
  }
}

.requests-table-toolbar select {
  max-height: 40px;
  margin-bottom: 30px;
  width: 100%;
}

@media (min-width: 768px) {
  .requests-table-toolbar select {
    margin-bottom: 0;
    max-width: 300px;
    width: auto;
  }
}

.requests-table-toolbar .organization-subscribe,
.requests-table-toolbar .organization-unsubscribe {
  padding: 0px 15px;
}

@media (min-width: 768px) {
  .requests-table-toolbar .organization-subscribe,
  .requests-table-toolbar .organization-unsubscribe {
    margin-left: 30px;
  }
  [dir="rtl"] .requests-table-toolbar .organization-subscribe, [dir="rtl"]
  .requests-table-toolbar .organization-unsubscribe {
    margin: 0 10px 0 0;
  }
}

.requests-table-toolbar + .requests-search-info {
  margin-top: 15px;
}

.requests-table-toolbar + .requests-search-info.meta-data::after {
  content: "";
  margin: 0;
}

.requests-table-toolbar + .requests-search-info + .requests {
  margin-top: 20px;
}

.requests-table-toolbar + .requests {
  margin-top: 40px;
}

.requests .requests-table-meta {
  display: block;
}

.requests .requests-table-meta {
  display: none;
}

.requests .requests-table a {
  color: #09090C;
}

.requests .requests-table thead {
  display: none;
}

@media (min-width: 768px) {
  .requests .requests-table thead {
    display: table-header-group;
  }
}

.requests .requests-table-info {
  display: block;
}

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

.requests .requests-table .requests-link {
  position: relative;
  color: #09090C;
}

.requests .requests-table .requests-sort-symbol {
  position: absolute;
  left: calc(100% + 3px);
  bottom: 0;
  font-size: 10px;
}

/* Following table */
.subscriptions-unsubscribe a {
  background: #DAFE85;
  border-radius: 4px;
  color: #09090C;
  display: inline-block;
  font-size: 12px;
  line-height: 2.34;
  padding: 0 20px;
  text-align: center;
  width: 100%;
}

@media (min-width: 768px) {
  .subscriptions-unsubscribe a {
    width: auto;
  }
}

.subscriptions-unsubscribe a:hover {
  background-color: #C6E57B;
  text-decoration: none;
}

.subscriptions-table td:last-child {
  display: block;
}

@media (min-width: 768px) {
  .subscriptions-table td:last-child {
    display: table-cell;
  }
}

.subscriptions-table .user-avatar {
  margin-right: 10px;
}

.subscriptions .striped-list-title {
  display: inline-block;
  vertical-align: middle;
}

/* Contributions table */
.contributions-table td:last-child {
  color: #535355;
  font-size: 13px;
  font-weight: normal;
}

@media (min-width: 768px) {
  .contributions-table td:last-child {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
  }
}

.no-activities {
  color: #535355;
}

/***** Request *****/
.request-container {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media (min-width: 1024px) {
  .request-container {
    align-items: flex-start;
    flex-direction: row;
  }
}

.request-container .comment-container {
  min-width: 0;
}

.pagination-list {
  display: flex;
  justify-content: flex-start !important;
  padding: 0;
  margin: 0 -15px;
  list-style-type: none;
  gap: 10px;
}

.pagination-first-link,
.pagination-prev-link,
.pagination-next-link,
.pagination-last-link {
  display: block;
	padding: 0 15px;
	border: 1px solid transparent;
	border-radius: 20px;
	font-family: "Switzer Variable", Helvetica, Arial, sans-serif !important;
	font-size: 16px !important;
	line-height: 38px;
	color: #09090C !important;
  text-decoration: none !important;
}

.pagination-first-link:hover,
.pagination-first-link:focus,
.pagination-first-link:active,
.pagination-prev-link:hover,
.pagination-prev-link:focus,
.pagination-prev-link:active,
.pagination-next-link:hover,
.pagination-next-link:focus,
.pagination-next-link:active,
.pagination-last-link:hover,
.pagination-last-link:focus,
.pagination-last-link:active {
	border-color: #B5B5B6;
}

.pagination-first,
.pagination-prev,
.pagination-next,
.pagination-last {
  display: flex;
}

.pagination-next,
.pagination-last {
  justify-content: flex-end;
}

.pagination-next:first-child {
  flex: 1 0 auto;
}

.request-breadcrumbs {
  margin-bottom: 40px;
}

.request-main {
  flex: 1 0 auto;
  order: 1;
  max-width: 100%;
}

.request-main .comment-fields {
  display: none;
}

.request-main .comment-fields.shown {
  display: block;
}

.request-main .request-submit-comment.shown {
  display: inline;
}

@media (min-width: 1024px) {
  .request-main {
    order: 0;
    min-width: 0;
  }
}

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

.request-main .comment-form-controls {
  display: block;
}

.request-main .comment-ccs {
  display: block;
}

.request-main .comment-show-container {
  text-align: inherit;
  width: 100%;
}

.request-main .comment-show-container.hidden {
  display: none;
}

.request-main .form-field.comment-ccs > ul {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: 0;
}

.request-main .form-field.comment-ccs > ul[data-hc-focus="true"] {
  border: 1px solid #DAFE85;
}

.request-main .form-field.comment-ccs > input[type="text"] {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: 0;
}

.request-main .comment-ccs + textarea {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-top: 0;
}

.request-main .comment-ccs + textarea:focus {
  border-top: 1px solid #DAFE85;
}

.request-main input#mark_as_solved {
  display: none;
}

.request-title {
  margin-top: 0;
  width: 100%;
}

@media (min-width: 1024px) {
  .request-title {
    border-bottom: 1px solid #B5B5B6;
    margin-bottom: 0;
    padding-bottom: 20px;
  }
}

/* Styles comments inside requests */
.request-main .comment {
  border-bottom: 1px solid #B5B5B6;
  padding: 20px 0;
}

.request-main .comment-heading {
  margin-bottom: 5px;
  margin-top: 0;
  font-size: 18px;
  font-weight: bold;
}

.request-main .comment-overview {
  border-bottom: 1px solid #B5B5B6;
  border-top: 1px solid #B5B5B6;
  padding: 20px 0;
}

.request-main .comment-overview p {
  margin-top: 0;
}

.request-main .comment-callout {
  color: #535355;
  display: inline-block;
  font-weight: normal;
  font-size: 13px;
  margin-bottom: 0;
}

.request-main .comment-callout a {
  color: #DAFE85;
}

.request-main .comment-sorter {
  display: inline-block;
  float: right;
}

.request-main .comment-sorter .dropdown-toggle {
  color: #535355;
  font-weight: normal;
  font-size: 13px;
}

.request-main [dir="rtl"] .comment-sorter {
  float: left;
}

.request-main .comment-wrapper {
  display: flex;
  position: relative;
}

.request-main .comment-wrapper.comment-official {
  border: 1px solid #DAFE85;
  padding: 40px 20px 20px;
}

@media (min-width: 768px) {
  .request-main .comment-wrapper.comment-official {
    padding-top: 20px;
  }
}

.request-main .comment-info {
  min-width: 0;
  padding-right: 20px;
  width: 100%;
}

.request-main [dir="rtl"] .comment-info {
  padding-right: 0;
  padding-left: 20px;
}

.request-main .comment-author {
  align-items: flex-end;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .request-main .comment-author {
    justify-content: space-between;
  }
}

.request-main .comment-avatar {
  margin-right: 10px;
}

.request-main .comment-avatar img { 
  border-radius: 50%;
  height: 40px;
  width: 40px;
  max-width: none;
}

[dir="rtl"] .request-main .comment-avatar {
  margin-left: 10px;
  margin-right: 0;
}

.request-main .comment-meta {
  flex: 1 0 auto;
  font-size: 13px;
}

.request-main .comment-meta a,
.meta-data {
  color: #285D92;
}

.request-main .comment-labels {
  flex-basis: 100%;
}

@media (min-width: 768px) {
  .request-main .comment-labels {
    flex-basis: auto;
  }
}

.request-main .comment .status-label:not(.status-label-official) {
  margin-top: 10px;
}

@media (min-width: 768px) {
  .request-main .comment .status-label:not(.status-label-official) {
    margin-top: 0;
  }
}

.request-main .comment-form {
  display: flex;
  padding-top: 30px;
  word-wrap: break-word;
}

.request-main .comment-container {
  width: 100%;
}

.request-main .comment-form-controls {
  display: none;
  margin-top: 20px;
  text-align: left;
}

@media (min-width: 768px) {
  [dir="ltr"] .request-main .comment-form-controls {
    text-align: right;
  }
}

@media (min-width: 1024px) {
  .request-main .comment-form-controls input[type="submit"] {
    margin-left: 15px;
  }
  [dir="rtl"] .request-main .comment-form-controls input[type="submit"] {
    margin-left: 0;
    margin-right: 15px;
  }
}

.request-main .comment-form-controls input[type="checkbox"] {
  margin-right: 5px;
}

.request-main .comment-form-controls input[type="checkbox"] [dir="rtl"] {
  margin-left: 5px;
}

.request-main .comment-ccs {
  display: none;
}

.request-main .comment-ccs + textarea {
  margin-top: 10px;
}

.request-main .comment-attachments {
  margin-top: 10px;
}

.request-main .comment-body {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  word-wrap: break-word;
  font-family: "Switzer Variable", "Helvetica Neue", arial, sans-serif;
  line-height: 1.6;
  overflow-x: auto;
}

.request-main .comment-body img {
  height: auto;
  max-width: 100%;
}

.request-main .comment-body ul, .comment-body ol {
  padding-left: 20px;
  list-style-position: outside;
  margin: 20px 0 20px 20px;
}

[dir="rtl"] .request-main .comment-body ul, [dir="rtl"] .request-main .comment-body ol {
  padding-right: 20px;
  padding-left: 0;
  margin-left: 0;
  margin-right: 20px;
}

.request-main .comment-body ul > ul, 
.request-main .comment-body ol > ol, 
.request-main .comment-body ol > ul, 
.request-main .comment-body ul > ol, 
.request-main .comment-body li > ul, 
.request-main .comment-body li > ol {
  margin: 0;
}

.request-main .comment-body a:visited {
  color: #164E87;
}

.request-main .comment-body code {
  background: #E6E6E7;
  border: 1px solid #B5B5B6;
  border-radius: 3px;
  padding: 0 5px;
  margin: 0 2px;
}

.request-main .comment-body pre {
  background: #E6E6E7;
  border: 1px solid #B5B5B6;
  border-radius: 3px;
  padding: 10px 15px;
  overflow: auto;
  white-space: pre;
}

.request-main .comment-body blockquote {
  border-left: 1px solid #B5B5B6;
  color: #535355;
  font-style: italic;
  padding: 0 15px;
}

.request-main .comment-mark-as-solved {
  display: inline-block;
}

.third-column h2 {
  font-size: 15px;
  font-weight: bold;
  position: relative;
}

.request-details {
  border-bottom: 1px solid #B5B5B6;
  font-size: 0;
  margin: 0;
  padding-bottom: 20px;
}

.request-details:last-child {
  border: 0;
}

.request-details dt, .request-details dd {
  display: inline-block;
  vertical-align: top;
  font-size: 13px;
  margin: 10px 0 0 0;
}

.request-details dd {
  padding: 0 10px;
  width: 60%;
}

.request-details dd::after {
  content: "\A";
  white-space: pre;
}

.request-details dt {
  color: #535355;
  font-weight: normal;
  width: 40%;
}

.request-details .request-collaborators {
  display: inline-block;
}

.request-attachments dt, .request-attachments dd {
  width: 100%;
}

.request-attachments dd {
  margin: 10px 0 0 0;
}

.request-form textarea {
  min-height: 120px;
}

.request-follow-up {
  padding-top: 20px;
}

/* Add new request page */
.new-ticket-page#ht-wrap-container {
  padding-left: 0;
  padding-right: 0;
}
.new-ticket-page#ht-wrap-container .wrapper {
  max-width: 600px;
}
.new-ticket-page .suggestion-list {
  display: none !important;
}

/*=================================
  My activities pages end
===================================*/

/* !!!!! NEW CUSTOM STYLES END HERE */

.c-divider-feather-blue {
  background-size: cover;
  background-image: url(https://www.gooddata.ai/img/components/dividers/feather-blue.webp);
  height: 2rem;
  width: 100%;
  background-repeat: repeat-x;
  background-position: 50%;
}

@media screen and (max-width: 640px) {
  .addsearch-searchfield-container .addsearch-searchfield {
    width: auto;
		margin-right: 0;
    margin-left: 10px;
  }
}

#zd-modal-container > div > div {
  background-color: rgba(9, 9, 12, 0.5);
}

#zd-modal-container [role="dialog"] {
	border: none;
	border-radius: 8px;
	color: #09090C;
	background-color: #F2F2F2;
	box-shadow: 
		0 1.13px 1.8px 0 #09090C05,
		0 2.73px 4.32px 0 #09090C07,
		0 5.13px 8.14px 0 #09090C09,
		0 9.16px 14.52px 0 #09090C0B,
		0 17.13px 27.16px 0 #09090C0D,
		0 41px 65px 0 #09090C12;
}

#zd-modal-container a {
	color: #285D92 !important;
}

#zd-modal-container input,
#shadow-root-modal-container input {
	padding: 10px 12px;
	font-family: "Switzer Variable", "Helvetica Neue", arial, sans-serif;
	font-size: 14px;
	color: #09090C;
	background-color: #fff;
	border: 1px solid #B5B5B6;
	outline: none;
    box-shadow: none;
}

#zd-modal-container input:focus,
#zd-modal-container input:active,
#shadow-root-modal-container:focus, 
#shadow-root-modal-container:active {
	border-color: #285D92;
}

#zd-modal-container [role="dialog"] > div {
	padding-left: 32px;
	padding-right: 32px;
}

#zd-modal-container [role="dialog"] > div:first-child {
	padding-top: 64px;
}

#zd-modal-container [role="dialog"] > div:first-child > div {
  padding: 0;
}

#zd-modal-container [role="dialog"] > div:last-child {
	bottom: 32px;
}

#zd-modal-container [role="dialog"] div:has([role="heading"]) {
	border: none;
}

#zd-modal-container [role="heading"] {
	color: #09090C;
	font-family: "Funnel Display SemiBold", Helvetica, sans-serif;
	font-size: 32px;
	line-height: 40px;
}

[role="button"][aria-label="Close"],
[role="button"][aria-label="Close"]:hover,
[role="button"][aria-label="Close"]:focus,
[role="button"][aria-label="Close"]:active {
  top: 8px;
  right: 8px !important;
  background: none;
}

[role="button"][aria-label="Close"]:before {
  background-image: url(/hc/theming_assets/01JE60Q8AYVSPDZBPN81HCKMKY);
}

[role="button"][aria-label="Close"]:before,
[role="button"][aria-label="Close"]:hover:before,
[role="button"][aria-label="Close"]:focus:before,
[role="button"][aria-label="Close"]:active:before,
[role="button"][aria-label="Close"]:after,
[role="button"][aria-label="Close"]:hover:after,
[role="button"][aria-label="Close"]:focus:after,
[role="button"][aria-label="Close"]:active:after {
  background-size: 25px;
}

[role="button"][aria-label="Close"]:after,
[role="button"][aria-label="Close"]:hover:after,
[role="button"][aria-label="Close"]:focus:after,
[role="button"][aria-label="Close"]:active:after {
  background-image: url(/hc/theming_assets/01JE8X54RQMAATADRNJHF0X1Z4);
}

#zd-edit-profile-name-label,
#zd-edit-profile-photo-label,
#zd-edit-profile-email-label,
#zd-edit-profile-phone-label {
	color: #09090C;
	font-family: "Switzer Semibold", Helvetica, sans-serif;
	font-size: 14px;
}

#zd-edit-profile-name-label > span,
#zd-edit-profile-photo-label > span,
#zd-edit-profile-email-label > span,
#zd-edit-profile-phone-label > span {
	color: #535355;
	font-family: "Switzer Variable", "Helvetica Neue", arial, sans-serif;
	font-weight: normal;
}

#zd-edit-profile-photo-label ~ div [role="button"] {
	border: none;
	background: transparent;
	text-align: left;
    padding: 0;
    color: #285D92 !important;
    font-family: "Switzer Variable", "Helvetica Neue", arial, sans-serif !important;
	font-weight: normal !important;
	text-decoration: underline !important;
	font-size: 14px;
}

#zd-edit-profile-photo-label ~ div [role="button"]:hover,
#zd-edit-profile-photo-label ~ div [role="button"]:focus,
#zd-edit-profile-photo-label ~ div [role="button"]:active {
    color: #164E87;
}

#zd-edit-user-close {
	color: #09090C;
	background: none;
	border: 1px solid #09090C;
	border-radius: 50px;
	font-size: 14px;
	line-height: 17px;
  padding: 7px 10px;
}

#zd-edit-user-close:hover,
#zd-edit-user-close:focus,
#zd-edit-user-close:active {
	color: #3A3A3D;
    border-color: #3A3A3D;
}

.open-kapa-widget {
  width: 100%;
  max-width: 375px;
  height: 32px;
  padding: 0 34px;
  margin: 0 20px;
  border-radius: 3px;
  border: 1px solid #B5B5B6;
  font-size: 14px;
  text-align: left;
  line-height: 30px;
  color: #848486 !important;
  background-color: #FFF;
  background-image: url(/hc/theming_assets/01KQW8YR39WWPYJE2EFC7CNJSD), url(/hc/theming_assets/01KQW8YSEKBKK5TPGCCFBC642D);
  background-repeat: no-repeat;
  background-position: 12px center, right 12px center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.open-kapa-widget:hover,
.open-kapa-widget:active,
.open-kapa-widget:focus {
  border-color: #848486;
  color: #848486 !important;
}
