/* NORMALIZE */

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block;}audio,canvas,video{display:inline-block;}audio:not([controls]){display:none;height:0;}[hidden]{display:none;}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;}body{margin:0;}a:focus{outline:thin dotted;}a:active,a:hover{outline:0;}h1{font-size:2em;margin:0.67em 0;}abbr[title]{border-bottom:1px dotted;}b,strong{font-weight:bold;}dfn{font-style:italic;}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0;}mark{background:#ff0;color:#000;}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em;}pre{white-space:pre-wrap;}q{quotes:"\201C" "\201D" "\2018" "\2019";}small{font-size:80%;}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;}sup{top:-0.5em;}sub{bottom:-0.25em;}img{border:0;}svg:not(:root){overflow:hidden;}figure{margin:0;}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em;}legend{border:0;padding:0;}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0;}button,input{line-height:normal;}button,select{text-transform:none;}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer;}button[disabled],html input[disabled]{cursor:default;}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0;}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box;}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none;}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0;}textarea{overflow:auto;vertical-align:top;}table{border-collapse:collapse;border-spacing:0;}


/* BODY */

* { outline: none !important }
html,
body {
    min-height: 100vh;
    width: 100%;
    padding: 0px;
    margin: 0px;
}
body {
    font-family: 'Titillium Web', sans-serif;
    font-size: 1em;
    line-height: 1.25;
    color: #3c3c3c;
    background-color: #fff;
}
#container {
    min-height: 100vh;
    width: 100%;
    padding: 0;
    background-color: #fafafa;
}
.valign-wrapper { min-height: 100% }
.valign { width: 100% }
.row.valign {
    position: relative;
    text-align: center;
    margin: 0 auto;
    width: 100%;
}
svg { max-height: 100% }
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
-webkit-tap-highlight-color: transparent;


/* TRANSITIONS */

.fade_fast,
.fade_fast a {
    -moz-transition: all 0.25s ease-in;
    -o-transition: all 0.25s ease-in;
    -webkit-transition: all 0.25s ease-in;
    transition: all 0.25s ease-in;
}
.fade_reg,
.fade_reg a {
    -moz-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
}
.fade_slow,
.fade_slow a {
    -moz-transition: all 0.75s ease-in;
    -o-transition: all 0.75s ease-in;
    -webkit-transition: all 0.75s ease-in;
    transition: all 0.75s ease-in;
}


/* CUSTOM CLASSES */

