.skin_red .tab-text {
  color: #fff;
}
.skin_red .primary {
  color: #54131e !important;
}

.skin_red .primary-bg {
  background-color: #B33B4E !important;
}
.skin_red .nav-primary-bg {
  background-color: #6a1f2d !important;
}

.skin_red .spritearrow {
  background-color: #AB384A !important;
}

.skin_red .secondary {
  color: #d87c86 !important;
}

.skin_red .secondary-bg {
  background-color: #d87c86 !important;
}
.skin_red .secondary-bg1 {
  background-color: #FFF5F5 !important;
}

.skin_red .secondary-hover:hover {
  color: #54131e !important;
  background-color: #d87c86 !important;
}

.skin_red .secondary-hover:hover span,
.skin_red .secondary-hover:hover i {
  color: #54131e !important;
}

.skin_red .secondary-active {
  color: #54131e !important;
  background-color: #d87c86 !important;
}

.skin_red .secondary-active span,
.skin_red .secondary-active i {
  color: #54131e !important;
}

.skin_red .primary-text {
  color: #54131e !important;
  font-weight: bold;
}

.skin_red .primary-text-hover:hover {
  color: #54131e !important;
  font-weight: bold !important;
}

.skin_red .text-hover:hover .text {
  color: #FFFF00 !important;
  font-weight: bold;
}
.skin_red .text-active .text {
  color: #FFFF00 !important;
  font-weight: bold;
}
.skin_red .out-button {
  background-color: #54131e;
  border-color: #54131e;
}
.skin_red .secondary-text {
  color: #333333 !important;
}
.skin_red .gamecontainer {
  background-color: #d87c86;
  border: 1px solid #B33B4E;
}
.skin_red .linear-gradient {
  background: linear-gradient(to bottom, #ffffff 0%, #ffffff 50%, #ffefee 51%, #ffefee 100%);
  background: -moz-linear-gradient(to bottom, #ffffff 0%, #ffffff 50%, #ffefee 51%, #ffefee 100%);
  color: #54131e;
}
.skin_red .el-button--primary {
  background: rgb(216, 124, 134) !important;
  background: linear-gradient(to bottom,
    #d87c86 0%,
    #c75e72 100%) !important;
  background: -moz-linear-gradient(to bottom, #d87c86 1%, #c75e72 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d87c86', endColorstr='#c75e72', GradientType=0);
  border: 1px solid #b53550 !important;
}

.skin_red .el-button--primary:hover {
  background: linear-gradient(to bottom,
    #d87c86 0%,
    #ad354c 100%) !important;
  background: -moz-linear-gradient(to bottom, #d87c86 1%, #ad354c 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d87c86', endColorstr='#ad354c', GradientType=0);
}
.skin_red .logout-button {
  background-color: #54131e !important;
  background: linear-gradient(to bottom,
      #54131e 0%,
      #54131e 100%) !important;
  background: -moz-linear-gradient(to bottom, #54131e 1%, #54131e 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#54131e', endColorstr='#54131e', GradientType=0);
  color: #fff !important;
  border-color: #54131e !important;
}

.skin_red .logout-button:hover {
  background-color: #54131e !important;
  border-color: #54131e !important;
  background: linear-gradient(to bottom,
      #54131e 0%,
      #54131e 100%) !important;
  background: -moz-linear-gradient(to bottom, #54131e 1%, #54131e 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#54131e', endColorstr='#54131e', GradientType=0);
  border-color: #54131e !important;
  color: #fff !important;
}
.skin_red .el-dialog__header {
  background-color: #54131e !important;
}

.skin_red .el-dialog__title,
.skin_red .el-dialog__headerbtn .el-dialog__close {
  color: #fff;
}
.skin_red .el-message-box {
  border: 0;
}

.skin_red .el-message-box__header {
  background-color: #54131e !important;
}

.skin_red .el-message-box__title,
.skin_red .el-message-box__headerbtn .el-message-box__close {
  color: #fff;
}
.skin_red .el-table thead tr th {
  background: linear-gradient(to bottom, #ffffff 0%, #ffffff 50%, #ffefee 51%, #ffefee 100%);
  background: -moz-linear-gradient(to bottom, #ffffff 0%, #ffffff 50%, #ffefee 51%, #ffefee 100%);
  color: #54131e;
}
.skin_red .secondary-active .btns .el-button--primary span{
  color: #fff !important;
}

body.skin_red .chatRoomIcon iframe {
  border-left-color: #932832;
}