.settings-logo {
   display: inline-block;
   font-weight: bold;
   white-space: nowrap;
   padding-top: 11px;
   padding-left: 10px;
   position: relative;
   width: 160px;
   border-radius: 5px;
   height: 40px;
   font-size: 12px;
   top: 2px;
   cursor: pointer;
   margin-right: 10px;
}
.settings-logo img {
   max-width: 65px;
   max-height: 40px;
   right: 10px;
   top: 50%;
   position: absolute;
   transform: translate(0, -50%);
}
.settings-logo-light {
   color: #3152a0;
   background: #e6f0fc;
}
.settings-logo-dark {
   color: white;
   background: #182137;
}
