html {
    scroll-padding-top: 85px
}

body {
    color: #1b1b1b;
    font-family: -apple-system, Roboto, sans-serif;
    overflow-x: hidden
}

a:hover {
    color: #1851B4;
    text-decoration: underline
}

.content p {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 10px
}

h1 {
    font-size: 60px;
    font-weight: 800;
    line-height: 64px
}

h2 {
    font-size: 40px;
    font-weight: 800;
    line-height: 44px
}

h3 {
    font-size: 28px;
    font-weight: 800;
    line-height: 32px
}

h4 {
    font-size: 20px;
    font-weight: 800;
    line-height: 24px
}

p.body1 {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px
}

p.body2 {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px
}

p.body3 {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px
}

@media (max-width: 768px) {
    h1 {
        font-size: 40px;
        font-weight: 800;
        line-height: 44px
    }

    h2 {
        font-size: 28px;
        font-weight: 800;
        line-height: 32px
    }

    p.body1 {
        font-size: 16px;
        font-weight: 400;
        line-height: 22px
    }
}

.semibold {
    font-weight: 600 !important
}

.hidden {
    display: none
}

.text-center {
    text-align: center
}

a.no-underline {
    text-decoration: none
}

.button {
    background-color: #2c6bed;
    border: none;
    border-radius: 8px;
    color: #fff;
    font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
    text-decoration: none
}

.button[disabled] {
    color: #1b1b1b
}

.button:hover {
    background-color: #1851B4;
    color: #fff;
    text-decoration: none
}

.button2 {
    background-color: #fff;
    border-radius: 8px;
    border: 2px solid #2c6bed;
    color: #2c6bed;
    font-size: 20px;
    line-height: 28px
}

.button2:hover {
    background-color: #fff;
    border-color: #1851B4;
    color: #1851B4
}

.button-white {
    background-color: #fff;
    color: #2C6BED;
    font-size: 20px;
    line-height: 28px;
    padding: 0 20px
}

.button-white:hover {
    background-color: #fff;
    color: #1851B4
}

.trailing-chevron::after {
    content: '\00bb';
    display: inline-block;
    margin-inline-start: 0.25em
}

.separated-by-pipes li {
    display: inline-block
}

.separated-by-pipes li:not(:first-child) {
    margin-inline-start: 0.5em;
    padding-inline-start: 0.5em;
    border-inline-start: 1px solid #999
}

.bebra-logo {
    height: 30px;
    vertical-align: middle
}

body.has-navbar-fixed-top,
html.has-navbar-fixed-top {
    padding-top: 52px
}

.bebra-navbar {
    border-bottom: 1px solid #ebeaeb
}

@media (min-width: 1024px) {

    body.has-navbar-fixed-top,
    html.has-navbar-fixed-top {
        padding-top: 85px
    }

    .bebra-navbar {
        padding: 16px 0
    }

    .bebra-logo {
        height: 50px
    }
}

.navbar-brand {
    align-items: center;
    padding-left: 18px;
    position: absolute !important;
    left: 0;
    display: inline-block !important;
}

@media (min-width: 1024px) {
    .bebra-navbar .navbar-brand {
        padding: 0px
    }
}

.navbar-menu.is-active {
    position: absolute;
    width: 100%
}

.bebra-navbar .navbar-item,
.bebra-navbar .navbar-link {
    color: #1b1b1b;
    font-size: 16px
}

.navbar-link:not(.is-arrowless)::after {
    border-color: #1b1b1b
}

.navbar-dropdown {
    max-height: 200px;
    overflow: scroll
}

@media (max-width: 1024px) {
    .navbar-link:not(.is-arrowless)::after {
        display: none
    }
}

.bebra-navbar a.navbar-item:hover {
    background-color: inherit;
    text-decoration: none
}

.bebra-navbar a.navbar-item:hover {
    color: #2C6BED
}

.bebra-navbar .language-selector .icon {
    margin-right: 4px
}

#language-selector-modal .modal-card {
    width: auto;
    max-width: 800px
}

#language-selector-modal .modal-card-head {
    border-bottom: none;
    background: #fff
}

#language-selector-modal .delete {
    position: absolute;
    top: 20px
}

html:not([dir=rtl]) #language-selector-modal .delete {
    right: 20px
}

html[dir=rtl] #language-selector-modal .delete {
    left: 20px
}

