/*TODO clean up styles that aren't being used in new header- a lot of these were Sam's*/
:root {
    --dark-mode-background-color: #434343;
    --dark-mode-card-background-color: #333333;
    --dark-mode-grey-color: #CCCCCC;
    --dark-mode-blue-color: #0093d0;
    --dark-mode-darker-grey-color: #555556;
}

body {
    background-color: #F3F3F3;
    font: 65% 'Roboto', 'Arial', 'sans-serif';
    margin: 0px;
}
/* MAIN MENU */
#embeddedMenu {
    background-color: #a5bfdc;
    margin-bottom: 10px;
}
#embeddedMenu td {
    background: -webkit-linear-gradient(top, #C5D3E7 0%, #C5D3E7 100%);
    background: -o-linear-gradient(top, #C5D3E7 0%, #C5D3E7 100%);
    background: -ms-linear-gradient(top, #C5D3E7 0%, #C5D3E7 100%);
    background: linear-gradient(to bottom, #C5D3E7 0%, #C5D3E7 100%);
    border-top: 1px solid #fff;
    height: 35px;
    width: 100px;
}
#embeddedMenu td:hover {
    background: #DFE8F6;
    border-top: 1px solid #DFE8F6;
}
#embeddedMenu td a {
    color: #4e4e4e;
}

/**CW Suite Header and Sidebar*/
#leftSidebar {
    background-color: #212121;
    width: 88px;
    vertical-align: top;
    text-align: center;
    position: fixed;
    left: 0px;
    top: 48px;
    height: calc(100% - 56px);
    padding-top: 33px;
    z-index: 1;
    overflow: hidden;
}
#leftSidebarCollapseToggle {
    left: 7px;
    top: 48px;
    width: 20px;
    height: 20px;
    padding: 8px 3px 5px 57px;
    fill: #ccc;
    position: fixed;
    z-index: 2;
    cursor: pointer;
    background-color: #212121;
}
#leftSidebarCollapseToggle:hover {
    fill: #fff;
}
#leftSidebarCollapseToggle.collapsed {
    top: 48px;
    left: -55px;
}
#leftSidebarCollapseToggle svg.openSvgIcon {
    display: none;
}
#leftSidebarCollapseToggle.collapsed svg.openSvgIcon {
    display: initial;
}
#leftSidebarCollapseToggle.collapsed svg.closeSvgIcon {
    display: none;
}
#mainContent.leftBarCollapsed {
    padding-left: 20px;
}
#leftSidebar.collapsed {
    display:none;
}

#menuitems {
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    overflow-y: scroll;
    overflow-x: hidden;
    background-color: #212121;
    height: Calc(100% - 65px);
    max-height: 100%;
    margin-right: -40px;
    padding-right: 100px;
}

#menuitems>a:last-child {
    margin-top: auto;
    margin-bottom: 5px;
}

#leftSidebar .menuitem {
    padding-bottom:8px;
    padding-top:8px;
    cursor:pointer;
    width: 88px;
}

#leftSidebar .menuitem:hover {
    background-color:#2e2e2e;
    color: #026ccf;
    border-left-color: #026ccf;
    border-left-width: 4px;
    border-left-style: solid;
    padding-right: 4px;
    width: 80px;
}

.hoveredMenuItem{
    background-color:#2e2e2e;
    color: #026ccf;
    border-left-color: #026ccf;
    border-left-width: 4px;
    border-left-style: solid;
    padding-right: 4px;
}

.hoveredMenuItem .leftsidebartitle{
    font-weight:bold;
}

#leftSidebar .menuitem:hover .leftsidebartitle { 
    color:#fff;
    font-weight:bold;
}
#leftSidebar .sidebarDashboard {fill: #f5f5f5;} 

#leftSidebar .sidebarBI {fill: #f5f5f5;}

#leftSidebar .sidebarQuotes { fill: #f5f5f5;}

#leftSidebar .sidebarSuccessList { fill: #f5f5f5;}

#leftSidebar .sidebarCatalog { fill: #f5f5f5;}

#leftSidebar .sidebarHelp { fill: #f5f5f5;}

#leftSidebar .sidebarSettings {fill: #f5f5f5;}

#BIContainer {
    display:none;
}

