body, .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: 'Apollo';
    letter-spacing: 0.04rem;
}

.text-monospace {
    font-family: monospace;
}

#sparks li {
    padding: 6px 10px;
}

.smart-style-1 .btn.btn-ribbon {
    background: #333;
    padding-top: 1px;
}

#extr-page #header {
    background: #000!important;
}

@font-face {
    font-weight: 400;
    font-style: normal;
    font-family: 'Apollo';
    
    src: url('https://cdn.fly.co/assets/apollo-regular.otf') format('opentype');
}

table.products .badge {
    display: inline;
    padding: 0px 5px;
}
table.products td.product-photo {
    text-align: center;
}
table.products td.product-photo img.icon {
    width: 4rem;
    background: white;
    border: 1px solid lightgray;
    object-fit: contain;
    border-radius: 4px;
    aspect-ratio: 1;
}
table.products td {
    vertical-align: middle!important;
}
table#products td {
    cursor: default;
}
table#items .product-photo .badge {
    position: absolute;
    margin-left: -1rem;
    margin-top: -0.5rem;
    display: inline-block;
    font-size: 10px;
    box-shadow: inset 1px 1px 0 rgb(0 0 0 / 10%), inset 0 -1px 0 rgb(0 0 0 / 7%);
    color: #fff;
    font-weight: 700;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    padding: 2px 4px 3px;
    text-align: center;
    line-height: normal;
}
table#orders td {
    color: #6d7175;
    vertical-align: middle;
}
table#orders > tbody > tr > td {
    cursor: pointer;
}
table#orders tr.refunded td:not(.prevent-strikethrough), table#orders tr.refunded td:not(.prevent-strikethrough) .badge {
    text-decoration: line-through;
}
table#orders a > i.fa {
    vertical-align: middle;
    display: inline-block;
}
table#orders .order-detail > td:first-child {
    padding-top: 0px;
    padding-bottom: 0px;
    background: #d4d4d4;
    padding-left: 2.3em;
    padding-right: 0;
}
table#orders .order-detail .order-disbursements td.short:first-child {
    width: 1%;
    white-space: nowrap;
}
table#orders .order-detail td {
    border-left: 1px solid #d2d2d2;
    border-right: 1px solid #d2d2d2;
}
table#orders .order-detail ul {
    margin-bottom: 0;
    list-style-type: none;
}

.show-inactive-switch {
    width: 60px;
}

.show-inactive-switch .onoffswitch-switch {
    right: 41px;
}

.alert a {
    text-decoration: underline;
    text-decoration-style: dotted;
}

.alert a:hover {
    text-decoration: none;
}

.onboarding-title {
    letter-spacing: 1px;
}

#logo {
    
}

#logo #hide-menu {
    display: inline;
}

#logo .side-panel-toggle {
    height: 23px;
}

#logo .logo-link {
    
}

#logo a.side-panel-toggle {
    
}

@media (max-width: 979px) {
    #logo {
        margin-top: 0px;
    }

    #logo a.side-panel-toggle {
        width: 30px!important;
    }
}

@media (min-width: 980px) {
    #logo {
        margin-top: 16px;
    }
    
    #logo #hide-menu {
        display: none;
    }
}

@media (min-width: 881px) and (max-width: 979px) {
    #logo a.side-panel-toggle {
        padding-top: 4px;
    }

    #logo .logo-link {
        vertical-align: 2px;
    }
}

@media (max-width: 880px) {
    #logo a.side-panel-toggle {
        height: 33px!important;
        vertical-align: -4px;
    }
}

@media (max-width: 767px) {
    #logo #hide-menu i {
        color: white;
    }

    #sparks {
        display: none;
    }
}

@media (min-width: 500px) and (max-width: 767px) {
    
}

@media (min-width: 320px) and (max-width: 479px) {
    #logo img {
        width: 74px;
        vertical-align: -11px;
    }
}