#language-selector-modal .modal-card-body {
    display: flex;
    flex-wrap: wrap
}

#language-selector-modal .navbar-item {
    display: inline-block;
    width: 180px
}

#language-selector-modal .modal-card-foot {
    padding-top: 0;
    background: #fff;
    border-top: none
}

.hero.hero-main {
    background-color: #9DBBF8;
    color: #1b1b1b;
    max-height: 760px
}

@media (min-width: 1024px) {
    .hero.hero-main {
        max-height: 680px
    }
}

.hero-main h1 {
    margin-bottom: 24px
}

@media (min-width: 1024px) {
    .hero-main {
        margin-bottom: 4rem
    }

    .hero-main h1 {
        margin-top: 120px
    }
}

.hero-main .hero-body {
    padding-bottom: 0
}

.hero-main .subtitle {
    color: #1b1b1b;
    font-size: 20px;
    line-height: 30px
}

.hero-main .mobile-screenshots {
    position: relative
}

.hero-main .mobile-screenshots img {
    transform: rotate(22.5deg);
    width: 180px
}

.hero-main .mobile-screenshots .screenshot1 {
    margin-left: -50px;
}

@media (min-width: 1024px) {
    .hero-main .mobile-screenshots .screenshot1 {
        margin-left: 0px;
        margin-top: 46px;
        width: 300px
    }

    .hero-main .mobile-screenshots .screenshot2 {
        width: 300px
    }
}

.hero-main .mobile-screenshots .screenshot2 {
    margin-left: -32px;
    position: absolute;
    top: 0px
}

.section.why-bebra h2 {
    margin-bottom: 16px
}

@media (max-width: 768px) {
    .section.why-bebra {
        margin-bottom: -40px
    }
}

.section.information img {
    border-radius: 16px
}

.section.information h2 {
    margin-bottom: 32px
}

.section.information .columns {
    flex-direction: row-reverse
}

.section.features {
    background-color: #F6F6F6
}

.section.features .box {
    background-color: #FFFFFF;
    border-radius: 16px;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.12), 0px 0px 2px rgba(0, 0, 0, 0.08);
    height: 100%;
    padding: 30px
}

.section.features h3 {
    color: #1b1b1b;
    font-size: 28px;
    font-weight: 800;
    line-height: 32px;
    margin-top: 18px;
    margin-bottom: 4px
}

.section.features img {
    width: 280px
}

@media (min-width: 768px) {
    .section.features img {
        width: 370px
    }
}

.lottie-wrapper {
    display: flex;
    justify-content: flex-end;
    width: 100%
}

@media (max-width: 1024px) {
    .lottie-wrapper {
        justify-content: center
    }
}

.lottie-animation {
    background-color: #a5cad5;
    border-radius: 16px;
    padding: 16px
}

.section.information img,
.section.information .lottie-animation {
    width: 384px
}

@media (min-width: 768px) {

    .section.information img,
    .section.information .lottie-animation {
        width: 680px
    }
}

.footer {
    background-color: #3C3744;
    color: #E9E9E9;
    font-size: 16px;
    line-height: 22px
}

.footer strong {
    color: #E9E9E9;
    display: block;
    font-weight: 600;
    margin-bottom: 12px
}

.footer a {
    color: #E9E9E9
}

.footer a:hover {
    text-decoration: underline
}


.icon {
    background-repeat: no-repeat;
    height: 16px;
    width: 16px
}

.icon-3x {
    height: 40px;
    width: 40px
}

.icon-external-link-alt {
    background-image: url(/images/external-link-alt.svg);
    background-position: center;
    height: 20px !important
}

button .icon-external-link-alt {
    background-image: url(/images/external-blue.svg)
}

.icon-globe {
    background-image: url(/images/solid_globe.svg)
}

.icon-facebook {
    background-image: url(/images/facebook.svg);
    height: 20px;
    width: 20px
}

.icon-twitter {
    background-image: url(/images/twitter.svg);
    height: 20px;
    width: 20px
}

.icon-instagram {
    background-image: url(/images/instagram.svg);
    height: 20px;
    width: 20px
}

.icon-eye-slash {
    background-image: url(/images/eye-slash.svg)
}

.icon-users {
    background-image: url(/images/users.svg)
}

.icon-dollar-sign {
    background-image: url(/images/dollar.svg)
}