#topHeader {
    height: 48px;
    background-color: #ffffff;
    text-align: justify;
    font-size: 0;
    position: fixed;
    width: 100%;
    z-index: 9996; /*keeps this above the #documentPreview element*/
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
    white-space: nowrap;
    margin: 0;
    padding: 0;
}

#topHeader:after
{
    content: '';
    display: inline-block;
    width: 100%;
}

.topHeaderLink > * {
    vertical-align: middle;
}

#topHeader > * {
    display: inline-block;
    vertical-align: top;
}

#topHeader .headerLeft 
{
    display: inline-block;
    vertical-align: top;
    float:left;
}

#topHeader .headerRight 
{
    text-align: right;
    height:48px;
    display: inline-block;
    vertical-align: top;
    float:right;
    margin-right: 19px; /*adjusting for swapping out arrow img tag for background-image style, and accounting for blue arrow having more whitespace*/ 
}


.leftsidebartitle {
    
    padding-top: 4px;
    font-family: Roboto;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    text-align: center;
    color: #f5f5f5;
}

.leftsidebarlinks:hover 
{
    /*color:#ffffff;*/
}

.headerLogo 
{
    display:inline-block;
    background-color: #212121;
}

.headerIcon
{
    padding-right:12px;
    vertical-align:middle;
    width:20px;
    height:20px;
}

.topHeaderLink {
    font-family: Roboto;
    font-size: 16px;
    font-weight: 500; 
    font-style: normal;
    font-stretch: normal;
    text-align: left;
    color: #212121;
    display:inline-block;
    padding-left:24px;
    vertical-align:top;
    line-height:48px;
}

.walkMeButton {
    padding-top: 14px;
    padding-left: 8px;
}

.headerRightContent {
    display: inline-block;
    vertical-align: top;
    height: 48px;
}

#mainContent {
    padding-left:107px;
    padding-top:67px;
    position:relative;
}

.sidebarChildMenu {
    background-color:#2e2e2e;
    display:none;
    width:194px;
    position:absolute;
    left:88px;
    top:0px;
    min-height:100%;
    z-index: 999;
    cursor:initial;
    margin-top: 48px;

}
.sidebarChildMenuItem {
    padding-left:16px;
    padding-top:8px;
    padding-bottom:8px;
    height: 16px;
    font-family: Roboto;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    text-align: left;
    color: #999999;

}

.sidebarChildMenuItem:hover
{
    border-left-color: #026ccf;
    border-left-width:4px;
    border-left-style:solid;
    padding-left: 12px;
}

.sidebarChildMenuItem a:visited, .sidebarChildMenuItem a:link
{
    color:#999999;
}

.sidebarChildMenuItem:hover, .sidebarChildMenuItem a:hover {
    color:#ffffff;
    cursor:pointer;
}

.buildInfo
{
    color:white;
    font-family:Roboto;
    font-size:11px;
    height:42px;
    bottom:22px;
    line-height: 13px;
    z-index: -1;
}
.profiledropdown {
    height: 22px;
    overflow: hidden; 
    border:0px solid #ccc;
    background: url("../../../img/svgs/v1.0/Action_ExpandDown.svg") no-repeat right;
    -webkit-appearance: none;
    -moz-appearance: none;
    width:20px;
    font-size: 13px;
}

.headerSearch{
    background-image: url("../../../img/svgs/v1.0/Action_Search.svg");
    margin: 2px;
    background-repeat:no-repeat;
    color:transparent;
    background-color:#ffffff;
    background-position: center;
    cursor:pointer;
    border:0;
    margin-right: 10px;
    width: 24px;
    height: 24px;
    vertical-align:top;
    margin-top:12px;
    margin-left:8px;
}

.headerSearch:hover {
    background-image: url("../../../img/svgs/v1.0/Action_Search.svg");
}

.quickquotesearch{
    border-left-style: hidden;
    border-right-style: hidden;
    border-top-style: hidden;
    border-bottom-width: 1px;
    border-bottom-color: #7d7d7d;
    padding-top:12px;
    font-size:14px;
    font-family:Roboto;
    width:162px;
    padding-bottom:8px;
    margin-top: 5px;
}

.notificationsHeader
{
    padding-top:14px;
    padding-left:24px;
    padding-right:24px;
}

