/*------------------------------------*\
    #SCROLLBAR
\*------------------------------------*/

/* Firefox */
* {
    scrollbar-width: thin;
    scrollbar-color: #0077FF #0077FF;
}

/* Chrome, Edge and Safari */
*::-webkit-scrollbar {
    width: 10px;
    width: 10px;
}

*::-webkit-scrollbar-track {
    background-color: #4c4c4c10;
}

*::-webkit-scrollbar-track:hover {
    background-color: #4c4c4c30;
}

*::-webkit-scrollbar-track:active {
    background-color: #0077FF60;
}

*::-webkit-scrollbar-thumb {
    /* border-radius: 2px; */
    background-color: #e0e0e0;
}

*::-webkit-scrollbar-thumb:hover {
    background-color: #0077FF;
}

*::-webkit-scrollbar-thumb:active {
    background-color: #0077FF;
}

/*------------------------------------*\
    #GENERAL
\*------------------------------------*/

*, *:after, *:before {
    box-sizing: border-box;
    outline: none;
}

html, body {
    font-size: 12px;
    height: 100%;
}

html {
    scroll-behavior: smooth;
  }

body {
    font-family: Inter, Arial, sans-serif;
    width: 100%;
    font-size: 1.4rem;
    color: black;
    outline: none;
    padding: 0;
    margin: 0;
    animation: fadein 1s ease;
    background-color: #fbfbfb;
}

@keyframes fadein {

    from {
        opacity: 0;
        transform:  translate(0px, -25px);
    }

    to {
        opacity: 1;
        transform:  translate(0px, 0px);

    }

}

/*

::selection {
    color: #ffffff;
    background-color: #0077FF;
}

*/

h1, h2, h3, h4, h5, h6 {
    color: #0077FF;
	margin-top: 1.4rem;
	margin-bottom: 1.6rem;
	line-height: 2rem;
}

h1 {
    line-height: 2.4rem;
}

h2 {
	font-size: 2.2rem;
}

h3 {
    font-size: 1.8rem;
}

h4 {
	font-size: 1.6rem;
}

h5 {
	font-size: 1.5rem;
}

h6 {
	font-size: 1.4rem;
}

img {
    display: block;
}

p {
    font-size: 1.4rem !important;
}

ul ul {
    font-size: 100%;
}

/*------------------------------------*\
    #HEADER
\*------------------------------------*/

header {
    margin: 0 2rem;
}

header h1, header a {
    color: #0077FF !important;
    outline: none;
    text-transform: uppercase;
    text-decoration: none;
}

/*------------------------------------*\
	#A & #ACTIVE
\*------------------------------------*/

a {
    overflow-wrap: break-word;
    white-space: pre-wrap;
    font-weight: bold;
    color: #0077FF;
    text-decoration: none;
    transition: all 150ms ease-in-out;
}

a:hover {
    opacity: 0.8;
    transition: all 100ms ease-in-out;
}

.active {
    opacity: 1;
}

.active a {
    color: #0077FF !important;
}

.active__new a {
    padding: 0.4rem 1rem;
    /*background-color: #0077FF !important;*/
    color: #0077FF !important;
    border: #0077FF 1px solid;
    border-radius: 10px;
    transition: all 150ms ease-in-out;
    /*color: #00D9ED !important;*/
}

.active__new a:hover {
    opacity: 0.8;
    transition: all 100ms ease-in-out;
    /*color: #00D9ED !important;*/
}

/*------------------------------------*\
    #TOC
\*------------------------------------*/

.toc ul {
    padding: 0;
    margin: 5px;
}

.toc li {
    margin: 2px 15px;
}

/*------------------------------------*\
    #CODE & #PRE
\*------------------------------------*/

pre > code {
    font-size: 1.2rem !important;
    overflow-wrap: break-word;
    white-space: pre-wrap;
    background-color: #23241f;
    border-radius: 10px;
}

pre {
    font-size: 1.2rem !important;
    background-color: #23241f;
    padding: 0;
    margin: 6px 0;
    border-radius: 10px;
}