.icon-globe-americas {
    background-image: url(/images/globe-americas.svg)
}

.icon-code {
    background-image: url(/images/code.svg)
}

.icon-certificate {
    background-image: url(/images/solid_certificate.svg)
}


.download h2 {
    margin-bottom: 32px
}

.download h3 {
    margin-bottom: 24px
}

.download .button {
    margin: 15px 30px
}

.download-window.columns {
    background-color: #9dbbf8;
    border-radius: 12px;
    height: 300px;
    margin: 0;
    margin-bottom: 25px
}

.download-window .column {
    height: 100%;
    padding-bottom: 0
}

.download-window .download-window-wrapper {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: flex-end;
    margin: 0 auto
}

.download .message {
    background: #f6f6f6;
    margin-top: 16px
}

.download .message-body {
    border: none;
    font-size: 14px;
    line-height: 20px
}

.download .modal-card-body {
    padding: 0
}

.download .modal-card-body pre {
    text-align: left
}

.blog {
    background-color: #f7f7f7
}

.post img {
    display: block;
    margin: 0 auto
}

.post .author {
    border-radius: 50%;
    display: block;
    height: 80px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -40px;
    width: 80px
}

.blog-post-preview {
    background-color: #fff;
    border: 1px solid #ddd;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    margin-bottom: 20px;
    margin-top: 80px;
    padding-bottom: 80px;
    padding-left: 15px;
    padding-right: 15px
}

.blog-post-preview h3 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 16px;
    margin-top: 40px
}

@media (max-width: 768px) {
    .blog-post-preview h3 {
        font-size: 24px;
        line-height: 36px
    }
}

.blog-post-preview h3 a {
    color: #1b1b1b
}

.blog-post-preview h3 a:hover {
    color: #1b1b1b;
    text-decoration: none
}

.blog-post-preview p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 20px
}

.blog-post-header img.author {
    margin-top: 0px
}

.blog-post-header h1 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 16px;
    margin-top: 40px
}

@media (max-width: 768px) {
    .blog-post-header h1 {
        font-size: 24px;
        line-height: 36px
    }
}

.blog-post-header .body2 {
    margin-bottom: 20px
}

.blog-post-content h1 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 16px;
    margin-top: 40px
}

.blog-post-content h2,
.blog-post-content h3 {
    font-weight: 600;
    margin-top: 60px;
    margin-bottom: 16px
}

.blog-post-content h2 {
    font-size: 24px;
    line-height: 36px
}

.blog-post-content h3 {
    font-size: 20px;
    line-height: 30px
}

.blog-post-content p {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px
}

.blog-post-content div,
.blog-post-content p {
    margin-bottom: 36px
}

.blog-post-content ul {
    list-style-type: disc
}

.blog-post-content ul,
.blog-post-content ol {
    margin-left: 30px
}

.blog-post-content ul li,
.blog-post-content ol li {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 400
}

@media (max-width: 768px) {

    .blog-post-content h2,
    .blog-post-content h3 {
        margin-top: 30px
    }

    .blog-post-content h2 {
        font-size: 22px;
        line-height: 34px
    }

    .blog-post-content p {
        font-size: 16px;
        line-height: 24px
    }

    .blog-post-content div,
    .blog-post-content p {
        margin-bottom: 20px
    }

    .blog-post-content ul li,
    .blog-post-content ol li {
        font-size: 16px
    }
}

.blog-post-content img.nice-left {
    float: left;
    margin-right: 30px
}

.blog-post-content .social-sharing a {
    margin-right: 20px
}

.blog-post-content pre.highlight {
    overflow: scroll
}

header.documentation {
    background-color: #f6f6f6;
    margin-bottom: 40px;
    margin-top: 12px;
    padding-bottom: 0;
    padding-top: 0
}

header.documentation h1 {
    margin-bottom: 24px
}

.docs h2 {
    margin-bottom: 24px
}

.docs .body2.semibold {
    margin-bottom: 16px
}

.docs .spec {
    margin-bottom: 30px
}

.docs li {
    margin-bottom: 8px
}

.docs li a {
    font-weight: 600
}

@media screen and (max-width: 769px) {
    .is-reversed-column-order-mobile {
        display: flex;
        flex-direction: column-reverse
    }
}

header.jobs-header {
    background: #e7dfe0;
    margin-top: 12px;
    padding-bottom: 0;
    padding-top: 0
}

