html, body {
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
}

canvas {
  outline: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
#main_sidebar_cust{
    flex-wrap:wrap;
    align-content: center;
    background: #222E3C;
}
.under-logo-text {
	color: #fff;
	max-width: 50%;
}

.root {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.MuiButtonBase-root.MuiButton-root.MuiButton-contained.MuiButton-containedSecondary.MuiButton-sizeMedium.MuiButton-containedSizeMedium.muirtl-1sfojle-MuiButtonBase-root-MuiButton-root {
	background: #3b7ddd;
}

@media all and (max-width: 1200px) {
svg#main-logo path{fill:#006EFF;}
svg#main-logo circle{stroke:#006EFF;}
.under-logo-text {
	color: #000;
	max-width: 100%;
}
}
