.bar .logo {
  max-height: 42px;
}
.page-container.horizontal-menu header.navbar .navbar-brand img {
    height: 38px;
}
h2 {
word-break: break-all;
}
:root {
  --main: #35363A;
  --grey-0: #111;
  --grey-1: #222;
  --grey-2: #444;
  --text-white: #fff;
}

@media (prefers-color-scheme: dark) {
  .bar:not(.bg--dark):not(.bar--transparent) .logo-light {
    display: unset;
  }

  .logo-dark {
    display: none;
  }

  html, body {
    background: var(--main) !important;
    color: var(--text-white) !important;
  }

  a {
    color: #fff;
  }

  .bg--secondary {
    background: var(--grey-1);
  }

  .lead {
    color: var(--text-white);
  }

  .menu-horizontal>li>a,
  .menu-horizontal>li>span,
  .menu-horizontal>li>.modal-instance>.modal-trigger {
    color: var(--text-white);
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  .h1,
  .h2,
  .h3,
  .h4,
  .h5,
  .h6 {
    color: var(--text-white) !important;
  }

  .boxed:not([class*='bg-']) {
    background: var(--main);
  }

  .boxed.boxed--border {
    border: 1px solid var(--grey-1);
  }

  section:not(.imagebg):not([class*='bg-'])+section.bg--secondary,
  section.bg--secondary:not(.imagebg)+section:not(.imagebg):not([class*='bg-']),
  section.bg--secondary:not(.imagebg)+section:not(.imagebg):not([class*='bg-']) {
    border-top: 1px solid var(--grey-2);
  }

  footer:not(.bg--primary):not(.bg--dark) a {
    color: var(--text-white);
  }

  .fileManagerList .fileListing>div:nth-child(2n+1) {
    background-color: var(--grey-1);
  }

  .fileManagerList .fileListing>div {
    border-bottom: 1px solid var(--grey-2);
  }

  .fileManagerList .fileListing {
    border-top: 1px solid var(--grey-2);
    border-right: 1px solid var(--grey-2);
    border-left: 1px solid var(--grey-2);
  }

  body .page-container .sidebar-menu {
    background: var(--grey-1);
    color: var(--text-white);
  }

  .page-container .sidebar-menu #folderTreeview li a.jstree-clicked,
  .page-container .sidebar-menu #folderTreeview li a.jstree-clicked:hover,
  .page-container .sidebar-menu #folderTreeview li .jstree-clicked a:hover,
  .page-container .sidebar-menu #folderTreeview li a:hover {
    color: var(--text-white);
    background-color: var(--main) !important;
  }

  .page-container .sidebar-menu #folderTreeview li a {
    color: var(--text-white);
  }

  .toolbar-container {
    background-color: var(--grey-1);
    border-bottom: 1px solid var(--grey-2);
  }

  .btn-white {
    color: var(--text-white);
    background-color: var(--grey-1);
    border-color: var(--main);
  }

  .btn-white:hover,
  .btn-white:focus,
  .btn-white:active,
  .btn-white.active,
  .open .dropdown-toggle.btn-white {
    color: var(--text-white);
    background-color: var(--grey-1);
  }

  .btn-white>.caret {
    border-top-color: var(--text-white);
    border-bottom-color: var(--text-white) !important;
  }

  .btn-breadcrumb .btn.btn-white.mid-item:after {
    border-left: 10px solid var(--grey-2);
    display: none;
  }

  .btn-breadcrumb .btn.btn-white.mid-item:before {
    border-left: 10px solid var(--grey-2);
    display: none;
  }

  .btn-white.disabled,
  .btn-white[disabled],
  fieldset[disabled] .btn-white,
  .btn-white.disabled:hover,
  .btn-white[disabled]:hover,
  fieldset[disabled] .btn-white:hover,
  .btn-white.disabled:focus,
  .btn-white[disabled]:focus,
  fieldset[disabled] .btn-white:focus,
  .btn-white.disabled:active,
  .btn-white[disabled]:active,
  fieldset[disabled] .btn-white:active,
  .btn-white.disabled.active,
  .btn-white[disabled].active,
  fieldset[disabled] .btn-white.active {
    background-color: var(--main);
  }

  .fileManagerIcon .fileListing .fileIconLi:hover,
  .fileManagerList .fileListing .fileIconLi:hover,
  .fileManagerList .fileListing .fileIconLi>li:nth-child(2n+1):hover {
    border-color: var(--grey-2);
  }

  .table--alternate-row tbody tr:nth-child(even) {
    background: var(--grey-1);
  }

  table th {
    background: var(--grey-1);
    color: #fff;
  }

  table.border--round {
    border: 1px solid var(--grey-1);
  }

  .download-page a.btn-subtle {
    border-color: var(--grey-2);
  }

  .sidebar-menu .remaining-storage .left-section-wrapper:hover {
    background-color: var(--grey-1) !important;
  }

  .pagination>li>a,
  .pagination>li>span {
    background-color: var(--grey-2);
    border: 1px solid var(--grey-1);
  }

  .pagination>.active>a,
  .pagination>.active>span,
  .pagination>.active>a:hover,
  .pagination>.active>span:hover,
  .pagination>.active>a:focus,
  .pagination>.active>span:focus {
    background-color: var(--grey-1);
    border-color: var(--grey-1);
  }

  .pagination>.disabled>span,
  .pagination>.disabled>span:hover,
  .pagination>.disabled>span:focus,
  .pagination>.disabled>a,
  .pagination>.disabled>a:hover,
  .pagination>.disabled>a:focus {
    color: var(--text-white);
    background-color: var(--grey-2);
    border-color: var(--grey-1);
  }

  .pagination>li>a:hover,
  .pagination>li>span:hover,
  .pagination>li>a:focus,
  .pagination>li>span:focus {
    background-color: var(--grey-1);
  }


  .file-browse-container-wrapper .section-wrapper {
    background-color: var(--grey-1);
  }

  .table-bordered {
    border: 1px solid var(--grey-1);
  }

  .table-bordered>thead>tr>th,
  .table-bordered>tbody>tr>th,
  .table-bordered>tfoot>tr>th,
  .table-bordered>thead>tr>td,
  .table-bordered>tbody>tr>td,
  .table-bordered>tfoot>tr>td {
    border: 1px solid var(--grey-2);
  }

  .table-striped>tbody>tr:nth-child(odd)>td,
  .table-striped>tbody>tr:nth-child(odd)>th {
    background-color: var(--grey-1);
  }

  .btn .btn__text,
  .btn i {
    color: var(--text-white);
  }

  /*.btn:not([class*='primary']) {
    border-color: var(--grey-1);
}*/

  .tile-stats.tile-white .icon {
    color: #222222;
  }

  .tile-stats.tile-white {
    background: var(--grey-1);
    border: 1px solid var(--grey-2);
  }

  .tile-stats.tile-white:hover {
    background-color: var(--grey-1);
  }

  .file-browse-container-wrapper .file-preview-wrapper .file-details-view {
    background-color: var(--main);
  }

  input[type],
  textarea,
  select {
    background: var(--grey-1);
    color: var(--text-white);
    border: 1px solid var(--grey-2);
  }

  .btn-default {
    color: #fff;
    background-color: var(--grey-0);
    border-color: var(--grey-1) !important;
  }

  .btn-default:hover,
  .btn-default:focus,
  .btn-default:active,
  .btn-default.active,
  .open .dropdown-toggle.btn-default {
    color: #fff;
    background-color: var(--grey-2);
  }

  pre {
    color: #fff;
    background-color: var(--grey-0);
    border: 1px solid var(--grey-2);
  }


  .file-browse-container-wrapper .nav-tabs>li.active>a,
  .file-browse-container-wrapper .nav-tabs>li.active>a:hover,
  .file-browse-container-wrapper .nav-tabs>li.active>a:focus {
    border: 1px solid var(--main);
  }

  .nav-tabs>li.active>a,
  .nav-tabs>li.active>a:hover,
  .nav-tabs>li.active>a:focus {
    color: #fff;
    background-color: var(--grey-1);
    border: 1px solid var(--grey-2);
  }

  .file-browse-container-wrapper .nav-tabs {
    border-bottom: 1px solid var(--grey-2);
  }

  .nav-tabs>li>a:hover {
    border-color: var(--grey-2);
    color: var(--text-white);
  }

  .nav>li>a:hover,
  .nav>li>a:focus {
    text-decoration: none;
    background-color: var(--grey-2);
    color: var(--text-white);
  }

  .file-browse-container-wrapper .file-preview-wrapper .tab-content {
    background-color: var(--grey-1);
  }

  .alert.bg--error {
    background: #e23636;
    border-color: #e23636;
  }

  .form-control {
    color: var(--text-white);
    background-color: var(--grey-1);
    border: 1px solid var(--grey-2);
  }

  .menu-horizontal>li>a:hover,
  .menu-horizontal>li>span:hover,
  .menu-horizontal>li>.modal-instance>.modal-trigger:hover {
    color: var(--text-white);
  }

  .page-container .navbar-fixed-top .navbar-inner .navbar-secondrow {
    background: var(--grey-1);
  }

  .page-container.horizontal-menu header.navbar ul.nav>li.dropdown .dropdown-menu li,
  .page-container.horizontal-menu header.navbar ul.nav>li.dropdown .dropdown-menu a,
  .page-container.horizontal-menu header.navbar ul.nav>li.dropdown .dropdown-menu p {
    color: var(--text-white);
  }

  .page-container.horizontal-menu header.navbar ul.nav>li.dropdown .dropdown-menu {
    background-color: var(--main);
  }

  .dropdown-menu>li:hover {
    background-color: var(--grey-2);
  }

  .dropdown-menu {
    background-color: var(--main);
    border: 1px solid var(--grey-1);
    box-shadow: 1px 1px 2px #272727;
  }

  .dropdown-menu>li>a,
  .dropdown-menu>li:hover {
    color: #fff;
  }

  .divider {
    background-color: var(--grey-2) !important;
  }

  body .page-container.horizontal-menu header.navbar ul.nav>li.dropdown.open:after {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) var(--main) rgba(0, 0, 0, 0);
  }

  .nav-tabs.bordered+.tab-content {
    border: 1px solid var(--grey-1);
  }

  .nav-tabs.bordered+.tab-content {
    background-color: var(--grey-1);
  }

  .nav-tabs {
    border-bottom: 1px solid var(--grey-2);
  }

  .file-upload-wrapper .nav-tabs {
    background: var(--main);
  }

  .modal-content {
    position: relative;
    background-color: var(--main);
    border: 1px solid var(--grey-2);
  }

  .panel {
    background-color: var(--main);
  }

  .additional-options-wrapper {
    background-color: var(--main);
  }

  .panel.minimal>.panel-heading>.panel-title {
    color: var(--text-white)
  }

  .accordion .accordion__title:before {
    color: #fff;
  }

  .back-to-top {
    background: var(--grey-2);
    border: 1px solid var(--gray);
  }

  .back-to-top i {
    color: #fff;
  }

  .page-container .navbar-fixed-top .navbar-inner {
    border-bottom: 1px solid var(--grey-2);
  }

  body .page-container.horizontal-menu header.navbar {
    background: var(--grey-2);
  }

  .page-container.horizontal-menu header.navbar ul.nav>li.dropdown .dropdown-menu>li.top>p {
    background-color: var(--main);
  }

  .btn-white:hover,
  .btn-white:focus,
  .btn-white:active,
  .btn-white.active,
  .open .dropdown-toggle.btn-white {
    border-color: var(--grey-2);
  }

  .table-bordered>thead>tr>th,
  .table-bordered>thead>tr>td {
    background-color: var(--grey-0);
    color: #fff;
  }

  .modal .modal-header .close,
  .file-upload-wrapper .close {
    background: var(--grey-1);
    color: #fff;
  }

  .template-upload-img,
  .template-download-img {
    border: 1px solid var(--grey-2);
  }



  .files>[title*=".AAI"],
  .files>[title*=".aai"],
  .files>[title*=".ART"],
  .files>[title*=".art"],
  .files>[title*=".ARW"],
  .files>[title*=".arw"],
  .files>[title*=".AVS"],
  .files>[title*=".avs"],
  .files>[title*=".BGR"],
  .files>[title*=".bgr"],
  .files>[title*=".BGRA"],
  .files>[title*=".bgra"],
  .files>[title*=".BRF"],
  .files>[title*=".brf"],
  .files>[title*=".CAL"],
  .files>[title*=".cal"],
  .files>[title*=".CALS"],
  .files>[title*=".cals"],
  .files>[title*=".CANVAS"],
  .files>[title*=".canvas"],
  .files>[title*=".CAPTION"],
  .files>[title*=".caption"],
  .files>[title*=".CIN"],
  .files>[title*=".cin"],
  .files>[title*=".CIP"],
  .files>[title*=".cip"],
  .files>[title*=".CLIP"],
  .files>[title*=".clip"],
  .files>[title*=".CMYK"],
  .files>[title*=".cmyk"],
  .files>[title*=".CMYKA"],
  .files>[title*=".cmyka"],
  .files>[title*=".CUT"],
  .files>[title*=".cut"],
  .files>[title*=".DCM"],
  .files>[title*=".dcm"],
  .files>[title*=".DCX"],
  .files>[title*=".dcx"],
  .files>[title*=".DDS"],
  .files>[title*=".dds"],
  .files>[title*=".DFONT"],
  .files>[title*=".dfont"],
  .files>[title*=".DPX"],
  .files>[title*=".dpx"],
  .files>[title*=".DXT1"],
  .files>[title*=".dxt1"],
  .files>[title*=".DXT5"],
  .files>[title*=".dxt5"],
  .files>[title*=".EPDF"],
  .files>[title*=".epdf"],
  .files>[title*=".EPI"],
  .files>[title*=".epi"],
  .files>[title*=".EPT"],
  .files>[title*=".ept"],
  .files>[title*=".EPT2"],
  .files>[title*=".ept2"],
  .files>[title*=".EPT3"],
  .files>[title*=".ept3"],
  .files>[title*=".ERF"],
  .files>[title*=".erf"],
  .files>[title*=".EXR"],
  .files>[title*=".exr"],
  .files>[title*=".FAX"],
  .files>[title*=".fax"],
  .files>[title*=".FITS"],
  .files>[title*=".fits"],
  .files>[title*=".FRACTAL"],
  .files>[title*=".fractal"],
  .files>[title*=".FTS"],
  .files>[title*=".fts"],
  .files>[title*=".G3"],
  .files>[title*=".g3"],
  .files>[title*=".GRADIENT"],
  .files>[title*=".gradient"],
  .files>[title*=".GRAY"],
  .files>[title*=".gray"],
  .files>[title*=".GROUP4"],
  .files>[title*=".group4"],
  .files>[title*=".GV"],
  .files>[title*=".gv"],
  .files>[title*=".HALD"],
  .files>[title*=".hald"],
  .files>[title*=".HDR"],
  .files>[title*=".hdr"],
  .files>[title*=".HISTOGRAM"],
  .files>[title*=".histogram"],
  .files>[title*=".HRZ"],
  .files>[title*=".hrz"],
  .files>[title*=".ICB"],
  .files>[title*=".icb"],
  .files>[title*=".IIQ"],
  .files>[title*=".iiq"],
  .files>[title*=".INFO"],
  .files>[title*=".info"],
  .files>[title*=".INLINE"],
  .files>[title*=".inline"],
  .files>[title*=".IPL"],
  .files>[title*=".ipl"],
  .files>[title*=".JNG"],
  .files>[title*=".jng"],
  .files>[title*=".JNX"],
  .files>[title*=".jnx"],
  .files>[title*=".JSON"],
  .files>[title*=".json"],
  .files>[title*=".K25"],
  .files>[title*=".k25"],
  .files>[title*=".LABEL"],
  .files>[title*=".label"],
  .files>[title*=".M2V"],
  .files>[title*=".m2v"],
  .files>[title*=".MAC"],
  .files>[title*=".mac"],
  .files>[title*=".MAP"],
  .files>[title*=".map"],
  .files>[title*=".MASK"],
  .files>[title*=".mask"],
  .files>[title*=".MAT"],
  .files>[title*=".mat"],
  .files>[title*=".MATTE"],
  .files>[title*=".matte"],
  .files>[title*=".MIFF"],
  .files>[title*=".miff"],
  .files>[title*=".MNG"],
  .files>[title*=".mng"],
  .files>[title*=".MONO"],
  .files>[title*=".mono"],
  .files>[title*=".MP4"],
  .files>[title*=".mp4"],
  .files>[title*=".MPC"],
  .files>[title*=".mpc"],
  .files>[title*=".MSL"],
  .files>[title*=".msl"],
  .files>[title*=".MSVG"],
  .files>[title*=".msvg"],
  .files>[title*=".MTV"],
  .files>[title*=".mtv"],
  .files>[title*=".MVG"],
  .files>[title*=".mvg"],
  .files>[title*=".NRW"],
  .files>[title*=".nrw"],
  .files>[title*=".NULL"],
  .files>[title*=".null"],
  .files>[title*=".OTB"],
  .files>[title*=".otb"],
  .files>[title*=".OTF"],
  .files>[title*=".otf"],
  .files>[title*=".PAL"],
  .files>[title*=".pal"],
  .files>[title*=".PALM"],
  .files>[title*=".palm"],
  .files>[title*=".PAM"],
  .files>[title*=".pam"],
  .files>[title*=".PANGO"],
  .files>[title*=".pango"],
  .files>[title*=".PATTERN"],
  .files>[title*=".pattern"],
  .files>[title*=".PBM"],
  .files>[title*=".pbm"],
  .files>[title*=".PCD"],
  .files>[title*=".pcd"],
  .files>[title*=".PCDS"],
  .files>[title*=".pcds"],
  .files>[title*=".PCL"],
  .files>[title*=".pcl"],
  .files>[title*=".PCT"],
  .files>[title*=".pct"],
  .files>[title*=".PCX"],
  .files>[title*=".pcx"],
  .files>[title*=".PDB"],
  .files>[title*=".pdb"],
  .files>[title*=".PES"],
  .files>[title*=".pes"],
  .files>[title*=".PFA"],
  .files>[title*=".pfa"],
  .files>[title*=".PFB"],
  .files>[title*=".pfb"],
  .files>[title*=".PFM"],
  .files>[title*=".pfm"],
  .files>[title*=".PGM"],
  .files>[title*=".pgm"],
  .files>[title*=".PICON"],
  .files>[title*=".picon"],
  .files>[title*=".PICT"],
  .files>[title*=".pict"],
  .files>[title*=".PIX"],
  .files>[title*=".pix"],
  .files>[title*=".PJPEG"],
  .files>[title*=".pjpeg"],
  .files>[title*=".PLASMA"],
  .files>[title*=".plasma"],
  .files>[title*=".PNM"],
  .files>[title*=".pnm"],
  .files>[title*=".PPM"],
  .files>[title*=".ppm"],
  .files>[title*=".PREVIEW"],
  .files>[title*=".preview"],
  .files>[title*=".PS2"],
  .files>[title*=".ps2"],
  .files>[title*=".PS3"],
  .files>[title*=".ps3"],
  .files>[title*=".PSB"],
  .files>[title*=".psb"],
  .files>[title*=".PTIF"],
  .files>[title*=".ptif"],
  .files>[title*=".PWP"],
  .files>[title*=".pwp"],
  .files>[title*=".RADIAL-GRADIENT"],
  .files>[title*=".radial-gradient"],
  .files>[title*=".RAS"],
  .files>[title*=".ras"],
  .files>[title*=".RGB"],
  .files>[title*=".rgb"],
  .files>[title*=".RGBA"],
  .files>[title*=".rgba"],
  .files>[title*=".RGBO"],
  .files>[title*=".rgbo"],
  .files>[title*=".RGF"],
  .files>[title*=".rgf"],
  .files>[title*=".RLA"],
  .files>[title*=".rla"],
  .files>[title*=".RLE"],
  .files>[title*=".rle"],
  .files>[title*=".RMF"],
  .files>[title*=".rmf"],
  .files>[title*=".SCR"],
  .files>[title*=".scr"],
  .files>[title*=".SCT"],
  .files>[title*=".sct"],
  .files>[title*=".SFW"],
  .files>[title*=".sfw"],
  .files>[title*=".SGI"],
  .files>[title*=".sgi"],
  .files>[title*=".SHTML"],
  .files>[title*=".shtml"],
  .files>[title*=".SIX"],
  .files>[title*=".six"],
  .files>[title*=".SIXEL"],
  .files>[title*=".sixel"],
  .files>[title*=".SPARSE-COLOR"],
  .files>[title*=".sparse-color"],
  .files>[title*=".SRF"],
  .files>[title*=".srf"],
  .files>[title*=".STEGANO"],
  .files>[title*=".stegano"],
  .files>[title*=".SUN"],
  .files>[title*=".sun"],
  .files>[title*=".TEXT"],
  .files>[title*=".text"],
  .files>[title*=".TGA"],
  .files>[title*=".tga"],
  .files>[title*=".THUMBNAIL"],
  .files>[title*=".thumbnail"],
  .files>[title*=".TILE"],
  .files>[title*=".tile"],
  .files>[title*=".TIM"],
  .files>[title*=".tim"],
  .files>[title*=".TTC"],
  .files>[title*=".ttc"],
  .files>[title*=".UBRL"],
  .files>[title*=".ubrl"],
  .files>[title*=".UIL"],
  .files>[title*=".uil"],
  .files>[title*=".UYVY"],
  .files>[title*=".uyvy"],
  .files>[title*=".VDA"],
  .files>[title*=".vda"],
  .files>[title*=".VICAR"],
  .files>[title*=".vicar"],
  .files>[title*=".VID"],
  .files>[title*=".vid"],
  .files>[title*=".VIFF"],
  .files>[title*=".viff"],
  .files>[title*=".VIPS"],
  .files>[title*=".vips"],
  .files>[title*=".VST"],
  .files>[title*=".vst"],
  .files>[title*=".WEBP"],
  .files>[title*=".webp"],
  .files>[title*=".WMZ"],
  .files>[title*=".wmz"],
  .files>[title*=".WPG"],
  .files>[title*=".wpg"],
  .files>[title*=".X"],
  .files>[title*=".x"],
  .files>[title*=".XBM"],
  .files>[title*=".xbm"],
  .files>[title*=".XC"],
  .files>[title*=".xc"],
  .files>[title*=".XCF"],
  .files>[title*=".xcf"],
  .files>[title*=".XPM"],
  .files>[title*=".xpm"],
  .files>[title*=".XPS"],
  .files>[title*=".xps"],
  .files>[title*=".XV"],
  .files>[title*=".xv"],
  .files>[title*=".XWD"],
  .files>[title*=".xwd"],
  .files>[title*=".YCbCr"],
  .files>[title*=".ycbcr"],
  .files>[title*=".YCbCrA"],
  .files>[title*=".ycbcra"],
  .files>[title*=".YUV"],
  .files>[title*=".yuv"],
  .files>[title*="."] {
    background-color: var(--grey-2);
  }

  p strong {
    color: #ffffff;
  }

  .panel-primary {
    border-color: var(--grey-2);
  }

  .panel-primary>.panel-heading {
    color: #fff;
    background-color: var(--grey-1);
    border-color: var(--grey-2);
  }

  .form-groups-bordered .form-group {
    border-bottom: 1px solid var(--grey-2);
  }

  .popover {
    background-color: var(--grey-1);
    border: 1px solid var(--grey-2);
  }

  .popover.right .arrow:after {
    border-right-color: var(--grey-1);
  }

  .form-control[disabled],
  .form-control[readonly],
  fieldset[disabled] .form-control {
    background-color: var(--grey-1);
  }

  .btn:hover,
  .btn:focus {
    color: #fff;
  }

  button.btn.btn-secondary {
    background: var(--grey-1);
  }

  .form-control:focus {
    border-color: var(--grey-2);
  }

  .social-wrapper.disabled .btn-social-icon {
    background-color: none;
    border-color: none;
  }

  .social-wrapper.disabled .btn-social-icon {
    background-color: var(--main) !important;
    border-color: var(--main);
  }
.hamburger-toggle i {
    color: var(--light);
}

.template-upload-img div.faded {
    background: transparent;
}
.progress {
    background-color: var(--main);
}
.alert {
    border: 1px solid var(--grey-2);
}
.input-group-addon {
    background-color: var(--grey-1);
    border: 1px solid var(--grey-2);
}
.bootstrap-tagsinput {
    background-color: var(--grey-1);
    border: 1px solid var(--grey-2);
}
.bootstrap-tagsinput:hover {
    border-color: var(--grey-2);
}
.tt-menu {
    background-color: var(--grey-1);
}
.tt-suggestion:hover, .tt-suggestion.tt-cursor {
    background-color: var(--grey-2);
}

.paging_full_numbers span.paginate_button, .paging_full_numbers span.paginate_button {
    border: 1px solid var(--grey-0);
}

.paging_full_numbers span.paginate_button {
    background-color: var(--grey-1);
}
.dropdown .dropdown__content:not([class='bg--dark']) .menu-vertical a {
    color: #fff;
}
.dropdown .dropdown__content:not([class*='bg-']) {
    background: var(--grey-2);
}
ul.navbar-nav > li:nth-child(2) {
    display: none;
}
}