header.jobs-header h1 {
    margin-bottom: 24px
}

.jobs {
    margin-top: 40px
}

.jobs h2 {
    margin-bottom: 24px
}

.jobs h3 {
    margin-top: 16px;
    margin-bottom: 16px
}

.jobs .columns:not(:last-child) {
    margin-bottom: 40px
}

p.stickers {
    font-size: 17px
}

.android-screenshot {
    overflow: hidden;
    position: relative
}

.android-screenshot img {
    bottom: -223px;
    position: absolute;
    width: 240px
}

html[dir=rtl] .bebra-logo {
    margin-left: 40px
}

html[dir=rtl] .navbar-end {
    justify-content: flex-start;
    margin-left: 0;
    margin-right: auto
}

html[dir=rtl] .mobile-screenshots {
    margin-right: 60px
}

html[dir=rtl] .bebra-navbar .language-selector .icon {
    margin-left: 4px;
    margin-right: 0
}

body,
.hero-main {
    background: black !important;
}

.get-bebra-btn,
.confirm-buy-bebra {
    background: #fd4820;
    color: white;
    font-family: Unbounded, -apple-system, Roboto, sans-serif;
    font-weight: 500;
    cursor: pointer;
    z-index: 1;
}

.get-bebra-btn:hover {
    background: white;
    color: black;
}

.confirm-buy-bebra:hover {
    background: white;
    color: black;
    border: 3px solid black;
}

.underbtn-grey-text {
    color: hsla(0, 0%, 100%, .6);
    margin-top: 10px;
    font-size: 0.85rem;
}

.bebra-email {
    font-family: Unbounded, -apple-system, Roboto, sans-serif;
    font-size: 25px !important;
}

.bebra-title {
    font-family: Unbounded, -apple-system, Roboto, sans-serif;
}

.modal-card-title {
    font-family: Unbounded, -apple-system, Roboto, sans-serif;
}

.grey-subtitle {
    color: hsla(0, 0%, 100%, .7);
}

.navbar-item {
    background: white;
    border-radius: 15px;
    margin-right: 20px;
    height: 40px;
    font-weight: 700;
    border: 3px solid white;
    cursor: pointer;
    display: inline;
}

.navbar-item:hover {
    background: transparent !important;
    border-radius: 15px;
    margin-right: 20px;
    height: 40px;
    font-weight: 700;
    color: #4a4a4a !important;
    border: 3px solid #4a4a4a;
    text-decoration: none;
}

.pricing-plan {
    background-color: #f5f5f5 !important;
    border-radius: 12px;
    padding: 20px;
    cursor: pointer;
    border: 5px solid;
    box-shadow: 10px 15px 40px rgba(83, 91, 110, 0.51);
}

.plan-price-amount {
    font-family: Unbounded, -apple-system, Roboto, sans-serif;
    font-weight: 900 !important;
}

.plan-header {
    font-family: Unbounded, -apple-system, Roboto, sans-serif;
    border-radius: 30px;
    font-size: 2rem !important;
    padding: 10px 0 5px 0 !important;
}

.buy-bebra-btn {
    color: black;
    background: white;
    border: 2px solid black;
    cursor: pointer;
}

.buy-bebra-btn:hover {
    color: white;
    background: rgb(253, 73, 33);
    border: 2px solid black;
}

.icon-3x {
    filter: brightness(0%);
}

.modal-card {
    margin-top: 20px;
}

.sberpay-btn {
    background: #219f38;
}

.modal-card-title {
    margin: 10px;
    font-weight: 700;
}

.ps-system-img {
    max-height: 1.5rem;
}

.input-email {
    border-radius: 8px;
}

footer {
    padding: 3rem 0 2rem !important
}

.lottie-wrapper {
    justify-content: center;
}

.lottie-animation-speedtest {
    width: 512px;
    padding: 0;
    border-radius: 512px;
    background: transparent;
    padding-right: 10px;
}

.lottie-animation-chat {
    background: transparent;
}

@media (min-width: 768px) {
    .lottie-animation-speedtest {
        width: 512px !important;
        margin-bottom: -200px;
        margin-top: -100px;
        margin-right: 100px;
    }

    .lottie-animation-chat {
        width: 512px !important;
        margin-top: -70px;
    }

    .bebra-world {
        margin-top: 100px;
        margin-left: 50px;
    }

    .plan-price-amount {
        font-size: 3.5rem !important;
    }
}

