/* Widget theme 2 Inversed */
.w_.th2{
  --xw-w-color: var(--bs-white);
  --xw-w-link-color: #e0e0e0;
  --xw-w-bg: rgb(22, 26, 30);
  --xw-w-bg2: #212529;
  --xw-w-border-color:#000;
  --xw-w-shadow-color:#000;
  --xw-w-button-primary:rgb(92, 92, 92);
  --xw-w-button-secondary:rgb(34, 34, 34);
}
.w_.th2 .table{
  --bs-table-color: var(--bs-white);
  --bs-table-hover-color:var(--bs-white);
  --bs-table-border-color: #32383e;
}
/* Widget theme 3 Transparent */
.w_.th3 {
  background-color: transparent;
  border-color:transparent;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
/* Widget theme 4 Red */
.w_.th4{
  --xw-w-color: var(--bs-white);
  --xw-w-link-color: #e0e0e0;
  --xw-w-bg: rgb(119, 28, 28);
  --xw-w-bg2: rgb(104, 24, 24);
  --xw-w-border-color:rgb(90, 22, 22);
  --xw-w-shadow-color:#000;
  --xw-w-button-primary:rgb(165, 67, 67);
  --xw-w-button-secondary:rgb(90, 22, 22);
  
}
.w_.th4 .table{
  --bs-table-color: var(--bs-white);
  --bs-table-hover-color:var(--bs-white);
  --bs-table-border-color: rgb(91, 16, 16);
}
/* Widget theme 5 Green */
.w_.th5 {

  --xw-w-color: var(--bs-white);
  --xw-w-link-color: #e0e0e0;
  --xw-w-bg: #14501e;
  --xw-w-bg2: #104118;
  --xw-w-border-color:#12461b;
  --xw-w-shadow-color:#000;
  --xw-w-button-primary:#2b6434;
  --xw-w-button-secondary:#0d3313
}
.w_.th5 .table{
  --bs-table-color: var(--bs-white);
  --bs-table-hover-color:var(--bs-white);
  --bs-table-border-color: #0d3313;
}
/* Widget theme 6 Blue */
.w_.th6 {

  --xw-w-color: var(--bs-white);
  --xw-w-link-color: #e0e0e0;
  --xw-w-bg: #294672;
  --xw-w-bg2: #1f3453;
  --xw-w-border-color:#1f324e;
  --xw-w-shadow-color:#000;
  --xw-w-button-primary:#4a6288;
  --xw-w-button-secondary: #202e44;
}
.w_.th6 .table{
  --bs-table-color: var(--bs-white);
  --bs-table-hover-color:var(--bs-white);
  --bs-table-border-color: #1d283b;
}