.inAppMessagingHeader {
    padding-top:14px;
    padding-right:24px;
}

.menulogo{
    width: 24px;
    height: 24px;
    background-position: center;
    background-repeat: no-repeat;
    display:inline-block;
}

#notifier 
{
    width:24px;
    height:24px;
    background-repeat:no-repeat;

}

#walkme {
    width: 24px;
    height: 24px;
}

.panel .title #notifier
{
    margin:-10px 4px 0 0;
}

/* PANELS/PODS */
div.panel {
    box-shadow: 0 0 6px #b9b9b9;
    margin: 0px 5px 10px 5px;
    border: none;
}
div.panel div.title {
    background: -webkit-linear-gradient(top, #FFFFFF 0%, #FFFFFF 100%);
    background: -o-linear-gradient(top, #FFFFFF 0%, #FFFFFF 100%);
    background: -ms-linear-gradient(top, #FFFFFF 0%, #FFFFFF 100%);
    background: linear-gradient(to bottom, #FFFFFF 0%, #FFFFFF 100%);
    height: 18px !important; 
    text-indent: 0;
    padding: 5px 6px 6px 9px !important;
    border-bottom: 1px solid #EEEEEE;
    margin-top: -10px;
    margin-left: -10px;
    margin-right: -10px;
}
div.panel div.title, div.panel div.title a {
    margin-top: -4px;
    font-size: 12px;
    font-weight: bold;
    color: #000000;
    font-family: 'Roboto', Helvetica Neue, Helvetica, Arial, sans-serif;
}
div.title {
    font-family: Roboto;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    text-align: left;
    color: #212121;
}
#quotenav {
    margin-bottom: 10px !important;
    margin-right: 4px;
    box-shadow: 0px 2px 1px 0px #CCCCCC !important;
    border: none;
    border-top: 1px solid #CCCCCC;
}
div.panel .sub_title {
    font-size: 15px;
}
.icon.logo {
    margin-top: -4px;
    display: none;
}

/* PANEL SECTION TITLES AND CLEAN UP */
div.panel .successdetails #successbreakdown .title, div.panel .panelsection .title, 
#paneltray .panel .title, div.panel .commentBody .title,
#TermOptionsList .draggable, .stretch .title {
    background: #fff;
    border: none;
    border-bottom: 1px solid #CCCCCC;
    margin: 0px;
    height: 23px !important;
}
div.panel .successdetails #successbreakdown .title {
    height: 44px !important;
}
#paneltray .panel .title {
    border-bottom: none;
    background: none;
}
#paneltray .panel {
    background: -webkit-linear-gradient(top, #C5D3E7 0%, #C5D3E7 100%);
    background: -o-linear-gradient(top, #C5D3E7 0%, #C5D3E7 100%);
    background: -ms-linear-gradient(top, #C5D3E7 0%, #C5D3E7 100%);
    background: linear-gradient(to bottom, #C5D3E7 0%, #C5D3E7 100%);
    border: 1px solid #a5bfdc;
}
#successbreakdown {
    margin-top: 10px;
}

/* TOOLBUTTON STYLES */
.panel .toolbutton:hover, .widgettoolbar .toolbutton:hover, div.panel div.title .toolbar .toolbutton:hover {
    border: 1px solid #B3B3B3;
    margin-top: -2px;
}
.panel .toolbutton, .widget:hover .widgettoolbar .toolbutton, div.panel div.title .toolbar .toolbutton {
    box-sizing: border-box;
    height: 100%;
    cursor: pointer;
    outline: none;
    white-space: nowrap;
    overflow: hidden;
    margin-top: -2px;
}
.widgettoolbar .toolbutton:hover, .widget:hover .widgettoolbar .toolbutton  {
    margin-top: -4px;
}
.panel.toolbar .toolbutton {
    box-sizing: content-box;
}
div.panel div.title .toolbar .toolbutton, div.panel div.title .toolbar .toolbutton:hover {
    padding: 0;
}

.toolbutton.disabled:hover, div.panel div.title .toolbar .toolbutton.disabled:hover, .widgettoolbar .toolbutton.disabled:hover, panel .toolbutton.disabled:hover {
    cursor: default;
    border: none;
    box-shadow: unset;
}

/* note: outline:none; prevents textbox highlight in chrome */
/* UNDERLINED 'TEXT' INPUTS */
.icon.search {  width:18px; height:18px; background-image:url(../../../skins/quosal/images/quote/quote_home/cw_btn_search_uni.png); } 
.formcolumn .formfield input:not([type=checkbox]):not([type=radio]), .formcolumn .formfield div.label, .formcolumn div.formgap, .formcolumn .formfield textarea
{
    border:0;
    border-bottom:solid 1px #7d7d7d;
    outline:none;
}
.formfield input:not([type=checkbox]):not([type=radio]), .formfield textarea, .formfield div.label, .formfield textarea
{
    border:0;
    border-bottom:solid 1px #7d7d7d;
    outline:none;
}
.formselectfield select /* FA: This might be an outdated style? I don't think we usually put "select"s inside of ".formselectfield"s. */
{
    border: 0px solid #FFF;
}
.formselectfield, select.formselectfield
{
    border:0;
    border-bottom:solid 1px #7d7d7d;
    outline:none; 
    
}
.formselectfieldwrapper select.formselectfield
{
    border:0;
    outline:none;
    cursor: pointer;
}

.select-container-for-select-ellipsis select.formselectfield.text-ellipsis{
    padding: 5px;
    appearance: none;
    color: transparent;
}
.formcolumn .formselectfieldwrapper
{
    border:0;
    border-bottom:solid 1px #7d7d7d;
}
.formselectfieldwrapper 
{
    background: url("../../../img/svgs/v1.0/Action_ExpandDown.svg") no-repeat right;
    background-size: 18px 18px;
    border:0;
    border-bottom:solid 1px #7d7d7d;
    outline:none;
}
body.darkMode .formselectfieldwrapper 
{
    background: url("../../../img/svgs/v1.0/Action_ExpandDown_DarkMode.svg") no-repeat right;
    border:0;
    border-bottom:solid 1px #7d7d7d;
    outline:none;
    background-color: transparent;
}
.formselectfieldwrapper.compact
{
    border: 0px solid #FFF;
}
.searchselectfield 
{
    border:0;
    border-bottom:solid 1px #7d7d7d;
    outline:none;
}
.searchselectfieldwrapper
{
   border: 0px solid #FFF;
}
standardfield input, .standardfield select
{
    border:0;
    border-bottom:solid 1px #7d7d7d;
    outline:none;
}
.standardfield input, .standardfield select
{
    border:0;
    border-bottom:solid 1px #7d7d7d;
    outline:none;
}

.standardfield input:read-only
{
    background-color: #EEEEEE;
}
.standardfield textarea
{
    border:0;
    border-bottom:solid 1px #7d7d7d;
    outline:none;
}
.editor.price 
{
    border:0;
    border-bottom:solid 1px #7d7d7d;
    outline:none;
}
.datagrid td.content input[type="text"]
{
    border:0;
    border-bottom:solid 1px #7d7d7d;
    outline:none;
}
.datagrid td.content .formselectfieldwrapper
{
    border:0;
    border-bottom:solid 1px #7d7d7d;
    outline:none;
}

input[type=text]:focus, textarea:focus, select:focus, input[type=password]:focus {
  box-shadow: 0px 2px 0px 0px #026ccf;
}
 
/* TABLE HEADERS */
table.datagrid tr th {
	background-color: #e6ebf1;
	font-size: 12px;
	padding: 5px;
    border:1px solid #dddddd;
    height:10px;
    color:#0e416b;
}
.datagrid td.content{
    border-style:solid;
    border-color: #dddddd; 
    color: #000000;
    font: 8pt 'Roboto', 'Arial', 'sans-serif';
    padding: 5px;
    border:1px solid #ccc;
}

.search:focus { 
	outline: 0;
}
.rounded { 
	border-radius:15px; 
	-moz-border-radius:15px; 
	-webkit-border-radius:15px; 
}

.rounded-rep { 
    margin-top:8px;
    height:32px;
    width:32px;
	border-radius:50%; 
	-moz-border-radius:50%x; 
	-webkit-border-radius:50%; 
}

.profileEditArrow {
    background-image: url("../../../img/svgs/v1.0/Action_ExpandDown.svg");
    background-repeat: no-repeat;
    background-position: center;
    width: 28px;
    cursor:pointer;
}

#profileMenu {
    display:none;
    width: 152px;
    height: auto;
    background-color: #f2f2f2;
    z-index:1;
    position:absolute;
    right:0;
    top:48px;
    cursor:initial;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
}

.profileMenuSubtitle {
    font-family: Roboto;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    text-align: left;
    color: #026ccf;
    padding-top:8px;
    padding-bottom:8px;
    padding-left:16px;
}

.profilePic:hover + .profileEditArrow {
    background-image: url("../../../img/svgs/v1.0/Action_ExpandDown.svg");
}
.profileEditArrow:hover {
    background-image: url("../../../img/svgs/v1.0/Action_ExpandDown.svg");
}

.profileMenuItem {
    font-family: Roboto;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    text-align: left;
    color: #212121;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 16px;
    padding-right: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.profileMenuItem a:visited, .profileMenuItem a:link {
    color: #212121;
}

.profileMenuItem:hover, .profileMenuItem:hover a {
    cursor:pointer;
    color:#fff;
    background:#026ccf;
}

/* BEGIN PROFILE MENU DARKMODE SWITCH */
.theme-switch-wrapper {
    display: flex;
    align-items: center;
}

.theme-switch {
    display: inline-block;
    height: 20px;
    position: relative;
    width: 40px;
}

.theme-switch input {
    display: none;
}

.dark-toggle-slider {
    background-color: #ccc;
    bottom: 0;
    cursor: pointer;
    left: 0;
    position: absolute;
    right: 0;
    top: 1px;
    transition: .4s;
}

.dark-toggle-slider:before {
    background-color: #f3f3f3;
    content: "";
    position: absolute;
    transition: .4s;
    top: 1px;
}

.dark-toggle-checkbox + .dark-toggle-slider {
    border: 1px transparent solid;
}

.dark-toggle-checkbox:checked + .dark-toggle-slider {
    background-color: var(--dark-mode-card-background-color);
    border: 1px var(--dark-mode-blue-color) solid;
}

.dark-toggle-checkbox:checked + .dark-toggle-slider:before {
    transform: translateX(18px);
    background-color: var(--dark-mode-blue-color);
}

.dark-toggle-slider.dark-toggle-round {
    border-radius: 34px;
}

.dark-toggle-slider.dark-toggle-round:before {
    border-radius: 34px;
    width: 15px;
    height: 15px;
    left: 2px;
}
/* END PROFILE MENU DARKMODE SWITCH */

.search input[type=text] {
	color:#bcbcbc;
    position:relative;
    
}

.lighter, .light, .dark {
	width:95%;
	height:50px;
	padding:40px 25px;
}

.lighter input[type=text] {
	border:1px solid #d0d0d0;
	background-color:#fcfcfc;
}

.demoHeaders { margin-top: 2em; }
#dialog_link {padding: .4em 1em .4em 20px;text-decoration: none;position: relative;}
#dialog_link span.ui-icon {margin: 0 5px 0 0;position: absolute;left: .2em;top: 50%;margin-top: -8px;}
ul#icons {margin: 0; padding: 0;}
ul#icons li {margin: 2px; position: relative; padding: 4px 0; cursor: pointer; float: left;  list-style: none;}
ul#icons span.ui-icon {float: left; margin: 0 4px;}
#toolbar { padding: 10px 10px; }

label.inputlabel {
    width: 190px;
    float: left;
    padding-top: 3px;
    font: 11pt 'Roboto', 'Arial', 'sans-serif';
}

.repPicture img {
    max-width: 114px;
    max-height: 114px;
    -webkit-border-radius: 50%;
}

div.panel.toolbar.side-toolbar.absolute {
    left:95px;
}

div.panel.toolbar.side-toolbar.absolute:not(.hide) + #panel_quotecontent > div.title {
    margin-left: 0;
}

.ruledescription {
    white-space:nowrap;
    color: #5e5e5e;
}

.rulename {
    display:inline;
    font-weight:bold;
    color:#212121;
}

.ruleapprovers {
    color:#212121;
}

/* DARK MODE THEME */

body.darkMode #mainContent {
    background-color: var(--dark-mode-background-color);
}

