:root[data-bs-theme='light'] {
  --txtColor: black;
  --txtColorRGB: RGB(0,0,0);
  --phColorRGB: RGB(0,0,0,.1);
  --txtColorRev: floralwhite;
  --bgColorRev: black;
  --bgColor: floralwhite;
  --bgColorModal: rgba(255,250,240,.5);
  --pColor: DodgerBlue;
  --nbgColor: rgba(0,122,174,.2);
  --txtSpan: rgba(122,41,123,1);

  --bgColorOdd: HoneyDew;
  --bgColorOdd: WhiteSmoke;
  --bgColorEven: AntiqueWhite;
  --bgColorEven: WhiteSmoke;
  --txtBlink: red;

  --borderColor: lightgrey;

  --txtColor2: black;
  --bgColor2: LightCyan;
  --bgColor2: WhiteSmoke;

  --bgColorOdd2: HoneyDew;
  --bgColorOdd2: Gainsboro;
  --bgColorOdd2: WhiteSmoke;
  --bgColorEven2: LavenderBlush;
  --bgColorEven2: DarkGray;

  --imgBg: rgba(113,44,249,.3);
  --imgBg: lightGrey;

  --bg-bs-bt: RoyalBlue;

  --bs-bg-color-org-rgb: rgb(112,44,247);
  --bs-bg-color-org:#6E2BF3

  --bs-scr-top-line-rgb: rgb(112,44,247);
  --bs-scr-top-bg-rgb: rgba(0,0,0,.1);
  /*--bs-form-check-bg-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'><path fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/></svg>")*/

}


:root[data-bs-theme='dark'] {
  --txtColor: floralwhite;
  --txtColorRGB: RGB(255,250,240);
  --phColorRGB: RGB(255,250,240,.1);
  --txtColorRev: black;
  --bgColorRev: floralwhite;
  --bgColor: black;
  --bgColorModal: rgba(0,0,0,.5);
  --pColor: gold;
  --nbgColor: rgba(0,122,174,.6);
  --txtSpan: orange;

  --bgColorOdd: CadetBlue;
  --bgColorOdd: rgba(175,175,175,.2);
  --bgColorEven: CornflowerBlue;
  --bgColorEven: rgba(175,175,175,.2);
  --txtBlink: gold;

  --borderColor: lightgrey;

  --txtColor2: floralwhite;
  --bgColor2: CornflowerBlue;
  --bgColor2: rgba(175,175,175,.2);


  --bgColorOdd2: MediumAquaMarine;
  --bgColorOdd2: rgba(175,175,175,.2);
  --bgColorEven2: IndianRed;
  --bgColorEven2: black;

  --imgBg: lightGrey;

  --bg-bs-bt: CornflowerBlue;

  --bs-bg-color-org-rgb: rgb(112,44,247);
  --bs-bg-color-org:#6E2BF3

  --bs-scr-top-line-rgb: rgb(112,44,247);
  --bs-scr-top-bg-rgb: rgba(255,255,255,.1);

  /*--bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e")*/

}


      .btn-bd-secondary {
        --bd-violet-bg: #712cf9;
        --bd-violet-rgb: 112.520718, 44.062154, 249.437846;

        --bs-btn-font-weight: 600;
        --bs-btn-color: var(--bs-white);
        --bs-btn-bg: var(--bd-violet-bg);
        --bs-btn-border-color: var(--bd-violet-bg);
        --bs-btn-hover-color: var(--bs-white);
        --bs-btn-hover-bg: #6528e0;
        --bs-btn-hover-border-color: #6528e0;
        --bs-btn-focus-shadow-rgb: var(--bd-violet-rgb);
        --bs-btn-active-color: var(--bs-btn-hover-color);
        --bs-btn-active-bg: #5a23c8;
        --bs-btn-active-border-color: #5a23c8;
      }


.pt-8{
  font-size:8pt;
  width:2rem;
  text-align:center;
}