p code, li code, td code {
    max-width: 100%;
    overflow-wrap: break-word;
    display: inline-block;
    color: #f92672;
    white-space: pre-wrap;
    font-size: 1.2rem !important;
    /*white-space: nowrap;*/
    background-color: rgb(230, 230, 230);
    padding: 5px 10px;
    margin: 6px 0;
    border-radius: 10px;
}

/*------------------------------------*\
    #FOOTER
\*------------------------------------*/

footer {
    font-size: 1.4rem;
    display: block;
    margin: 2rem;
    padding-bottom: 1rem;
    text-align: center;
    font-weight: bold;
    color: #646981;
    opacity: 0.7;
    transition: all 100ms ease-in-out;
}

footer:hover {
    opacity: 1;
    transition: all 200ms ease-in-out;
}

/*------------------------------------*\
    #MAIN
\*------------------------------------*/

main {
    background-color: white;
    border: 1px solid #e2e6eb;
    border-radius: 16px;
    width: 100%;
    margin: 2rem;
    padding: 2rem;
    /* padding: 1rem; */
    /* margin: 0 2rem; */
}

main img {
    max-width: 100%;
    border: solid 1px #e2e6eb;
    border-radius: 10px;
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.05);
}

.main__datetime {
    font-weight: bold;
    font-style: italic;
    color: #888;
    font-family: monospace;
    width: 100%;
    display: inline-block;
    text-align: right;
}

.main__logo {
    width: 100px;
    box-shadow: none;
    border: none;
    border-radius: 0px;
    margin: 1rem auto;
}

.main_title {
    font-size: 2.2rem;
    text-align: center;
}

.main_type {
    font-size: 1.4rem;
    color: #999;
    text-align: center;
}

.main_description {
    color: #0f0f0f;
    font-size: 1.6rem;
    text-align: center;
}

/*------------------------------------*\
    #EasyMDE
\*------------------------------------*/

.EasyMDEContainer .CodeMirror {
    background-color: #fff;
    border: solid 1px #e2e6eb;

    border-left: solid 1px #e2e6eb;
    border-right: solid 1px #e2e6eb;
    border-bottom: solid 1px #e2e6eb;
    border-radius: 0px 0px 16px 16px;
    outline: none;
    -webkit-appearance: none;
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.05);



}

.editor-toolbar {
    border: solid 1px #e2e6eb;
    border-radius: 16px 16px 0px 0px;
    border-top: solid 1px #e2e6eb;
    border-left: solid 1px #e2e6eb;
    border-right: solid 1px #e2e6eb;
    border-bottom: none;
}

/*------------------------------------*\
    #FLEX
\*------------------------------------*/

.flex-container, .flex-container-m {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-content: stretch;
    align-items: stretch;
}

.flex-block {
    border: white solid 10px;
    width: 50%;
    padding: 0;
}

.flex-block-m-l  {
    width: 10%;
    padding: 0;
}

.flex-block-m-r  {
    width: 90%;
    padding: 0;
}

.flex-wrap {
    flex-wrap: wrap;
}

.flex-nowrap {
    flex-wrap: nowrap;
}


/*------------------------------------*\
    #ASIDE
\*------------------------------------*/

aside {
    display: flex;
    flex: 0 0 auto;
    /* align-self: stretch; */
    margin: 2rem 0rem 2rem 2rem;
}

.aside {
    font-size: 1.2rem;
    background-color: white;
    border: 1px solid #e2e6eb;
    border-radius: 16px;
    padding: 1rem;
    max-width: 500px;

    /* overflow-y: auto; */
    /* height: 100vh; */

    /* overflow-y: auto; */
    /* height: 100%; */
    /* width: 420px; */
}

.aside ul {
    padding: 0;
    margin: 10px 15px;
}

.aside ul li {
    color: #999;
    margin: 6px 0;
    font-weight: bold;
    list-style: none;
}

.aside ul li .active a {
    color: #00D9ED !important;
}

.js-slide-panel-left {
    display: block;
}

/*
.sticky {
    top: 15px;
    position: sticky;
}
*/

/*
.form-save-file {
    height: 100vw;
    top: 0px;
    position: sticky;
}
*/

/*------------------------------------*\
    #STATUS
\*------------------------------------*/