body.darkMode {
    background-color: var(--dark-mode-background-color);
}

body.darkMode div.panel {
    background-color: var(--dark-mode-card-background-color) !important;
}

body.darkMode div.title {
    color: var(--dark-mode-grey-color);
}

body.darkMode div#walkme svg {
    fill: #f5f5f5;
}

body.darkMode div.panel input {
    background-color: var(--dark-mode-card-background-color);
    color: var(--dark-mode-grey-color);
}

body.darkMode div.panel div.title, body.darkMode div.panel div.parserError {
    background-color: var(--dark-mode-card-background-color);
    background: linear-gradient(to bottom, var(--dark-mode-card-background-color) 0%, var(--dark-mode-card-background-color) 100%);
    color: var(--dark-mode-grey-color);
}

body.darkMode div.panel div.title a {
    color: var(--dark-mode-grey-color);
}

body.darkMode table.datagrid tr th {
	background-color: var(--dark-mode-card-background-color);
    color:var(--dark-mode-blue-color);
    border:1px solid var(--dark-mode-grey-color);
}

body.darkMode table.datagrid tr th.nosort {
    background-color: var(--dark-mode-card-background-color);
}

body.darkMode .datagrid td.content {
    background-color: var(--dark-mode-card-background-color);
    border-color: var(--dark-mode-grey-color); 
    color: var(--dark-mode-grey-color);
    border:1px solid var(--dark-mode-grey-color);
}

