/* Custom Stylesheet hash:15073031891516122582 dated 23 May, 2025 13:37:13+UTC */
/* Add custom CSS here */
article__content code {
  display: inline-block;
}

/* 'This is for Kayako Classic banner */ 
home .graybar--slim.kayako4 {
  background-color: #F0F0F0 !important;
  color: black !important;
  box-shadow: 0 0 0 rgba(64,54,77, 0.5);
  animation: pulse 2s 3;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(64,54,77, 0.5);
  }
  70% {
      -webkit-box-shadow: 0 0 0 13px rgba(64,54,77, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(64,54,77, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(64,54,77, 0.5);
    box-shadow: 0 0 0 0 rgba(64,54,77, 0.4);
  }
  70% {
      -moz-box-shadow: 0 0 0 13px rgba(64,54,77, 0);
      box-shadow: 0 0 0 13px rgba(64,54,77, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(64,54,77, 0);
      box-shadow: 0 0 0 0 rgba(64,54,77, 0);
  }
}

.info-bar {
  background: #2d3138;
  text-align: center;
  padding: 18px 10px;
    font-size: 16px;
    color: #fff;
}

.info-bar a{
  color: #f1703f;  
}

.close-info-bar {
      position: absolute;
    right: 20px;
    cursor: pointer;
}

.graybar--slim.kayakoClassic {
  background-color: #f0f0f0 !important;
  box-shadow: 0 0 0 rgba(64,54,77, 0.5);
}

.planbar {
	display: flex;
	color: #2D3138;
	box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.06), 0 1px 3px 0 rgba(44, 48, 56, 0.09);
	border-radius: 3px;
	padding: 9px 15px;
	margin-bottom: 27px;
	font-size: 14px;
	align-items: center;
}

.planbar-title {
	text-transform: uppercase;
	color: #838D94;
	flex-grow: 1;
}

.planbar-plan-container {
	display: flex;
	align-items: center;
	margin-right: 18px;
}

.planbar-plan-container i {
	line-height: 11px;
	display: block;
	margin-right: 9px;
}

code.small { font-size: .75em;
}

.js-tags { display:none;
}