.status {
    font-size: 0.8rem;
    margin: 0px;
    border-radius: 4px;
    padding: 3px 6px;
    font-style: normal;
    font-family: monospace !important;
    letter-spacing: 1px;
    transition: all 150ms ease-in-out;
}

.status:hover {
    opacity: 0.8;
    transition: all 100ms ease-in-out;
    cursor: pointer;
}

.done{
    color: rgb(9, 144, 100);
    background-color: rgb(161, 226, 190);
}

.in_progress {
    color: rgb(168, 137, 57);
    background-color: rgb(244, 226, 111);
}

.draft {
    color: #6e6e6e;
    background-color: rgb(215, 215, 215);
}

.soon {
    color: #9e6894;
    background-color: rgb(234, 199, 255);
}

/*------------------------------------*\
	#TOP, #DOWN
\*------------------------------------*/

.top, .down {
    color: white;
    background-color: #0077FF50;
    margin: 0rem;
    padding: 0.4rem 1.6rem;
    border-radius: 10px;
    display: block;
    position: fixed;
    bottom: 1rem;
    text-align: center;
    transition: all 100ms ease-in-out;
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.05);
    z-index: 99999;
}

.top {
    left: 3rem;
 
}

.down {
    right: 3rem;
}

/*

.top {
    color: #0077FF50;
    background-color: #42495010;
    margin: 0 2rem;
    padding: 0.2rem;
    border-radius: 10px;
    display: block;
    text-align: center;
    transition: all 100ms ease-in-out;
}

*/

.top:hover, .down:hover {
    background-color: #00D9ED;
    /*opacity: 0.7;*/
    transition: all 200ms ease-in-out;
}

/*------------------------------------*\
	#FORM
\*------------------------------------*/

.button {
    font-size: 18px;
    border: 0;
    cursor: pointer;
    margin: 0;
    display: inline-flex;
    text-decoration: none;
    overflow: hidden;
    min-width: 64px;
    box-sizing: border-box;
    font-weight: 600;
    text-transform: none;
    color: #ffffff;
    background-color: #0077FF;
    box-shadow: none !important;
    padding: 17.5px;
    border-radius: 16px; 
    outline: 0;
    -webkit-appearance: none;
}

.button:hover {
    cursor: pointer;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,border 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    background-color: #0077FF;

}

input[type="date"] {
    appearance: none; /* отключаем нативный виджет */
    -webkit-appearance: none;
    -moz-appearance: none;
font: inherit;
    box-sizing: border-box; /* чтобы padding учитывался в общей высоте */
    padding: 15px; /* задаем такой же padding */
    margin: 0;
    height: 56px; /* фиксируем высоту, например, 48px (15px padding + 24px line-height + рамки) */
    font-size: 16px;
    line-height: 24px;
    border-radius: 16px;
    border: solid 1px #e2e6eb;
    background-color: #fff;
    color: #1e1e1e;
    font-family: inherit;
    font-weight: 400;
    outline: none;
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.05);

    /* Убираем стрелки и иконки */
    &::-webkit-inner-spin-button,
    &::-webkit-calendar-picker-indicator {
        display: none;
        -webkit-appearance: none;
    }
}

input:not([type=checkbox], [type=radio], [type="date"]), 
textarea, 
select {
    display: block;
    width: 100%;
    font-weight: 400;
    font: inherit;
    font-size: 1rem;
    color: #1e1e1e;
    background-color: #fff;
    border: solid 1px #e2e6eb;
    border-radius: 16px;
    box-sizing: border-box;
    margin: 0;
    padding: 15px;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: inherit;
    outline: none;
    -webkit-appearance: none;
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.05);

}

input:focus,
input:active,
textarea:focus,  
textarea:active,
select:focus,
textarea:active {
    border: solid 1px #0077FF70;
    outline: none;
}

/*------------------------------------*\
	#SEARCH
\*------------------------------------*/

/* 

.search {
    margin: 2rem;
}

*/

.search {
    margin-bottom: 1rem !important;
}

/*------------------------------------*\
	#AUTHORIZATION
\*------------------------------------*/

.auth {
    width: 960px !important;
    margin: 2rem auto !important;
}

.authorization {
    display: block;
    margin: 0 auto;
    max-width: 960px;
}

