.secundary-bg {
background-color: rgb(45, 58, 76);
  color: #fff;
}
.secundary-bg {
  background-color: rgb(45, 58, 76);
    color: #fff;
  }
  /* Color Theme Swatches in Hex */
.blue-theme-primary{ background-color: #39a6d1; }
.blue-theme-primary-V{ background-color: #1d93c2; }
.blue-theme-secondary { background-color: #edae62; }
.blue-theme-secondary-V { background-color: #c57546; }
.blue-theme-surface{ background-color: #b4e0f1 !important;} 
.blue-theme-bg { background-color: #f9ffff; }
.blue-theme-error{ background-color: #F8285B; }

  /* Color Theme Swatches in Hex */
  .blue-theme-primary-TXT{ color: #39a6d1; }
  .blue-theme-primary-V-TXT{ color: #1d93c2; }
  .blue-theme-secondary-TXT { color: #edae62; }
  .blue-theme-secondary-V-TXT { color: #c57546; }
  .blue-theme-surface-TXT{ color: #55b3d9; } 
  .blue-theme-bg-TXT {color: #ecfdfd; }
  .blue-theme-error-TXT{ color: #F8285B;}
/* Color Theme Swatches in RGBA */
.color-theme_Capture-1-rgba { color: rgba(1, 178, 168, 1); }
.color-theme_Capture-1-rgbaBg { background-color: rgba(1, 178, 168, 1); }
.color-theme_Capture-2-rgba { color: rgba(248, 40, 91, 1); }
.color-theme_Capture-3-rgba { color: rgba(184, 217, 113, 1); }
.color-theme_Capture-4-rgba { color: rgba(242, 217, 141, 1); }
.color-theme_Capture-5-rgba { color: rgba(242, 141, 53, 1); }

/* Color Theme Swatches in HSLA */
.color-theme_Capture-1-hsla { color: hsla(176, 98, 35, 1); }
.color-theme_Capture-2-hsla { color: hsla(345, 93, 56, 1); }
.color-theme_Capture-3-hsla { color: hsla(79, 57, 64, 1); }
.color-theme_Capture-4-hsla { color: hsla(45, 79, 75, 1); }
.color-theme_Capture-5-hsla { color: hsla(27, 87, 57, 1); }

.white-bg {
  background-color: #fff;
 }
 .black-bg {
  background-color: #000000;
 }
 .gray5-bg {
  background-color: #efefef;
 }
 .gray10-bg {
  background-color: #E1E1E1;
 }
 .gray20-bg {
  background-color: #C2C2C2;
 }
 .gray30-bg {
  background-color: #ADADAD;
 }
 .gray40-bg {
  background-color: #959595;
 }
 .gray50-bg {
  background-color: #757575;
 }
 .gray60-bg {
  background-color: #5C5C5C;
 }
 .gray70-bg {
  background-color: #444444;
 }
 .gray80-bg {
  background-color: #2E2E2E;
 }
 .text100{
  color:#000000;
 }
.text80{
  color:#363636;
 }
 .text60{
  color:#666565;
 }
 .text40{
  color:#8A8A8A;
 }
 .text20{
  color:#BFBFBF;
 }
 .text0{
  color:#fff;
 }