@media (max-width: 768px) {
    .get-bebra-btn {
        font-size: 1.1rem !important;
    }

    .grey-subtitle {
        font-size: 0.95rem !important;
    }

    .underbtn-grey-text {
        font-size: 0.7rem !important;
    }

    .plan-price-amount {
        font-size: 2rem !important;
    }

    .plan-header {
        font-size: 1.2rem !important;
    }

    .help {
        font-size: 0.7rem !important;
    }

    .mb-0-touch {
        margin-bottom: 0 !important;
    }

    .bebra-info-btn {
        font-size: 1rem !important;
    }

    .buy-bebra-btn {
        font-size: 1rem !important;
    }

    .pricing-plan {
        padding: 6px !important;
    }

    .bebra-title {
        font-size: 2.3rem !important;
    }

    .get-bebra-btn-bottom {
        font-size: 1.2rem !important;
    }

    .modal-card-title {
        max-width: 70vw !important;
        font-size: 1.3rem !important;
    }

    .modal-card {
        margin: 0 !important;
        max-height: 100vh !important;
    }

    .modal-card-head {
        border-top-left-radius: 0 !important;
        border-top-right-radius: 0 !important;
        border: 0 !important;
    }

    .modal-card-body {
        border-bottom-left-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
    }

    .delete {
        margin-bottom: 40px !important;
        margin-left: 15px !important;
    }

    .payment-advantage {
        font-size: 0.9rem;
        padding: 0.8rem;
    }

    .why-bebra {
        padding: 0 10px
    }

    .buy-bebra-title {
        margin-top: 1.5rem !important;
    }

    .navbar-item {
        font-size: 0.8rem !important;
        padding: 5px !important;
        margin-right: 5px !important;
    }
}

.speedtest-wrapper-mobile {
    margin-top: -90px;
    margin-bottom: -50px;
}

.navbar-container {
    display: inline !important;
    padding-top: 15px !important;
    position: relative !important;
}

.navbar {
    padding-top: 15px !important;
    background: transparent;
    border: 0;
}

.get-bebra-btn-bottom {
    background: white;
    color: black;
    font-family: Unbounded, -apple-system, Roboto, sans-serif;
    font-weight: 500;
    position: fixed;
    bottom: 25px;
    left: 0px;
    width: 95% !important;
    margin-left: 2.5%;
    border-radius: 16px;
    display: none;
}

.get-bebra-btn-bottom:hover {
    background: #fd4820;
    color: white;
}

.bebra-world {
    width: 70%;
}

.buy-box {
    cursor: pointer;
    border: 3px solid #fcfcfc;
    border-radius: 16px;
    background: #fcfcfc;
    box-shadow: 0 .5em 1em -.125em rgba(10, 10, 10, .21), 0 0 0 1px rgba(10, 10, 10, .02) !important;
}

.buy-box-sber {
    cursor: pointer;
    color: white;
    border: 3px solid #219f38;
    background: #219f38;
}

.buy-box:hover {
    cursor: pointer;
    border: 3px solid #4a4a4a;
}

.buy-box-sber:hover {
    cursor: pointer;
    border: 3px solid #006512;
}

