html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
}
main {
    display: block;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
pre {
    font-family: monospace, monospace;
    font-size: 1em;
}
a {
    background-color: transparent;
}
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}
b,
strong {
    font-weight: bolder;
}
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
img {
    border-style: none;
}
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}
button,
input {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
    -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText;
}
fieldset {
    padding: 0.35em 0.75em 0.625em;
}
legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}
progress {
    vertical-align: baseline;
}
textarea {
    overflow: auto;
}
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}
details {
    display: block;
}
summary {
    display: list-item;
}
[hidden],
template {
    display: none;
}
body {
    background-color: #1a1c1f;
    color: #4a4a4a;
    display: flex;
    flex-direction: column;
    font-family: Helvetica, sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1em;
    min-height: 100vh;
}
main {
    flex-grow: 1;
}
.background {
    background: linear-gradient(-45deg, rgba(0, 193, 221, 0.8), rgba(77, 29, 194, 0.8));
    height: 800px;
    margin: 0 0 -620px;
    position: absolute;
    width: 100%;
    z-index: -10;
}
.background:after {
    background: linear-gradient(0deg, #1a1c1f, rgba(26, 28, 31, 0));
    bottom: 0;
    content: "";
    height: 50px;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 5;
}
.background--small {
    height: 400px;
}
.sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}
.hidden {
    display: none;
}
@keyframes animation__rotating {
    0% {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(1turn);
    }
}
.top-bar {
    background-color: rgba(26, 28, 31, 0.4);
    box-shadow: 0 1px 0 0 hsla(0, 0%, 100%, 0.3);
    color: #fff;
    padding-left: 15px;
    padding-right: 15px;
}
.top-bar__badge {
    background-color: #ffc200;
    border-radius: 4px;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    margin-left: 8px;
    margin-right: 15px;
    padding: 4px 10px;
    text-shadow: 0 0 4px #1a1c1f;
    text-transform: uppercase;
}
.top-bar__container {
    align-content: center;
    align-items: center;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    line-height: 18px;
}
.top-bar__link {
    color: #50e3c2;
    font-size: 13px;
}
.top-bar__text {
    font-size: 13px;
    margin: 0;
}
.nav {
    padding: 35px 15px 50px;
}
.nav__center-side-container {
    align-items: center;
    display: flex;
    justify-content: center;
    justify-items: center;
    list-style: none;
    margin: 0;
    opacity: 1;
    padding: 0;
    transition: opacity 0.3s ease;
}
.nav__container {
    align-content: center;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    height: 50px;
    justify-content: space-between;
    line-height: 18px;
}
.nav__left-side-container {
    align-items: center;
    display: flex;
    justify-content: center;
    justify-items: center;
}
.nav__link {
    color: #fff;
    display: block;
    font-size: 15px;
    font-weight: 700;
    opacity: 0.6;
    text-decoration: none;
    transition: opacity 0.2s ease;
}
.nav__link:active,
.nav__link:focus,
.nav__link:hover {
    opacity: 1;
}
.nav__link--active {
    border-bottom: 3px solid #50e3c2;
    opacity: 1;
}
.nav__link--add-margin-right {
    margin-right: 40px;
}
.nav__logo-svg {
    height: 50px;
    width: 230px;
}
.nav__right-side-container {
    align-items: center;
    display: flex;
    justify-content: flex-end;
    justify-items: center;
}
.nav__search-close {
    background: transparent;
    border: 0;
    cursor: pointer;
    display: none;
    padding: 13px;
}
.nav__search-close-icon {
    display: block;
}
.nav__search-close-svg {
    fill: #fff;
    height: 18px;
    width: 18px;
}
.nav__search-container {
    background-color: hsla(0, 0%, 100%, 0.1);
    border: 1px solid #fff;
    border-radius: 44px;
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.1);
    display: flex;
    height: 44px;
    margin-right: 20px;
    overflow: hidden;
    transition: width 0.5s ease, color 0.2s ease, background-color 0.2s ease;
    width: 44px;
}
.nav__search-container:hover {
    background: rgba(0, 0, 0, 0.1);
}
.nav__search-form {
    display: none;
    flex: 1;
}
.nav__search-input {
    background-color: transparent;
    border: 0;
    color: #fff;
    height: 100%;
    width: 100%;
}
.nav__search-open {
    background: transparent;
    border: 0;
    cursor: pointer;
    padding: 13px;
}
.nav__search-open-icon {
    display: block;
}
.nav__search-open-svg {
    fill: #fff;
    height: 18px;
    width: 18px;
}
.nav__theme-switcher {
    background-color: hsla(0, 0%, 100%, 0.1);
    border: 1px solid #fff;
    border-radius: 44px;
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.1);
    display: flex;
    flex-shrink: 0;
    height: 44px;
    margin-right: 20px;
    overflow: hidden;
    transition: width 0.5s ease, color 0.2s ease, background-color 0.2s ease;
    width: 44px;
}
.nav__theme-switcher:hover {
    background: rgba(0, 0, 0, 0.1);
}
.nav__theme-switcher-btn {
    background: transparent;
    border: 0;
    cursor: pointer;
    padding: 7px;
    width: 100%;
}
.nav__theme-switcher-svg {
    fill: #fff;
    height: 30px;
    width: 30px;
}
.nav__toggle {
    background-color: transparent;
    border: 0;
    cursor: pointer;
    height: 18px;
    padding: 0;
    position: relative;
    top: 2px;
    transition: background-color 0.2s ease;
    width: 22px;
}
.nav__toggle-inner {
    left: 0;
    top: 0;
    transition: transform 0.15s ease;
}
.nav__toggle-inner,
.nav__toggle-inner:after,
.nav__toggle-inner:before {
    background-color: #fff;
    border-radius: 50px;
    height: 2px;
    position: absolute;
    width: 22px;
}
.nav__toggle-inner:after,
.nav__toggle-inner:before {
    content: "";
    display: block;
}
.nav__toggle-inner:after {
    bottom: -10px;
    position: absolute;
    top: 16px;
    transition: transform 0.15s ease;
}
.nav__toggle-inner:before {
    top: 8px;
    transition: transform 0.15s ease, opacity 0.15s ease;
}
.nav__toggle-inner--open {
    background-color: #fff;
    transform: translate3d(0, 10px, 0) rotate(45deg);
}
.nav__toggle-inner--open:after {
    transform: translate3d(0, -16px, 0) rotate(-90deg);
}
.nav__toggle-inner--open:before {
    background-color: #fff;
    opacity: 0;
    transform: translate3d(0, -8px, 0) rotate(-90deg);
}
.nav__user-button {
    background-color: hsla(0, 0%, 100%, 0.1);
    border: 1px solid #fff;
    color: #fff;
    cursor: pointer;
    font-size: 15px;
    font-weight: 700;
    line-height: 42px;
    min-width: 80px;
    padding: 0 10px;
    text-align: center;
    text-decoration: none;
    transition: background-color 0.2s ease;
}
.nav__user-button--left {
    border-radius: 44px 0 0 44px;
    border-right: 0;
}
.nav__user-button--left:hover {
    background-color: rgba(0, 0, 0, 0.1);
}
.nav__user-button--right {
    background-color: #fff;
    border-left: 0;
    border-radius: 0 44px 44px 0;
    color: #0d71ff;
}
.nav__user-button--right:hover {
    background-color: hsla(0, 0%, 100%, 0.9);
}
.nav__user-button-logout {
    background: none;
    border: 0;
    cursor: pointer;
    color: #0d71ff;
    font-weight: 700;
    height: 100%;
    line-height: 42px;
    padding: 0;
    width: 100%;
}
.nav__user-container {
    display: flex;
}
.jumbotron__answer {
    color: #fff;
    font-size: 48px;
    font-weight: 100;
    line-height: 55px;
    margin: 0 0 53px;
}
.jumbotron__answer--strong {
    font-weight: 700;
}
.jumbotron__container {
    padding: 10px 15px 50px;
}
.jumbotron__link {
    background: #fff;
    border-radius: 44px;
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
    color: #0d71ff;
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    line-height: 44px;
    padding: 0 50px;
    text-decoration: none;
    transition: background 0.2s ease;
}
.jumbotron__link:hover {
    background: hsla(0, 0%, 100%, 0.9);
}
.jumbotron__question {
    color: #50e3c2;
    display: block;
    font-size: 13px;
    font-weight: 700;
    margin: 0 0 18px;
    text-transform: uppercase;
}
.home__form {
    align-items: flex-start;
    display: flex;
    flex-direction: row;
}
.home__form--title {
    flex-basis: 50%;
}
.home__form--selectors {
    flex: 1;
    margin-left: 30px;
}
.block__container {
    background-color: #fff;
    padding: 20px 0;
    width: 100%;
}
.block__container--black {
    background-color: #1a1c1f;
}
.block__container--first {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.block__container--last {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.block__container--no-padding {
    padding: 0;
}
.block__container--shadow-bottom {
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.15);
}
.block__container--shadow-top {
    box-shadow: inset 0 7px 4px -6px rgba(0, 0, 0, 0.15);
}
.block__container--white-grey {
    background-color: #f9f9f9;
}
.block__element {
    padding: 0 10px;
}
.block__element--iframe {
    height: 643px;
}
.block__element--iframe .bue-render .frame {
    border-radius: 10px 10px 0 0;
}
.block__element--home {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.block__hr {
    border: 0;
    border-bottom: 1px solid #dedede;
    height: 10px;
    margin: 15px 0;
    width: 100%;
}
.block__hr--form {
    height: 1px;
    margin: 0 0 20px;
}
.block__hr--small {
    margin: 0;
}
.block__iframe {
    border: 0;
    border-radius: 10px 10px 0 0;
    height: 100%;
    width: 100%;
}
.block__info {
    margin-bottom: 25px;
    padding: 25px;
}
.block__info--side {
    margin-bottom: 15px;
}
.block__info--error {
    background-color: #ffe6e6;
}
.block__info--success {
    background-color: rgba(80, 227, 194, 0.2);
}
.block__link {
    background: linear-gradient(180deg, #fff, #eee);
    border: 1px solid #dcdcdc;
    border-radius: 44px;
    box-shadow: inset 0 2px 0 0 #fff, 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    color: #4a4a4a;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    height: 34px;
    line-height: 34px;
    margin-bottom: 10px;
    margin-left: 10px;
    padding: 0 15px;
    text-decoration: none;
    text-transform: uppercase;
    transition: background 0.2s ease;
    width: auto;
}
.block__link:hover {
    background: linear-gradient(180deg, #f9f9f9, #eee);
    box-shadow: inset 0 2px 0 0 #f9f9f9, 0 1px 2px 0 rgba(0, 0, 0, 0.1);
}
.block__link--cursor,
.block__link--delete {
    cursor: pointer;
}
.block__link--delete:after {
    border-left: 0.15rem solid #a4afc0;
    content: "x";
    margin: 0.25rem 0.25rem 0.25rem 0.75rem;
    padding-left: 0.4rem;
}
.block__link--edit-blueprint {
    margin: 0;
    vertical-align: baseline;
}
.block__link--edit-profile {
    margin-left: 0;
    vertical-align: middle;
}
.block__link--home {
    margin-left: 0;
    margin-right: 10px;
}
.block__link--home-last {
    margin-left: 0;
    margin-right: 0;
}
.block__link--no-margin {
    margin: 0;
}
.block__link--tag {
    margin-left: 0;
}
.block__link--warning {
    background: linear-gradient(#f64c70, #ea253d);
    box-shadow: inset 0 2px 0 0 #f64c70, 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    color: #fff;
}
.block__link--warning:hover {
    background: linear-gradient(#ea053b, #d0021b);
    box-shadow: unset;
}
.block__links {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.block__links--center {
    justify-content: center;
}
.block__list {
    margin: 0;
}
.block__list-item {
    padding: 5px 0;
}
.block__markdown {
    font-weight: 200;
}
.block__markdown a {
    color: #0d71ff;
}
.block__markdown a:hover {
    color: #005ad9;
}
.block__markdown a:visited {
    color: #9370db;
}
.block__markdown blockquote {
    border-left: 4px solid #50e3c2;
    margin: 0;
    padding: 0 20px;
}
.block__markdown h3 {
    color: #50e3c2;
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 20px;
}
.block__markdown img {
    max-width: 100%;
}
.block__markdown li {
    font-weight: 100;
    list-style: disc;
    padding-left: 15px;
}
.block__markdown li,
.block__markdown p {
    color: #4a4a4a;
    font-size: 15px;
    line-height: 24px;
}
.block__markdown p {
    margin: 0 0 30px;
}
.block__markdown ul {
    list-style: none;
    margin: 0 0 42px;
    padding-left: 40px;
}
.block__markdown ul ul {
    margin: 0;
}
.block__subtitle {
    font-size: 15px;
    font-weight: 100;
    margin: 7px 0 0;
}
.block__title {
    display: inline-block;
    font-size: 24px;
    font-weight: 400;
    line-height: 36px;
    margin: 0 0 17px;
    vertical-align: middle;
    word-break: break-all;
}
.block__title--center {
    display: inherit;
    text-align: center;
}
.block__title--emphasis {
    color: #50e3c2;
    font-weight: 700;
}
.block__title--form {
    margin-bottom: 0;
    margin-top: 17px;
}
.block__title--form-first {
    margin: 5px 0 0;
}
.block__title--small {
    font-size: 20px;
}
.form__button {
    background: linear-gradient(#1eaaff, #0d71ff);
    border: 0;
    border-radius: 46px;
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    line-height: 46px;
    margin: 0 0 10px;
    min-width: 160px;
    padding: 0 23px;
    transition: background 0.2s ease;
    width: auto;
}
.form__button:hover {
    background: linear-gradient(#0092ea, #005ad9);
}
.form__button--block_link {
    font-size: 12px;
    height: 34px;
    line-height: 34px;
    margin: 0;
    min-width: 10px;
    text-transform: uppercase;
}
.form__button--edit_side {
    margin: 0 0 15px;
}
.form__button--error {
    background-color: #ffe6e6;
    border: 1px solid #ea253d;
    color: #ea253d;
}
.form__button--hidden {
    display: none;
}
.form__button--large {
    width: 100%;
}
.form__button--no_underline {
    text-decoration: none;
}
.form__button--secondary {
    background: linear-gradient(180deg, #fff, #eee);
    border: 1px solid #dcdcdc;
    color: #4a4a4a;
}
.form__button--secondary:hover {
    background: linear-gradient(180deg, #f9f9f9, #eee);
}
.form__button--small {
    min-width: 50px;
}
.form__button--warning {
    background: linear-gradient(#f64c70, #ea253d);
}
.form__button--warning:hover {
    background: linear-gradient(#ea053b, #d0021b);
}
.form__container {
    align-items: center;
    background-color: #fff;
    border: 1px solid #dcdcdc;
    border-radius: 3px;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    color: #4a4a4a;
    display: flex;
    font-family: inherit;
    font-size: inherit;
    height: 46px;
    line-height: inherit;
    padding: 0;
    width: 100%;
}
.form__container--blueprint {
    background-color: #262626;
}
.form__container--file {
    position: relative;
}
.form__container--error,
.form__container--error .form__fake-checkbox {
    border-color: #ea253d;
}
.form__container--invisible {
    border: none;
    box-shadow: none;
}
.form__container--select {
    position: relative;
    border: 0;
}
.form__container--select:after,
.form__container--select:before {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    content: "";
    height: 0;
    pointer-events: none;
    position: absolute;
    right: 14px;
    width: 0;
}
.form__container--select:after {
    border-top: 5px solid #1a1c1f;
    bottom: 15px;
}
.form__container--select:before {
    border-bottom: 5px solid #1a1c1f;
    top: 15px;
}
.form__container--select-multiple {
    height: unset;
}
.form__container--success,
.form__container--success .form__fake-checkbox {
    border-color: #50e3c2;
}
.form__container--textarea {
    height: 100%;
}
.form__element {
    margin-bottom: 25px;
}
.form__element--center {
    text-align: center;
}
.form__fake-checkbox {
    background-color: #fff;
    border: 1px solid #dcdcdc;
    border-radius: 2px;
    display: inline-block;
    height: 20px;
    margin: 0 10px 0 0;
    position: relative;
    vertical-align: middle;
    width: 20px;
}
.form__fake-checkbox-svg {
    height: 16px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 16px;
}
.form__fake-checkbox-path {
    fill: #666;
    transform: scale(0);
    transform-origin: 50% 50%;
    transition: all 0.1s ease;
}
.form__fake-file-label {
    max-height: 41px;
    overflow: hidden;
    padding-bottom: 1px;
    padding-left: 10px;
    padding-right: 42px;
    pointer-events: none;
    position: absolute;
    word-break: break-all;
}
.form__fake-radio {
    background-color: #fff;
    border: 1px solid #dcdcdc;
    border-radius: 50%;
    display: inline-block;
    height: 20px;
    margin: 0 10px 0 0;
    position: relative;
    vertical-align: middle;
    width: 20px;
}
.form__fake-radio-svg {
    height: 16px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 16px;
}
.form__fake-radio-path {
    fill: #666;
    transform: scale(0);
    transform-origin: 50% 50%;
    transition: all 0.1s ease;
}
.form__feedback--error:after {
    content: url("data:image/svg+xml;charset=utf-8,%3Csvg fill='%23EA253D' width='24' height='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 0C5.373 0 0 5.373 0 12s5.373 12 12 12 12-5.373 12-12S18.627 0 12 0zm-1 5h2v10h-2V5zm1 14.25a1.25 1.25 0 1 1 0-2.5 1.25 1.25 0 0 1 0 2.5z'/%3E%3C/svg%3E");
    display: block;
    height: 24px;
    padding: 0 8px;
    width: 24px;
}
.form__feedback--fieldset {
    position: absolute;
    right: 2px;
    top: -5px;
}
.form__feedback--loading:after {
    animation: animation__rotating 2s linear infinite;
    animation-direction: reverse;
    content: url("data:image/svg+xml;charset=utf-8,%3Csvg fill='%231eaaff' width='24' height='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 0C5.373 0 0 5.373 0 12s5.373 12 12 12 12-5.373 12-12S18.627 0 12 0zm5 20l-1.359-2.038A6.923 6.923 0 0 1 12 19c-3.859 0-7-3.14-7-7h2c0 2.757 2.243 5 5 5 .927 0 1.786-.264 2.527-.708L13 14h5.719L17 20zm0-8c0-2.757-2.243-5-5-5-.927 0-1.786.264-2.527.708L11 10H5.281L7 4l1.359 2.038A6.923 6.923 0 0 1 12 5c3.859 0 7 3.14 7 7h-2z'/%3E%3C/svg%3E");
    display: block;
    height: 24px;
    padding: 0 8px;
    width: 24px;
}
.form__feedback--select {
    position: absolute;
    right: 25px;
    pointer-events: none;
}
.form__feedback--success:after {
    content: url("data:image/svg+xml;charset=utf-8,%3Csvg fill='%2350E3C2' width='24' height='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 0C5.373 0 0 5.373 0 12s5.373 12 12 12 12-5.373 12-12S18.627 0 12 0zm-1.25 17.292l-4.5-4.364 1.857-1.858 2.643 2.506 5.643-5.784 1.857 1.857-7.5 7.643z'/%3E%3C/svg%3E");
    display: block;
    height: 24px;
    padding: 0 8px;
    width: 24px;
}
.form__fieldset {
    border: 1px solid #dcdcdc;
    border-radius: 3px;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    margin-bottom: 25px;
    width: 100%;
}
.form__fieldset--error {
    border-color: #ea253d;
}
.form__fieldset--feedback {
    position: relative;
}
.form__fieldset--success {
    border-color: #50e3c2;
}
.form__help {
    display: block;
    font-size: 13px;
    font-weight: 100;
    margin-top: 4px;
    vertical-align: middle;
    word-break: break-all;
}
.form__help--emphasis {
    font-weight: 700;
}
.form__help--error {
    color: #ea253d;
}
.form__inline {
    display: inline;
}
.form__input {
    background-color: #fff;
    border: 1px solid #dcdcdc;
    border-radius: 3px;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    color: #4a4a4a;
    display: block;
    font-family: inherit;
    font-size: inherit;
    height: 46px;
    line-height: inherit;
    padding: 0 10px;
    width: 100%;
}
.form__input--blueprint {
    background-color: #262626;
    color: #fff;
}
.form__input--checkbox {
    height: 0;
    margin: 0;
    opacity: 0;
    padding: 0;
    position: absolute;
    width: 0;
}
.form__input--checkbox:checked + label .form__fake-checkbox-path {
    transform: scale(1);
}
.form__input--checkbox:focus + label {
    outline: 5px auto #3b99fc;
}
.form__input--disabled {
    background-color: #f9f9f9;
    cursor: not-allowed;
}
.form__input--error {
    border-color: #ea253d;
}
.form__input--file {
    cursor: pointer;
    opacity: 0;
}
.form__input--hidden {
    display: none;
}
.form__input--invisible {
    border: none;
    box-shadow: none;
    display: block;
    height: 100%;
}
.form__input--radio {
    height: 0;
    margin: 0;
    opacity: 0;
    padding: 0;
    position: absolute;
    width: 0;
}
.form__input--radio:checked + label .form__fake-radio-path {
    transform: scale(1);
}
.form__input--radio:focus + label {
    outline: 5px auto #3b99fc;
}
.form__input--select {
    -ms-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: linear-gradient(180deg, #fff, #eee);
    cursor: pointer;
    margin: 0;
    padding-left: 10px;
    padding-right: 20px;
    transition: background 0.2s ease;
}
.form__input--select:hover {
    background: linear-gradient(180deg, #f9f9f9, #eee);
}
.form__input--success {
    border-color: #50e3c2;
}
.form__input--textarea {
    height: 250px;
    min-height: 100px;
    padding: 12px;
    resize: vertical;
}
.form__label {
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    margin: 0 0 13px;
}
.form__label--checkbox {
    font-weight: inherit;
    margin: 0;
    width: 100%;
}
.form__label--error {
    color: #ea253d;
    display: block;
    margin: 4px 0;
}
.form__label--info {
    font-weight: 100;
}
.form__label--radio {
    font-weight: inherit;
    margin: 0 0 10px;
    width: 100%;
}
.form__legend {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 10px;
    margin-right: 42px;
    word-break: break-all;
}
.footer {
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
}
.footer__container {
    padding: 25px 0 30px;
}
.footer__legals {
    color: #a4afc0;
    font-weight: 100;
    line-height: 24px;
    margin: 0;
}
.footer__links {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style: none;
    margin: 25px 0 0;
    padding: 0;
}
.footer__link {
    border-bottom: 3px solid #50e3c2;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
    margin: 0 10px 10px;
    opacity: 1;
    text-decoration: none;
    text-transform: uppercase;
    transition: opacity 0.4s ease;
}
.footer__link--fade {
    opacity: 0.5;
}
.footer__link-container {
    display: inline-flex;
}
.footer__logo {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-bottom: 25px;
}
.popin {
    bottom: 0;
    left: 0;
    opacity: 0;
    overflow: auto;
    position: fixed;
    right: 0;
    top: 0;
    transition: opacity 0.2s ease, background 0.2s ease;
    visibility: hidden;
}
.popin:target {
    background: linear-gradient(134deg, rgba(77, 29, 194, 0.8), rgba(0, 193, 221, 0.8));
    opacity: 1;
    visibility: visible;
}
.popin:target .popin__container {
    transform: translateY(0);
}
.popin__back {
    bottom: 0;
    cursor: default;
    display: block;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
}
.popin__body {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.3);
    min-height: 70px;
}
.popin__body--bg-grey {
    background-color: #e3ecff;
}
.popin__body--bottom {
    font-weight: 100;
    line-height: 70px;
    margin-top: 18px;
    text-align: center;
}
.popin__container {
    max-width: 370px;
    position: relative;
    transform: translateY(20px);
    transition: transform 1s ease;
    width: 100%;
}
.popin__content {
    padding: 30px;
}
.popin__content--buttons {
    display: flex;
    justify-content: space-around;
    text-align: center;
}
.popin__close {
    color: #1a1c1f;
    font-size: 1.6em;
    font-weight: 900;
    height: 18px;
    line-height: 36px;
    position: absolute;
    right: -38px;
    text-align: center;
    text-decoration: none;
    top: 4px;
    width: 18px;
}
.popin__close-svg {
    fill: #50e3c2;
    height: 18px;
    width: 18px;
}
.popin__header {
    border-bottom: 1px solid #dedede;
    padding: 30px 0;
    text-align: center;
}
.popin__link {
    color: #0d71ff;
}
.popin__link:hover {
    color: #005ad9;
}
.popin__link--right {
    float: right;
    font-weight: 100;
}
.popin__mask {
    align-items: center;
    display: flex;
    flex-flow: wrap;
    height: 100%;
    justify-content: center;
    width: 100%;
}
.popin__title {
    display: inline-block;
    font-size: 24px;
    font-weight: 400;
    line-height: 36px;
    vertical-align: middle;
}
.popin__title--span {
    color: #50e3c2;
    font-weight: 700;
}
.popin__subtitle {
    font-size: 15px;
    font-weight: 100;
    margin: 7px 0 0;
}
.list {
    margin: 0;
    padding: 0;
    word-break: break-all;
}
.list__col {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(var(--column-width-min), 1fr));
    padding-bottom: 10px;
    padding-top: 10px;
}
.list__col--first {
    padding-left: 10px;
}
.list__link {
    color: #0d71ff;
    font-weight: 700;
    text-decoration: none;
}
.list__link:hover {
    color: #005ad9;
}
.list__link:visited {
    color: #9370db;
}
.list__link-on-placeholder {
    display: inherit;
}
.list__row {
    align-items: center;
    display: grid;
    grid-gap: 10px;
    grid-template-columns: 4em 6em 7em 4fr 2fr 9em;
    min-height: 60px;
}
.list__row--data {
    background: linear-gradient(180deg, #fff, #eee);
    border: 1px solid #dcdcdc;
    border-radius: 5px;
    box-shadow: inset 0 2px 0 0 #fff, 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    margin: 0 0 10px;
}
.list__row--header {
    align-content: center;
    color: #4a4a4a;
    font-size: 15px;
    font-weight: 700;
}
.list__row--minus-one {
    grid-template-columns: 4em 5em 7em 4fr 9em;
}
.list__thumbnail {
    max-width: 100%;
}
.list__thumbnail--placeholder {
    border-radius: 5px;
    fill: #9b9b9b;
    max-height: 40px;
    max-width: 40px;
}
.pagination {
    margin-bottom: 35px;
    margin-top: 35px;
}
.pagination__dot {
    font-weight: 700;
    line-height: 40px;
}
.pagination__item {
    background-image: linear-gradient(#fff, #eee);
    border: 1px solid #dcdcdc;
    border-radius: 3px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1), inset 0 2px 0 0 #fff;
    display: inline-block;
    height: 30px;
    margin: 5px;
    min-width: 30px;
    padding: 0 5px;
    text-align: center;
}
.pagination__item:hover {
    background-image: linear-gradient(#eee, #fff);
    box-shadow: unset;
}
.pagination__item--current {
    background-image: linear-gradient(#fff, #fff);
    box-shadow: unset;
}
.pagination__item--current:hover {
    background-image: unset;
}
.pagination__item--dot {
    background: unset;
    border: unset;
    box-shadow: unset;
    margin: 5px 0;
    padding: 0;
}
.pagination__item--dot:hover {
    background: unset;
}
.pagination__items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0;
    padding: 0;
}
.pagination__link {
    color: #4a4a4a;
    display: block;
    font-size: 15px;
    font-weight: 700;
    height: 100%;
    line-height: 30px;
    text-decoration: none;
    width: 100%;
}
.pagination__link:hover {
    color: #005ad9;
}
.pagination__link:visited {
    color: #9370db;
}
.pagination__link--current {
    color: #005ad9;
    cursor: default;
}
.profile {
    display: grid;
    grid-template-areas: "ava nam sta" "ava sep sep" "ava abo abo" "ava net net";
    grid-template-columns: 190px auto auto;
    grid-template-rows: [nam] max-content;
}
.profile__about-area {
    grid-area: abo;
}
.profile__about-bio {
    font-weight: 100;
    line-height: 24px;
    margin: 0;
    word-break: break-all;
}
.profile__about-website {
    font-weight: 700;
}
.profile__about-website--link {
    color: #0d71ff;
    font-weight: 100;
    word-break: break-all;
}
.profile__about-website--link:hover {
    color: #005ad9;
}
.profile__about-website--link:visited {
    color: #9370db;
}
.profile__avatar-area {
    grid-area: ava;
    margin: 0 10px 0 0;
}
.profile__avatar-container {
    border-radius: 10px;
    height: 170px;
    position: relative;
    width: 170px;
}
.profile__avatar-container--background {
    background-color: #0d71ff;
}
.profile__avatar-container--hidden {
    display: none;
}
.profile__avatar-svg {
    height: 80%;
    left: 50%;
    max-width: 170px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}
.profile__name {
    display: inline-block;
    font-size: 24px;
    font-weight: 100;
    line-height: 34px;
    margin: 6px 12px 0 0;
    word-break: break-all;
}
.profile__name-area {
    grid-area: nam;
}
.profile__stat {
    font-size: 18px;
    font-weight: 100;
    line-height: 34px;
}
.profile__stat--last {
    margin-left: 42px;
}
.profile__stat-number {
    font-weight: 700;
    word-break: break-all;
}
.profile__stats {
    display: flex;
    justify-content: flex-end;
    list-style: none;
    margin: 6px 0 0 10px;
    padding: 0;
}
.profile__stats-area {
    grid-area: sta;
}
.profile__hr {
    border: 0;
    border-bottom: 1px solid #dedede;
    height: 1px;
    margin: 15px 0;
    width: 100%;
}
.profile__hr-area {
    grid-area: sep;
}
.profile__network {
    background-image: linear-gradient(#fff, #eee);
    border: 1px solid #dcdcdc;
    border-radius: 50px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1), inset 0 2px 0 0 #fff;
    height: 50px;
    margin: 10px;
    width: 50px;
}
.profile__network-link {
    display: block;
    height: 50px;
    position: relative;
    width: 50px;
}
.profile__network-svg {
    height: 50%;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 50%;
}
.profile__network-svg--facebook {
    fill: #1778f2;
}
.profile__network-svg--twitter {
    fill: #2ca7e0;
}
.profile__network-svg--twitch {
    fill: #6441a4;
}
.profile__networks {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
}
.profile__networks-area {
    grid-area: net;
}
.edit-profile {
    display: grid;
    grid-template-areas: "avatar forms";
    grid-template-columns: 190px auto;
}
.edit-profile__avatar-area {
    grid-area: avatar;
    margin: 0 10px 0 0;
}
.edit-profile__cancel {
    margin: 15px 10px 0 0;
    text-align: center;
}
.edit-profile__cancel-link {
    padding: 0 15px;
}
.edit-profile__forms-area {
    grid-area: forms;
}
.edit-profile__social-icon {
    height: 30px;
    padding: 0 8px;
    width: 30px;
}
.blueprint__author {
    display: block;
    font-size: 15px;
    font-weight: 700;
    line-height: 18px;
    margin: 5px 0 6px;
    word-break: break-all;
}
.blueprint__author-infos {
    display: flex;
}
.blueprint__avatar-container {
    border-radius: 10px;
    height: 50px;
    margin-right: 15px;
    min-width: 50px;
    position: relative;
    width: 50px;
}
.blueprint__avatar-container--background {
    background-color: #0d71ff;
}
.blueprint__avatar-svg {
    height: 80%;
    left: 50%;
    max-width: 50px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}
.blueprint__code-copy-container {
    display: flex;
    margin-bottom: 5px;
}
.blueprint__code-copy-textarea {
    border-radius: 3px 0 0 3px;
    border-right: 0;
    height: unset;
}
.blueprint__code-copy-textarea--hidden {
    display: none;
}
.blueprint__code-copy-button {
    border: 1px solid #dcdcdc;
    border-radius: 3px;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
    cursor: pointer;
    min-height: 40px;
    width: 100%;
}
.blueprint__code-copy-button--minified {
    border-radius: 0 3px 3px 0;
    width: 50px;
}
.blueprint__code-copy-manual {
    font-weight: 200;
    line-height: 1.9em;
}
.blueprint__code-copy-manual--code {
    background-color: rgba(80, 227, 194, 0.2);
    border: 1px solid #50e3c2;
    color: #50e3c2;
    font-weight: 700;
    padding: 3px 5px;
}
.blueprint__description {
    margin-top: 20px;
    word-break: break-all;
}
.blueprint__iframe {
    border: 0;
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.blueprint__infos {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.blueprint__login-info {
    font-weight: 100;
    margin: 0 0 0 20px;
}
.blueprint__logout {
    color: #0d71ff;
    text-decoration: none;
}
.blueprint__logout:hover {
    color: #005ad9;
}
.blueprint__profile {
    color: #0d71ff;
    font-weight: 700;
    margin: 7px 0 3px;
    text-decoration: none;
}
.blueprint__profile:hover {
    color: #005ad9;
}
.blueprint__profile:visited {
    color: #9370db;
}
.blueprint__properties {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
}
.blueprint__property {
    font-size: 18px;
    font-weight: 100;
    line-height: 34px;
    margin: 0 42px 0 0;
}
.blueprint__property--emphasis {
    font-weight: 700;
}
.blueprint__summary {
    display: flex;
}
.blueprint__time {
    font-weight: 200;
    margin: 0;
}
.blueprint__title {
    display: inline-block;
    font-size: 24px;
    font-weight: 200;
    line-height: 36px;
    margin: 0 20px 0 0;
    vertical-align: middle;
    word-break: break-all;
}
.blueprint__type {
    display: block;
    font-weight: 700;
    line-height: normal;
}
.blueprint__version {
    align-items: center;
    border-left: 1px solid #dedede;
    border-right: 1px solid #dedede;
    border-top: 1px solid #dedede;
    display: flex;
    padding: 5px;
}
.blueprint__version:hover {
    background-color: #f6fbff;
}
.blueprint__version--current,
.blueprint__version--current:hover {
    background-color: rgba(80, 227, 194, 0.2);
}
.blueprint__version--last {
    border-bottom: 1px solid #dedede;
}
.blueprint__version--diff-current {
    background: linear-gradient(270deg, rgba(80, 227, 194, 0.2), rgba(80, 227, 194, 0) 75%);
}
.blueprint__version--diff-previous {
    background: linear-gradient(90deg, rgba(80, 227, 194, 0.2), rgba(80, 227, 194, 0) 75%);
}
.blueprint__version-date {
    display: inline-block;
    font-weight: 100;
    padding-left: 15px;
    position: absolute;
    top: 8px;
}
.blueprint__version-left {
    flex: 1;
    word-break: break-all;
}
.blueprint__version-svg {
    fill: #50e3c2;
    height: 20px;
    margin-left: 5px;
    margin-top: 5px;
    width: 20px;
}
.blueprint__versions {
    list-style: none;
    margin: 0;
    padding-bottom: 10px;
    padding-top: 10px;
    position: relative;
}
.blueprint__versions:before {
    background-color: #50e3c2;
    bottom: 0;
    content: "";
    display: block;
    left: 14px;
    position: absolute;
    top: 0;
    width: 2px;
}
.blueprint__versions-header {
    position: relative;
}
.blueprint__versions-title {
    display: block;
    font-weight: 700;
    line-height: normal;
    padding-bottom: 13px;
}
.blueprint__video {
    background-color: #eee;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    display: block;
    height: 0;
    margin-top: 20px;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    text-align: center;
}
.blueprint__video--loading:before {
    animation: animation__rotating 2s linear infinite;
    animation-direction: reverse;
    content: url("data:image/svg+xml;charset=utf-8,%3Csvg fill='%231eaaff' width='50' height='50' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 0C5.373 0 0 5.373 0 12s5.373 12 12 12 12-5.373 12-12S18.627 0 12 0zm5 20l-1.359-2.038A6.923 6.923 0 0 1 12 19c-3.859 0-7-3.14-7-7h2c0 2.757 2.243 5 5 5 .927 0 1.786-.264 2.527-.708L13 14h5.719L17 20zm0-8c0-2.757-2.243-5-5-5-.927 0-1.786.264-2.527.708L11 10H5.281L7 4l1.359 2.038A6.923 6.923 0 0 1 12 5c3.859 0 7 3.14 7 7h-2z'/%3E%3C/svg%3E");
    height: 50px;
    left: 50%;
    margin-left: -25px;
    margin-top: -25px;
    position: absolute;
    top: 50%;
    width: 50px;
}
.blueprint__video--policy {
    color: #0d71ff;
}
.blueprint__video--policy:hover {
    color: #005ad9;
}
.blueprint__video--policy:visited {
    color: #9370db;
}
.comment__actions {
    text-align: center;
}
.comment__author {
    flex-grow: 1;
}
.comment__content {
    font-weight: 100;
    line-height: 18px;
    margin: 15px 0 20px 65px;
}
.comment__hide {
    display: none;
}
.comment__item {
    border-bottom: 1px solid #dedede;
    padding-top: 15px;
}
.comment__item--last {
    border: 0;
}
.comment__list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.edit-blueprint {
    display: grid;
    grid-template-areas: "avatar forms";
    grid-template-columns: 190px auto;
}
.edit-blueprint__avatar-area {
    grid-area: avatar;
    margin: 0 10px 0 0;
}
.edit-blueprint__cancel {
    margin: 0 10px 0 0;
    text-align: center;
}
.edit-blueprint__forms-area {
    grid-area: forms;
}
.uploader__buttons {
    display: flex;
    justify-content: space-around;
}
.uploader__canvas {
    cursor: grab;
    width: 100%;
}
.uploader__canvas--moving {
    cursor: grabbing;
}
.uploader__error {
    color: #ea253d;
    text-align: center;
}
.uploader__zoom {
    display: flex;
    justify-content: flex-start;
    padding: 20px 0;
}
.uploader__zoom-icon {
    padding: 0 5px;
    width: 20px;
}
.uploader__zoom-input {
    -webkit-appearance: none;
    height: 35px;
    padding: 0;
    width: 100%;
}
.uploader__zoom-input::-webkit-slider-thumb {
    -webkit-appearance: none;
    background-color: #1eaaff;
    border: 1px solid #1eaaff;
    border-radius: 50%;
    box-sizing: content-box;
    cursor: ew-resize;
    height: 16px;
    margin-top: -8px;
    width: 16px;
}
.uploader__zoom-input::-moz-range-thumb {
    background-color: #1eaaff;
    border: 1px solid #1eaaff;
    border-radius: 50%;
    cursor: ew-resize;
    height: 16px;
    margin-top: -14px;
    width: 16px;
}
.uploader__zoom-input::-ms-thumb {
    background-color: #1eaaff;
    border: 1px solid #1eaaff;
    border-radius: 50%;
    cursor: ew-resize;
    display: inline-block;
    height: 16px;
    margin-top: 3px;
    width: 16px;
}
.uploader__zoom-input::-webkit-slider-runnable-track {
    background-color: #a4afc0;
    border-color: transparent;
    color: transparent;
    height: 3px;
}
.uploader__zoom-input::-moz-range-track {
    background-color: #a4afc0;
    height: 3px;
}
.uploader__zoom-input::-ms-track {
    background: none;
    border-color: transparent;
    color: transparent;
    height: 3px;
}
.uploader__zoom-input::-ms-fill-lower {
    background-color: #50e3c2;
}
.uploader__zoom-input::-ms-fill-upper {
    background-color: #a4afc0;
}
.uploader__zoom-input::-moz-range-progress {
    background-color: #50e3c2;
}
.uploader__zoom-input-container {
    flex: 1;
}
.tag__add {
    margin-top: 5px;
}
.tag__item {
    margin: 10px 10px 0 0;
}
.tag__items {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
}
.tags {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
}
.tags__list {
    flex: auto;
    min-width: 150px;
    padding: 10px;
}
.expander-bar-handler{
    cursor: row-resize;
    height:10px;
    user-select: none;
    width:100%;
}
.expander-bar-handler:after{
    content: "• • •";
    align-items: center;
    display: flex;
    font-weight: 700;
    font-size: 20px;
    height: 10px;
    justify-content: center;
}
html[data-theme="dark"] body {
    color: #d0d0d0;
}
html[data-theme="dark"] .background {
    background: linear-gradient(-45deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8));
}
html[data-theme="dark"] .block__markdown a {
    color: #64a0f5;
}
html[data-theme="dark"] .block__markdown a:hover {
    color: #4393f1;
}
html[data-theme="dark"] .block__markdown a:visited {
    color: #9370db;
}
html[data-theme="dark"] .block__markdown li,
html[data-theme="dark"] .block__markdown p {
    color: #d0d0d0;
}
html[data-theme="dark"] .block__container {
    background-color: #222426;
}
html[data-theme="dark"] .block__container--white-grey {
    background-color: #181a1b;
}
html[data-theme="dark"] .block__info--error {
    color: #262626;
}
html[data-theme="dark"] .block__link {
    background-image: linear-gradient(#222426, #181a1b);
    border-color: #3a3f41;
    box-shadow: inset 0 2px 0 0 #222426, 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    color: #d0d0d0;
}
html[data-theme="dark"] .blog__aside-container {
    background-color: #181a1b;
}
html[data-theme="dark"] .blog__aside-link {
    color: #64a0f5;
}
html[data-theme="dark"] .blog__aside-link:hover {
    color: #4393f1;
}
html[data-theme="dark"] .blog__aside-link:visited {
    color: #9370db;
}
html[data-theme="dark"] .blog__aside-title {
    color: #d0d0d0;
}
html[data-theme="dark"] .blog__link {
    color: #64a0f5;
}
html[data-theme="dark"] .blog__link:hover {
    color: #4393f1;
}
html[data-theme="dark"] .blog__link:visited {
    color: #9370db;
}
html[data-theme="dark"] .blog__title {
    color: #d0d0d0;
}
html[data-theme="dark"] .blueprint__version:hover,
html[data-theme="dark"] .blueprint__video {
    background-color: #222426;
}
html[data-theme="dark"] .form__container {
    background-color: #262626;
    color: #fff;
}
html[data-theme="dark"] .form__container--select:after {
    border-top-color: #fff;
}
html[data-theme="dark"] .form__container--select:before {
    border-bottom-color: #fff;
}
html[data-theme="dark"] .form__input {
    background-color: #262626;
    color: #fff;
}
html[data-theme="dark"] .form__input--select {
    background-image: linear-gradient(#222426, #181a1b);
    color: #fff;
}
html[data-theme="dark"] .list__link {
    color: #64a0f5;
}
html[data-theme="dark"] .list__link:hover {
    color: #4393f1;
}
html[data-theme="dark"] .list__link:visited {
    color: #9370db;
}
html[data-theme="dark"] .list__row--data {
    background-image: linear-gradient(#222426, #181a1b);
    border-color: #3a3f41;
    box-shadow: inset 0 2px 0 0 #222426, 0 1px 2px 0 rgba(0, 0, 0, 0.1);
}
html[data-theme="dark"] .list__row--header {
    color: #d0d0d0;
}
html[data-theme="dark"] .pagination__item {
    color: #d0d0d0;
    background-image: linear-gradient(#222426, #181a1b);
    box-shadow: 0 1px 2px 0 #222426, inset 0 2px 0 0 rgba(0, 0, 0, 0.1);
}
html[data-theme="dark"] .pagination__item--current {
    background: #000;
}
html[data-theme="dark"] .pagination__link {
    color: #64a0f5;
}
html[data-theme="dark"] .pagination__link:hover {
    color: #4393f1;
}
html[data-theme="dark"] .pagination__link:visited {
    color: #9370db;
}
html[data-theme="dark"] .pagination__link--current {
    color: #4393f1;
}
html[data-theme="dark"] .popin__body {
    background-color: #262626;
}
html[data-theme="dark"] .popin__header {
    border-bottom-color: #393e40;
}
html[data-theme="dark"] .uploader__zoom-input {
    background-color: #262626;
}
html[data-theme="dark"] .uploader__zoom-icon {
    fill: #fff;
}
@media (min-width: 1022px) {
    .background:after {
        height: 100px;
        width: 100%;
    }
    .nav__center-side-container--hide {
        display: none;
        opacity: 0;
    }
    .nav__right-side-container--search-open {
        flex: 1;
        margin-left: 20px;
    }
    .nav__search-close--show {
        display: block;
    }
    .nav__search-container--open {
        width: 100%;
    }
    .nav__search-form--show {
        display: block;
    }
    .nav__toggle {
        display: none;
    }
    .form__element--align-button {
        margin-bottom: 0;
        margin-left: 15px;
        margin-top: 28px;
    }
    .popin__container--discover {
        max-width: 1000px;
        width: 90%;
    }
}
@media (max-width: 479px) {
    .top-bar__badge {
        margin-bottom: 15px;
    }
    .top-bar__container {
        flex-direction: column;
        padding: 12px 0;
    }
    .footer__container {
        padding: 12px 0;
    }
    .popin__container--discover {
        max-width: 90%;
        width: 100%;
    }
    .popin__close {
        right: 5px;
    }
    .pagination__items {
        flex-direction: column;
    }
    .edit-profile__avatar-area {
        justify-self: center;
        margin: 0;
    }
    .edit-profile__cancel {
        margin: 15px 0;
    }
    .edit-blueprint__avatar-area {
        justify-self: center;
        margin: 0;
    }
    .edit-blueprint__cancel {
        margin: 15px 0;
    }
}
@media (min-width: 480px) {
    .top-bar__container {
        flex-direction: row;
        padding: 12px 12px 12px 0;
    }
}
@media (min-width: 768px) and (max-width: 1021px) {
    .block__element,
    .jumbotron__container,
    .nav__container,
    .top-bar__container {
        margin: auto;
        max-width: 650px;
    }
    .main {
        padding: 0 40px;
    }
    .footer__container {
        margin: auto;
        max-width: 650px;
    }
    .popin__container--discover {
        max-width: 90%;
        width: 100%;
    }
}
@media (min-width: 1022px) and (max-width: 1199px) {
    .block__element,
    .footer__container,
    .jumbotron__container,
    .nav__container,
    .top-bar__container {
        margin: auto;
        max-width: 1000px;
    }
}
@media (min-width: 1200px) {
    .block__element,
    .jumbotron__container,
    .nav__container,
    .top-bar__container {
        margin: auto;
        max-width: 1200px;
    }
    .footer {
        background: linear-gradient(#1a1c1f, rgba(26, 28, 31, 0));
    }
    .footer__container {
        margin: auto;
        max-width: 1200px;
        padding: 50px 0 60px;
    }
    .footer__links {
        margin: 50px 0 0;
    }
    .footer__link {
        margin: 0 20px;
    }
    .footer__logo {
        margin-bottom: 50px;
    }
}
@media (max-width: 1021px) {
    .nav__center-side-container {
        align-items: flex-start;
        display: none;
        flex-direction: column;
        width: 100%;
    }
    .nav__center-side-container--show {
        display: flex;
    }
    .nav__container {
        align-content: inherit;
        overflow: hidden;
        transition: height 0.5s ease;
    }
    .nav__container--slide-down {
        height: 371px;
    }
    .nav__left-side-container {
        justify-content: space-between;
        width: 100%;
    }
    .nav__link {
        margin: 18px 0 14px;
    }
    .nav__link--add-margin-right {
        margin-right: 0;
    }
    .nav__logo-svg {
        height: 40px;
        width: 180px;
    }
    .nav__right-side-container {
        align-items: flex-start;
        display: none;
        flex-direction: column;
        padding: 0 2px;
        width: 100%;
    }
    .nav__right-side-container--show {
        display: flex;
    }
    .nav__search-container {
        margin-bottom: 18px;
        transition: none;
        width: 100%;
    }
    .nav__search-form {
        display: block;
    }
    .nav__theme-switcher {
        margin-bottom: 18px;
        transition: none;
        width: 100%;
    }
    .nav__user-button {
        width: 50%;
    }
    .nav__user-container {
        width: 100%;
    }
    .jumbotron__answer {
        font-size: 24px;
        line-height: 27px;
        margin: 0 0 30px;
    }
    .home__form {
        display: inherit;
    }
    .home__form--selectors {
        margin-left: 0;
    }
    .list {
        margin-top: 20px;
    }
    .list__col {
        grid-template-columns: minmax(7em, 30%) 1fr;
        padding: 10px;
    }
    .list__col:before {
        content: attr(data-name);
    }
    .list__row {
        grid-template-columns: 1fr;
    }
    .list__row--header {
        display: none;
    }
    .blog,
    .list__row--minus-one {
        grid-template-columns: 1fr;
    }
    .profile {
        grid-template-areas: "ava nam" "ava sta" "ava sep" "ava abo" "ava net";
        grid-template-columns: 190px auto;
    }
    .profile__stats {
        justify-content: flex-start;
        margin-left: 0;
    }
}
@media (max-width: 767px) {
    .main {
        padding: 0 5px;
    }
    .profile {
        grid-template-areas: "ava" "nam" "sta" "sep" "abo" "net";
        grid-template-columns: 1fr;
    }
    .profile__avatar-area {
        justify-self: center;
        margin: 0;
    }
    .edit-profile {
        grid-template-areas: "avatar" "forms";
        grid-template-columns: 1fr;
    }
    .blueprint__version {
        align-items: normal;
        flex-flow: column;
    }
    .edit-blueprint {
        grid-template-areas: "avatar" "forms";
        grid-template-columns: 1fr;
    }
}
@media (min-width: 1022px) and (max-width: 1111px) {
    .main {
        padding: 0 5px;
    }
}
@media (min-width: 1112px) and (max-width: 1199px) {
    .main {
        padding: 0 40px;
    }
}
@media (min-width: 1200px) and (max-width: 1314px) {
    .main {
        padding: 0 5px;
    }
}
@media (min-width: 1315px) {
    .main {
        padding: 0 40px;
    }
}
@media (min-width: 480px) and (max-width: 767px) {
    .popin__container--discover {
        max-width: 80%;
        width: 100%;
    }
    .edit-blueprint__cancel,
    .edit-profile__cancel {
        text-align: left;
    }
}