.authorization input {
    box-sizing: border-box;
    width: 100%;
}

.authorization button {
    display: block;
    margin: 0 auto;
    width: 120px;
    padding: 17.5px 2rem !important;
}

.authorization__header {
    text-align: center;
    margin: 2rem;
}

/*------------------------------------*\
	#LOGO
\*------------------------------------*/

.logo  {
    vertical-align: middle;
    display: inline-block;
    width: 32px;
    height: 32px;
}

/*------------------------------------*\
	#NAV
\*------------------------------------*/

.nav {
    font-family: Inter, Arial, sans-serif;
	padding: 0.2rem;
    background-color: white;
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.05);
}

.nav ul {
	padding: 0px;
	list-style: none;
}

.nav ul li {
    vertical-align: middle;
	margin: 0 1.6rem;
    display: inline-block;
}

.nav ul li a {
    font-weight: 600;
 
    font-size: 16px;
    color: black;
    transition: all 150ms ease-in-out;
}

.nav ul li a:hover {
    color: #0077FF;
    transition: all 100ms ease-in-out;
}

/*------------------------------------*\
	#TOOLBAR
\*------------------------------------*/

.toolbar {
    background-color: white;
    border: 1px solid #e2e6eb;
    border-radius: 16px;
    margin: 1rem 2rem -1rem;
    padding: 1rem;
}

.toolbar ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.toolbar ul li {
    display: inline;
}

/*------------------------------------*\
	#TOOLBAR BTN
\*------------------------------------*/

.btn {
    font-size: 12px;
    border: 0;
    cursor: pointer;
    margin: 0.4rem;
    display: inline-flex;
    text-decoration: none;
    box-sizing: border-box;
    font-weight: 600;
    text-transform: none;
    box-shadow: none !important;
    padding: 6px 12px;
    border-radius: 8px; 
    outline: 0;
    -webkit-appearance: none;
}

.btn-primary {
    color: #0077FF;
    background-color: white;
    border: 1px solid #0077FF;
}

.btn-secondary {
    color: #6c757d;
    background-color: white;
    border: 1px solid #6c757d;
}

.btn-success {
    color: #198754;
    background-color: white;
    border: 1px solid #198754;
}

.btn-danger {
    color: #dc3545;
    background-color: white;
    border: 1px solid #dc3545;
}

.btn-warning {
    color: #ffc107;
    background-color: white;
    border: 1px solid #ffc107;
}

.btn-info {
    color: #00D9ED;
    background-color: white;
    border: 1px solid #00D9ED;
}

.btn-additional {
    color: #c177e7;
    background-color: white;
    border: 1px solid #c177e7;
}

.btn-additional:hover {
    background-color: #c177e7;
    color: white;
    border: 1px solid #c177e7;
}

.btn-primary:hover {
    background-color: #0077FF;
    color: white;
    border: 1px solid #0077FF;
}

.btn-secondary:hover {
    background-color: #6c757d;
    color: white;
    border: 1px solid #6c757d;
}

.btn-success:hover {
    background-color: #198754;
    color: white;
    border: 1px solid #198754;
}
.btn-danger:hover {
    background-color: #dc3545;
    color: white;
    border: 1px solid #dc3545;
}
.btn-warning:hover {
    background-color: #ffc107;
    color: white;
    border: 1px solid #ffc107;
}

.btn-info:hover {
    background-color: #00D9ED;
    color: white;
    border: 1px solid #00D9ED;
}

.btn:hover {
    cursor: pointer;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,border 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}

/*------------------------------------*\
	#TABLE
\*------------------------------------*/

/*

.table {
	width: 100%;
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.05);
}

.header {
    color: white;
    background-color: #0077FF;
    font-weight: bold;
}

.table td {
    padding: 6px;
    border: 1px solid #cfcfcf;
}

.table tr:nth-child(2n) {
    background: whitesmoke; 
}

*/

table {
    width:100%;
    table-layout: fixed;
    border-collapse: collapse;
    overflow-wrap: break-word;
    background-color: whitesmoke;
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.05);
}

thead {
    color: white;
    background-color: #0077FF;
    font-weight: bold;
}

