.card-wizard {
  min-height: 200px;
  border: 1px solid #ccc;
}
.card-wizard .tab-content {
  min-height: 200px;
}
.card-wizard .info-text {
  font-weight: 400;
}
.card-wizard .info-text-sub {
  font-weight: 400;
  color: #888;
}
.card-wizard .choice .icon {
  border: 1px solid #f0f0f0;
  background: #f5f5f5;
  background: linear-gradient(0deg, #eeeeee 0%, #fefefe 57%);
}
#card-wizard-header {
    background-color:#333; 
    color:#fff; 
    border-radius:10px 10px 0px 0px;
}
.h6 {
}
.code-container {
    max-width:820px;
    height:400px;
    margin:auto;
    border-radius:5px;
    background-color:#333;
    overflow-y:scroll;
}
code {
  color:#51cbce; /* #1dc116 !important;*/
  font-size:15px;
}

.header-text {
    /* font-weight: bold; */
    color: #ffffff;
    padding-bottom: 10px;
}

.header-text-md {
  font-weight: bold;
  color: #ffffff;  
  padding-bottom: 60px;
}

.card-box-shadow {
    box-shadow: 0 0 20px 4px #111118 !important;
}

.rw-wrapper{
	position: relative;
	margin: 0 auto 0 auto;
}
.rw-sentence{
	margin: 0; 
  display: inline-block;
	/* text-shadow: 1px 1px 1px rgba(255,255,255,0.8); */
}
.rw-sentence span{
	font-weight: bold;
	white-space: nowrap;
}
.rw-words{
	display: inline;
	text-indent: 13px;
}
.rw-words span{
	position: absolute;
	opacity: 0;
	overflow: hidden;
	color: #fbc658;
}
.rw-words-1 span{
	animation: rotateWordsFirst 9s linear infinite 0s;
}
.rw-words span:nth-child(2) { 
	animation-delay: 3s; 
	color: #fbc658;
}
.rw-words span:nth-child(3) { 
	animation-delay: 6s; 
	color: #fbc658;	
}
@keyframes rotateWordsFirst {
  0% { opacity: 1; animation-timing-function: ease-in; height: 0px; }
  8% { opacity: 1; height: 60px; }
  19% { opacity: 1; height: 60px; }
	35% { opacity: 0; height: 60px; }
  100% { opacity: 0; }
}
/* 
.icon {
  width:85px;
}

.card-wizard .choice i {
  line-height: 93px;
}
.card-wizard .choice .icon {
  width: 93px;
  height: 93px;
} 
*/