body.darkMode .datagrid td.content input[type="text"] {
    background-color: var(--dark-mode-card-background-color);
    color: var(--dark-mode-grey-color);
}

body.darkMode .datagrid td.content .rulename {
    display: inline;
    font-weight: bold;
    color: var(--dark-mode-grey-color);
}

body.darkMode .datagrid td.content .ruledescription {
    white-space: nowrap;
    color: var(--dark-mode-secondary-button-color);
}

body.darkMode .datagrid td.content .ruleapprovers {
    color: var(--dark-mode-grey-color);
}

body.darkMode #topHeader,
body.darkMode #profileMenu {
    background-color: var(--dark-mode-card-background-color);
}

body.darkMode #topHeader div.headerRight form input.headerSearch {
    filter: invert(.9);
    background-color: transparent;
    color: transparent;
}

body.darkMode #topHeader div.headerRight div.headerRightContent.profileEditArrow,
body.darkMode #notifier,
body.darkMode #topHeader div.headerLeft a:nth-child(2) div img {
    filter: invert(.9);
}

body.darkMode #topHeader div.headerRight form input.quickquotesearch.disable_exempt {
    background-color: var(--dark-mode-background-color);
    caret-color: var(--dark-mode-blue-color);
}

body.darkMode #topHeader div.headerLeft div span,
body.darkMode #profileMenu div.profileMenuSubtitle,
body.darkMode #profileMenu a div,
body.darkMode #profileMenu div.theme-switch-wrapper.profileMenuItem span,
body.darkMode #topHeader div.headerRight form input.quickquotesearch.disable_exempt {
    color: white;
}

body.darkMode .profileMenuItem:hover,
body.darkMode .profileMenuItem:hover a {
    background: var(--dark-mode-blue-color);
}

body.darkMode #quotenav { 
    background-color: var(--dark-mode-background-color);
}

body.darkMode #TermOptionsList .draggable {
    background-color: var(--dark-mode-background-color);
    color: var(--dark-mode-grey-color);
}

body.darkMode .standardfield input {
    background-color: var(--dark-mode-background-color);
    color: var(--dark-mode-grey-color);
}

body.darkMode .standardfield input:read-only
{
    background-color: #606060;
    color: var(--dark-mode-grey-color)
}

body.darkMode .actionEdit {
    filter: invert(.7);
}

body.darkMode #leftSidebarCollapseToggle,
body.darkMode #leftSidebar,
body.darkMode #menuitems {
    background-color: var(--dark-mode-card-background-color);
}

body.darkMode #leftSidebar .menuitem:hover {
    background-color: var(--dark-mode-darker-grey-color);
}

body.darkMode input[type=text]:focus{
    box-shadow: 0px 2px 0px 0px var(--dark-mode-blue-color);
}
/* END DARK MODE THEME */