tbody td {
    background-color: white;
    padding: 6px 12px;
    border: 1px solid #cfcfcf;
}

thead td, thead th {
    text-align: center;
    padding: 6px 12px;
}

table tr {
    border: 1px solid #cfcfcf !important;
}

tbody td tr:nth-child(2n) {
    background: whitesmoke; 
}

/*------------------------------------*\
	#ROW
\*------------------------------------*/

.row {
    display: inline-block;
    font-style: normal;
    font-family: monospace !important;
    font-size: 1.2rem;
    color: #6e6e6e;
    background-color: whitesmoke;
    padding: 5px 12px;
    margin: 5px;
    border-radius: 10px;
    letter-spacing: 1px;
    transition: all 150ms ease-in-out;
}

.row:hover {
    opacity: 0.8;
    transition: all 100ms ease-in-out;
    cursor: pointer;
}

/*------------------------------------*\
	#BLOCKQUOTE & #HR
\*------------------------------------*/

hr {
	height: 1px;
	margin: 1rem 0;
	border: none;
	background: whitesmoke;
}

/*

hr {
    height: 2px;
    margin: 2rem 0;
    border: none;
    background-color: #98a0c520;
}

*/

blockquote, err, info, warn {
	display: block;
    border-left: 4px solid #0077FF;
    background-color: whitesmoke;
    padding: 12px;
    margin: 10px 0;
}

blockquote p, err p, info p, warn p {
    margin: 0;
    padding: 0;
}

blockquote p hr, err p hr, info p hr, warn p hr {
    background: rgb(220, 220, 220); 
}

blockquote p, err p, info p, warn p {
    margin: 0.5rem;
}

/*------------------------------------*\
	#CALLOUT
\*------------------------------------*/

.callout {
    border-radius: 4px;
    margin: 1em 0;
    padding: 0.5rem;
    background-color: #1b2735;
    transition: all 100ms ease-in-out;
    opacity: 0.9;
}

.callout:hover, .callout:active, .callout:focus, .callout:focus-visible {
    opacity: 1;
    transition: all 100ms ease-in-out;
}

.callout__title {
    font-size: 1.2rem;
    font-weight: bold;
    padding: 0.5rem;
    opacity: 0.9;
    transition: all 100ms ease-in-out;
    cursor: pointer;
}

.callout__title:hover {
    opacity: 1;
    transition: all 100ms ease-in-out;
}

.callout__content {
    color: whitesmoke;
    padding: 0.5rem;
}

.callout__info .callout__title,
.callout__note .callout__title,
.callout__todo .callout__title  {
    color: #027aff;
}

.callout__tip .callout__title,
.callout__hint .callout__title,
.callout__important .callout__title,
.callout__abstract .callout__title,
.callout__summary .callout__title,
.callout__tldr .callout__title {
    color: #53dfdd;
}

.callout__success .callout__title,
.callout__check .callout__title,
.callout__done .callout__title {
    color: #43ca6b;
}

.callout__question .callout__title,
.callout__help .callout__title,
.callout__faq .callout__title {
    color: #dcda6f;
}

.callout__warning .callout__title,
.callout__caution .callout__title,
.callout__attention .callout__title {
    color: #e9973f;
}

.callout__failure .callout__title,
.callout__fail .callout__title,
.callout__missing .callout__title,
.callout__danger .callout__title,
.callout__error .callout__title,
.callout__bug .callout__title {
    color: #fb464c;
}

.callout__example .callout__title {
    color: #a882ff;
}

.callout__quote .callout__title,
.callout__cite .callout__title {
    color: #9e9e9e;
}

.callout__info,
.callout__note,
.callout__todo {
    background-color: #1b2735;
}

.callout__tip,
.callout__hint,
.callout__important,
.callout__abstract,
.callout__summary, 
.callout__tldr {
    background-color: #233232;
}

.callout__success,
.callout__check,
.callout__done {
    background-color: #223026;
}

.callout__question,
.callout__help,
.callout__faq {
    background-color: #323227;
}

.callout__warning,
.callout__caution,
.callout__attention {
    background-color: #332a21;
}

.callout__failure,
.callout__fail,
.callout__missing,
.callout__danger,
.callout__error,
.callout__bug {
    background-color: #352223;
}