.outer_table {
    display: table;
    width: 100%;
    height: calc(100% - 60px) !important;
}
.inner_table {
    display: table-cell;
    vertical-align: middle;
}
.no-margin { margin: 0 !important }
.no-margin-top { margin-top: 0 !important }
.no-margin-bottom { margin-bottom: 0 !important }
.centered { text-align: center }
.full_width { width: 100% !important }
.disabled { pointer-events: none !important }
.dimmed { opacity: 0.25 }
.dark { background-color: #414042 }
.front_and_center { z-index: 2147483647 !important }
.really_hidden { z-index: -2147483647 !important }
.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.no-wrap { white-space: nowrap }
.min-width-250 { min-width: 250px }
.clearfix:after {
    content:"";
    display:block;
    clear:both;
}
.row.last { margin-bottom: 0px }
.orange_underline { border-bottom: 0.15em solid #e45323 }
.align-center { text-align: center !important }
.align-left { text-align: left !important }
.align-right { text-align: right !important }
.btn {
    white-space: nowrap;
    display: inline-block;
    height: auto;
    line-height: 1;
    padding: 1rem 1.25rem;
    -webkit-box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
    box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
    text-transform: uppercase;
    text-decoration: none;
    background-color: #031f9c;
    border: 2px solid #031f9c;
    color: #fff;
    border-radius: 5px;
    letter-spacing: 0.75px;
    font-weight: 400;
    font-size: 12px;
    cursor: pointer;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;

}
.btn:hover {
    background-color: transparent;
    color: #031f9c;
}


/** SLIDE OUT NAVIGATION **/

a.sidenav-trigger {
    display: none;
    position: fixed;
    top: 1rem;
    right: 1rem;
    z-index: 10000;
    color: #031f9c;
}
@media only screen and (max-width: 992px) {
    a.sidenav-trigger { display: block }
}
#slide-out {
    background-color: #fff;
    box-shadow: none !important;
    width: 250px !important;
}
#logo-container {
    background-color: #fff !important;
    padding: 2rem;
}
#sidebar-logo {
    width: auto;
    height: 45px;
    display: block;
    margin: 0 auto;
}
.sidenav li,
.sidenav li.active,
.sidenav li.active:hover,
.sidenav .collapsible-header:hover {
    background-color: #ffffff;
    color: #252525;
}
li.parent {
    padding: 0 1rem !important;
    border: none !important;
    line-height: 1;
}
li.active-sub {
    background-color: #f3f3f3 !important;
    border-right: 5px solid #ffae00;
}
li.parent.active { border-bottom: 0 }
li.parent.active a.collapsible-header i { transform: rotate(180deg) }
.sidenav li div.collapsible-body li { background-color: #fff }
.sidenav li > a {
    cursor: pointer !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 400;
    font-size: 10px !important;
    color: #252525;
    height: 40px !important;
    line-height: 40px !important;
    -moz-transition: all 0.25s ease-in;
    -o-transition: all 0.25s ease-in;
    -webkit-transition: all 0.25s ease-in;
    transition: all 0.25s ease-in;
}
.sidenav li.active a {
    color: #fff;
    background-color: #f7f7f7 !important;
    color: #252525;
}
.sidenav li > a > i {
    color: #fab010 !important;
    -moz-transition: all 0.25s ease-in;
    -o-transition: all 0.25s ease-in;
    -webkit-transition: all 0.25s ease-in;
    transition: all 0.25s ease-in;
}
.sidenav li.active .collapsible-body li a { color: #252525 }
.sidenav li > a.collapsible-header > i.material-icons {
    float: right;
    margin: 0 0 0 32px;
    height: 40px;
    line-height: 40px;
    color: #fab010 !important;
}
a.collapsible-header {
    cursor: pointer !important;
    border-radius: 50px;
    padding: 0 1rem;
}
a.collapsible-header:hover { background-color: #f7f7f7 !important }
.sidenav li > a:hover { background-color: #f3f3f3 }
.collapsible-body { padding-top: 0.5rem !important }
.sidenav li div.collapsible-body li {
    background-color: #fff;
    display: inline-block;
    width: 100%;
    color: #fab010 !important;
    font-size: 18px;
    margin: 0 1rem 0 0 !important;
}
.sidenav .collapsible-body li a,
.sidenav.fixed .collapsible-body li a { padding: 0 1rem }
.sidenav .collapsible-body ul li a {
    background-color: #fff !important;
    height: 35px !important;
    line-height: 35px !important;
    font-size: 10px !important;
}
.sidenav div.collapsible-body ul li a > i {
    height: 35px !important;
    line-height: 35px !important;
    font-size: 14px;
    margin: 0 0.25rem 0 0.5rem !important;
}
.sidenav li.active .collapsible-body li a:hover {
    background-color: #f7f7f7 !important;
    border-radius: 50px;
}


/** NAVIGATION LOGO **/

#nav_logo_container {
    position: absolute;
    top: 2rem;
    left: 0;
    width: 100%;
}
#nav_logo {
    display: block;
    max-height: 40px;
    width: 90%;
    max-width: 300px;
    margin: 0 auto;
}


/* TOOLTIPS */

a.tooltipped {
    color: #d0d0d0;
    cursor: pointer;
}
a.tooltipped i { font-size: 14px !important }
.material-tooltip {
    font-size: 1rem;
    font-weight: 300;
    border-radius: 5px;
    font-family: 'Titillium Web', sans-serif;
}


/* INPUTS */

::-webkit-input-placeholder {
    font-size: 1rem;
    text-transform: none;
    letter-spacing: 0px;
}
input:not([type]), input[type=text]:not(.browser-default), input[type=password]:not(.browser-default), input[type=email]:not(.browser-default), input[type=url]:not(.browser-default), input[type=time]:not(.browser-default), input[type=date]:not(.browser-default), input[type=datetime]:not(.browser-default), input[type=datetime-local]:not(.browser-default), input[type=tel]:not(.browser-default), input[type=number]:not(.browser-default), input[type=search]:not(.browser-default), textarea.materialize-textarea {
    -webkit-appearance: none;
    border: none !important;
    outline: none;
    font-family: 'Titillium Web', sans-serif;
    width: 100%;
    padding: 0 1rem;
    color: #585759;
    font-size: 0.95rem;
    font-weight: 300;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 0 0 1px rgba(50,50,93,.1), 0 2px 5px 0 rgba(50,50,93,.08), 0 1px 1.5px 0 rgba(0,0,0,.07), 0 1px 2px 0 rgba(0,0,0,.08), 0 0 0 0 transparent !important;
}


/* SELECT ELEMENTS */

.select-wrapper span.caret {
    top: 50%;
    transform: translateY(-50%);
    right: 1rem;
    z-index: 10000;
    position: absolute;
    font-size: 12px;
}
.dropdown-content {
    border-radius: 5px !important;
    overflow: scroll;
    max-height: 300px;
    z-index: 100000;
}
.dropdown-content li {
    border-bottom: 1px solid #f1f1f1;
    font-family: 'Titillium Web', sans-serif;
}
.dropdown-content li:last-child { border-bottom: none }
.dropdown-content li > a, .dropdown-content li > span {
    font-size: 14px;
    color: #3a3a3c;
    line-height: 14px;
    padding: 14px 16px;
    letter-spacing: 0.25px;
}


/* LABELS */

.input-field label,
.select-wrapper label {
    color: #252525 !important;
    font-family: 'Titillium Web', sans-serif;
    top: 0px;
    font-size: 10px !important;
    letter-spacing: 0.75px;
    text-transform: uppercase;
    font-weight: 600 !important;
}
.select-wrapper label {
    display: block;
    text-align: left;
    top: -7.5px !important;
    position: relative;
}


/* SWEET ALERT */

.swal2-container { z-index: 10000 !important }
.swal2-popup.swal2-modal { padding: 1rem 2rem 2rem !important }
.swal2-icon { margin-bottom: 1rem !important }
h2#swal2-title {
    font-family: 'Titillium Web', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 600;
    font-size: 1.75rem;
    margin-bottom: 0;
}
.swal2-popup #swal2-content {
    font-family: 'Titillium Web', sans-serif;
    font-size: 1rem !important;
}
.swal2-popup.larger-text #swal2-content {
    font-size: 1.25rem !important;
}
.swal2-popup .swal2-styled {
    letter-spacing: 1px;
    font-weight: 300;
    font-size: 0.95rem !important;
    -webkit-transition: all .15s ease !important;
    transition: all .15s ease !important;
    -webkit-box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08) !important;
    box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08) !important;
}
.swal2-popup .swal2-styled:focus,
.swal2-popup .swal2-styled:hover {
    -webkit-transform: translateY(-1px) !important;
    transform: translateY(-1px) !important;
    -webkit-box-shadow: 0 7px 14px rgba(50,50,93,.1), 0 3px 6px rgba(0,0,0,.08) !important;
    box-shadow: 0 7px 14px rgba(50,50,93,.1), 0 3px 6px rgba(0,0,0,.08) !important;
}


