.skin_gold .tab-text {
  color: #666;
}
.skin_gold .primary {
  color: #8c420b !important;
}

.skin_gold .primary-bg {
  background-color: #8c420b !important;
}
.skin_gold .nav-primary-bg {
  background-color: #8c420b !important;
}

.skin_gold .spritearrow {
  background-color: #F5CB52 !important;
}

.skin_gold .secondary {
  color: #f9f4c5 !important;
}

.skin_gold .secondary-bg {
  background-color: #f9f4c5 !important;
}
.skin_gold .secondary-bg1 {
  background-color: #f9f4c5 !important;
}

.skin_gold .secondary-hover:hover {
  color: #8c420b !important;
  background-color: #f9f4c5 !important;
}

.skin_gold .secondary-hover:hover span,
.skin_gold .secondary-hover:hover i {
  color: #8c420b !important;
}

.skin_gold .secondary-active {
  color: #8c420b !important;
  background-color: #f9f4c5 !important;
}

.skin_gold .secondary-active span,
.skin_gold .secondary-active i {
  color: #8c420b !important;
}

.skin_gold .primary-text {
  color: #9e3905 !important;
  font-weight: bold;
}

.skin_gold .primary-text-hover:hover {
  color: #9e3905 !important;
  font-weight: bold !important;
}

.skin_gold .text-hover:hover .text {
  color: #9e3905 !important;
  font-weight: bold;
}
.skin_gold .text-active .text {
  color: #9e3905 !important;
  font-weight: bold;
}

.skin_gold .gold {
  color: #8c420b !important;
}
.skin_gold .more-menu-box ul li:before {
  background-color: #8c420b !important;
}
.skin_gold .out-button {
  background-color: #bd873b;
  border-color: #bd873b;
}
.skin_gold .secondary-text {
  color: #333333 !important;
}
.skin_gold .gamecontainer {
  background-color: #f9f4c5;
  border: 1px solid #8c420b;
}
.skin_gold .linear-gradient {
  background: linear-gradient(to bottom, #ffffff 0%, #ffffff 50%, #f9f4c5 51%, #f9f4c5 100%);
  background: -moz-linear-gradient(to bottom, #ffffff 0%, #ffffff 50%, #f9f4c5 51%, #f9f4c5 100%);
  color: #9e3905;
}
.skin_gold .el-button--primary {
 background: linear-gradient(to bottom, #f8e9ad 0%, #e3bc5d 100%) !important;
 background: -moz-linear-gradient(to bottom, #f8e9ad 0%, #e3bc5d 100%) !important;
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8e9ad', endColorstr='#e3bc5d', GradientType=0);
 color: #973504 !important;
 border: 1px solid #c18314 !important;
}

.skin_gold .el-button--primary:hover {
  background: #e3bc5d !important;
  background: linear-gradient(to bottom,
     #e3bc5d 1%,
     #f8eaaf 100%) !important;
  background: -moz-linear-gradient(to bottom,
     #e3bc5d 1%,
     #f8eaaf 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3bc5d', endColorstr='#f8eaaf', GradientType=0);
}
.skin_gold .logout-button {
  background-color: #bd873b !important;
  background: linear-gradient(to bottom,
      #bd873b 0%,
      #bd873b 100%) !important;
  background: -moz-linear-gradient(to bottom,
      #bd873b 0%,
      #bd873b 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bd873b', endColorstr='#bd873b', GradientType=0);
  color: #fff !important;
}
.skin_gold .logout-button:hover {
  background-color: #bd873b !important;
  border-color: #bd873b !important;
  background: linear-gradient(to bottom,
    #bd873b 0%,
    #bd873b 100%) !important;
  background: -moz-linear-gradient(to bottom,
    #bd873b 0%,
    #bd873b 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bd873b', endColorstr='#bd873b', GradientType=0);
  color: #fff !important;
}
.skin_gold .el-dialog__header {
  background-color: #9e3905 !important;
}

.skin_gold .el-dialog__title,
.skin_gold .el-dialog__headerbtn .el-dialog__close {
  color: #fff;
}

.skin_gold .el-message-box {
  border: 0;
}

.skin_gold .el-message-box__header {
  background-color: #9e3905 !important;
}

.skin_gold .el-message-box__title,
.skin_gold .el-message-box__headerbtn .el-message-box__close {
  color: #fff;
}
.skin_gold .el-table thead tr th {
  background: linear-gradient(to bottom, #ffffff 0%, #ffffff 50%, #f9f4c5 51%, #f9f4c5 100%);
  background: -moz-linear-gradient(to bottom, #ffffff 0%, #ffffff 50%, #f9f4c5 51%, #f9f4c5 100%);
  color: #9e3905;
}
.skin_gold .secondary-active .btns .el-button--primary span{
  color: #9e3905 !important;
}
body.skin_gold .chatRoomIcon iframe {
  border-left-color: #daa636;
}