.layout header{min-width: unset;}
#mainHeader{color: #fff;}
#mainHeader #headLayout{background: #070808 !important;}
#mainHeader #opPanel #topLoginBar #topUicon {color: #fff;}
@media screen and (min-width: 992px) {
  #logoSection {
    grid-template-columns: repeat(3, auto);
    margin-right: 6px;
  }
}
#logoSection .h1 {
  width: 190px;
  display: flex;
  align-items: center;
}
#opPanel li.opr-icon{color:#fff;}
#opPanel #walletSettings{display: none;}
#opPanel #orderSettings{display: none;}
#loginLink a{color: #fff;}
#go-live {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 10px;
  margin:0 10px
}
html[lang=ar] #opPanel li.opr-icon.header-right-icon-border#go-live::after {
  right: unset;
  left: 0;
}

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

#go-live a {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

.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;
}
/* 头部搜索框 */

.lives-global-search {
  height: 32px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  background-color: #1f2433;
  position: relative;
  font-size: 14px;
}

.lives-global-search > input:hover,
.lives-global-search > input:focus {
  border-color: var(--brandColor) !important;
  background-color: var(--colorWhite) !important;
}

.lives-global-search > .searched-icon {
  width: 14px;
  height: 14px;
  position: absolute;
  left: 8px;
  top: 9px;
  color:#70798C;
}

.lives-global-search > .close-icon {
  position: absolute;
  right: 8px;
  top: 9px;
  color: #474F66;
  display: none;
  cursor: pointer;
}

bod.lives-global-search > .close-icon {
  color: var(--iconGray);
}

.lives-global-search > input:focus + svg {
  color: var(--brandColor) !important;
}

.lives-global-search:active > .searched-icon,
.lives-global-search:hover > .searched-icon {
  color: var(--brandColor) !important;
}
body.classic-dark .lives-global-search > .searched-icon {
  color: #70798C;
}

.lives-global-search > .searched-icon:hover,
.lives-global-search > .searched-icon:active {
  color: var(--brandColor) !important;
  border-color: var(--brandColor);
}

.lives-global-search > input {
  padding-left: 30px;
  height: 100%;
  width: 240px;
  background-color: #292F40;
  border: 1px solid transparent;
  outline: none;
  padding-right: 38px;
  border-radius: 4px;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #fff;
  line-height: 30px;
}

html[lang='ar'] .lives-global-search > input {
  padding-left: 38px;
  padding-right: 30px;
}

html[lang='ar'] .lives-global-search>.close-icon {
  left: 8px;
  right: unset;
}

html[lang='ar'] .lives-global-search>.searched-icon {
  right: 9px;
  left: unset;
}

.lives-global-search > input:focus {
  text-overflow: initial;
}

.lives-global-search > input:hover,
.lives-global-search > input:focus {
  border-color: var(--brandColor) !important;
  background-color: #292F40 !important;
}

.lives-global-search > input::placeholder,
.lives-global-search > input::-webkit-input-placeholder {
  color: #70798C !important;
  font-weight: 500;
}

.go-live-link {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 14px;
  color: #04091a;
  margin-left: 10px;
}
body.classic-dark .go-live-link {
  color: #ffffff;
}
#headLayout .live-logo{
  width: 190px;
  height: 20px;
  display: block;
}
#opPanel li.opr-icon.header-right-icon-border:last-of-type {
  padding-right: 0;
}
#opPanel li.opr-icon.header-right-icon-border:last-of-type::after {
  display: none;
}
body.classic-dark #opPanel li.opr-icon.header-right-icon-border::after {
  border-right: 1px solid #2a2f40;
}
#headLayout {
  background-color: transparent;
}

body.classic-dark #footer-view {
  border: 1px solid #2a2f40;
  background: #000;
}
.langset-ul li {
  font-size: 12px;
}

.collapsible-menu-title{
  padding: 16px 0 !important;
}

@media screen and (max-width: 414.9px) {
  #go-live{display: none !important;}
  .global-search-service-container{display: none !important;}
}
@media (min-width: 414.9px) and (max-width: 991.9px) {
  #go-live{display: none !important;}
  .global-search-service-container{display: none !important;}
}

.navbar-left-container {margin: 0;}