.comb-light {
  background-color: #ffffff;
  color: #000;
}
.comb-semi-dark {
  background-color: #5d5d5d;
  color: #ffffff;
}
.comb-dark {
  background-color: #2a2a2a;
  color: #ededed;
}
.theme-light {
  background-color: #ffffff;
  color: #000000;
}
.theme-light a,
.theme-light a:visited {
  color: #5d5d5d;
}
.theme-light a:hover,
.theme-light a:visited:hover {
  color: #f3b04e;
}
.theme-semi-dark {
  background-color: #5d5d5d;
  color: #ffffff;
}
.theme-semi-dark a,
.theme-semi-dark a:visited {
  color: #ffffff;
}
.theme-semi-dark a:hover,
.theme-semi-dark a:visited:hover {
  color: #f3b04e;
}
.theme-semi-dark ul:not(.mega-menu-column) {
  background-color: #5d5d5d;
}
.theme-semi-dark ul:not(.mega-menu-column) ul li:hover > a {
  background-color: #2a2a2a;
}
.theme-dark {
  background-color: #2a2a2a;
  color: #ededed;
}
.theme-dark a,
.theme-dark a:visited {
  color: #ededed;
}
.theme-dark a:hover,
.theme-dark a:visited:hover {
  color: #f3b04e;
}
.theme-dark ul:not(.mega-menu-column) {
  background-color: #2a2a2a;
}
.theme-dark ul:not(.mega-menu-column) ul li:hover > a {
  background-color: #5d5d5d;
}
.logo-section {
  margin-top: 30px;
  text-align: center;
  color: white;
}
.logo-section .applogo-section {
  position: absolute;
  left: 20px;
  top: 20px;
  width: 150px;
}
.logo-section .clientlogo-section {
  text-align: center;
}
.logo-section .clientlogo-section div {
  display: block;
  font-size: 34px;
  font-weight: bold;
  font-family: 'Times New Roman';
}
.logo-section .clientlogo-section img {
  width: 150px;
}
.message-section {
  margin-top: 40px;
  background-color: rgba(66, 153, 207, 0.3);
  color: white;
  padding: 10px;
  text-align: center;
}
.message-section:empty,
.message-section *:empty {
  display: none;
}
.login-page {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.login-page .login-section {
  max-width: 400px;
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.5);
}
.login-page .login-section h4 {
  color: white;
}
.login-page .login-section .login-button-cont {
  text-align: right;
}
.back-section {
  background-color: #2a2a2a;
  color: #ededed;
  background-color: initial;
  text-align: center;
  margin-top: 20px;
}
.back-section a,
.back-section a:visited {
  color: #ededed;
}
.back-section a:hover,
.back-section a:visited:hover {
  color: #f3b04e;
}
.back-section ul:not(.mega-menu-column) {
  background-color: #2a2a2a;
}
.back-section ul:not(.mega-menu-column) ul li:hover > a {
  background-color: #5d5d5d;
}
.device-sm .applogo-section,
.device-xs .applogo-section {
  display: none;
}