/* BUTTON LOADER */

span.loader {
    opacity: 1;
    width: 1.25rem;
    height: 1.25rem;
    position: relative;
    color: #fff;
    display: block;
    margin: 0 auto;
    z-index: 1;
    -webkit-transition: all .3s;
    transition: all .3s;
    transition-timing-function: ease-in;
    -webkit-animation: ld-spin-fast 1s infinite;
    animation: ld-spin-fast 1s infinite;
    -webkit-animation-play-state: running;
    animation-play-state: running;
}
span.loader:after {
    position: absolute;
    margin: auto;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: " ";
    display: inline-block;
    background: center center no-repeat;
    background-size: cover;
    border-radius: 50%;
    border-style: solid;
    border-width: 0.15em;
    -webkit-background-clip: padding-box;
    border-color: currentColor currentColor currentColor transparent;
    box-sizing: border-box;
}
button span.text { display: block }
button span.loader,
button span.success,
button.loading span.text,
button.success span.text,
button.success span.loader { display: none }
button.loading span.loader,
button.success span.success {
    display: block;
    pointer-events: none !important;
}
@keyframes ld-spin-fast {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    50% {
        -webkit-transform: rotate(900deg);
        transform: rotate(900deg);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    100% {
        -webkit-transform: rotate(1800deg);
        transform: rotate(1800deg);
    }
}
@-webkit-keyframes ld-spin-fast {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    50% {
        -webkit-transform: rotate(900deg);
        transform: rotate(900deg);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    100% {
        -webkit-transform: rotate(1800deg);
        transform: rotate(1800deg);
    }
}


/* STRIPE CREDIT CARD FORM */

form#stripe-form {
    width: calc(500px - 1.5rem);
    max-width: 90%;
    margin: 3rem auto 0;
}
form#stripe-form button {
    -webkit-appearance: none;
    display: block;
    padding: 1rem;
    margin: 1.25rem 0 0 0;
    width: 100%;
    background: #e45323;
    border-radius: 4px;
    font-size: 0.85rem;
    font-weight: 300;
    line-height: 1.35;
    text-transform: uppercase;
    letter-spacing: .025em;
    color: #fff;
    cursor: pointer;
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    -webkit-box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
    box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
}
form#stripe-form button:focus,
form#stripe-form button:hover {
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
    -webkit-box-shadow: 0 7px 14px rgba(50,50,93,.1), 0 3px 6px rgba(0,0,0,.08);
    box-shadow: 0 7px 14px rgba(50,50,93,.1), 0 3px 6px rgba(0,0,0,.08);
}
.StripeElement {
    border: none !important;
    text-align: center;
    outline: none !important;
    font-family: 'Titillium Web', sans-serif;
    width: 100% !important;
    position: relative;
    display: block;
    height: 3rem;
    padding: 13px 12px;
    color: #585759;
    cursor: pointer;
    font-size: 1.15rem !important;
    font-weight: 300;
    margin: 0 0 1rem 0 !important;
    box-sizing: border-box !important;
    background-color: #fff !important;
    border-radius: 4px !important;
    box-shadow: 0 0 0 1px rgba(50,50,93,.1), 0 2px 5px 0 rgba(50,50,93,.08), 0 1px 1.5px 0 rgba(0,0,0,.07), 0 1px 2px 0 rgba(0,0,0,.08), 0 0 0 0 transparent !important;
}
.StripeElement--focus { box-shadow: 0 1px 3px 0 #cfd7df }
.StripeElement--invalid { border-color: #fa755a }
.StripeElement--webkit-autofill { background-color: #fefde5 !important }
#card-errors {
    font-family: 'Titillium Web', sans-serif;
    line-height: 1;
}

/* MOBILE */

@media screen and (max-width: 600px) {
    form#stripe-form { max-width: calc(90% - 1.5rem) }
}


/* LEFT NAVIGATION */

#left-nav {
    display: inline-block;
    float: left;
    width: 250px;
    height: 100vh;
    background-color: #f5f5f5;
    padding: 2rem 0.75rem;
}
#left-nav .logo {
    width: 200px;
    margin: 0 auto 2rem !important;
    display: block;
}
.vertical-nav-btn {
    position: relative;
    padding: 0 1rem;
    font-size: 0.75rem !important;
    font-weight: 300;
    letter-spacing: 0.5px;
    cursor: pointer;
    display: block;
    margin-bottom: 1.5rem;
    color: #404041;
}
.vertical-nav-btn i {
    margin-right: 1rem;
    float: left;
    font-size: 1rem;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.vertical-nav-btn.selected i,
.vertical-nav-btn:hover i { color: #f54600 }
.vertical-nav-btn a { color: #3c3c3c }
.vertical-nav-child-container {
    display: none;
    margin-bottom: 2rem;
    position: relative;
}
.vertical-nav-child-container a {
    padding: 0 1rem;
    padding-left: calc(15px + 2rem);
    font-size: 0.75rem !important;
    font-weight: 300;
    letter-spacing: 0.5px;
    cursor: pointer;
    display: block;
    margin-bottom: 0.75rem;
    color: #404041;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.vertical-nav-child-container a:last-child {
    margin-bottom: 0 !important;
}
.vertical-nav-child-container a.selected,
.vertical-nav-child-container a:hover { color: #f54600 }
.vertical-nav-child-container span.badge.new,
.vertical-nav-btn span.badge.new {
    font-weight: 300;
    font-size: 10px;
    color: #fff;
    background-color: #e45323;
    border-radius: 2px;
    padding: 0 5px;
    text-transform: uppercase;
    height: 18px;
    line-height: 18px;
    font-family: 'Titillium Web', sans-serif;
    min-width: unset;
    top: -2px !important;
}
.vertical-nav-child-container span.badge.new:after,
.vertical-nav-btn span.badge.new:after { content: "" }


/** OPTIONS **/

#options {
    text-align: right;
    padding: 0 0 1.5rem;
}
#options i {
    display: inline-block;
    float: right;
    height: 30px;
    line-height: 30px;
    width: 30px;
    border-radius: 50%;
    text-align: center !important;
    background-color: #e7e6e6;
    font-size: 18px;
    cursor: pointer;
    margin-left: 0.5rem;
    -moz-transition: all 0.25s ease-in;
    -o-transition: all 0.25s ease-in;
    -webkit-transition: all 0.25s ease-in;
    transition: all 0.25s ease-in;
}
#options a i { color: #3c3c3c }
#options i.selected,
#options i:hover {
    color: #fff;
    background-color: #e45323;
}
#options span {
    text-align: center;
    font-size: 17px;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    letter-spacing: 0px;
    font-family: 'Titillium Web', sans-serif;
    float: right;
    margin-right: 1rem;
}


