.layout{
  background: var(--color-bg-2);
}
.skin_item{padding: 16px 0;}
#mainHeader #headLayout{background: #0C0C0F !important;}
#mainHeader #opPanel #topLoginBar #topUicon {color: #fff;}
#opPanel li.opr-icon.header-right-icon-border#downloadLink::after {
  border-color: #70798C;
}
@media screen and (min-width: 992px) {
  #mainHeader #logoSection {
    grid-template-columns: repeat(3, auto);
  }
}
#go-live {
  cursor: pointer;
}

#go-live:hover a {
  color: #3366ff !important;
}

#go-live a {
  color: #000;
  margin-left: 10px;
  font-size: 16px;
  font-weight: 500;
}
.classic-dark #go-live a {
  color: #fff;
}

.second-ul a span {
  margin-top: 0px !important;
}

.second-ul > li > a:hover {
  color: #1e31e7 !important;
}

body.classic-dark .second-ul > li > a > span {
  color: #ffffff;
}

body.classic-dark .second-ul > li > a > span:hover {
  color: #1e31e7;
}

#logoSection .h1{
  width: 190px;
  margin-right: 16px;
}
#headLayout .live-logo{
  width: 190px;
  display: block;
}

#go-live::after {
  top: 6px !important;
}

html[lang=ar] #opPanel li.opr-icon{
  height: 54px;
}

body.classic-dark #opPanel li.opr-icon.header-right-icon-border::after {
  border-right: 1px solid #2a2f40;
}
#headLayout {
  background-color: transparent;
}

#footer-view {
  border: 1px solid #eef1fa;
}
body.classic-dark #footer-view {
  border: 1px solid #2a2f40;
  background: #000;
}

.pull-left-uid span{background: none;}
