.blink {
animation: blinker 2.5s linear infinite;
color: #1c87c9;
font-size: 15px;
font-weight: bold;
font-family: sans-serif;
}
@keyframes blinker {
50% {
opacity: 0;
}
}

.blink-one {
animation: blinker-one 2.5s linear infinite;
}
@keyframes blinker-one {
50% {
opacity: 0;
}
}

.blink-two {
animation: blinker-two 2.5s linear infinite;
}
@keyframes blinker-two {
100% {
opacity: 0;
}
}

.main-tabs-docs .nav-mtd {
white-space: nowrap;
overflow-x: auto;
position: relative;
}

@media (min-width: 62rem) {
.main-tabs-docs .nav-mtd {
overflow-x: hidden;
}
}

.main-tabs-docs .nav-mtd li a {
display: block;
padding: 20px 24px;
font-size: 13px;
text-transform: uppercase;
text-align: center;
-webkit-border-radius: 0;
border-radius: 0;
font-weight: 500;
}

.main-tabs-docs .nav-mtd li a.active {
border-bottom: 3px solid;
}

@media (min-width: 62em) {
.main-tabs-docs .nav-mtd li:first-child {
/*margin-left: 30px;*/
}
}

.documentation .docs-pills {
margin-top: 1.4rem;
}

.documentation .section-preview {
border: 1px solid #e0e0e0;
padding: 15px;
}

@media only screen and (max-width: 991px) {

.sticky,
.sticky2,
.sticky3,
.sticky-placeholder {
display: none;
}
}

@media (max-width: 768px) {
.documentation .docs-pills .export-to-snippet {
display: none;
}

.documentation .docs-pills .btn-copy-code {
right: 0 !important;
}
}

@media (max-width: 576px) {
.documentation .docs-pills .btn-copy-code {
display: none;
}
}