/* RIGHT CONTENT */

#content { margin: 0 }
#right-content {
    overflow: scroll;
    display: inline-block;
    float: left;
    width: calc(100% - 250px);
    max-width: unset;
    height: 100vh;
    padding: 0;
    background-color: #ffffff;
}
#right-content.floating {
    background-color: #f5f5f5;
    padding: 1.5rem 1.5rem 1.5rem 0.5rem;
}
#right-content.floating .table-wrapper {
    display: block;
    overflow: scroll;
    box-shadow: 0 7px 14px 0 rgba(50,50,93,.1), 0 3px 6px 0 rgba(0,0,0,.07);
    border-radius: 5px !important;
    background-color: #fff;
}


/* TABLE */

thead {
    background-color: #3a3a3c;
    border-bottom: 1px solid #3a3a3c;
}
table.highlight tbody tr:hover { background-color: #f5f5f5 }
table.highlight > tbody > tr.highlighted:hover { background-color: #d0d0d0 !important }
tr:last-child { border: 0 !important }
tr.alert,
tr.alert:hover {
    background-color: #ffe1e1 !important;
    border-left: 10px solid #a40000 !important;
}
tr.fixed,
tr.archived { opacity: 0.35 !important }
tr.highlighted { background-color: #d0d0d0 !important }
tr:last-child { border: 0 !important }
td, th {
    padding: 1rem;
    font-size: 10px !important;
    font-weight: 300 !important;
    position: relative;
}
th {
    color: #fff;
    border-radius: 0 !important;
    font-weight: 400 !important;
    white-space: nowrap;
    cursor: pointer;
}
td.icon {
    padding: 0.5rem 1rem !important;
    text-align: center !important;
}
td.icon i {
    font-size: 18px !important;
    display: block;
}
td i {
    padding: 0 1rem !important;
    text-align: center;
    cursor: pointer;
    transition: all 0.5s;
}
td:hover i {
    transform: scale(1.1);
    color: #a40000 !important
}
td.alert:hover i { color: #a40000 !important }
td.success:hover i { color: #00b716 !important }


/* ERROR PAGES */

#error-container { height: 100vh }
#error-container .valign {
    width: 100%;
    text-align: center;
}
#error-container h1 {
    font-family: 'Titillium Web', sans-serif;
    font-size: 5rem;
    margin: 0 0 0.5rem;
    line-height: 1;
}
#error-container h2 {
    font-family: 'Titillium Web', sans-serif;
    font-size: 1.5rem;
    margin: 0;
    line-height: 1;
}
#error-container h3 {
    font-size: 1rem;
    margin: 1.5rem 0 0;
    font-family: 'Titillium Web', sans-serif;
    letter-spacing: 1px;
    line-height: 1;
}
#error-container h3 a { color: #e45323 }


/* MOBILE */

@media screen and (max-width: 992px) {
    #content { padding-left: 0 !important; }
}
@media screen and (max-width: 600px) {

    body { background-color: whitesmoke }
    .btn { font-weight: 400 !important }
    #right-content {
        display: block;
        float: none;
        width: 100%;
        padding: 80px 0 0 !important;
        height: unset;
    }
    #right-content.floating { text-align: center }
    #right-content.floating .table-wrapper { border-radius: 0 !important }
    #left-nav {
        display: block;
        float: none;
        width: 100%;
        padding: 0 !important;
        height: unset;
    }
    #left-nav .logo { display: none }
    .vertical-nav-btn {
        font-size: 0 !important;
        margin: 0;
        padding: 1.5rem 1rem;
    }
    .vertical-nav-child-container.visible {
        width: 100vw;
        margin: 0 !important;
        position: absolute;
        left: 0;
        background-color: whitesmoke;
    }
    .vertical-nav-item {
        display: inline-block;
        float: left;
        width: 20%;
        text-align: center !important;
    }
    .vertical-nav-btn i {
        float: none;
        font-size: 1.5rem;
        margin: 0;
    }
    .vertical-nav-child-container a {
        padding: 0 1rem !important;
    }
    .vertical-nav-btn span.badge.new {
        right: unset;
        left: 50%;
        transform: translate(-60%, 0%);
        width: 20px;
    }
    .vertical-nav-child-container span.badge.new { display: none !important }
    #options { display: inline-block }
    #options i { margin: 0 5px !important }

}