.modal-card-head {
    padding-bottom: 0;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.modal-card-body {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.dayly-promo {
    padding: 3px 7px;
    height: 24px;
    color: white;
    background-color: black;
    border-radius: 5px;
    font-weight: 700;
    transform: rotate(5deg);
}

.pay-button-text {
    font-size: 1rem;
    font-weight: 700;
}

.payment-advantage {
    padding: 1.2rem;
    background-color: #eeeeee;
    border-radius: 10px;
}

.lottie-animation-payment {
    background: none;
    max-height: 80px;
    padding: 0;
}

.store-badge {
    max-height: 40px;
}

.download-button {
    margin: 15px 10px !important;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .is-shown-ipad {
        display: block !important;
    }

    .is-hidden-ipad {
        display: none !important;
    }

    .try-header {
        font-size: 1.3rem !important;
    }

    .buy-bebra-btn {
        font-size: 1.1rem !important;
    }

    .is-full-ipad {
        width: 100% !important;
    }

    .speedtest-wrapper-mobile {
        margin-top: -30px !important;
        margin-bottom: 90px !important;
    }

    .why-bebra {
        padding: 0 10px
    }

    .mobile-screenshots {
        margin-left: 50px;
    }

    .navbar {
        margin-top: 10px;
    }
}

.r-logo {
    font-size: 16px;
    vertical-align: text-top;
}

.payment-method-icon {
    height: 17px;
    margin-right: 5px;
}

.pricing-plan-try {
    background: #00fa8e !important;
    border: none;
    box-shadow: 10px 15px 40px rgba(83, 91, 110, 0.21);
}

.check-icon {
    margin: 5px 10px 0 0;
}

.ml-26px {
    margin-left: 26px;
}

.speed-test-video {
    width: 300px;
}

.speed-test-video-mobile {
    width: 300px;
    margin: 50px 0;
}

#download {
    padding-top: 0
}

.app-badge {
    display: none;
}

.footer-info {
    padding: 0 24px;
}

.is-scrollable {
    overflow-y: auto;
}

.dashboard {
    display: flex;
    flex-direction: row;
}

.dashboard.is-full-height {
    height: 100vh;
}

.dashboard-panel {
    position: fixed;
    width: 300px;
    display: flex;
    flex-direction: column;
    padding: 2rem 1.5rem;
    flex: 0 0 25rem;
    height: 100%;
}

.dashboard-panel.left {
    flex: 0 0 25rem;
}

.dashboard-panel.right {
    flex: 0 0 25rem;
}

.dashboard-panel.has-thick-padding {
    padding: 3rem 2rem;
}

.dashboard-panel.is-one-quarter {
    flex: 0 0 25%;
}

.dashboard-panel.is-half {
    flex: 0 0 50%;
}

.dashboard-panel.is-one-third {
    flex: 0 0 33.3333333333%;
}

.dashboard-panel.is-small {
    flex: 0 0 15rem;
}

.dashboard-panel.is-medium {
    flex: 0 0 20rem;
}

.dashboard-panel.is-large {
    flex: 0 0 30rem;
}

.dashboard-panel-header.is-centered,
.dashboard-panel-content.is-centered,
.dashboard-panel-footer.is-centered {
    display: flex;
    justify-content: center;
}

.dashboard-panel-header {
    margin-bottom: 2rem;
}

.dashboard-panel-main {
    flex: 1;
}

.dashboard-panel-footer {
    margin-top: 2rem;
}

.dashboard-main {
    display: flex;
    flex: 1;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

@media screen and (min-width: 1024px){
    .dashboard-main {
        margin-left: 300px;
    }
}

.dashboard-main .navbar.is-fixed-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}

.dashboard-main .footer {
    flex: 1;
}

#menuToggle {
    display: block;
    position: relative;
    top: 30px;
    left: 30px;

    z-index: 1;

    -webkit-user-select: none;
    user-select: none;
}

#menuToggle a {
    text-decoration: none;
    color: #232323;

    transition: color 0.3s ease;
}

#menuToggle a:hover {
    color: tomato;
}


#menuToggle input {
    display: block;
    width: 40px;
    height: 32px;
    position: absolute;
    top: -7px;
    left: -5px;

    cursor: pointer;

    opacity: 0;
    z-index: 2;

    -webkit-touch-callout: none;
}

#menuToggle span {
    display: block;
    width: 33px;
    height: 4px;
    margin-bottom: 5px;
    position: relative;

    background: #1e1e1e;
    border-radius: 3px;

    z-index: 1;

    transform-origin: 4px 0px;

    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
        background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
        opacity 0.55s ease;
}

#menuToggle span:first-child {
    transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2) {
    transform-origin: 0% 100%;
}

#menuToggle input:checked~span {
    opacity: 1;
    transform: rotate(45deg) translate(-2px, -1px);
    background: #232323;
}


#menuToggle input:checked~span:nth-last-child(3) {
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2);
}

#menuToggle input:checked~span:nth-last-child(2) {
    transform: rotate(-45deg) translate(0, -1px);
}

#menu {
    position: absolute;
    width: 300px;
    margin: -100px 0 0 -50px;
    padding: 50px;
    padding-top: 125px;

    background: #ededed;
    list-style-type: none;
    -webkit-font-smoothing: antialiased;

    transform-origin: 0% 0%;
    transform: translate(-100%, 0);

    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);
}

#menu li {
    padding: 10px 0;
}

#menuToggle input:checked~ul {
    transform: none;
}