.callout__example {
    background-color: #2c2835;
}

.callout__quote,
.callout__cite {
    background-color: #2b2b2b;
}

/*------------------------------------*\
	#HIGHLIGHT
\*------------------------------------*/

.highlight form {
    text-align: center;
}

.highlight textarea {
    box-sizing: border-box;
    font-size: inherit;
    width: 100%;
    transition: all 200ms ease-in-out;
}

.highlight ul {
    text-align: center;
    list-style: none;
    margin: 0;
    padding: 0;
}

.highlight li {
    display: inline-block;
}

.highlight li a {
    display: block;
    font-size: 1.2rem;
    padding: 0.4rem 0.8rem;
    margin: 0.2rem 0rem;
    background-color: #0077FF;
    border-radius: 10px;
    line-height: auto !important;
    opacity: 0.7;
    color: white !important;
    transition: all 100ms ease-in-out;
}

.highlight li a:hover {
    opacity: 1;
    transition: all 200ms ease-in-out;
}

/*------------------------------------*\
    #JS
\*------------------------------------*/

.js__title {
    margin: 1rem 0;
    opacity: 0.8;
    color: #666;
    transition: all 100ms ease-in-out;
}

.js__title::after {
    content: " ⇲";
}


.js__title:hover {
    color: #0077FF;
    opacity: 1;
    cursor: pointer;
    transition: all 200ms ease-in-out;
}

/*------------------------------------*\
	#PRINT
\*------------------------------------*/

.print {
    display: none;
}

@page { 
    size: A4 portrait;
    margin: 2rem;
    font-size: 10px !important;
}

@media print {
    html, body {
        font-size: 10px !important;
        height: 100%;
        background-color: white;
    }

    main {
        background-color: white;
        border: none;
        margin: 0 0.5rem;
        padding: 0.5em;
    }

    code {
        white-space: pre-wrap;
        font-size: 10px !important;

    }
    
    pre {
        white-space: pre-wrap;
        font-size: 10px !important;
    }
    
    p code {
        white-space: pre-wrap;
        font-size: 10px !important;
    }

    table {
        box-shadow: none !important;
    }

    .js-slide {
        display: block;
    }

    .js-slide-panel {
        display: block;
    }

    .js-slide-panel-left {
        display: none !important;
    }

    .aside {
        max-width: 400px;
    }

    .unprint {
        display: none;
    }

    .print {
        display: block;
    }

    .break {
        page-break-after: always !important;
    } 
}

/*------------------------------------*\
	#MEDIA SCREEN
\*------------------------------------*/

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

    .nav ul li {
        display: block;
        margin: 1rem 0.5rem;
    }

    .main__nav img {
		display: block;
        margin: 0 auto;
        text-align: center;
    }

    .logo  {
        width: 64px;
        height: 64px;
    }

    .main__nav .nav__item a {
        display: block !important;
		font-size: 1.2rem;
        padding: 0.6rem 1rem;
		border: #0077FF 1px solid;
        border: #eaeaea 1px solid;
        border-radius: 10px;
        transition: all 150ms ease-in-out;
    }

    .main__nav .nav__item a {
        color: #acacac !important;
    }
    
    .main__nav .nav__item a:hover {
        opacity: 0.8;
        transition: all 100ms ease-in-out;
    }

    .main__nav .active a {
		background-color: #0077FF;
        color: white !important;
        border: #0077FF 1px solid !important;
    }

    .main__nav .active__new a {   
		display: block !important;
        padding: 0.6rem 1rem;
        color: #0077FF !important;
        border: #0077FF 1px solid;
        border-radius: 10px;
        transition: all 150ms ease-in-out;
    }

}

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

    .flex-container {
        display: block;
    }
/*
    .js-slide-panel-left {
        display: none;
    }
*/
    .auth {
        width: auto !important;
        margin: 2rem !important;
    }

    .toolbar {
        text-align: center;
        margin: 1rem 2rem -1rem;

    }

    img {
        max-width: 100%;
    }

    main {
        width: auto;
    }

    .aside {
        max-width: 100%;
    }

    aside {
        margin: 2rem;
        display: block;
    }
    
}