@ciar4n/izmir
Version:
An image hover mini CSS library
2,397 lines (1,931 loc) • 116 kB
CSS
@charset "UTF-8";
/*! normalize.scss v0.1.0 | MIT License | based on git.io/normalize */
/**
* 1. Set default font family to sans-serif.
* 2. Prevent iOS text size adjust after orientation change, without disabling
* user zoom.
*/
html {
font-family: sans-serif;
/* 1 */
-ms-text-size-adjust: 100%;
/* 2 */
-webkit-text-size-adjust: 100%;
/* 2 */ }
/**
* Remove default margin.
*/
body {
margin: 0; }
/* HTML5 display definitions
========================================================================== */
/**
* Correct `block` display not defined for any HTML5 element in IE 8/9.
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox.
* Correct `block` display not defined for `main` in IE 11.
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
display: block; }
/**
* 1. Correct `inline-block` display not defined in IE 8/9.
* 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
*/
audio,
canvas,
progress,
video {
display: inline-block;
/* 1 */
vertical-align: baseline;
/* 2 */ }
/**
* Prevent modern browsers from displaying `audio` without controls.
* Remove excess height in iOS 5 devices.
*/
audio:not([controls]) {
display: none;
height: 0; }
/**
* Address `[hidden]` styling not present in IE 8/9/10.
* Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
*/
[hidden],
template {
display: none; }
/* Links
========================================================================== */
/**
* Remove the gray background color from active links in IE 10.
*/
a {
background-color: transparent; }
/**
* Improve readability when focused and also mouse hovered in all browsers.
*/
a:active,
a:hover {
outline: 0; }
/* Text-level semantics
========================================================================== */
/**
* Address styling not present in IE 8/9/10/11, Safari, and Chrome.
*/
abbr[title] {
border-bottom: 1px dotted; }
/**
* Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
*/
b,
strong {
font-weight: bold; }
/**
* Address styling not present in Safari and Chrome.
*/
dfn {
font-style: italic; }
/**
* Address variable `h1` font-size and margin within `section` and `article`
* contexts in Firefox 4+, Safari, and Chrome.
*/
h1 {
font-size: 2em;
margin: 0.67em 0; }
/**
* Address styling not present in IE 8/9.
*/
mark {
background: #ff0;
color: #000; }
/**
* Address inconsistent and variable font size in all browsers.
*/
small {
font-size: 80%; }
/**
* Prevent `sub` and `sup` affecting `line-height` in all browsers.
*/
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline; }
sup {
top: -0.5em; }
sub {
bottom: -0.25em; }
/* Embedded content
========================================================================== */
/**
* Remove border when inside `a` element in IE 8/9/10.
*/
img {
border: 0; }
/**
* Correct overflow not hidden in IE 9/10/11.
*/
svg:not(:root) {
overflow: hidden; }
/* Grouping content
========================================================================== */
/**
* Address margin not present in IE 8/9 and Safari.
*/
figure {
margin: 1em 40px; }
/**
* Address differences between Firefox and other browsers.
*/
hr {
-moz-box-sizing: content-box;
box-sizing: content-box;
height: 0; }
/**
* Contain overflow in all browsers.
*/
pre {
overflow: auto; }
/**
* Address odd `em`-unit font size rendering in all browsers.
*/
code,
kbd,
pre,
samp {
font-family: monospace, monospace;
font-size: 1em; }
/* Forms
========================================================================== */
/**
* Known limitation: by default, Chrome and Safari on OS X allow very limited
* styling of `select`, unless a `border` property is set.
*/
/**
* 1. Correct color not being inherited.
* Known issue: affects color of disabled elements.
* 2. Correct font properties not being inherited.
* 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
*/
button,
input,
optgroup,
select,
textarea {
color: inherit;
/* 1 */
font: inherit;
/* 2 */
margin: 0;
/* 3 */ }
/**
* Address `overflow` set to `hidden` in IE 8/9/10/11.
*/
button {
overflow: visible; }
/**
* Address inconsistent `text-transform` inheritance for `button` and `select`.
* All other form control elements do not inherit `text-transform` values.
* Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
* Correct `select` style inheritance in Firefox.
*/
button,
select {
text-transform: none; }
/**
* 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
* and `video` controls.
* 2. Correct inability to style clickable `input` types in iOS.
* 3. Improve usability and consistency of cursor style between image-type
* `input` and others.
*/
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
-webkit-appearance: button;
/* 2 */
cursor: pointer;
/* 3 */ }
/**
* Re-set default cursor for disabled elements.
*/
button[disabled],
html input[disabled] {
cursor: default; }
/**
* Remove inner padding and border in Firefox 4+.
*/
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0; }
/**
* Address Firefox 4+ setting `line-height` on `input` using `!important` in
* the UA stylesheet.
*/
input {
line-height: normal; }
/**
* It's recommended that you don't attempt to style these elements.
* Firefox's implementation doesn't respect box-sizing, padding, or width.
*
* 1. Address box sizing set to `content-box` in IE 8/9/10.
* 2. Remove excess padding in IE 8/9/10.
*/
input[type="checkbox"],
input[type="radio"] {
box-sizing: border-box;
/* 1 */
padding: 0;
/* 2 */ }
/**
* Fix the cursor style for Chrome's increment/decrement buttons. For certain
* `font-size` values of the `input`, it causes the cursor style of the
* decrement button to change from `default` to `text`.
*/
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
height: auto; }
/**
* 1. Address `appearance` set to `searchfield` in Safari and Chrome.
* 2. Address `box-sizing` set to `border-box` in Safari and Chrome
* (include `-moz` to future-proof).
*/
input[type="search"] {
-webkit-appearance: textfield;
/* 1 */
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
/* 2 */
box-sizing: content-box; }
/**
* Remove inner padding and search cancel button in Safari and Chrome on OS X.
* Safari (but not Chrome) clips the cancel button when the search input has
* padding (and `textfield` appearance).
*/
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none; }
/**
* Define consistent border, margin, and padding.
*/
fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em; }
/**
* 1. Correct `color` not being inherited in IE 8/9/10/11.
* 2. Remove padding so people aren't caught out if they zero out fieldsets.
*/
legend {
border: 0;
/* 1 */
padding: 0;
/* 2 */ }
/**
* Remove default vertical scrollbar in IE 8/9/10/11.
*/
textarea {
overflow: auto; }
/**
* Don't inherit the `font-weight` (applied by a rule above).
* NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
*/
optgroup {
font-weight: bold; }
/* Tables
========================================================================== */
/**
* Remove most spacing between table cells.
*/
table {
border-collapse: collapse;
border-spacing: 0; }
td,
th {
padding: 0; }
* {
box-sizing: border-box; }
::selection {
color: #fff;
background: #2c84fa; }
html {
font-size: 14px !important; }
@media (min-width: 31.25rem) {
html {
font-size: 16px !important; } }
body {
font-family: -apple-system, BlinkMacSystemFont, "helvetica neue", helvetica, roboto, noto, "segoe ui", arial, sans-serif;
font-size: inherit;
line-height: 1.4;
color: #e6e1e8;
background-color: #27262b; }
p,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
address,
blockquote,
dl,
div,
fieldset,
form,
hr,
noscript,
table {
margin-top: 0; }
h1,
h2,
h3,
h4,
h5,
h6 {
margin-top: 1.2em;
margin-bottom: 0.8em;
font-weight: 500;
line-height: 1.15;
color: #f5f6fa; }
p {
margin-bottom: 1em; }
a {
color: #2c84fa;
text-decoration: none; }
a:not([class]) {
text-decoration: none;
background-image: linear-gradient(#44434d 0%, #44434d 100%);
background-repeat: repeat-x;
background-position: 0 100%;
background-size: 1px 1px; }
a:not([class]):hover {
background-image: linear-gradient(rgba(44, 132, 250, 0.45) 0%, rgba(44, 132, 250, 0.45) 100%);
background-size: 1px 1px; }
code {
font-family: "SFMono-Regular", Menlo, Consolas, Monospace;
font-size: 12px;
line-height: 1.4; }
figure {
margin: 0; }
li {
margin: 0.25em 0; }
img {
max-width: 100%;
height: auto; }
hr {
height: 1px;
padding: 0;
margin: 2rem 0;
background-color: #44434d;
border: 0; }
@media (min-width: 46.25rem) {
.page-wrap {
position: absolute;
top: 0;
left: 0;
display: flex;
width: 100%;
height: 100%;
overflow-x: hidden;
overflow-y: hidden; } }
.side-bar {
z-index: 100;
display: flex;
flex-wrap: wrap;
padding-top: 1rem;
padding-bottom: 1rem;
background-color: #27262b; }
@media (min-width: 46.25rem) {
.side-bar {
flex-wrap: nowrap;
position: absolute;
width: 248px;
height: 100%;
padding-top: 4rem;
padding-bottom: 0;
flex-direction: column;
border-right: 1px solid #44434d;
align-items: flex-end; } }
@media (min-width: 70rem) {
.side-bar {
width: calc((100% - 1132px) / 2 + 232px);
min-width: 232px; } }
@media (min-width: 46.25rem) {
.main-content-wrap {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
min-height: 600px;
-webkit-overflow-scrolling: touch;
overflow-x: hidden;
overflow-y: scroll; } }
.main-content {
padding-top: 1rem;
padding-right: 1rem;
padding-left: 1rem; }
@media (min-width: 46.25rem) {
.main-content {
padding-right: 2rem;
padding-left: 2rem; } }
@media (min-width: 46.25rem) {
.main-content {
position: relative;
max-width: 900px;
padding-top: 2rem;
padding-bottom: 2rem;
padding-left: 3rem;
margin-left: 232px; } }
@media (min-width: 70rem) {
.main-content {
padding-left: 2rem;
margin-left: calc((100% - 1132px) / 2 + 232px); } }
.js-main-content:focus {
outline: none; }
.page-header {
background-color: #27262b; }
@media (min-width: 46.25rem) {
.page-header {
background-color: #27262b; } }
.page-header .main-content {
padding-top: 0; }
@media (min-width: 46.25rem) {
.page-header .main-content {
display: flex;
justify-content: flex-end;
height: 60px;
padding-top: 1rem;
padding-bottom: 1rem;
border-bottom: 1px solid #44434d; } }
.navigation,
.site-title,
.site-footer {
padding-left: 2rem;
padding-right: 2rem;
width: 100%; }
@media (min-width: 70rem) {
.navigation,
.site-title,
.site-footer {
width: 264px; } }
@media (min-width: 46.25rem) {
.navigation {
padding-top: 3rem;
overflow-y: auto;
flex: 1 1 auto; } }
body {
position: relative;
padding-bottom: 4rem; }
@media (min-width: 46.25rem) {
body {
position: static;
padding-bottom: 0; } }
.site-footer {
position: absolute;
bottom: 0;
padding-top: 1rem;
padding-bottom: 1rem; }
@media (min-width: 46.25rem) {
.site-footer {
position: static;
align-self: flex-end;
justify-self: end;
background-color: #27262b; } }
.page-content a {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap; }
.page-content ul,
.page-content ol {
padding-left: 1.5em; }
.page-content ol {
list-style-type: none;
counter-reset: step-counter; }
.page-content ol > li {
position: relative; }
.page-content ol > li::before {
position: absolute;
top: 0.2em;
left: -1.6em;
color: #959396;
content: counter(step-counter);
counter-increment: step-counter;
font-size: 12px !important; }
@media (min-width: 31.25rem) {
.page-content ol > li::before {
font-size: 14px !important; } }
@media (min-width: 31.25rem) {
.page-content ol > li::before {
top: 0.11em; } }
.page-content ol > li ol {
counter-reset: sub-counter; }
.page-content ol > li ol li::before {
content: counter(sub-counter,lower-alpha);
counter-increment: sub-counter; }
.page-content ul {
list-style: none; }
.page-content ul > li::before {
position: absolute;
margin-left: -1.4em;
color: #959396;
content: "•"; }
.page-content .task-list {
padding-left: 0; }
.page-content .task-list-item {
display: flex;
align-items: center; }
.page-content .task-list-item::before {
content: ""; }
.page-content .task-list-item-checkbox {
margin-right: 0.6em; }
.page-content hr + * {
margin-top: 0; }
.page-content h1:first-of-type {
margin-top: 0.5em; }
.page-content dl {
display: grid;
grid-template-columns: max-content 1fr; }
.page-content dt,
.page-content dd {
margin: 0.25em 0; }
.page-content dt {
text-align: right; }
.page-content dt::after {
content: ":"; }
.page-content dd {
margin-left: 1em;
font-weight: 500; }
.site-title {
display: block;
flex: 1 1 auto;
color: white;
background-color: #27262b; }
.site-title span {
display: block;
font-size: .8rem;
opacity: .6; }
@media (min-width: 46.25rem) {
.site-title {
position: absolute;
top: 0;
right: 0;
z-index: 101;
height: 60px;
padding-top: 0.5rem;
border-bottom: 1px solid rgba(255, 255, 255, 0.1); } }
.navigation-list {
padding: 0 15px;
margin-top: 0.75rem;
margin-bottom: 0;
list-style: none; }
@media (min-width: 46.25rem) {
.navigation-list {
margin-top: 0; } }
.navigation-list-child-list {
padding-left: 0.75rem;
list-style: none; }
.navigation-list-child-list .navigation-list-link,
.navigation-list-child-list .navigation-list-link a {
color: #959396; }
.navigation-list-child-list .navigation-list-item {
position: relative; }
.navigation-list-child-list .navigation-list-item::before {
position: absolute;
margin-top: 0.3em;
margin-left: -0.8em;
color: white;
content: "- "; }
.navigation-list-child-list .navigation-list-item.active::before {
color: #e6e1e8; }
.navigation-list-item {
font-size: 14px !important;
margin: 0; }
@media (min-width: 31.25rem) {
.navigation-list-item {
font-size: 16px !important; } }
@media (min-width: 46.25rem) {
.navigation-list-item {
font-size: 12px !important; } }
@media (min-width: 46.25rem) and (min-width: 31.25rem) {
.navigation-list-item {
font-size: 14px !important; } }
.navigation-list-item .navigation-list-child-list {
display: none; }
.navigation-list-item.active .navigation-list-child-list {
display: block; }
.navigation-list-link {
display: block;
padding-top: 0.25rem;
padding-bottom: 0.25rem;
color: #959396; }
.navigation-list-link.active {
font-weight: 600;
color: #ddd;
text-decoration: none; }
.main-nav,
.aux-nav {
display: none; }
.main-nav.nav-open,
.aux-nav.nav-open {
display: block; }
@media (min-width: 46.25rem) {
.main-nav,
.aux-nav {
display: block; } }
.navigation-list-toggle {
position: absolute;
right: 1rem; }
@media (min-width: 46.25rem) {
.navigation-list-toggle {
display: none !important; } }
@media (min-width: 46.25rem) {
.breadcrumb-nav {
margin-top: -1rem; } }
.breadcrumb-nav-list {
padding-left: 0;
margin-bottom: 0.75rem;
list-style: none; }
.breadcrumb-nav-list-item {
display: table-cell;
font-size: 11px !important; }
@media (min-width: 31.25rem) {
.breadcrumb-nav-list-item {
font-size: 12px !important; } }
.breadcrumb-nav-list-item::before {
display: none; }
.breadcrumb-nav-list-item::after {
display: inline-block;
margin-right: 0.5rem;
margin-left: 0.5rem;
color: #959396;
content: "/"; }
.breadcrumb-nav-list-item:last-child::after {
content: ""; }
h1,
.text-alpha {
font-size: 32px !important;
font-weight: 300; }
@media (min-width: 31.25rem) {
h1,
.text-alpha {
font-size: 36px !important; } }
h2,
.text-beta {
font-size: 18px !important; }
@media (min-width: 31.25rem) {
h2,
.text-beta {
font-size: 24px !important; } }
h3,
.text-gamma {
font-size: 16px !important; }
@media (min-width: 31.25rem) {
h3,
.text-gamma {
font-size: 18px !important; } }
h4,
.text-delta {
font-size: 14px !important;
font-weight: 700; }
@media (min-width: 31.25rem) {
h4,
.text-delta {
font-size: 16px !important; } }
h5,
.text-epsilon {
font-size: 12px !important;
color: #44434d; }
@media (min-width: 31.25rem) {
h5,
.text-epsilon {
font-size: 14px !important; } }
h6,
.text-zeta {
font-size: 11px !important;
color: #44434d; }
@media (min-width: 31.25rem) {
h6,
.text-zeta {
font-size: 12px !important; } }
li .highlight {
margin-top: 0.5rem; }
.text-small {
font-size: 11px !important; }
@media (min-width: 31.25rem) {
.text-small {
font-size: 12px !important; } }
.text-mono {
font-family: "SFMono-Regular", Menlo, Consolas, Monospace !important; }
.text-center {
text-align: center !important; }
.label,
.label-blue {
display: inline-block;
padding-top: 0.16em;
padding-right: 0.42em;
padding-bottom: 0.16em;
padding-left: 0.42em;
margin-right: 0.25rem;
margin-left: 0.25rem;
color: #fff;
text-transform: uppercase;
vertical-align: middle;
background-color: #2869e6;
font-size: 11px !important; }
@media (min-width: 31.25rem) {
.label,
.label-blue {
font-size: 12px !important; } }
.label-green {
background-color: #009c7b; }
.label-purple {
background-color: #5e41d0; }
.label-red {
background-color: #e94c4c; }
.label-yellow {
color: #44434d;
background-color: #f7d12e; }
.btn {
display: inline-block;
box-sizing: border-box;
padding-top: 0.3em;
padding-right: 1em;
padding-bottom: 0.3em;
padding-left: 1em;
margin: 0;
font-family: inherit;
font-size: inherit;
font-weight: 500;
line-height: 1.5;
color: #2c84fa;
text-decoration: none;
vertical-align: baseline;
cursor: pointer;
background-color: #302d36;
border-width: 0;
border-radius: 3px;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 3px 10px rgba(0, 0, 0, 0.08);
appearance: none; }
.btn:focus {
text-decoration: none;
outline: none;
box-shadow: 0 0 0 3px rgba(0, 0, 255, 0.25); }
.btn:focus:hover, .btn.selected:focus {
box-shadow: 0 0 0 3px rgba(0, 0, 255, 0.25); }
.btn:hover, .btn.zeroclipboard-is-hover {
color: #227efa; }
.btn:hover, .btn:active, .btn.zeroclipboard-is-hover, .btn.zeroclipboard-is-active {
text-decoration: none;
background-color: #2e2b33; }
.btn:active, .btn.selected, .btn.zeroclipboard-is-active {
background-color: #29262e;
background-image: none;
box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15); }
.btn.selected:hover {
background-color: #cfcfcf; }
.btn:disabled, .btn:disabled:hover, .btn.disabled, .btn.disabled:hover {
color: rgba(102, 102, 102, 0.5);
cursor: default;
background-color: rgba(229, 229, 229, 0.5);
background-image: none;
box-shadow: none; }
.btn-outline {
color: #2c84fa;
background: transparent;
box-shadow: inset 0 0 0 2px #e6e1e8; }
.btn-outline:hover, .btn-outline:active, .btn-outline.zeroclipboard-is-hover, .btn-outline.zeroclipboard-is-active {
color: #1878fa;
text-decoration: none;
background-color: transparent;
box-shadow: inset 0 0 0 3px #e6e1e8; }
.btn-outline:focus {
text-decoration: none;
outline: none;
box-shadow: inset 0 0 0 2px #5c5962, 0 0 0 3px rgba(0, 0, 255, 0.25); }
.btn-outline:focus:hover, .btn-outline.selected:focus {
box-shadow: inset 0 0 0 2px #5c5962; }
.btn-primary {
color: #fff;
background-color: #2448a7;
background-image: linear-gradient(#2b55c4, #2448a7);
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), 0 4px 10px rgba(0, 0, 0, 0.12); }
.btn-primary:hover, .btn-primary.zeroclipboard-is-hover {
color: #fff;
background-color: #22459e;
background-image: linear-gradient(#2850b7, #22459e); }
.btn-primary:active, .btn-primary.selected, .btn-primary.zeroclipboard-is-active {
background-color: #21439a;
background-image: none;
box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15); }
.btn-primary.selected:hover {
background-color: #1d3a85; }
.btn-purple {
color: #fff;
background-color: #5739ce;
background-image: linear-gradient(#6f55d5, #5739ce);
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), 0 4px 10px rgba(0, 0, 0, 0.12); }
.btn-purple:hover, .btn-purple.zeroclipboard-is-hover {
color: #fff;
background-color: #5132cb;
background-image: linear-gradient(#6549d2, #5132cb); }
.btn-purple:active, .btn-purple.selected, .btn-purple.zeroclipboard-is-active {
background-color: #4f31c6;
background-image: none;
box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15); }
.btn-purple.selected:hover {
background-color: #472cb2; }
.btn-blue {
color: #fff;
background-color: #227efa;
background-image: linear-gradient(#4593fb, #227efa);
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), 0 4px 10px rgba(0, 0, 0, 0.12); }
.btn-blue:hover, .btn-blue.zeroclipboard-is-hover {
color: #fff;
background-color: #1878fa;
background-image: linear-gradient(#368afa, #1878fa); }
.btn-blue:active, .btn-blue.selected, .btn-blue.zeroclipboard-is-active {
background-color: #1375f9;
background-image: none;
box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15); }
.btn-blue.selected:hover {
background-color: #0669ed; }
.btn-green {
color: #fff;
background-color: #10ac7d;
background-image: linear-gradient(#13cc95, #10ac7d);
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), 0 4px 10px rgba(0, 0, 0, 0.12); }
.btn-green:hover, .btn-green.zeroclipboard-is-hover {
color: #fff;
background-color: #0fa276;
background-image: linear-gradient(#12be8b, #0fa276); }
.btn-green:active, .btn-green.selected, .btn-green.zeroclipboard-is-active {
background-color: #0f9e73;
background-image: none;
box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15); }
.btn-green.selected:hover {
background-color: #0d8662; }
.search {
position: relative;
z-index: 99;
display: none;
flex-grow: 1;
padding: 0.5rem;
margin-bottom: 0.75rem;
background-color: #fff;
border-radius: 3px;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07), 0 3px 10px rgba(0, 0, 0, 0.05); }
@media (min-width: 46.25rem) {
.search {
display: block;
padding-top: 0.25rem;
padding-right: 0;
padding-bottom: 0;
padding-left: 0;
margin-bottom: 0;
background-color: transparent;
box-shadow: none; } }
.search.nav-open {
display: block; }
.search-results-wrap {
display: none; }
.search-results-wrap.active {
position: absolute;
top: 0.25rem;
z-index: 100;
display: block;
width: 300px;
margin-top: 2rem;
background: #29282e;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.07), 0 4px 14px rgba(0, 0, 0, 0.05); }
.search-input-wrap {
display: flex;
background-color: #27262b; }
.search-input {
width: 100%;
padding-top: 0.25rem;
padding-bottom: 0.25rem;
background-color: #27262b;
border-top: 0;
border-right: 0;
border-bottom: 0;
border-left: 0;
order: 2;
font-size: 16px !important; }
.search-input:focus {
outline: 0;
box-shadow: none; }
.search-input:focus + .search-icon {
fill: #2c84fa; }
@media (min-width: 31.25rem) {
.search-input {
font-size: 18px !important; } }
@media (min-width: 31.25rem) {
.search-input {
font-size: 12px !important; } }
@media (min-width: 31.25rem) and (min-width: 31.25rem) {
.search-input {
font-size: 14px !important; } }
@media (min-width: 46.25rem) {
.search-input {
font-size: 11px !important; } }
@media (min-width: 46.25rem) and (min-width: 31.25rem) {
.search-input {
font-size: 12px !important; } }
.search-icon {
align-self: center;
margin-right: 0.5rem;
fill: #959396;
order: 1; }
.search-results-list {
padding-left: 0;
margin-top: 0.25rem;
margin-bottom: 0.25rem;
list-style: none;
font-size: 12px !important; }
@media (min-width: 31.25rem) {
.search-results-list {
font-size: 14px !important; } }
.search-results-list-item {
padding: 0;
margin: 0; }
.search-results-link {
display: block;
padding-top: 0.25rem;
padding-right: 0.75rem;
padding-bottom: 0.25rem;
padding-left: 0.75rem; }
.search-results-link:hover {
color: #f5f6fa;
background-color: #222126; }
table {
display: block;
width: 100%;
max-width: 100%;
margin-bottom: 1.5rem;
overflow-x: auto;
border-collapse: separate;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.07), 0 4px 14px rgba(0, 0, 0, 0.05); }
@media (min-width: 31.25rem) {
table {
display: table; } }
th,
td {
font-size: 12px !important;
min-width: 120px;
padding-top: 0.5rem;
padding-right: 0.75rem;
padding-bottom: 0.5rem;
padding-left: 0.75rem;
background-color: #2c2b30;
border-bottom: 1px solid rgba(68, 67, 77, 0.5);
border-left: 1px solid #44434d; }
@media (min-width: 31.25rem) {
th,
td {
font-size: 14px !important; } }
th:first-of-type,
td:first-of-type {
border-left: 0; }
thead tr:first-of-type th:first-of-type,
thead tr:first-of-type td:first-of-type,
tbody:first-child tr:first-of-type th:first-of-type,
tbody:first-child tr:first-of-type td:first-of-type {
border-top-left-radius: 4px; }
thead tr:first-of-type th:last-of-type,
thead tr:first-of-type td:last-of-type,
tbody:first-child tr:first-of-type th:last-of-type,
tbody:first-child tr:first-of-type td:last-of-type {
border-top-right-radius: 4px; }
tbody tr:last-of-type th,
tbody tr:last-of-type td {
border-bottom: 0; }
tbody tr:last-of-type th:first-of-type,
tbody tr:last-of-type td:first-of-type {
border-bottom-left-radius: 4px; }
tbody tr:last-of-type th:last-of-type,
tbody tr:last-of-type td:last-of-type {
border-bottom-right-radius: 4px; }
thead th {
border-bottom: 1px solid #44434d; }
code {
padding: 0.2em 0.15em;
font-weight: 400;
background-color: #302d36;
border: 1px solid #44434d;
border-radius: 4px; }
pre.highlight {
padding: 0.75rem;
margin-bottom: 0;
-webkit-overflow-scrolling: touch;
background-color: #302d36; }
pre.highlight code {
padding: 0;
border: 0; }
.highlighter-rouge {
margin-bottom: 0.75rem;
overflow: hidden;
border-radius: 4px; }
.highlight .c {
color: #586e75; }
.highlight .err {
color: #93a1a1; }
.highlight .g {
color: #93a1a1; }
.highlight .k {
color: #859900; }
.highlight .l {
color: #93a1a1; }
.highlight .n {
color: #93a1a1; }
.highlight .o {
color: #859900; }
.highlight .x {
color: #cb4b16; }
.highlight .p {
color: #93a1a1; }
.highlight .cm {
color: #586e75; }
.highlight .cp {
color: #859900; }
.highlight .c1 {
color: #586e75; }
.highlight .cs {
color: #859900; }
.highlight .gd {
color: #2aa198; }
.highlight .ge {
font-style: italic;
color: #93a1a1; }
.highlight .gr {
color: #dc322f; }
.highlight .gh {
color: #cb4b16; }
.highlight .gi {
color: #859900; }
.highlight .go {
color: #93a1a1; }
.highlight .gp {
color: #93a1a1; }
.highlight .gs {
font-weight: bold;
color: #93a1a1; }
.highlight .gu {
color: #cb4b16; }
.highlight .gt {
color: #93a1a1; }
.highlight .kc {
color: #cb4b16; }
.highlight .kd {
color: #268bd2; }
.highlight .kn {
color: #859900; }
.highlight .kp {
color: #859900; }
.highlight .kr {
color: #268bd2; }
.highlight .kt {
color: #dc322f; }
.highlight .ld {
color: #93a1a1; }
.highlight .m {
color: #2aa198; }
.highlight .s {
color: #2aa198; }
.highlight .na {
color: #93a1a1; }
.highlight .nb {
color: #b58900; }
.highlight .nc {
color: #268bd2; }
.highlight .no {
color: #cb4b16; }
.highlight .nd {
color: #268bd2; }
.highlight .ni {
color: #cb4b16; }
.highlight .ne {
color: #cb4b16; }
.highlight .nf {
color: #268bd2; }
.highlight .nl {
color: #93a1a1; }
.highlight .nn {
color: #93a1a1; }
.highlight .nx {
color: #555; }
.highlight .py {
color: #93a1a1; }
.highlight .nt {
color: #268bd2; }
.highlight .nv {
color: #268bd2; }
.highlight .ow {
color: #859900; }
.highlight .w {
color: #93a1a1; }
.highlight .mf {
color: #2aa198; }
.highlight .mh {
color: #2aa198; }
.highlight .mi {
color: #2aa198; }
.highlight .mo {
color: #2aa198; }
.highlight .sb {
color: #586e75; }
.highlight .sc {
color: #2aa198; }
.highlight .sd {
color: #93a1a1; }
.highlight .s2 {
color: #2aa198; }
.highlight .se {
color: #cb4b16; }
.highlight .sh {
color: #93a1a1; }
.highlight .si {
color: #2aa198; }
.highlight .sx {
color: #2aa198; }
.highlight .sr {
color: #dc322f; }
.highlight .s1 {
color: #2aa198; }
.highlight .ss {
color: #2aa198; }
.highlight .bp {
color: #268bd2; }
.highlight .vc {
color: #268bd2; }
.highlight .vg {
color: #268bd2; }
.highlight .vi {
color: #268bd2; }
.highlight .il {
color: #2aa198; }
.code-example {
padding: 0.75rem;
margin-bottom: 0.75rem;
overflow: auto;
border: 1px solid #44434d;
border-radius: 4px; }
.code-example + .highlighter-rouge,
.code-example + figure.highlight {
position: relative;
margin-top: -1rem;
border-right: 1px solid #44434d;
border-bottom: 1px solid #44434d;
border-left: 1px solid #44434d;
border-top-left-radius: 0;
border-top-right-radius: 0; }
.text-grey-dk-000 {
color: #959396 !important; }
.text-grey-dk-100 {
color: #5c5962 !important; }
.text-grey-dk-200 {
color: #44434d !important; }
.text-grey-dk-250 {
color: #302d36 !important; }
.text-grey-dk-300 {
color: #27262b !important; }
.text-grey-lt-000 {
color: #f5f6fa !important; }
.text-grey-lt-100 {
color: #eeebee !important; }
.text-grey-lt-200 {
color: #ecebed !important; }
.text-grey-lt-300 {
color: #e6e1e8 !important; }
.text-blue-000 {
color: #2c84fa !important; }
.text-blue-100 {
color: #2869e6 !important; }
.text-blue-200 {
color: #264caf !important; }
.text-blue-300 {
color: #183385 !important; }
.text-green-000 {
color: #41d693 !important; }
.text-green-100 {
color: #11b584 !important; }
.text-green-200 {
color: #009c7b !important; }
.text-green-300 {
color: #026e57 !important; }
.text-purple-000 {
color: #7253ed !important; }
.text-purple-100 {
color: #5e41d0 !important; }
.text-purple-200 {
color: #4e26af !important; }
.text-purple-300 {
color: #381885 !important; }
.text-yellow-000 {
color: #ffeb82 !important; }
.text-yellow-100 {
color: #fadf50 !important; }
.text-yellow-200 {
color: #f7d12e !important; }
.text-yellow-300 {
color: #e7af06 !important; }
.text-red-000 {
color: #f77e7e !important; }
.text-red-100 {
color: #f96e65 !important; }
.text-red-200 {
color: #e94c4c !important; }
.text-red-300 {
color: #dd2e2e !important; }
.bg-grey-dk-000 {
background-color: #959396 !important; }
.bg-grey-dk-100 {
background-color: #5c5962 !important; }
.bg-grey-dk-200 {
background-color: #44434d !important; }
.bg-grey-dk-250 {
background-color: #302d36 !important; }
.bg-grey-dk-300 {
background-color: #27262b !important; }
.bg-grey-lt-000 {
background-color: #f5f6fa !important; }
.bg-grey-lt-100 {
background-color: #eeebee !important; }
.bg-grey-lt-200 {
background-color: #ecebed !important; }
.bg-grey-lt-300 {
background-color: #e6e1e8 !important; }
.bg-blue-000 {
background-color: #2c84fa !important; }
.bg-blue-100 {
background-color: #2869e6 !important; }
.bg-blue-200 {
background-color: #264caf !important; }
.bg-blue-300 {
background-color: #183385 !important; }
.bg-green-000 {
background-color: #41d693 !important; }
.bg-green-100 {
background-color: #11b584 !important; }
.bg-green-200 {
background-color: #009c7b !important; }
.bg-green-300 {
background-color: #026e57 !important; }
.bg-purple-000 {
background-color: #7253ed !important; }
.bg-purple-100 {
background-color: #5e41d0 !important; }
.bg-purple-200 {
background-color: #4e26af !important; }
.bg-purple-300 {
background-color: #381885 !important; }
.bg-yellow-000 {
background-color: #ffeb82 !important; }
.bg-yellow-100 {
background-color: #fadf50 !important; }
.bg-yellow-200 {
background-color: #f7d12e !important; }
.bg-yellow-300 {
background-color: #e7af06 !important; }
.bg-red-000 {
background-color: #f77e7e !important; }
.bg-red-100 {
background-color: #f96e65 !important; }
.bg-red-200 {
background-color: #e94c4c !important; }
.bg-red-300 {
background-color: #dd2e2e !important; }
.d-block {
display: block !important; }
.d-flex {
display: flex !important; }
.d-inline {
display: inline !important; }
.d-inline-block {
display: inline-block !important; }
.d-none {
display: none !important; }
@media (min-width: 20rem) {
.d-xs-block {
display: block !important; }
.d-xs-flex {
display: flex !important; }
.d-xs-inline {
display: inline !important; }
.d-xs-inline-block {
display: inline-block !important; }
.d-xs-none {
display: none !important; } }
@media (min-width: 20rem) {
.d-xs-block {
display: block !important; }
.d-xs-flex {
display: flex !important; }
.d-xs-inline {
display: inline !important; }
.d-xs-inline-block {
display: inline-block !important; }
.d-xs-none {
display: none !important; } }
@media (min-width: 20rem) {
.d-xs-block {
display: block !important; }
.d-xs-flex {
display: flex !important; }
.d-xs-inline {
display: inline !important; }
.d-xs-inline-block {
display: inline-block !important; }
.d-xs-none {
display: none !important; } }
@media (min-width: 20rem) {
.d-xs-block {
display: block !important; }
.d-xs-flex {
display: flex !important; }
.d-xs-inline {
display: inline !important; }
.d-xs-inline-block {
display: inline-block !important; }
.d-xs-none {
display: none !important; } }
@media (min-width: 20rem) {
.d-xs-block {
display: block !important; }
.d-xs-flex {
display: flex !important; }
.d-xs-inline {
display: inline !important; }
.d-xs-inline-block {
display: inline-block !important; }
.d-xs-none {
display: none !important; } }
@media (min-width: 20rem) {
.d-xs-block {
display: block !important; }
.d-xs-flex {
display: flex !important; }
.d-xs-inline {
display: inline !important; }
.d-xs-inline-block {
display: inline-block !important; }
.d-xs-none {
display: none !important; } }
@media (min-width: 20rem) {
.d-xs-block {
display: block !important; }
.d-xs-flex {
display: flex !important; }
.d-xs-inline {
display: inline !important; }
.d-xs-inline-block {
display: inline-block !important; }
.d-xs-none {
display: none !important; } }
@media (min-width: 20rem) {
.d-xs-block {
display: block !important; }
.d-xs-flex {
display: flex !important; }
.d-xs-inline {
display: inline !important; }
.d-xs-inline-block {
display: inline-block !important; }
.d-xs-none {
display: none !important; } }
@media (min-width: 20rem) {
.d-xs-block {
display: block !important; }
.d-xs-flex {
display: flex !important; }
.d-xs-inline {
display: inline !important; }
.d-xs-inline-block {
display: inline-block !important; }
.d-xs-none {
display: none !important; } }
@media (min-width: 20rem) {
.d-xs-block {
display: block !important; }
.d-xs-flex {
display: flex !important; }
.d-xs-inline {
display: inline !important; }
.d-xs-inline-block {
display: inline-block !important; }
.d-xs-none {
display: none !important; } }
@media (min-width: 20rem) {
.d-xs-block {
display: block !important; }
.d-xs-flex {
display: flex !important; }
.d-xs-inline {
display: inline !important; }
.d-xs-inline-block {
display: inline-block !important; }
.d-xs-none {
display: none !important; } }
@media (min-width: 31.25rem) {
.d-sm-block {
display: block !important; }
.d-sm-flex {
display: flex !important; }
.d-sm-inline {
display: inline !important; }
.d-sm-inline-block {
display: inline-block !important; }
.d-sm-none {
display: none !important; } }
@media (min-width: 31.25rem) {
.d-sm-block {
display: block !important; }
.d-sm-flex {
display: flex !important; }
.d-sm-inline {
display: inline !important; }
.d-sm-inline-block {
display: inline-block !important; }
.d-sm-none {
display: none !important; } }
@media (min-width: 31.25rem) {
.d-sm-block {
display: block !important; }
.d-sm-flex {
display: flex !important; }
.d-sm-inline {
display: inline !important; }
.d-sm-inline-block {
display: inline-block !important; }
.d-sm-none {
display: none !important; } }
@media (min-width: 31.25rem) {
.d-sm-block {
display: block !important; }
.d-sm-flex {
display: flex !important; }
.d-sm-inline {
display: inline !important; }
.d-sm-inline-block {
display: inline-block !important; }
.d-sm-none {
display: none !important; } }
@media (min-width: 31.25rem) {
.d-sm-block {
display: block !important; }
.d-sm-flex {
display: flex !important; }
.d-sm-inline {
display: inline !important; }
.d-sm-inline-block {
display: inline-block !important; }
.d-sm-none {
display: none !important; } }
@media (min-width: 31.25rem) {
.d-sm-block {
display: block !important; }
.d-sm-flex {
display: flex !important; }
.d-sm-inline {
display: inline !important; }
.d-sm-inline-block {
display: inline-block !important; }
.d-sm-none {
display: none !important; } }
@media (min-width: 31.25rem) {
.d-sm-block {
display: block !important; }
.d-sm-flex {
display: flex !important; }
.d-sm-inline {
display: inline !important; }
.d-sm-inline-block {
display: inline-block !important; }
.d-sm-none {
display: none !important; } }
@media (min-width: 31.25rem) {
.d-sm-block {
display: block !important; }
.d-sm-flex {
display: flex !important; }
.d-sm-inline {
display: inline !important; }
.d-sm-inline-block {
display: inline-block !important; }
.d-sm-none {
display: none !important; } }
@media (min-width: 31.25rem) {
.d-sm-block {
display: block !important; }
.d-sm-flex {
display: flex !important; }
.d-sm-inline {
display: inline !important; }
.d-sm-inline-block {
display: inline-block !important; }
.d-sm-none {
display: none !important; } }
@media (min-width: 31.25rem) {
.d-sm-block {
display: block !important; }
.d-sm-flex {
display: flex !important; }
.d-sm-inline {
display: inline !important; }
.d-sm-inline-block {
display: inline-block !important; }
.d-sm-none {
display: none !important; } }
@media (min-width: 31.25rem) {
.d-sm-block {
display: block !important; }
.d-sm-flex {
display: flex !important; }
.d-sm-inline {
display: inline !important; }
.d-sm-inline-block {
display: inline-block !important; }
.d-sm-none {
display: none !important; } }
@media (min-width: 46.25rem) {
.d-md-block {
display: block !important; }
.d-md-flex {
display: flex !important; }
.d-md-inline {
display: inline !important; }
.d-md-inline-block {
display: inline-block !important; }
.d-md-none {
display: none !important; } }
@media (min-width: 46.25rem) {
.d-md-block {
display: block !important; }
.d-md-flex {
display: flex !important; }
.d-md-inline {
display: inline !important; }
.d-md-inline-block {
display: inline-block !important; }
.d-md-none {
display: none !important; } }
@media (min-width: 46.25rem) {
.d-md-block {
display: block !important; }
.d-md-flex {
display: flex !important; }
.d-md-inline {
display: inline !important; }
.d-md-inline-block {
display: inline-block !important; }
.d-md-none {
display: none !important; } }
@media (min-width: 46.25rem) {
.d-md-block {
display: block !important; }
.d-md-flex {
display: flex !important; }
.d-md-inline {
display: inline !important; }
.d-md-inline-block {
display: inline-block !important; }
.d-md-none {
display: none !important; } }
@media (min-width: 46.25rem) {
.d-md-block {
display: block !important; }
.d-md-flex {
display: flex !important; }
.d-md-inline {
display: inline !important; }
.d-md-inline-block {
display: inline-block !important; }
.d-md-none {
display: none !important; } }
@media (min-width: 46.25rem) {
.d-md-block {
display: block !important; }
.d-md-flex {
display: flex !important; }
.d-md-inline {
display: inline !important; }
.d-md-inline-block {
display: inline-block !important; }
.d-md-none {
display: none !important; } }
@media (min-width: 46.25rem) {
.d-md-block {
display: block !important; }
.d-md-flex {
display: flex !important; }
.d-md-inline {
display: inline !important; }
.d-md-inline-block {
display: inline-block !important; }
.d-md-none {
display: none !important; } }
@media (min-width: 46.25rem) {
.d-md-block {
display: block !important; }
.d-md-flex {
display: flex !important; }
.d-md-inline {
display: inline !important; }
.d-md-inline-block {
display: inline-block !important; }
.d-md-none {
display: none !important; } }
@media (min-width: 46.25rem) {
.d-md-block {
display: block !important; }
.d-md-flex {
display: flex !important; }
.d-md-inline {
display: inline !important; }
.d-md-inline-block {
display: inline-block !important; }
.d-md-none {
display: none !important; } }
@media (min-width: 46.25rem) {
.d-md-block {
display: block !important; }
.d-md-flex {
display: flex !important; }
.d-md-inline {
display: inline !important; }
.d-md-inline-block {
display: inline-block !important; }
.d-md-none {
display: none !important; } }
@media (min-width: 46.25rem) {
.d-md-block {
display: block !important; }
.d-md-flex {
display: flex !important; }
.d-md-inline {
display: inline !important; }
.d-md-inline-block {
display: inline-block !important; }
.d-md-none {
display: none !important; } }
@media (min-width: 70rem) {
.d-lg-block {
display: block !important; }
.d-lg-flex {
display: flex !important; }
.d-lg-inline {
display: inline !important; }
.d-lg-inline-block {
display: inline-block !important; }
.d-lg-none {
display: none !important; } }
@media (min-width: 70rem) {
.d-lg-block {
display: block !important; }
.d-lg-flex {
display: flex !important; }
.d-lg-inline {
display: inline !important; }
.d-lg-inline-block {
display: inline-block !important; }
.d-lg-none {
display: none !important; } }
@media (min-width: 70rem) {
.d-lg-block {
display: block !important; }
.d-lg-flex {
display: flex !important; }
.d-lg-inline {
display: inline !important; }
.d-lg-inline-block {
display: inline-block !important; }
.d-lg-none {
display: none !important; } }
@media (min-width: 70rem) {
.d-lg-block {
display: block !important; }
.d-lg-flex {
display: flex !important; }
.d-lg-inline {
display: inline !important; }
.d-lg-inline-block {
display: inline-block !important; }
.d-lg-none {
display: none !important; } }
@media (min-width: 70rem) {
.d-lg-block {
display: block !important; }
.d-lg-flex {
display: flex !important; }
.d-lg-inline {
display: inline !important; }
.d-lg-inline-block {
display: inline-block !important; }
.d-lg-none {
display: none !important; } }
@media (min-width: 70rem) {
.d-lg-block {
display: block !important; }
.d-lg-flex {
display: flex !important; }
.d-lg-inline {
display: inline !important; }
.d-lg-inline-block {
display: inline-block !important; }
.d-lg-none {
display: none !important; } }
@media (min-width: 70rem) {
.d-lg-block {
display: block !important; }
.d-lg-flex {
display: flex !important; }
.d-lg-inline {
display: inline !important; }
.d-lg-inline-block {
display: inline-block !important; }
.d-lg-none {
display: none !important; } }
@media (min-width: 70rem) {
.d-lg-block {
display: block !important; }
.d-lg-flex {
display: flex !important; }
.d-lg-inline {
display: inline !important; }
.d-lg-inline-block {
display: inline-block !important; }
.d-lg-none {
display: none !important; } }
@media (min-width: 70rem) {
.d-lg-block {
display: block !important; }
.d-lg-flex {
display: flex !important; }
.d-lg-inline {
display: inline !important; }
.d-lg-inline-block {
display: inline-block !important; }
.d-lg-none {
display: none !important; } }
@media (min-width: 70rem) {
.d-lg-block {
display: block !important; }
.d-lg-flex {
display: flex !important; }
.d-lg-inline {
display: inline !important; }
.d-lg-inline-block {
display: inline-block !important; }
.d-lg-none {
display: none !important; } }
@media (min-width: 70rem) {
.d-lg-block {
display: block !important; }
.d-lg-flex {
display: flex !important; }
.d-lg-inline {
display: inline !important; }
.d-lg-inline-block {
display: inline-block !important; }
.d-lg-none {
display: none !important; } }
@media (min-width: 87.5rem) {
.d-xl-block {
display: block !important; }
.d-xl-flex {
display: flex !important; }
.d-xl-inline {
display: inline !important; }
.d-xl-inline-block {
display: inline-block !important; }
.d-xl-none {
display: none !important; } }
@media (min-width: 87.5rem) {
.d-xl-block {
display: block !important; }
.d-xl-flex {
display: flex !important; }
.d-xl-inline {
display: inline !important; }
.d-xl-inline-block {
display: inline-block !important; }
.d-xl-none {
display: none !important; } }
@media (min-width: 87.5rem) {
.d-xl-block {
display: block !important; }
.d-xl-flex {
display: flex !important; }
.d-xl-inline {
display: inline !important; }
.d-xl-inline-block {
display: inline-block !important; }
.d-xl-none {
display: none !important; } }
@media (min-width: 87.5rem) {
.d-xl-block {
display: block !important; }
.d-xl-flex {
display: flex !important; }
.d-xl-inline {
display: inline !important; }
.d-xl-inline-block {
display: inline-block !important; }
.d-xl-none {
display: none !important; } }
@media (min-width: 87.5rem) {
.d-xl-block {
display: block !important; }
.d-xl-flex {
display: flex !important; }
.d-xl-inline {
display: inline !important; }
.d-xl-inline-block {
display: inline-block !important; }
.d-xl-none {
display: none !important; } }
@media (min-width: 87.5rem) {
.d-xl-block {
display: block !important; }
.d-xl-flex {
display: flex !important; }
.d-xl-inline {
display: inline !important; }
.d-xl-inline-block {
display: inline-block !important; }
.d-xl-none {
display: none !important; } }
@media (min-width: 87.5rem) {
.d-xl-block {
display: block !important; }
.d-xl-flex {
display: flex !important; }
.d-xl-inline {
display: inline !important; }
.d-xl-inline-block {
display: inline-block !important; }
.d-xl-none {
display: none !important; } }
@media (min-width: 87.5rem) {
.d-xl-block {
display: block !important; }
.d-xl-flex {
display: flex !important; }
.d-xl-inline {
display: inline !important; }
.d-xl-inline-block {
display: inline-block !important; }
.d-xl-none {
display: none !important; } }
@media (min-width: 87.5rem) {
.d-xl-block {
display: block !important; }
.d-xl-flex {
display: flex !important; }
.d-xl-inline {
display: inline !important; }
.d-xl-inline-block {
display: inline-block !important; }
.d-xl-none {
display: none !important; } }
@media (min-width: 87.5rem) {
.d-xl-block {
display: block !important; }
.d-xl-flex {
display: flex !important; }
.d-xl-inline {
display: inline !important; }
.d-xl-inline-block {
display: inline-block !important; }
.d-xl-none {
display: none !important; } }
@media (min-width: 87.5rem) {
.d-xl-block {
display: block !important; }
.d-xl-flex {
display: flex !important; }
.d-xl-inline {
display: inline !important; }
.d-xl-inline-block {
display: inline-block !important; }
.d-xl-none {
display: none !important; } }
.v-align-baseline {
vertical-align: baseline