:root {
    --baseC_0:rgb(51, 51, 51);
    --baseC_1:rgb(178, 178, 178);
    --baseC_2:rgb(229, 229, 229);
    --baseC_3:rgb(102, 153, 51);
    --baseC_4:rgb(146, 194, 0);
    --baseC_5:rgb(73, 154, 181);
    --baseC_6:rgb(161, 201, 217);
    --baseC_7:rgb(46, 90, 105);
    --baseC_8:rgb(134, 186, 179);
    --baseC_9:rgb(149, 207, 199);
    --baseC_10:rgb(170, 217, 221);
    --baseC_11:rgb(235, 246, 244);
    --baseC_12:rgb(219, 113, 208);
    --baseC_13:rgb(255, 0, 102);
    --baseC_14:rgb(232, 74, 63);
    --baseC_15:rgb(240, 100, 0);
    --baseC_16:rgb(221, 178, 13);
    --baseC_17:rgb(255, 226, 196);
    --baseC_18:rgb(252, 243, 226);
    --baseC_19:rgb(255, 250, 240);
    --baseC_20:rgb(255, 255, 204);
    --baseC_21:rgb(255, 192, 78);
    --baseC_22:rgb(154, 216, 36);
    --baseC_23:rgb(168, 53, 53);
    --baseC_24:rgb(80, 80, 200);
    --baseC_25:rgb(0, 47, 167);
    --baseC_26:rgb(164, 226, 198);
    --baseC_27:rgb(84, 150, 136);
    --baseC_28:rgb(244, 234, 197);
    --baseC_29:rgb(66, 80, 102);
    --baseC_30:rgb(228, 198, 208);
    --baseC_31:rgb(22, 44, 67);
    --baseC_32:rgb(236, 159, 0);
    --baseC_33:rgb(95, 62, 44);
    --baseC_34:rgb(145, 184, 32);
    --baseC_35:rgb(73, 45, 34);
    --baseC_36:rgb(212, 195, 178);
    --baseC_37:rgb(187, 157, 107);
    --baseC_38:rgb(17, 62, 33);
    --baseC_39:rgb(247, 245, 222);
    --baseC_40:rgb(88, 23, 27);
    --baseC_41:rgb(1, 49, 83);
    --baseC_42:rgb(94, 96, 108);
    --baseC_43:rgb(239, 137, 26);
    --baseC_44:rgb(173, 221, 107);
    --baseC_45:rgb(55, 70, 75);
    --baseC_46:rgb(193, 80, 86);
    --baseC_47:rgb(233, 213, 202);
    --baseC_48:rgb(5, 145, 213);
    --baseC_50:rgb(255, 152, 255);
    --baseC_51:rgb(255, 210, 210);
    --baseC_R:rgb(255, 0, 0);
    --baseC_G:rgb(0, 255, 0);
    --baseC_B:rgb(0, 0, 255);
    --baseC_Y:rgb(255, 255, 0);
    --baseC_BK:rgb(0, 0, 0);
    --baseC_W:rgb(255, 255, 255);
  }
  
  :is(button, input:is([type=button], [type=submit])).buttonSquare.buttonAdd {
    background: rgb(0, 47, 167);
    color: rgb(164, 226, 198);
  }
  
  :is(button, input:is([type=button], [type=submit])).buttonAdd::before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "+";
  }
  
  :is(button, input:is([type=button], [type=submit])):is(.buttonCircle, .buttonCircleS).buttonAdd {
    background: rgb(0, 47, 167);
    color: rgb(164, 226, 198);
  }
  
  .iconAdd {
    color: rgb(0, 47, 167);
  }
  
  .iconAdd::before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "+";
  }
  
  :is(button, input:is([type=button], [type=submit])).buttonSquare.buttonDel {
    background: rgb(255, 0, 102);
    color: rgb(255, 255, 255);
  }
  
  :is(button, input:is([type=button], [type=submit])).buttonDel::before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f00d";
  }
  
  :is(button, input:is([type=button], [type=submit])):is(.buttonCircle, .buttonCircleS).buttonDel {
    background: rgb(255, 0, 102);
    color: rgb(255, 255, 255);
  }
  
  .iconDel {
    color: rgb(255, 0, 102);
  }
  
  .iconDel::before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f00d";
  }
  
  :is(button, input:is([type=button], [type=submit])).buttonSquare.buttonDel2 {
    background: rgb(232, 74, 63);
    color: rgb(255, 255, 255);
  }
  
  :is(button, input:is([type=button], [type=submit])).buttonDel2::before {
    font-family: "Font Awesome 6 Free";
    font-weight: 400;
    content: "\f2ed";
  }
  
  :is(button, input:is([type=button], [type=submit])):is(.buttonCircle, .buttonCircleS).buttonDel2 {
    background: rgb(232, 74, 63);
    color: rgb(255, 255, 255);
  }
  
  .iconDel2 {
    color: rgb(232, 74, 63);
  }
  
  .iconDel2::before {
    font-family: "Font Awesome 6 Free";
    font-weight: 400;
    content: "\f2ed";
  }
  
  :is(button, input:is([type=button], [type=submit])).buttonSquare.buttonEdit {
    background: rgb(173, 221, 107);
    color: rgb(55, 70, 75);
  }
  
  :is(button, input:is([type=button], [type=submit])).buttonEdit::before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f303";
  }
  
  :is(button, input:is([type=button], [type=submit])):is(.buttonCircle, .buttonCircleS).buttonEdit {
    background: rgb(173, 221, 107);
    color: rgb(55, 70, 75);
  }
  
  .iconEdit {
    color: rgb(173, 221, 107);
  }
  
  .iconEdit::before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f303";
  }
  
  :is(button, input:is([type=button], [type=submit])).buttonSquare.buttonSave {
    background: rgb(102, 153, 51);
    color: rgb(255, 255, 255);
  }
  
  :is(button, input:is([type=button], [type=submit])).buttonSave::before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f0c7";
  }
  
  :is(button, input:is([type=button], [type=submit])):is(.buttonCircle, .buttonCircleS).buttonSave {
    background: rgb(102, 153, 51);
    color: rgb(255, 255, 255);
  }
  
  .iconSave {
    color: rgb(102, 153, 51);
  }
  
  .iconSave::before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f0c7";
  }
  
  :is(button, input:is([type=button], [type=submit])).buttonSquare.buttonList {
    background: rgb(240, 100, 0);
    color: rgb(255, 255, 255);
  }
  
  :is(button, input:is([type=button], [type=submit])).buttonList::before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f0ae";
  }
  
  :is(button, input:is([type=button], [type=submit])):is(.buttonCircle, .buttonCircleS).buttonList {
    background: rgb(240, 100, 0);
    color: rgb(255, 255, 255);
  }
  
  .iconList {
    color: rgb(240, 100, 0);
  }
  
  .iconList::before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f0ae";
  }
  
  :is(button, input:is([type=button], [type=submit])).buttonSquare.buttonRe {
    background: rgb(236, 159, 0);
    color: rgb(22, 44, 67);
  }
  
  :is(button, input:is([type=button], [type=submit])).buttonRe::before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\e4bb";
  }
  
  :is(button, input:is([type=button], [type=submit])):is(.buttonCircle, .buttonCircleS).buttonRe {
    background: rgb(236, 159, 0);
    color: rgb(22, 44, 67);
  }
  
  .iconRe {
    color: rgb(236, 159, 0);
  }
  
  .iconRe::before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\e4bb";
  }
  
  :is(button, input:is([type=button], [type=submit])).buttonSquare.buttonSCH {
    background: rgb(17, 62, 33);
    color: rgb(255, 255, 255);
  }
  
  :is(button, input:is([type=button], [type=submit])).buttonSCH::before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f002";
  }
  
  :is(button, input:is([type=button], [type=submit])):is(.buttonCircle, .buttonCircleS).buttonSCH {
    background: rgb(17, 62, 33);
    color: rgb(255, 255, 255);
  }
  
  .iconSCH {
    color: rgb(17, 62, 33);
  }
  
  .iconSCH::before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f002";
  }
  
  :is(button, input:is([type=button], [type=submit])).buttonSquare.buttonCheck {
    background: rgb(73, 154, 181);
    color: rgb(255, 255, 204);
  }
  
  :is(button, input:is([type=button], [type=submit])).buttonCheck::before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f00c";
  }
  
  :is(button, input:is([type=button], [type=submit])):is(.buttonCircle, .buttonCircleS).buttonCheck {
    background: rgb(73, 154, 181);
    color: rgb(255, 255, 204);
  }
  
  .iconCheck {
    color: rgb(73, 154, 181);
  }
  
  .iconCheck::before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f00c";
  }
  
  :is(button, input:is([type=button], [type=submit])).buttonSquare.buttonManage {
    background: rgb(46, 90, 105);
    color: rgb(255, 255, 255);
  }
  
  :is(button, input:is([type=button], [type=submit])).buttonManage::before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f085";
  }
  
  :is(button, input:is([type=button], [type=submit])):is(.buttonCircle, .buttonCircleS).buttonManage {
    background: rgb(46, 90, 105);
    color: rgb(255, 255, 255);
  }
  
  .iconManage {
    color: rgb(46, 90, 105);
  }
  
  .iconManage::before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f085";
  }
  
  :is(button, input:is([type=button], [type=submit])).buttonSquare.buttonLock {
    background: rgb(168, 53, 53);
    color: rgb(255, 255, 255);
  }
  
  :is(button, input:is([type=button], [type=submit])).buttonLock::before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f023";
  }
  
  :is(button, input:is([type=button], [type=submit])):is(.buttonCircle, .buttonCircleS).buttonLock {
    background: rgb(168, 53, 53);
    color: rgb(255, 255, 255);
  }
  
  .iconLock {
    color: rgb(168, 53, 53);
  }
  
  .iconLock::before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f023";
  }
  
  :is(button, input:is([type=button], [type=submit])).buttonSquare.buttonUnlock {
    background: rgb(80, 80, 200);
    color: rgb(255, 255, 255);
  }
  
  :is(button, input:is([type=button], [type=submit])).buttonUnlock::before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f09c";
  }
  
  :is(button, input:is([type=button], [type=submit])):is(.buttonCircle, .buttonCircleS).buttonUnlock {
    background: rgb(80, 80, 200);
    color: rgb(255, 255, 255);
  }
  
  .iconUnlock {
    color: rgb(80, 80, 200);
  }
  
  .iconUnlock::before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f09c";
  }
  
  :is(button, input:is([type=button], [type=submit])).buttonSquare.buttonView {
    background: rgb(219, 113, 208);
    color: rgb(255, 255, 255);
  }
  
  :is(button, input:is([type=button], [type=submit])).buttonView::before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f06e";
  }
  
  :is(button, input:is([type=button], [type=submit])):is(.buttonCircle, .buttonCircleS).buttonView {
    background: rgb(219, 113, 208);
    color: rgb(255, 255, 255);
  }
  
  .iconView {
    color: rgb(219, 113, 208);
  }
  
  .iconView::before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f06e";
  }
  
  :is(button, input:is([type=button], [type=submit])).buttonSquare.buttonPrint {
    background: rgb(154, 216, 36);
    color: rgb(0, 47, 167);
  }
  
  :is(button, input:is([type=button], [type=submit])).buttonPrint::before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f02f";
  }
  
  :is(button, input:is([type=button], [type=submit])):is(.buttonCircle, .buttonCircleS).buttonPrint {
    background: rgb(154, 216, 36);
    color: rgb(0, 47, 167);
  }
  
  .iconPrint {
    color: rgb(154, 216, 36);
  }
  
  .iconPrint::before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f02f";
  }
  
  :is(button, input:is([type=button], [type=submit])).buttonSquare.buttonMap {
    background: rgb(0, 47, 167);
    color: rgb(247, 245, 222);
  }
  
  :is(button, input:is([type=button], [type=submit])).buttonMap::before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f5a0";
  }
  
  :is(button, input:is([type=button], [type=submit])):is(.buttonCircle, .buttonCircleS).buttonMap {
    background: rgb(0, 47, 167);
    color: rgb(247, 245, 222);
  }
  
  .iconMap {
    color: rgb(0, 47, 167);
  }
  
  .iconMap::before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f5a0";
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).Nbg0 {
    background: rgb(51, 51, 51) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).Nbg0H:hover {
    background: rgb(51, 51, 51) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).Nfc0 {
    color: rgb(51, 51, 51) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).Nfc0H:hover {
    color: rgb(51, 51, 51) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).Nbg0 {
    background: rgb(51, 51, 51) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).Nbg0H:hover {
    background: rgb(51, 51, 51) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).Nfc0 {
    color: rgb(51, 51, 51) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).Nfc0H:hover {
    color: rgb(51, 51, 51) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_A0 {
    border: 1px solid rgb(51, 51, 51) !important;
  }
  
  table.showBD_A0 > :is(tbody, thead, tfoot) > * > :is(td, th) {
    border-left: 1px solid rgb(51, 51, 51) !important;
    border-bottom: 1px solid rgb(51, 51, 51) !important;
  }
  
  table.showBD_A0 {
    border-top: 1px solid rgb(51, 51, 51) !important;
    border-right: 1px solid rgb(51, 51, 51) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_B0 {
    border: 1px dotted rgb(51, 51, 51) !important;
  }
  
  table.showBD_B0 > :is(tbody, thead, tfoot) > * > :is(td, th) {
    border-left: 1px dotted rgb(51, 51, 51) !important;
    border-bottom: 1px dotted rgb(51, 51, 51) !important;
  }
  
  table.showBD_B0 {
    border-top: 1px dotted rgb(51, 51, 51) !important;
    border-right: 1px dotted rgb(51, 51, 51) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_BA0 {
    border-bottom: 1px solid rgb(51, 51, 51) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_BB0 {
    border-bottom: 1px dotted rgb(51, 51, 51) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_RA0 {
    border-right: 1px solid rgb(51, 51, 51) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_LA0 {
    border-left: 1px solid rgb(51, 51, 51) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_TA0 {
    border-top: 1px solid rgb(51, 51, 51) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).Nbg1 {
    background: rgb(178, 178, 178) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).Nbg1H:hover {
    background: rgb(178, 178, 178) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).Nfc1 {
    color: rgb(178, 178, 178) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).Nfc1H:hover {
    color: rgb(178, 178, 178) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).Nbg1 {
    background: rgb(178, 178, 178) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).Nbg1H:hover {
    background: rgb(178, 178, 178) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).Nfc1 {
    color: rgb(178, 178, 178) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).Nfc1H:hover {
    color: rgb(178, 178, 178) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_A1 {
    border: 1px solid rgb(178, 178, 178) !important;
  }
  
  table.showBD_A1 > :is(tbody, thead, tfoot) > * > :is(td, th) {
    border-left: 1px solid rgb(178, 178, 178) !important;
    border-bottom: 1px solid rgb(178, 178, 178) !important;
  }
  
  table.showBD_A1 {
    border-top: 1px solid rgb(178, 178, 178) !important;
    border-right: 1px solid rgb(178, 178, 178) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_B1 {
    border: 1px dotted rgb(178, 178, 178) !important;
  }
  
  table.showBD_B1 > :is(tbody, thead, tfoot) > * > :is(td, th) {
    border-left: 1px dotted rgb(178, 178, 178) !important;
    border-bottom: 1px dotted rgb(178, 178, 178) !important;
  }
  
  table.showBD_B1 {
    border-top: 1px dotted rgb(178, 178, 178) !important;
    border-right: 1px dotted rgb(178, 178, 178) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_BA1 {
    border-bottom: 1px solid rgb(178, 178, 178) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_BB1 {
    border-bottom: 1px dotted rgb(178, 178, 178) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_RA1 {
    border-right: 1px solid rgb(178, 178, 178) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_LA1 {
    border-left: 1px solid rgb(178, 178, 178) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_TA1 {
    border-top: 1px solid rgb(178, 178, 178) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).Nbg2 {
    background: rgb(229, 229, 229) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).Nbg2H:hover {
    background: rgb(229, 229, 229) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).Nfc2 {
    color: rgb(229, 229, 229) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).Nfc2H:hover {
    color: rgb(229, 229, 229) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).Nbg2 {
    background: rgb(229, 229, 229) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).Nbg2H:hover {
    background: rgb(229, 229, 229) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).Nfc2 {
    color: rgb(229, 229, 229) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).Nfc2H:hover {
    color: rgb(229, 229, 229) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_A2 {
    border: 1px solid rgb(229, 229, 229) !important;
  }
  
  table.showBD_A2 > :is(tbody, thead, tfoot) > * > :is(td, th) {
    border-left: 1px solid rgb(229, 229, 229) !important;
    border-bottom: 1px solid rgb(229, 229, 229) !important;
  }
  
  table.showBD_A2 {
    border-top: 1px solid rgb(229, 229, 229) !important;
    border-right: 1px solid rgb(229, 229, 229) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_B2 {
    border: 1px dotted rgb(229, 229, 229) !important;
  }
  
  table.showBD_B2 > :is(tbody, thead, tfoot) > * > :is(td, th) {
    border-left: 1px dotted rgb(229, 229, 229) !important;
    border-bottom: 1px dotted rgb(229, 229, 229) !important;
  }
  
  table.showBD_B2 {
    border-top: 1px dotted rgb(229, 229, 229) !important;
    border-right: 1px dotted rgb(229, 229, 229) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_BA2 {
    border-bottom: 1px solid rgb(229, 229, 229) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_BB2 {
    border-bottom: 1px dotted rgb(229, 229, 229) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_RA2 {
    border-right: 1px solid rgb(229, 229, 229) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_LA2 {
    border-left: 1px solid rgb(229, 229, 229) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_TA2 {
    border-top: 1px solid rgb(229, 229, 229) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).Nbg3 {
    background: rgb(102, 153, 51) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).Nbg3H:hover {
    background: rgb(102, 153, 51) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).Nfc3 {
    color: rgb(102, 153, 51) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).Nfc3H:hover {
    color: rgb(102, 153, 51) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).Nbg3 {
    background: rgb(102, 153, 51) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).Nbg3H:hover {
    background: rgb(102, 153, 51) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).Nfc3 {
    color: rgb(102, 153, 51) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).Nfc3H:hover {
    color: rgb(102, 153, 51) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_A3 {
    border: 1px solid rgb(102, 153, 51) !important;
  }
  
  table.showBD_A3 > :is(tbody, thead, tfoot) > * > :is(td, th) {
    border-left: 1px solid rgb(102, 153, 51) !important;
    border-bottom: 1px solid rgb(102, 153, 51) !important;
  }
  
  table.showBD_A3 {
    border-top: 1px solid rgb(102, 153, 51) !important;
    border-right: 1px solid rgb(102, 153, 51) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_B3 {
    border: 1px dotted rgb(102, 153, 51) !important;
  }
  
  table.showBD_B3 > :is(tbody, thead, tfoot) > * > :is(td, th) {
    border-left: 1px dotted rgb(102, 153, 51) !important;
    border-bottom: 1px dotted rgb(102, 153, 51) !important;
  }
  
  table.showBD_B3 {
    border-top: 1px dotted rgb(102, 153, 51) !important;
    border-right: 1px dotted rgb(102, 153, 51) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_BA3 {
    border-bottom: 1px solid rgb(102, 153, 51) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_BB3 {
    border-bottom: 1px dotted rgb(102, 153, 51) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_RA3 {
    border-right: 1px solid rgb(102, 153, 51) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_LA3 {
    border-left: 1px solid rgb(102, 153, 51) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_TA3 {
    border-top: 1px solid rgb(102, 153, 51) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).Nbg4 {
    background: rgb(146, 194, 0) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).Nbg4H:hover {
    background: rgb(146, 194, 0) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).Nfc4 {
    color: rgb(146, 194, 0) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).Nfc4H:hover {
    color: rgb(146, 194, 0) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).Nbg4 {
    background: rgb(146, 194, 0) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).Nbg4H:hover {
    background: rgb(146, 194, 0) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).Nfc4 {
    color: rgb(146, 194, 0) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).Nfc4H:hover {
    color: rgb(146, 194, 0) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_A4 {
    border: 1px solid rgb(146, 194, 0) !important;
  }
  
  table.showBD_A4 > :is(tbody, thead, tfoot) > * > :is(td, th) {
    border-left: 1px solid rgb(146, 194, 0) !important;
    border-bottom: 1px solid rgb(146, 194, 0) !important;
  }
  
  table.showBD_A4 {
    border-top: 1px solid rgb(146, 194, 0) !important;
    border-right: 1px solid rgb(146, 194, 0) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_B4 {
    border: 1px dotted rgb(146, 194, 0) !important;
  }
  
  table.showBD_B4 > :is(tbody, thead, tfoot) > * > :is(td, th) {
    border-left: 1px dotted rgb(146, 194, 0) !important;
    border-bottom: 1px dotted rgb(146, 194, 0) !important;
  }
  
  table.showBD_B4 {
    border-top: 1px dotted rgb(146, 194, 0) !important;
    border-right: 1px dotted rgb(146, 194, 0) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_BA4 {
    border-bottom: 1px solid rgb(146, 194, 0) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_BB4 {
    border-bottom: 1px dotted rgb(146, 194, 0) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_RA4 {
    border-right: 1px solid rgb(146, 194, 0) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_LA4 {
    border-left: 1px solid rgb(146, 194, 0) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_TA4 {
    border-top: 1px solid rgb(146, 194, 0) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).Nbg5 {
    background: rgb(73, 154, 181) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).Nbg5H:hover {
    background: rgb(73, 154, 181) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).Nfc5 {
    color: rgb(73, 154, 181) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).Nfc5H:hover {
    color: rgb(73, 154, 181) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).Nbg5 {
    background: rgb(73, 154, 181) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).Nbg5H:hover {
    background: rgb(73, 154, 181) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).Nfc5 {
    color: rgb(73, 154, 181) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).Nfc5H:hover {
    color: rgb(73, 154, 181) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_A5 {
    border: 1px solid rgb(73, 154, 181) !important;
  }
  
  table.showBD_A5 > :is(tbody, thead, tfoot) > * > :is(td, th) {
    border-left: 1px solid rgb(73, 154, 181) !important;
    border-bottom: 1px solid rgb(73, 154, 181) !important;
  }
  
  table.showBD_A5 {
    border-top: 1px solid rgb(73, 154, 181) !important;
    border-right: 1px solid rgb(73, 154, 181) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_B5 {
    border: 1px dotted rgb(73, 154, 181) !important;
  }
  
  table.showBD_B5 > :is(tbody, thead, tfoot) > * > :is(td, th) {
    border-left: 1px dotted rgb(73, 154, 181) !important;
    border-bottom: 1px dotted rgb(73, 154, 181) !important;
  }
  
  table.showBD_B5 {
    border-top: 1px dotted rgb(73, 154, 181) !important;
    border-right: 1px dotted rgb(73, 154, 181) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_BA5 {
    border-bottom: 1px solid rgb(73, 154, 181) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_BB5 {
    border-bottom: 1px dotted rgb(73, 154, 181) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_RA5 {
    border-right: 1px solid rgb(73, 154, 181) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_LA5 {
    border-left: 1px solid rgb(73, 154, 181) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_TA5 {
    border-top: 1px solid rgb(73, 154, 181) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).Nbg6 {
    background: rgb(161, 201, 217) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).Nbg6H:hover {
    background: rgb(161, 201, 217) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).Nfc6 {
    color: rgb(161, 201, 217) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).Nfc6H:hover {
    color: rgb(161, 201, 217) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).Nbg6 {
    background: rgb(161, 201, 217) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).Nbg6H:hover {
    background: rgb(161, 201, 217) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).Nfc6 {
    color: rgb(161, 201, 217) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).Nfc6H:hover {
    color: rgb(161, 201, 217) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_A6 {
    border: 1px solid rgb(161, 201, 217) !important;
  }
  
  table.showBD_A6 > :is(tbody, thead, tfoot) > * > :is(td, th) {
    border-left: 1px solid rgb(161, 201, 217) !important;
    border-bottom: 1px solid rgb(161, 201, 217) !important;
  }
  
  table.showBD_A6 {
    border-top: 1px solid rgb(161, 201, 217) !important;
    border-right: 1px solid rgb(161, 201, 217) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_B6 {
    border: 1px dotted rgb(161, 201, 217) !important;
  }
  
  table.showBD_B6 > :is(tbody, thead, tfoot) > * > :is(td, th) {
    border-left: 1px dotted rgb(161, 201, 217) !important;
    border-bottom: 1px dotted rgb(161, 201, 217) !important;
  }
  
  table.showBD_B6 {
    border-top: 1px dotted rgb(161, 201, 217) !important;
    border-right: 1px dotted rgb(161, 201, 217) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_BA6 {
    border-bottom: 1px solid rgb(161, 201, 217) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_BB6 {
    border-bottom: 1px dotted rgb(161, 201, 217) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_RA6 {
    border-right: 1px solid rgb(161, 201, 217) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_LA6 {
    border-left: 1px solid rgb(161, 201, 217) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_TA6 {
    border-top: 1px solid rgb(161, 201, 217) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).Nbg7 {
    background: rgb(46, 90, 105) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).Nbg7H:hover {
    background: rgb(46, 90, 105) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).Nfc7 {
    color: rgb(46, 90, 105) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).Nfc7H:hover {
    color: rgb(46, 90, 105) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).Nbg7 {
    background: rgb(46, 90, 105) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).Nbg7H:hover {
    background: rgb(46, 90, 105) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).Nfc7 {
    color: rgb(46, 90, 105) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).Nfc7H:hover {
    color: rgb(46, 90, 105) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_A7 {
    border: 1px solid rgb(46, 90, 105) !important;
  }
  
  table.showBD_A7 > :is(tbody, thead, tfoot) > * > :is(td, th) {
    border-left: 1px solid rgb(46, 90, 105) !important;
    border-bottom: 1px solid rgb(46, 90, 105) !important;
  }
  
  table.showBD_A7 {
    border-top: 1px solid rgb(46, 90, 105) !important;
    border-right: 1px solid rgb(46, 90, 105) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_B7 {
    border: 1px dotted rgb(46, 90, 105) !important;
  }
  
  table.showBD_B7 > :is(tbody, thead, tfoot) > * > :is(td, th) {
    border-left: 1px dotted rgb(46, 90, 105) !important;
    border-bottom: 1px dotted rgb(46, 90, 105) !important;
  }
  
  table.showBD_B7 {
    border-top: 1px dotted rgb(46, 90, 105) !important;
    border-right: 1px dotted rgb(46, 90, 105) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_BA7 {
    border-bottom: 1px solid rgb(46, 90, 105) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_BB7 {
    border-bottom: 1px dotted rgb(46, 90, 105) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_RA7 {
    border-right: 1px solid rgb(46, 90, 105) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_LA7 {
    border-left: 1px solid rgb(46, 90, 105) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_TA7 {
    border-top: 1px solid rgb(46, 90, 105) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).Nbg8 {
    background: rgb(134, 186, 179) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).Nbg8H:hover {
    background: rgb(134, 186, 179) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).Nfc8 {
    color: rgb(134, 186, 179) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).Nfc8H:hover {
    color: rgb(134, 186, 179) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).Nbg8 {
    background: rgb(134, 186, 179) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).Nbg8H:hover {
    background: rgb(134, 186, 179) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).Nfc8 {
    color: rgb(134, 186, 179) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).Nfc8H:hover {
    color: rgb(134, 186, 179) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_A8 {
    border: 1px solid rgb(134, 186, 179) !important;
  }
  
  table.showBD_A8 > :is(tbody, thead, tfoot) > * > :is(td, th) {
    border-left: 1px solid rgb(134, 186, 179) !important;
    border-bottom: 1px solid rgb(134, 186, 179) !important;
  }
  
  table.showBD_A8 {
    border-top: 1px solid rgb(134, 186, 179) !important;
    border-right: 1px solid rgb(134, 186, 179) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_B8 {
    border: 1px dotted rgb(134, 186, 179) !important;
  }
  
  table.showBD_B8 > :is(tbody, thead, tfoot) > * > :is(td, th) {
    border-left: 1px dotted rgb(134, 186, 179) !important;
    border-bottom: 1px dotted rgb(134, 186, 179) !important;
  }
  
  table.showBD_B8 {
    border-top: 1px dotted rgb(134, 186, 179) !important;
    border-right: 1px dotted rgb(134, 186, 179) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_BA8 {
    border-bottom: 1px solid rgb(134, 186, 179) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_BB8 {
    border-bottom: 1px dotted rgb(134, 186, 179) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_RA8 {
    border-right: 1px solid rgb(134, 186, 179) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_LA8 {
    border-left: 1px solid rgb(134, 186, 179) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_TA8 {
    border-top: 1px solid rgb(134, 186, 179) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).Nbg9 {
    background: rgb(149, 207, 199) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).Nbg9H:hover {
    background: rgb(149, 207, 199) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).Nfc9 {
    color: rgb(149, 207, 199) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).Nfc9H:hover {
    color: rgb(149, 207, 199) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).Nbg9 {
    background: rgb(149, 207, 199) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).Nbg9H:hover {
    background: rgb(149, 207, 199) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).Nfc9 {
    color: rgb(149, 207, 199) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).Nfc9H:hover {
    color: rgb(149, 207, 199) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_A9 {
    border: 1px solid rgb(149, 207, 199) !important;
  }
  
  table.showBD_A9 > :is(tbody, thead, tfoot) > * > :is(td, th) {
    border-left: 1px solid rgb(149, 207, 199) !important;
    border-bottom: 1px solid rgb(149, 207, 199) !important;
  }
  
  table.showBD_A9 {
    border-top: 1px solid rgb(149, 207, 199) !important;
    border-right: 1px solid rgb(149, 207, 199) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_B9 {
    border: 1px dotted rgb(149, 207, 199) !important;
  }
  
  table.showBD_B9 > :is(tbody, thead, tfoot) > * > :is(td, th) {
    border-left: 1px dotted rgb(149, 207, 199) !important;
    border-bottom: 1px dotted rgb(149, 207, 199) !important;
  }
  
  table.showBD_B9 {
    border-top: 1px dotted rgb(149, 207, 199) !important;
    border-right: 1px dotted rgb(149, 207, 199) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_BA9 {
    border-bottom: 1px solid rgb(149, 207, 199) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_BB9 {
    border-bottom: 1px dotted rgb(149, 207, 199) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_RA9 {
    border-right: 1px solid rgb(149, 207, 199) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_LA9 {
    border-left: 1px solid rgb(149, 207, 199) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_TA9 {
    border-top: 1px solid rgb(149, 207, 199) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).Nbg10 {
    background: rgb(170, 217, 221) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).Nbg10H:hover {
    background: rgb(170, 217, 221) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).Nfc10 {
    color: rgb(170, 217, 221) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).Nfc10H:hover {
    color: rgb(170, 217, 221) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).Nbg10 {
    background: rgb(170, 217, 221) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).Nbg10H:hover {
    background: rgb(170, 217, 221) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).Nfc10 {
    color: rgb(170, 217, 221) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).Nfc10H:hover {
    color: rgb(170, 217, 221) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_A10 {
    border: 1px solid rgb(170, 217, 221) !important;
  }
  
  table.showBD_A10 > :is(tbody, thead, tfoot) > * > :is(td, th) {
    border-left: 1px solid rgb(170, 217, 221) !important;
    border-bottom: 1px solid rgb(170, 217, 221) !important;
  }
  
  table.showBD_A10 {
    border-top: 1px solid rgb(170, 217, 221) !important;
    border-right: 1px solid rgb(170, 217, 221) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_B10 {
    border: 1px dotted rgb(170, 217, 221) !important;
  }
  
  table.showBD_B10 > :is(tbody, thead, tfoot) > * > :is(td, th) {
    border-left: 1px dotted rgb(170, 217, 221) !important;
    border-bottom: 1px dotted rgb(170, 217, 221) !important;
  }
  
  table.showBD_B10 {
    border-top: 1px dotted rgb(170, 217, 221) !important;
    border-right: 1px dotted rgb(170, 217, 221) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_BA10 {
    border-bottom: 1px solid rgb(170, 217, 221) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_BB10 {
    border-bottom: 1px dotted rgb(170, 217, 221) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_RA10 {
    border-right: 1px solid rgb(170, 217, 221) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_LA10 {
    border-left: 1px solid rgb(170, 217, 221) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_TA10 {
    border-top: 1px solid rgb(170, 217, 221) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).Nbg11 {
    background: rgb(235, 246, 244) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).Nbg11H:hover {
    background: rgb(235, 246, 244) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).Nfc11 {
    color: rgb(235, 246, 244) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).Nfc11H:hover {
    color: rgb(235, 246, 244) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).Nbg11 {
    background: rgb(235, 246, 244) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).Nbg11H:hover {
    background: rgb(235, 246, 244) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).Nfc11 {
    color: rgb(235, 246, 244) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).Nfc11H:hover {
    color: rgb(235, 246, 244) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_A11 {
    border: 1px solid rgb(235, 246, 244) !important;
  }
  
  table.showBD_A11 > :is(tbody, thead, tfoot) > * > :is(td, th) {
    border-left: 1px solid rgb(235, 246, 244) !important;
    border-bottom: 1px solid rgb(235, 246, 244) !important;
  }
  
  table.showBD_A11 {
    border-top: 1px solid rgb(235, 246, 244) !important;
    border-right: 1px solid rgb(235, 246, 244) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_B11 {
    border: 1px dotted rgb(235, 246, 244) !important;
  }
  
  table.showBD_B11 > :is(tbody, thead, tfoot) > * > :is(td, th) {
    border-left: 1px dotted rgb(235, 246, 244) !important;
    border-bottom: 1px dotted rgb(235, 246, 244) !important;
  }
  
  table.showBD_B11 {
    border-top: 1px dotted rgb(235, 246, 244) !important;
    border-right: 1px dotted rgb(235, 246, 244) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_BA11 {
    border-bottom: 1px solid rgb(235, 246, 244) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_BB11 {
    border-bottom: 1px dotted rgb(235, 246, 244) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_RA11 {
    border-right: 1px solid rgb(235, 246, 244) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_LA11 {
    border-left: 1px solid rgb(235, 246, 244) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_TA11 {
    border-top: 1px solid rgb(235, 246, 244) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).Nbg12 {
    background: rgb(219, 113, 208) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).Nbg12H:hover {
    background: rgb(219, 113, 208) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).Nfc12 {
    color: rgb(219, 113, 208) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).Nfc12H:hover {
    color: rgb(219, 113, 208) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).Nbg12 {
    background: rgb(219, 113, 208) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).Nbg12H:hover {
    background: rgb(219, 113, 208) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).Nfc12 {
    color: rgb(219, 113, 208) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).Nfc12H:hover {
    color: rgb(219, 113, 208) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_A12 {
    border: 1px solid rgb(219, 113, 208) !important;
  }
  
  table.showBD_A12 > :is(tbody, thead, tfoot) > * > :is(td, th) {
    border-left: 1px solid rgb(219, 113, 208) !important;
    border-bottom: 1px solid rgb(219, 113, 208) !important;
  }
  
  table.showBD_A12 {
    border-top: 1px solid rgb(219, 113, 208) !important;
    border-right: 1px solid rgb(219, 113, 208) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_B12 {
    border: 1px dotted rgb(219, 113, 208) !important;
  }
  
  table.showBD_B12 > :is(tbody, thead, tfoot) > * > :is(td, th) {
    border-left: 1px dotted rgb(219, 113, 208) !important;
    border-bottom: 1px dotted rgb(219, 113, 208) !important;
  }
  
  table.showBD_B12 {
    border-top: 1px dotted rgb(219, 113, 208) !important;
    border-right: 1px dotted rgb(219, 113, 208) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_BA12 {
    border-bottom: 1px solid rgb(219, 113, 208) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_BB12 {
    border-bottom: 1px dotted rgb(219, 113, 208) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_RA12 {
    border-right: 1px solid rgb(219, 113, 208) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_LA12 {
    border-left: 1px solid rgb(219, 113, 208) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_TA12 {
    border-top: 1px solid rgb(219, 113, 208) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).Nbg13 {
    background: rgb(255, 0, 102) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).Nbg13H:hover {
    background: rgb(255, 0, 102) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).Nfc13 {
    color: rgb(255, 0, 102) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).Nfc13H:hover {
    color: rgb(255, 0, 102) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).Nbg13 {
    background: rgb(255, 0, 102) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).Nbg13H:hover {
    background: rgb(255, 0, 102) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).Nfc13 {
    color: rgb(255, 0, 102) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).Nfc13H:hover {
    color: rgb(255, 0, 102) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_A13 {
    border: 1px solid rgb(255, 0, 102) !important;
  }
  
  table.showBD_A13 > :is(tbody, thead, tfoot) > * > :is(td, th) {
    border-left: 1px solid rgb(255, 0, 102) !important;
    border-bottom: 1px solid rgb(255, 0, 102) !important;
  }
  
  table.showBD_A13 {
    border-top: 1px solid rgb(255, 0, 102) !important;
    border-right: 1px solid rgb(255, 0, 102) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_B13 {
    border: 1px dotted rgb(255, 0, 102) !important;
  }
  
  table.showBD_B13 > :is(tbody, thead, tfoot) > * > :is(td, th) {
    border-left: 1px dotted rgb(255, 0, 102) !important;
    border-bottom: 1px dotted rgb(255, 0, 102) !important;
  }
  
  table.showBD_B13 {
    border-top: 1px dotted rgb(255, 0, 102) !important;
    border-right: 1px dotted rgb(255, 0, 102) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_BA13 {
    border-bottom: 1px solid rgb(255, 0, 102) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_BB13 {
    border-bottom: 1px dotted rgb(255, 0, 102) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_RA13 {
    border-right: 1px solid rgb(255, 0, 102) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_LA13 {
    border-left: 1px solid rgb(255, 0, 102) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_TA13 {
    border-top: 1px solid rgb(255, 0, 102) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).Nbg14 {
    background: rgb(232, 74, 63) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).Nbg14H:hover {
    background: rgb(232, 74, 63) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).Nfc14 {
    color: rgb(232, 74, 63) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).Nfc14H:hover {
    color: rgb(232, 74, 63) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).Nbg14 {
    background: rgb(232, 74, 63) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).Nbg14H:hover {
    background: rgb(232, 74, 63) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).Nfc14 {
    color: rgb(232, 74, 63) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).Nfc14H:hover {
    color: rgb(232, 74, 63) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_A14 {
    border: 1px solid rgb(232, 74, 63) !important;
  }
  
  table.showBD_A14 > :is(tbody, thead, tfoot) > * > :is(td, th) {
    border-left: 1px solid rgb(232, 74, 63) !important;
    border-bottom: 1px solid rgb(232, 74, 63) !important;
  }
  
  table.showBD_A14 {
    border-top: 1px solid rgb(232, 74, 63) !important;
    border-right: 1px solid rgb(232, 74, 63) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_B14 {
    border: 1px dotted rgb(232, 74, 63) !important;
  }
  
  table.showBD_B14 > :is(tbody, thead, tfoot) > * > :is(td, th) {
    border-left: 1px dotted rgb(232, 74, 63) !important;
    border-bottom: 1px dotted rgb(232, 74, 63) !important;
  }
  
  table.showBD_B14 {
    border-top: 1px dotted rgb(232, 74, 63) !important;
    border-right: 1px dotted rgb(232, 74, 63) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_BA14 {
    border-bottom: 1px solid rgb(232, 74, 63) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_BB14 {
    border-bottom: 1px dotted rgb(232, 74, 63) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_RA14 {
    border-right: 1px solid rgb(232, 74, 63) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_LA14 {
    border-left: 1px solid rgb(232, 74, 63) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_TA14 {
    border-top: 1px solid rgb(232, 74, 63) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).Nbg15 {
    background: rgb(240, 100, 0) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).Nbg15H:hover {
    background: rgb(240, 100, 0) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).Nfc15 {
    color: rgb(240, 100, 0) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).Nfc15H:hover {
    color: rgb(240, 100, 0) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).Nbg15 {
    background: rgb(240, 100, 0) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).Nbg15H:hover {
    background: rgb(240, 100, 0) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).Nfc15 {
    color: rgb(240, 100, 0) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).Nfc15H:hover {
    color: rgb(240, 100, 0) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_A15 {
    border: 1px solid rgb(240, 100, 0) !important;
  }
  
  table.showBD_A15 > :is(tbody, thead, tfoot) > * > :is(td, th) {
    border-left: 1px solid rgb(240, 100, 0) !important;
    border-bottom: 1px solid rgb(240, 100, 0) !important;
  }
  
  table.showBD_A15 {
    border-top: 1px solid rgb(240, 100, 0) !important;
    border-right: 1px solid rgb(240, 100, 0) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_B15 {
    border: 1px dotted rgb(240, 100, 0) !important;
  }
  
  table.showBD_B15 > :is(tbody, thead, tfoot) > * > :is(td, th) {
    border-left: 1px dotted rgb(240, 100, 0) !important;
    border-bottom: 1px dotted rgb(240, 100, 0) !important;
  }
  
  table.showBD_B15 {
    border-top: 1px dotted rgb(240, 100, 0) !important;
    border-right: 1px dotted rgb(240, 100, 0) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_BA15 {
    border-bottom: 1px solid rgb(240, 100, 0) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_BB15 {
    border-bottom: 1px dotted rgb(240, 100, 0) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_RA15 {
    border-right: 1px solid rgb(240, 100, 0) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_LA15 {
    border-left: 1px solid rgb(240, 100, 0) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_TA15 {
    border-top: 1px solid rgb(240, 100, 0) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).Nbg16 {
    background: rgb(221, 178, 13) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).Nbg16H:hover {
    background: rgb(221, 178, 13) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).Nfc16 {
    color: rgb(221, 178, 13) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).Nfc16H:hover {
    color: rgb(221, 178, 13) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).Nbg16 {
    background: rgb(221, 178, 13) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).Nbg16H:hover {
    background: rgb(221, 178, 13) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).Nfc16 {
    color: rgb(221, 178, 13) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).Nfc16H:hover {
    color: rgb(221, 178, 13) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_A16 {
    border: 1px solid rgb(221, 178, 13) !important;
  }
  
  table.showBD_A16 > :is(tbody, thead, tfoot) > * > :is(td, th) {
    border-left: 1px solid rgb(221, 178, 13) !important;
    border-bottom: 1px solid rgb(221, 178, 13) !important;
  }
  
  table.showBD_A16 {
    border-top: 1px solid rgb(221, 178, 13) !important;
    border-right: 1px solid rgb(221, 178, 13) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_B16 {
    border: 1px dotted rgb(221, 178, 13) !important;
  }
  
  table.showBD_B16 > :is(tbody, thead, tfoot) > * > :is(td, th) {
    border-left: 1px dotted rgb(221, 178, 13) !important;
    border-bottom: 1px dotted rgb(221, 178, 13) !important;
  }
  
  table.showBD_B16 {
    border-top: 1px dotted rgb(221, 178, 13) !important;
    border-right: 1px dotted rgb(221, 178, 13) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_BA16 {
    border-bottom: 1px solid rgb(221, 178, 13) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_BB16 {
    border-bottom: 1px dotted rgb(221, 178, 13) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_RA16 {
    border-right: 1px solid rgb(221, 178, 13) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_LA16 {
    border-left: 1px solid rgb(221, 178, 13) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_TA16 {
    border-top: 1px solid rgb(221, 178, 13) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).Nbg17 {
    background: rgb(255, 226, 196) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).Nbg17H:hover {
    background: rgb(255, 226, 196) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).Nfc17 {
    color: rgb(255, 226, 196) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).Nfc17H:hover {
    color: rgb(255, 226, 196) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).Nbg17 {
    background: rgb(255, 226, 196) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).Nbg17H:hover {
    background: rgb(255, 226, 196) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).Nfc17 {
    color: rgb(255, 226, 196) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).Nfc17H:hover {
    color: rgb(255, 226, 196) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_A17 {
    border: 1px solid rgb(255, 226, 196) !important;
  }
  
  table.showBD_A17 > :is(tbody, thead, tfoot) > * > :is(td, th) {
    border-left: 1px solid rgb(255, 226, 196) !important;
    border-bottom: 1px solid rgb(255, 226, 196) !important;
  }
  
  table.showBD_A17 {
    border-top: 1px solid rgb(255, 226, 196) !important;
    border-right: 1px solid rgb(255, 226, 196) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_B17 {
    border: 1px dotted rgb(255, 226, 196) !important;
  }
  
  table.showBD_B17 > :is(tbody, thead, tfoot) > * > :is(td, th) {
    border-left: 1px dotted rgb(255, 226, 196) !important;
    border-bottom: 1px dotted rgb(255, 226, 196) !important;
  }
  
  table.showBD_B17 {
    border-top: 1px dotted rgb(255, 226, 196) !important;
    border-right: 1px dotted rgb(255, 226, 196) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_BA17 {
    border-bottom: 1px solid rgb(255, 226, 196) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_BB17 {
    border-bottom: 1px dotted rgb(255, 226, 196) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_RA17 {
    border-right: 1px solid rgb(255, 226, 196) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_LA17 {
    border-left: 1px solid rgb(255, 226, 196) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_TA17 {
    border-top: 1px solid rgb(255, 226, 196) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).Nbg18 {
    background: rgb(252, 243, 226) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).Nbg18H:hover {
    background: rgb(252, 243, 226) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).Nfc18 {
    color: rgb(252, 243, 226) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).Nfc18H:hover {
    color: rgb(252, 243, 226) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).Nbg18 {
    background: rgb(252, 243, 226) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).Nbg18H:hover {
    background: rgb(252, 243, 226) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).Nfc18 {
    color: rgb(252, 243, 226) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).Nfc18H:hover {
    color: rgb(252, 243, 226) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_A18 {
    border: 1px solid rgb(252, 243, 226) !important;
  }
  
  table.showBD_A18 > :is(tbody, thead, tfoot) > * > :is(td, th) {
    border-left: 1px solid rgb(252, 243, 226) !important;
    border-bottom: 1px solid rgb(252, 243, 226) !important;
  }
  
  table.showBD_A18 {
    border-top: 1px solid rgb(252, 243, 226) !important;
    border-right: 1px solid rgb(252, 243, 226) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_B18 {
    border: 1px dotted rgb(252, 243, 226) !important;
  }
  
  table.showBD_B18 > :is(tbody, thead, tfoot) > * > :is(td, th) {
    border-left: 1px dotted rgb(252, 243, 226) !important;
    border-bottom: 1px dotted rgb(252, 243, 226) !important;
  }
  
  table.showBD_B18 {
    border-top: 1px dotted rgb(252, 243, 226) !important;
    border-right: 1px dotted rgb(252, 243, 226) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_BA18 {
    border-bottom: 1px solid rgb(252, 243, 226) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_BB18 {
    border-bottom: 1px dotted rgb(252, 243, 226) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_RA18 {
    border-right: 1px solid rgb(252, 243, 226) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_LA18 {
    border-left: 1px solid rgb(252, 243, 226) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_TA18 {
    border-top: 1px solid rgb(252, 243, 226) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).Nbg19 {
    background: rgb(255, 250, 240) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).Nbg19H:hover {
    background: rgb(255, 250, 240) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).Nfc19 {
    color: rgb(255, 250, 240) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).Nfc19H:hover {
    color: rgb(255, 250, 240) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).Nbg19 {
    background: rgb(255, 250, 240) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).Nbg19H:hover {
    background: rgb(255, 250, 240) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).Nfc19 {
    color: rgb(255, 250, 240) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).Nfc19H:hover {
    color: rgb(255, 250, 240) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_A19 {
    border: 1px solid rgb(255, 250, 240) !important;
  }
  
  table.showBD_A19 > :is(tbody, thead, tfoot) > * > :is(td, th) {
    border-left: 1px solid rgb(255, 250, 240) !important;
    border-bottom: 1px solid rgb(255, 250, 240) !important;
  }
  
  table.showBD_A19 {
    border-top: 1px solid rgb(255, 250, 240) !important;
    border-right: 1px solid rgb(255, 250, 240) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_B19 {
    border: 1px dotted rgb(255, 250, 240) !important;
  }
  
  table.showBD_B19 > :is(tbody, thead, tfoot) > * > :is(td, th) {
    border-left: 1px dotted rgb(255, 250, 240) !important;
    border-bottom: 1px dotted rgb(255, 250, 240) !important;
  }
  
  table.showBD_B19 {
    border-top: 1px dotted rgb(255, 250, 240) !important;
    border-right: 1px dotted rgb(255, 250, 240) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_BA19 {
    border-bottom: 1px solid rgb(255, 250, 240) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_BB19 {
    border-bottom: 1px dotted rgb(255, 250, 240) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_RA19 {
    border-right: 1px solid rgb(255, 250, 240) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_LA19 {
    border-left: 1px solid rgb(255, 250, 240) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_TA19 {
    border-top: 1px solid rgb(255, 250, 240) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).Nbg20 {
    background: rgb(255, 255, 204) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).Nbg20H:hover {
    background: rgb(255, 255, 204) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).Nfc20 {
    color: rgb(255, 255, 204) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).Nfc20H:hover {
    color: rgb(255, 255, 204) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).Nbg20 {
    background: rgb(255, 255, 204) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).Nbg20H:hover {
    background: rgb(255, 255, 204) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).Nfc20 {
    color: rgb(255, 255, 204) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).Nfc20H:hover {
    color: rgb(255, 255, 204) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_A20 {
    border: 1px solid rgb(255, 255, 204) !important;
  }
  
  table.showBD_A20 > :is(tbody, thead, tfoot) > * > :is(td, th) {
    border-left: 1px solid rgb(255, 255, 204) !important;
    border-bottom: 1px solid rgb(255, 255, 204) !important;
  }
  
  table.showBD_A20 {
    border-top: 1px solid rgb(255, 255, 204) !important;
    border-right: 1px solid rgb(255, 255, 204) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_B20 {
    border: 1px dotted rgb(255, 255, 204) !important;
  }
  
  table.showBD_B20 > :is(tbody, thead, tfoot) > * > :is(td, th) {
    border-left: 1px dotted rgb(255, 255, 204) !important;
    border-bottom: 1px dotted rgb(255, 255, 204) !important;
  }
  
  table.showBD_B20 {
    border-top: 1px dotted rgb(255, 255, 204) !important;
    border-right: 1px dotted rgb(255, 255, 204) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_BA20 {
    border-bottom: 1px solid rgb(255, 255, 204) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_BB20 {
    border-bottom: 1px dotted rgb(255, 255, 204) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_RA20 {
    border-right: 1px solid rgb(255, 255, 204) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_LA20 {
    border-left: 1px solid rgb(255, 255, 204) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_TA20 {
    border-top: 1px solid rgb(255, 255, 204) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).Nbg21 {
    background: rgb(255, 192, 78) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).Nbg21H:hover {
    background: rgb(255, 192, 78) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).Nfc21 {
    color: rgb(255, 192, 78) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).Nfc21H:hover {
    color: rgb(255, 192, 78) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).Nbg21 {
    background: rgb(255, 192, 78) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).Nbg21H:hover {
    background: rgb(255, 192, 78) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).Nfc21 {
    color: rgb(255, 192, 78) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).Nfc21H:hover {
    color: rgb(255, 192, 78) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_A21 {
    border: 1px solid rgb(255, 192, 78) !important;
  }
  
  table.showBD_A21 > :is(tbody, thead, tfoot) > * > :is(td, th) {
    border-left: 1px solid rgb(255, 192, 78) !important;
    border-bottom: 1px solid rgb(255, 192, 78) !important;
  }
  
  table.showBD_A21 {
    border-top: 1px solid rgb(255, 192, 78) !important;
    border-right: 1px solid rgb(255, 192, 78) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_B21 {
    border: 1px dotted rgb(255, 192, 78) !important;
  }
  
  table.showBD_B21 > :is(tbody, thead, tfoot) > * > :is(td, th) {
    border-left: 1px dotted rgb(255, 192, 78) !important;
    border-bottom: 1px dotted rgb(255, 192, 78) !important;
  }
  
  table.showBD_B21 {
    border-top: 1px dotted rgb(255, 192, 78) !important;
    border-right: 1px dotted rgb(255, 192, 78) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_BA21 {
    border-bottom: 1px solid rgb(255, 192, 78) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_BB21 {
    border-bottom: 1px dotted rgb(255, 192, 78) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_RA21 {
    border-right: 1px solid rgb(255, 192, 78) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_LA21 {
    border-left: 1px solid rgb(255, 192, 78) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_TA21 {
    border-top: 1px solid rgb(255, 192, 78) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).Nbg22 {
    background: rgb(154, 216, 36) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).Nbg22H:hover {
    background: rgb(154, 216, 36) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).Nfc22 {
    color: rgb(154, 216, 36) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).Nfc22H:hover {
    color: rgb(154, 216, 36) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).Nbg22 {
    background: rgb(154, 216, 36) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).Nbg22H:hover {
    background: rgb(154, 216, 36) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).Nfc22 {
    color: rgb(154, 216, 36) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).Nfc22H:hover {
    color: rgb(154, 216, 36) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_A22 {
    border: 1px solid rgb(154, 216, 36) !important;
  }
  
  table.showBD_A22 > :is(tbody, thead, tfoot) > * > :is(td, th) {
    border-left: 1px solid rgb(154, 216, 36) !important;
    border-bottom: 1px solid rgb(154, 216, 36) !important;
  }
  
  table.showBD_A22 {
    border-top: 1px solid rgb(154, 216, 36) !important;
    border-right: 1px solid rgb(154, 216, 36) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_B22 {
    border: 1px dotted rgb(154, 216, 36) !important;
  }
  
  table.showBD_B22 > :is(tbody, thead, tfoot) > * > :is(td, th) {
    border-left: 1px dotted rgb(154, 216, 36) !important;
    border-bottom: 1px dotted rgb(154, 216, 36) !important;
  }
  
  table.showBD_B22 {
    border-top: 1px dotted rgb(154, 216, 36) !important;
    border-right: 1px dotted rgb(154, 216, 36) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_BA22 {
    border-bottom: 1px solid rgb(154, 216, 36) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_BB22 {
    border-bottom: 1px dotted rgb(154, 216, 36) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_RA22 {
    border-right: 1px solid rgb(154, 216, 36) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_LA22 {
    border-left: 1px solid rgb(154, 216, 36) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_TA22 {
    border-top: 1px solid rgb(154, 216, 36) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).Nbg23 {
    background: rgb(168, 53, 53) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).Nbg23H:hover {
    background: rgb(168, 53, 53) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).Nfc23 {
    color: rgb(168, 53, 53) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).Nfc23H:hover {
    color: rgb(168, 53, 53) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).Nbg23 {
    background: rgb(168, 53, 53) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).Nbg23H:hover {
    background: rgb(168, 53, 53) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).Nfc23 {
    color: rgb(168, 53, 53) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).Nfc23H:hover {
    color: rgb(168, 53, 53) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_A23 {
    border: 1px solid rgb(168, 53, 53) !important;
  }
  
  table.showBD_A23 > :is(tbody, thead, tfoot) > * > :is(td, th) {
    border-left: 1px solid rgb(168, 53, 53) !important;
    border-bottom: 1px solid rgb(168, 53, 53) !important;
  }
  
  table.showBD_A23 {
    border-top: 1px solid rgb(168, 53, 53) !important;
    border-right: 1px solid rgb(168, 53, 53) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_B23 {
    border: 1px dotted rgb(168, 53, 53) !important;
  }
  
  table.showBD_B23 > :is(tbody, thead, tfoot) > * > :is(td, th) {
    border-left: 1px dotted rgb(168, 53, 53) !important;
    border-bottom: 1px dotted rgb(168, 53, 53) !important;
  }
  
  table.showBD_B23 {
    border-top: 1px dotted rgb(168, 53, 53) !important;
    border-right: 1px dotted rgb(168, 53, 53) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_BA23 {
    border-bottom: 1px solid rgb(168, 53, 53) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_BB23 {
    border-bottom: 1px dotted rgb(168, 53, 53) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_RA23 {
    border-right: 1px solid rgb(168, 53, 53) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_LA23 {
    border-left: 1px solid rgb(168, 53, 53) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_TA23 {
    border-top: 1px solid rgb(168, 53, 53) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).Nbg24 {
    background: rgb(80, 80, 200) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).Nbg24H:hover {
    background: rgb(80, 80, 200) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).Nfc24 {
    color: rgb(80, 80, 200) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).Nfc24H:hover {
    color: rgb(80, 80, 200) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).Nbg24 {
    background: rgb(80, 80, 200) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).Nbg24H:hover {
    background: rgb(80, 80, 200) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).Nfc24 {
    color: rgb(80, 80, 200) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).Nfc24H:hover {
    color: rgb(80, 80, 200) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_A24 {
    border: 1px solid rgb(80, 80, 200) !important;
  }
  
  table.showBD_A24 > :is(tbody, thead, tfoot) > * > :is(td, th) {
    border-left: 1px solid rgb(80, 80, 200) !important;
    border-bottom: 1px solid rgb(80, 80, 200) !important;
  }
  
  table.showBD_A24 {
    border-top: 1px solid rgb(80, 80, 200) !important;
    border-right: 1px solid rgb(80, 80, 200) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_B24 {
    border: 1px dotted rgb(80, 80, 200) !important;
  }
  
  table.showBD_B24 > :is(tbody, thead, tfoot) > * > :is(td, th) {
    border-left: 1px dotted rgb(80, 80, 200) !important;
    border-bottom: 1px dotted rgb(80, 80, 200) !important;
  }
  
  table.showBD_B24 {
    border-top: 1px dotted rgb(80, 80, 200) !important;
    border-right: 1px dotted rgb(80, 80, 200) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_BA24 {
    border-bottom: 1px solid rgb(80, 80, 200) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_BB24 {
    border-bottom: 1px dotted rgb(80, 80, 200) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_RA24 {
    border-right: 1px solid rgb(80, 80, 200) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_LA24 {
    border-left: 1px solid rgb(80, 80, 200) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_TA24 {
    border-top: 1px solid rgb(80, 80, 200) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).Nbg25 {
    background: rgb(0, 47, 167) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).Nbg25H:hover {
    background: rgb(0, 47, 167) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).Nfc25 {
    color: rgb(0, 47, 167) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).Nfc25H:hover {
    color: rgb(0, 47, 167) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).Nbg25 {
    background: rgb(0, 47, 167) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).Nbg25H:hover {
    background: rgb(0, 47, 167) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).Nfc25 {
    color: rgb(0, 47, 167) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).Nfc25H:hover {
    color: rgb(0, 47, 167) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_A25 {
    border: 1px solid rgb(0, 47, 167) !important;
  }
  
  table.showBD_A25 > :is(tbody, thead, tfoot) > * > :is(td, th) {
    border-left: 1px solid rgb(0, 47, 167) !important;
    border-bottom: 1px solid rgb(0, 47, 167) !important;
  }
  
  table.showBD_A25 {
    border-top: 1px solid rgb(0, 47, 167) !important;
    border-right: 1px solid rgb(0, 47, 167) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_B25 {
    border: 1px dotted rgb(0, 47, 167) !important;
  }
  
  table.showBD_B25 > :is(tbody, thead, tfoot) > * > :is(td, th) {
    border-left: 1px dotted rgb(0, 47, 167) !important;
    border-bottom: 1px dotted rgb(0, 47, 167) !important;
  }
  
  table.showBD_B25 {
    border-top: 1px dotted rgb(0, 47, 167) !important;
    border-right: 1px dotted rgb(0, 47, 167) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_BA25 {
    border-bottom: 1px solid rgb(0, 47, 167) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_BB25 {
    border-bottom: 1px dotted rgb(0, 47, 167) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_RA25 {
    border-right: 1px solid rgb(0, 47, 167) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_LA25 {
    border-left: 1px solid rgb(0, 47, 167) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_TA25 {
    border-top: 1px solid rgb(0, 47, 167) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).Nbg26 {
    background: rgb(164, 226, 198) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).Nbg26H:hover {
    background: rgb(164, 226, 198) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).Nfc26 {
    color: rgb(164, 226, 198) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).Nfc26H:hover {
    color: rgb(164, 226, 198) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).Nbg26 {
    background: rgb(164, 226, 198) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).Nbg26H:hover {
    background: rgb(164, 226, 198) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).Nfc26 {
    color: rgb(164, 226, 198) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).Nfc26H:hover {
    color: rgb(164, 226, 198) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_A26 {
    border: 1px solid rgb(164, 226, 198) !important;
  }
  
  table.showBD_A26 > :is(tbody, thead, tfoot) > * > :is(td, th) {
    border-left: 1px solid rgb(164, 226, 198) !important;
    border-bottom: 1px solid rgb(164, 226, 198) !important;
  }
  
  table.showBD_A26 {
    border-top: 1px solid rgb(164, 226, 198) !important;
    border-right: 1px solid rgb(164, 226, 198) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_B26 {
    border: 1px dotted rgb(164, 226, 198) !important;
  }
  
  table.showBD_B26 > :is(tbody, thead, tfoot) > * > :is(td, th) {
    border-left: 1px dotted rgb(164, 226, 198) !important;
    border-bottom: 1px dotted rgb(164, 226, 198) !important;
  }
  
  table.showBD_B26 {
    border-top: 1px dotted rgb(164, 226, 198) !important;
    border-right: 1px dotted rgb(164, 226, 198) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_BA26 {
    border-bottom: 1px solid rgb(164, 226, 198) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_BB26 {
    border-bottom: 1px dotted rgb(164, 226, 198) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_RA26 {
    border-right: 1px solid rgb(164, 226, 198) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_LA26 {
    border-left: 1px solid rgb(164, 226, 198) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_TA26 {
    border-top: 1px solid rgb(164, 226, 198) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).Nbg27 {
    background: rgb(84, 150, 136) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).Nbg27H:hover {
    background: rgb(84, 150, 136) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).Nfc27 {
    color: rgb(84, 150, 136) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).Nfc27H:hover {
    color: rgb(84, 150, 136) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).Nbg27 {
    background: rgb(84, 150, 136) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).Nbg27H:hover {
    background: rgb(84, 150, 136) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).Nfc27 {
    color: rgb(84, 150, 136) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).Nfc27H:hover {
    color: rgb(84, 150, 136) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_A27 {
    border: 1px solid rgb(84, 150, 136) !important;
  }
  
  table.showBD_A27 > :is(tbody, thead, tfoot) > * > :is(td, th) {
    border-left: 1px solid rgb(84, 150, 136) !important;
    border-bottom: 1px solid rgb(84, 150, 136) !important;
  }
  
  table.showBD_A27 {
    border-top: 1px solid rgb(84, 150, 136) !important;
    border-right: 1px solid rgb(84, 150, 136) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_B27 {
    border: 1px dotted rgb(84, 150, 136) !important;
  }
  
  table.showBD_B27 > :is(tbody, thead, tfoot) > * > :is(td, th) {
    border-left: 1px dotted rgb(84, 150, 136) !important;
    border-bottom: 1px dotted rgb(84, 150, 136) !important;
  }
  
  table.showBD_B27 {
    border-top: 1px dotted rgb(84, 150, 136) !important;
    border-right: 1px dotted rgb(84, 150, 136) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_BA27 {
    border-bottom: 1px solid rgb(84, 150, 136) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_BB27 {
    border-bottom: 1px dotted rgb(84, 150, 136) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_RA27 {
    border-right: 1px solid rgb(84, 150, 136) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_LA27 {
    border-left: 1px solid rgb(84, 150, 136) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_TA27 {
    border-top: 1px solid rgb(84, 150, 136) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).Nbg28 {
    background: rgb(244, 234, 197) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).Nbg28H:hover {
    background: rgb(244, 234, 197) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).Nfc28 {
    color: rgb(244, 234, 197) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).Nfc28H:hover {
    color: rgb(244, 234, 197) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).Nbg28 {
    background: rgb(244, 234, 197) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).Nbg28H:hover {
    background: rgb(244, 234, 197) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).Nfc28 {
    color: rgb(244, 234, 197) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).Nfc28H:hover {
    color: rgb(244, 234, 197) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_A28 {
    border: 1px solid rgb(244, 234, 197) !important;
  }
  
  table.showBD_A28 > :is(tbody, thead, tfoot) > * > :is(td, th) {
    border-left: 1px solid rgb(244, 234, 197) !important;
    border-bottom: 1px solid rgb(244, 234, 197) !important;
  }
  
  table.showBD_A28 {
    border-top: 1px solid rgb(244, 234, 197) !important;
    border-right: 1px solid rgb(244, 234, 197) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_B28 {
    border: 1px dotted rgb(244, 234, 197) !important;
  }
  
  table.showBD_B28 > :is(tbody, thead, tfoot) > * > :is(td, th) {
    border-left: 1px dotted rgb(244, 234, 197) !important;
    border-bottom: 1px dotted rgb(244, 234, 197) !important;
  }
  
  table.showBD_B28 {
    border-top: 1px dotted rgb(244, 234, 197) !important;
    border-right: 1px dotted rgb(244, 234, 197) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_BA28 {
    border-bottom: 1px solid rgb(244, 234, 197) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_BB28 {
    border-bottom: 1px dotted rgb(244, 234, 197) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_RA28 {
    border-right: 1px solid rgb(244, 234, 197) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_LA28 {
    border-left: 1px solid rgb(244, 234, 197) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_TA28 {
    border-top: 1px solid rgb(244, 234, 197) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).Nbg29 {
    background: rgb(66, 80, 102) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).Nbg29H:hover {
    background: rgb(66, 80, 102) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).Nfc29 {
    color: rgb(66, 80, 102) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).Nfc29H:hover {
    color: rgb(66, 80, 102) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).Nbg29 {
    background: rgb(66, 80, 102) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).Nbg29H:hover {
    background: rgb(66, 80, 102) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).Nfc29 {
    color: rgb(66, 80, 102) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).Nfc29H:hover {
    color: rgb(66, 80, 102) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_A29 {
    border: 1px solid rgb(66, 80, 102) !important;
  }
  
  table.showBD_A29 > :is(tbody, thead, tfoot) > * > :is(td, th) {
    border-left: 1px solid rgb(66, 80, 102) !important;
    border-bottom: 1px solid rgb(66, 80, 102) !important;
  }
  
  table.showBD_A29 {
    border-top: 1px solid rgb(66, 80, 102) !important;
    border-right: 1px solid rgb(66, 80, 102) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_B29 {
    border: 1px dotted rgb(66, 80, 102) !important;
  }
  
  table.showBD_B29 > :is(tbody, thead, tfoot) > * > :is(td, th) {
    border-left: 1px dotted rgb(66, 80, 102) !important;
    border-bottom: 1px dotted rgb(66, 80, 102) !important;
  }
  
  table.showBD_B29 {
    border-top: 1px dotted rgb(66, 80, 102) !important;
    border-right: 1px dotted rgb(66, 80, 102) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_BA29 {
    border-bottom: 1px solid rgb(66, 80, 102) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_BB29 {
    border-bottom: 1px dotted rgb(66, 80, 102) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_RA29 {
    border-right: 1px solid rgb(66, 80, 102) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_LA29 {
    border-left: 1px solid rgb(66, 80, 102) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_TA29 {
    border-top: 1px solid rgb(66, 80, 102) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).Nbg30 {
    background: rgb(228, 198, 208) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).Nbg30H:hover {
    background: rgb(228, 198, 208) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).Nfc30 {
    color: rgb(228, 198, 208) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).Nfc30H:hover {
    color: rgb(228, 198, 208) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).Nbg30 {
    background: rgb(228, 198, 208) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).Nbg30H:hover {
    background: rgb(228, 198, 208) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).Nfc30 {
    color: rgb(228, 198, 208) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).Nfc30H:hover {
    color: rgb(228, 198, 208) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_A30 {
    border: 1px solid rgb(228, 198, 208) !important;
  }
  
  table.showBD_A30 > :is(tbody, thead, tfoot) > * > :is(td, th) {
    border-left: 1px solid rgb(228, 198, 208) !important;
    border-bottom: 1px solid rgb(228, 198, 208) !important;
  }
  
  table.showBD_A30 {
    border-top: 1px solid rgb(228, 198, 208) !important;
    border-right: 1px solid rgb(228, 198, 208) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_B30 {
    border: 1px dotted rgb(228, 198, 208) !important;
  }
  
  table.showBD_B30 > :is(tbody, thead, tfoot) > * > :is(td, th) {
    border-left: 1px dotted rgb(228, 198, 208) !important;
    border-bottom: 1px dotted rgb(228, 198, 208) !important;
  }
  
  table.showBD_B30 {
    border-top: 1px dotted rgb(228, 198, 208) !important;
    border-right: 1px dotted rgb(228, 198, 208) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_BA30 {
    border-bottom: 1px solid rgb(228, 198, 208) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_BB30 {
    border-bottom: 1px dotted rgb(228, 198, 208) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_RA30 {
    border-right: 1px solid rgb(228, 198, 208) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_LA30 {
    border-left: 1px solid rgb(228, 198, 208) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_TA30 {
    border-top: 1px solid rgb(228, 198, 208) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).Nbg31 {
    background: rgb(22, 44, 67) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).Nbg31H:hover {
    background: rgb(22, 44, 67) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).Nfc31 {
    color: rgb(22, 44, 67) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).Nfc31H:hover {
    color: rgb(22, 44, 67) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).Nbg31 {
    background: rgb(22, 44, 67) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).Nbg31H:hover {
    background: rgb(22, 44, 67) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).Nfc31 {
    color: rgb(22, 44, 67) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).Nfc31H:hover {
    color: rgb(22, 44, 67) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_A31 {
    border: 1px solid rgb(22, 44, 67) !important;
  }
  
  table.showBD_A31 > :is(tbody, thead, tfoot) > * > :is(td, th) {
    border-left: 1px solid rgb(22, 44, 67) !important;
    border-bottom: 1px solid rgb(22, 44, 67) !important;
  }
  
  table.showBD_A31 {
    border-top: 1px solid rgb(22, 44, 67) !important;
    border-right: 1px solid rgb(22, 44, 67) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_B31 {
    border: 1px dotted rgb(22, 44, 67) !important;
  }
  
  table.showBD_B31 > :is(tbody, thead, tfoot) > * > :is(td, th) {
    border-left: 1px dotted rgb(22, 44, 67) !important;
    border-bottom: 1px dotted rgb(22, 44, 67) !important;
  }
  
  table.showBD_B31 {
    border-top: 1px dotted rgb(22, 44, 67) !important;
    border-right: 1px dotted rgb(22, 44, 67) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_BA31 {
    border-bottom: 1px solid rgb(22, 44, 67) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_BB31 {
    border-bottom: 1px dotted rgb(22, 44, 67) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_RA31 {
    border-right: 1px solid rgb(22, 44, 67) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_LA31 {
    border-left: 1px solid rgb(22, 44, 67) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_TA31 {
    border-top: 1px solid rgb(22, 44, 67) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).Nbg32 {
    background: rgb(236, 159, 0) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).Nbg32H:hover {
    background: rgb(236, 159, 0) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).Nfc32 {
    color: rgb(236, 159, 0) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).Nfc32H:hover {
    color: rgb(236, 159, 0) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).Nbg32 {
    background: rgb(236, 159, 0) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).Nbg32H:hover {
    background: rgb(236, 159, 0) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).Nfc32 {
    color: rgb(236, 159, 0) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).Nfc32H:hover {
    color: rgb(236, 159, 0) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_A32 {
    border: 1px solid rgb(236, 159, 0) !important;
  }
  
  table.showBD_A32 > :is(tbody, thead, tfoot) > * > :is(td, th) {
    border-left: 1px solid rgb(236, 159, 0) !important;
    border-bottom: 1px solid rgb(236, 159, 0) !important;
  }
  
  table.showBD_A32 {
    border-top: 1px solid rgb(236, 159, 0) !important;
    border-right: 1px solid rgb(236, 159, 0) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_B32 {
    border: 1px dotted rgb(236, 159, 0) !important;
  }
  
  table.showBD_B32 > :is(tbody, thead, tfoot) > * > :is(td, th) {
    border-left: 1px dotted rgb(236, 159, 0) !important;
    border-bottom: 1px dotted rgb(236, 159, 0) !important;
  }
  
  table.showBD_B32 {
    border-top: 1px dotted rgb(236, 159, 0) !important;
    border-right: 1px dotted rgb(236, 159, 0) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_BA32 {
    border-bottom: 1px solid rgb(236, 159, 0) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_BB32 {
    border-bottom: 1px dotted rgb(236, 159, 0) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_RA32 {
    border-right: 1px solid rgb(236, 159, 0) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_LA32 {
    border-left: 1px solid rgb(236, 159, 0) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_TA32 {
    border-top: 1px solid rgb(236, 159, 0) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).Nbg33 {
    background: rgb(95, 62, 44) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).Nbg33H:hover {
    background: rgb(95, 62, 44) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).Nfc33 {
    color: rgb(95, 62, 44) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).Nfc33H:hover {
    color: rgb(95, 62, 44) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).Nbg33 {
    background: rgb(95, 62, 44) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).Nbg33H:hover {
    background: rgb(95, 62, 44) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).Nfc33 {
    color: rgb(95, 62, 44) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).Nfc33H:hover {
    color: rgb(95, 62, 44) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_A33 {
    border: 1px solid rgb(95, 62, 44) !important;
  }
  
  table.showBD_A33 > :is(tbody, thead, tfoot) > * > :is(td, th) {
    border-left: 1px solid rgb(95, 62, 44) !important;
    border-bottom: 1px solid rgb(95, 62, 44) !important;
  }
  
  table.showBD_A33 {
    border-top: 1px solid rgb(95, 62, 44) !important;
    border-right: 1px solid rgb(95, 62, 44) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_B33 {
    border: 1px dotted rgb(95, 62, 44) !important;
  }
  
  table.showBD_B33 > :is(tbody, thead, tfoot) > * > :is(td, th) {
    border-left: 1px dotted rgb(95, 62, 44) !important;
    border-bottom: 1px dotted rgb(95, 62, 44) !important;
  }
  
  table.showBD_B33 {
    border-top: 1px dotted rgb(95, 62, 44) !important;
    border-right: 1px dotted rgb(95, 62, 44) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_BA33 {
    border-bottom: 1px solid rgb(95, 62, 44) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_BB33 {
    border-bottom: 1px dotted rgb(95, 62, 44) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_RA33 {
    border-right: 1px solid rgb(95, 62, 44) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_LA33 {
    border-left: 1px solid rgb(95, 62, 44) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_TA33 {
    border-top: 1px solid rgb(95, 62, 44) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).Nbg34 {
    background: rgb(145, 184, 32) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).Nbg34H:hover {
    background: rgb(145, 184, 32) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).Nfc34 {
    color: rgb(145, 184, 32) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).Nfc34H:hover {
    color: rgb(145, 184, 32) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).Nbg34 {
    background: rgb(145, 184, 32) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).Nbg34H:hover {
    background: rgb(145, 184, 32) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).Nfc34 {
    color: rgb(145, 184, 32) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).Nfc34H:hover {
    color: rgb(145, 184, 32) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_A34 {
    border: 1px solid rgb(145, 184, 32) !important;
  }
  
  table.showBD_A34 > :is(tbody, thead, tfoot) > * > :is(td, th) {
    border-left: 1px solid rgb(145, 184, 32) !important;
    border-bottom: 1px solid rgb(145, 184, 32) !important;
  }
  
  table.showBD_A34 {
    border-top: 1px solid rgb(145, 184, 32) !important;
    border-right: 1px solid rgb(145, 184, 32) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_B34 {
    border: 1px dotted rgb(145, 184, 32) !important;
  }
  
  table.showBD_B34 > :is(tbody, thead, tfoot) > * > :is(td, th) {
    border-left: 1px dotted rgb(145, 184, 32) !important;
    border-bottom: 1px dotted rgb(145, 184, 32) !important;
  }
  
  table.showBD_B34 {
    border-top: 1px dotted rgb(145, 184, 32) !important;
    border-right: 1px dotted rgb(145, 184, 32) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_BA34 {
    border-bottom: 1px solid rgb(145, 184, 32) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_BB34 {
    border-bottom: 1px dotted rgb(145, 184, 32) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_RA34 {
    border-right: 1px solid rgb(145, 184, 32) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_LA34 {
    border-left: 1px solid rgb(145, 184, 32) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_TA34 {
    border-top: 1px solid rgb(145, 184, 32) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).Nbg35 {
    background: rgb(73, 45, 34) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).Nbg35H:hover {
    background: rgb(73, 45, 34) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).Nfc35 {
    color: rgb(73, 45, 34) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).Nfc35H:hover {
    color: rgb(73, 45, 34) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).Nbg35 {
    background: rgb(73, 45, 34) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).Nbg35H:hover {
    background: rgb(73, 45, 34) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).Nfc35 {
    color: rgb(73, 45, 34) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).Nfc35H:hover {
    color: rgb(73, 45, 34) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_A35 {
    border: 1px solid rgb(73, 45, 34) !important;
  }
  
  table.showBD_A35 > :is(tbody, thead, tfoot) > * > :is(td, th) {
    border-left: 1px solid rgb(73, 45, 34) !important;
    border-bottom: 1px solid rgb(73, 45, 34) !important;
  }
  
  table.showBD_A35 {
    border-top: 1px solid rgb(73, 45, 34) !important;
    border-right: 1px solid rgb(73, 45, 34) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_B35 {
    border: 1px dotted rgb(73, 45, 34) !important;
  }
  
  table.showBD_B35 > :is(tbody, thead, tfoot) > * > :is(td, th) {
    border-left: 1px dotted rgb(73, 45, 34) !important;
    border-bottom: 1px dotted rgb(73, 45, 34) !important;
  }
  
  table.showBD_B35 {
    border-top: 1px dotted rgb(73, 45, 34) !important;
    border-right: 1px dotted rgb(73, 45, 34) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_BA35 {
    border-bottom: 1px solid rgb(73, 45, 34) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_BB35 {
    border-bottom: 1px dotted rgb(73, 45, 34) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_RA35 {
    border-right: 1px solid rgb(73, 45, 34) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_LA35 {
    border-left: 1px solid rgb(73, 45, 34) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_TA35 {
    border-top: 1px solid rgb(73, 45, 34) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).Nbg36 {
    background: rgb(212, 195, 178) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).Nbg36H:hover {
    background: rgb(212, 195, 178) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).Nfc36 {
    color: rgb(212, 195, 178) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).Nfc36H:hover {
    color: rgb(212, 195, 178) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).Nbg36 {
    background: rgb(212, 195, 178) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).Nbg36H:hover {
    background: rgb(212, 195, 178) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).Nfc36 {
    color: rgb(212, 195, 178) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).Nfc36H:hover {
    color: rgb(212, 195, 178) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_A36 {
    border: 1px solid rgb(212, 195, 178) !important;
  }
  
  table.showBD_A36 > :is(tbody, thead, tfoot) > * > :is(td, th) {
    border-left: 1px solid rgb(212, 195, 178) !important;
    border-bottom: 1px solid rgb(212, 195, 178) !important;
  }
  
  table.showBD_A36 {
    border-top: 1px solid rgb(212, 195, 178) !important;
    border-right: 1px solid rgb(212, 195, 178) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_B36 {
    border: 1px dotted rgb(212, 195, 178) !important;
  }
  
  table.showBD_B36 > :is(tbody, thead, tfoot) > * > :is(td, th) {
    border-left: 1px dotted rgb(212, 195, 178) !important;
    border-bottom: 1px dotted rgb(212, 195, 178) !important;
  }
  
  table.showBD_B36 {
    border-top: 1px dotted rgb(212, 195, 178) !important;
    border-right: 1px dotted rgb(212, 195, 178) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_BA36 {
    border-bottom: 1px solid rgb(212, 195, 178) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_BB36 {
    border-bottom: 1px dotted rgb(212, 195, 178) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_RA36 {
    border-right: 1px solid rgb(212, 195, 178) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_LA36 {
    border-left: 1px solid rgb(212, 195, 178) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_TA36 {
    border-top: 1px solid rgb(212, 195, 178) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).Nbg37 {
    background: rgb(187, 157, 107) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).Nbg37H:hover {
    background: rgb(187, 157, 107) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).Nfc37 {
    color: rgb(187, 157, 107) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).Nfc37H:hover {
    color: rgb(187, 157, 107) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).Nbg37 {
    background: rgb(187, 157, 107) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).Nbg37H:hover {
    background: rgb(187, 157, 107) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).Nfc37 {
    color: rgb(187, 157, 107) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).Nfc37H:hover {
    color: rgb(187, 157, 107) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_A37 {
    border: 1px solid rgb(187, 157, 107) !important;
  }
  
  table.showBD_A37 > :is(tbody, thead, tfoot) > * > :is(td, th) {
    border-left: 1px solid rgb(187, 157, 107) !important;
    border-bottom: 1px solid rgb(187, 157, 107) !important;
  }
  
  table.showBD_A37 {
    border-top: 1px solid rgb(187, 157, 107) !important;
    border-right: 1px solid rgb(187, 157, 107) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_B37 {
    border: 1px dotted rgb(187, 157, 107) !important;
  }
  
  table.showBD_B37 > :is(tbody, thead, tfoot) > * > :is(td, th) {
    border-left: 1px dotted rgb(187, 157, 107) !important;
    border-bottom: 1px dotted rgb(187, 157, 107) !important;
  }
  
  table.showBD_B37 {
    border-top: 1px dotted rgb(187, 157, 107) !important;
    border-right: 1px dotted rgb(187, 157, 107) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_BA37 {
    border-bottom: 1px solid rgb(187, 157, 107) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_BB37 {
    border-bottom: 1px dotted rgb(187, 157, 107) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_RA37 {
    border-right: 1px solid rgb(187, 157, 107) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_LA37 {
    border-left: 1px solid rgb(187, 157, 107) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_TA37 {
    border-top: 1px solid rgb(187, 157, 107) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).Nbg38 {
    background: rgb(17, 62, 33) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).Nbg38H:hover {
    background: rgb(17, 62, 33) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).Nfc38 {
    color: rgb(17, 62, 33) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).Nfc38H:hover {
    color: rgb(17, 62, 33) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).Nbg38 {
    background: rgb(17, 62, 33) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).Nbg38H:hover {
    background: rgb(17, 62, 33) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).Nfc38 {
    color: rgb(17, 62, 33) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).Nfc38H:hover {
    color: rgb(17, 62, 33) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_A38 {
    border: 1px solid rgb(17, 62, 33) !important;
  }
  
  table.showBD_A38 > :is(tbody, thead, tfoot) > * > :is(td, th) {
    border-left: 1px solid rgb(17, 62, 33) !important;
    border-bottom: 1px solid rgb(17, 62, 33) !important;
  }
  
  table.showBD_A38 {
    border-top: 1px solid rgb(17, 62, 33) !important;
    border-right: 1px solid rgb(17, 62, 33) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_B38 {
    border: 1px dotted rgb(17, 62, 33) !important;
  }
  
  table.showBD_B38 > :is(tbody, thead, tfoot) > * > :is(td, th) {
    border-left: 1px dotted rgb(17, 62, 33) !important;
    border-bottom: 1px dotted rgb(17, 62, 33) !important;
  }
  
  table.showBD_B38 {
    border-top: 1px dotted rgb(17, 62, 33) !important;
    border-right: 1px dotted rgb(17, 62, 33) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_BA38 {
    border-bottom: 1px solid rgb(17, 62, 33) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_BB38 {
    border-bottom: 1px dotted rgb(17, 62, 33) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_RA38 {
    border-right: 1px solid rgb(17, 62, 33) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_LA38 {
    border-left: 1px solid rgb(17, 62, 33) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_TA38 {
    border-top: 1px solid rgb(17, 62, 33) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).Nbg39 {
    background: rgb(247, 245, 222) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).Nbg39H:hover {
    background: rgb(247, 245, 222) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).Nfc39 {
    color: rgb(247, 245, 222) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).Nfc39H:hover {
    color: rgb(247, 245, 222) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).Nbg39 {
    background: rgb(247, 245, 222) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).Nbg39H:hover {
    background: rgb(247, 245, 222) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).Nfc39 {
    color: rgb(247, 245, 222) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).Nfc39H:hover {
    color: rgb(247, 245, 222) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_A39 {
    border: 1px solid rgb(247, 245, 222) !important;
  }
  
  table.showBD_A39 > :is(tbody, thead, tfoot) > * > :is(td, th) {
    border-left: 1px solid rgb(247, 245, 222) !important;
    border-bottom: 1px solid rgb(247, 245, 222) !important;
  }
  
  table.showBD_A39 {
    border-top: 1px solid rgb(247, 245, 222) !important;
    border-right: 1px solid rgb(247, 245, 222) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_B39 {
    border: 1px dotted rgb(247, 245, 222) !important;
  }
  
  table.showBD_B39 > :is(tbody, thead, tfoot) > * > :is(td, th) {
    border-left: 1px dotted rgb(247, 245, 222) !important;
    border-bottom: 1px dotted rgb(247, 245, 222) !important;
  }
  
  table.showBD_B39 {
    border-top: 1px dotted rgb(247, 245, 222) !important;
    border-right: 1px dotted rgb(247, 245, 222) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_BA39 {
    border-bottom: 1px solid rgb(247, 245, 222) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_BB39 {
    border-bottom: 1px dotted rgb(247, 245, 222) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_RA39 {
    border-right: 1px solid rgb(247, 245, 222) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_LA39 {
    border-left: 1px solid rgb(247, 245, 222) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_TA39 {
    border-top: 1px solid rgb(247, 245, 222) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).Nbg40 {
    background: rgb(88, 23, 27) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).Nbg40H:hover {
    background: rgb(88, 23, 27) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).Nfc40 {
    color: rgb(88, 23, 27) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).Nfc40H:hover {
    color: rgb(88, 23, 27) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).Nbg40 {
    background: rgb(88, 23, 27) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).Nbg40H:hover {
    background: rgb(88, 23, 27) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).Nfc40 {
    color: rgb(88, 23, 27) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).Nfc40H:hover {
    color: rgb(88, 23, 27) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_A40 {
    border: 1px solid rgb(88, 23, 27) !important;
  }
  
  table.showBD_A40 > :is(tbody, thead, tfoot) > * > :is(td, th) {
    border-left: 1px solid rgb(88, 23, 27) !important;
    border-bottom: 1px solid rgb(88, 23, 27) !important;
  }
  
  table.showBD_A40 {
    border-top: 1px solid rgb(88, 23, 27) !important;
    border-right: 1px solid rgb(88, 23, 27) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_B40 {
    border: 1px dotted rgb(88, 23, 27) !important;
  }
  
  table.showBD_B40 > :is(tbody, thead, tfoot) > * > :is(td, th) {
    border-left: 1px dotted rgb(88, 23, 27) !important;
    border-bottom: 1px dotted rgb(88, 23, 27) !important;
  }
  
  table.showBD_B40 {
    border-top: 1px dotted rgb(88, 23, 27) !important;
    border-right: 1px dotted rgb(88, 23, 27) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_BA40 {
    border-bottom: 1px solid rgb(88, 23, 27) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_BB40 {
    border-bottom: 1px dotted rgb(88, 23, 27) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_RA40 {
    border-right: 1px solid rgb(88, 23, 27) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_LA40 {
    border-left: 1px solid rgb(88, 23, 27) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_TA40 {
    border-top: 1px solid rgb(88, 23, 27) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).Nbg41 {
    background: rgb(1, 49, 83) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).Nbg41H:hover {
    background: rgb(1, 49, 83) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).Nfc41 {
    color: rgb(1, 49, 83) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).Nfc41H:hover {
    color: rgb(1, 49, 83) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).Nbg41 {
    background: rgb(1, 49, 83) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).Nbg41H:hover {
    background: rgb(1, 49, 83) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).Nfc41 {
    color: rgb(1, 49, 83) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).Nfc41H:hover {
    color: rgb(1, 49, 83) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_A41 {
    border: 1px solid rgb(1, 49, 83) !important;
  }
  
  table.showBD_A41 > :is(tbody, thead, tfoot) > * > :is(td, th) {
    border-left: 1px solid rgb(1, 49, 83) !important;
    border-bottom: 1px solid rgb(1, 49, 83) !important;
  }
  
  table.showBD_A41 {
    border-top: 1px solid rgb(1, 49, 83) !important;
    border-right: 1px solid rgb(1, 49, 83) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_B41 {
    border: 1px dotted rgb(1, 49, 83) !important;
  }
  
  table.showBD_B41 > :is(tbody, thead, tfoot) > * > :is(td, th) {
    border-left: 1px dotted rgb(1, 49, 83) !important;
    border-bottom: 1px dotted rgb(1, 49, 83) !important;
  }
  
  table.showBD_B41 {
    border-top: 1px dotted rgb(1, 49, 83) !important;
    border-right: 1px dotted rgb(1, 49, 83) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_BA41 {
    border-bottom: 1px solid rgb(1, 49, 83) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_BB41 {
    border-bottom: 1px dotted rgb(1, 49, 83) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_RA41 {
    border-right: 1px solid rgb(1, 49, 83) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_LA41 {
    border-left: 1px solid rgb(1, 49, 83) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_TA41 {
    border-top: 1px solid rgb(1, 49, 83) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).Nbg42 {
    background: rgb(94, 96, 108) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).Nbg42H:hover {
    background: rgb(94, 96, 108) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).Nfc42 {
    color: rgb(94, 96, 108) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).Nfc42H:hover {
    color: rgb(94, 96, 108) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).Nbg42 {
    background: rgb(94, 96, 108) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).Nbg42H:hover {
    background: rgb(94, 96, 108) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).Nfc42 {
    color: rgb(94, 96, 108) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).Nfc42H:hover {
    color: rgb(94, 96, 108) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_A42 {
    border: 1px solid rgb(94, 96, 108) !important;
  }
  
  table.showBD_A42 > :is(tbody, thead, tfoot) > * > :is(td, th) {
    border-left: 1px solid rgb(94, 96, 108) !important;
    border-bottom: 1px solid rgb(94, 96, 108) !important;
  }
  
  table.showBD_A42 {
    border-top: 1px solid rgb(94, 96, 108) !important;
    border-right: 1px solid rgb(94, 96, 108) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_B42 {
    border: 1px dotted rgb(94, 96, 108) !important;
  }
  
  table.showBD_B42 > :is(tbody, thead, tfoot) > * > :is(td, th) {
    border-left: 1px dotted rgb(94, 96, 108) !important;
    border-bottom: 1px dotted rgb(94, 96, 108) !important;
  }
  
  table.showBD_B42 {
    border-top: 1px dotted rgb(94, 96, 108) !important;
    border-right: 1px dotted rgb(94, 96, 108) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_BA42 {
    border-bottom: 1px solid rgb(94, 96, 108) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_BB42 {
    border-bottom: 1px dotted rgb(94, 96, 108) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_RA42 {
    border-right: 1px solid rgb(94, 96, 108) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_LA42 {
    border-left: 1px solid rgb(94, 96, 108) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_TA42 {
    border-top: 1px solid rgb(94, 96, 108) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).Nbg43 {
    background: rgb(239, 137, 26) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).Nbg43H:hover {
    background: rgb(239, 137, 26) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).Nfc43 {
    color: rgb(239, 137, 26) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).Nfc43H:hover {
    color: rgb(239, 137, 26) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).Nbg43 {
    background: rgb(239, 137, 26) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).Nbg43H:hover {
    background: rgb(239, 137, 26) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).Nfc43 {
    color: rgb(239, 137, 26) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).Nfc43H:hover {
    color: rgb(239, 137, 26) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_A43 {
    border: 1px solid rgb(239, 137, 26) !important;
  }
  
  table.showBD_A43 > :is(tbody, thead, tfoot) > * > :is(td, th) {
    border-left: 1px solid rgb(239, 137, 26) !important;
    border-bottom: 1px solid rgb(239, 137, 26) !important;
  }
  
  table.showBD_A43 {
    border-top: 1px solid rgb(239, 137, 26) !important;
    border-right: 1px solid rgb(239, 137, 26) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_B43 {
    border: 1px dotted rgb(239, 137, 26) !important;
  }
  
  table.showBD_B43 > :is(tbody, thead, tfoot) > * > :is(td, th) {
    border-left: 1px dotted rgb(239, 137, 26) !important;
    border-bottom: 1px dotted rgb(239, 137, 26) !important;
  }
  
  table.showBD_B43 {
    border-top: 1px dotted rgb(239, 137, 26) !important;
    border-right: 1px dotted rgb(239, 137, 26) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_BA43 {
    border-bottom: 1px solid rgb(239, 137, 26) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_BB43 {
    border-bottom: 1px dotted rgb(239, 137, 26) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_RA43 {
    border-right: 1px solid rgb(239, 137, 26) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_LA43 {
    border-left: 1px solid rgb(239, 137, 26) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_TA43 {
    border-top: 1px solid rgb(239, 137, 26) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).Nbg44 {
    background: rgb(173, 221, 107) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).Nbg44H:hover {
    background: rgb(173, 221, 107) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).Nfc44 {
    color: rgb(173, 221, 107) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).Nfc44H:hover {
    color: rgb(173, 221, 107) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).Nbg44 {
    background: rgb(173, 221, 107) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).Nbg44H:hover {
    background: rgb(173, 221, 107) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).Nfc44 {
    color: rgb(173, 221, 107) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).Nfc44H:hover {
    color: rgb(173, 221, 107) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_A44 {
    border: 1px solid rgb(173, 221, 107) !important;
  }
  
  table.showBD_A44 > :is(tbody, thead, tfoot) > * > :is(td, th) {
    border-left: 1px solid rgb(173, 221, 107) !important;
    border-bottom: 1px solid rgb(173, 221, 107) !important;
  }
  
  table.showBD_A44 {
    border-top: 1px solid rgb(173, 221, 107) !important;
    border-right: 1px solid rgb(173, 221, 107) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_B44 {
    border: 1px dotted rgb(173, 221, 107) !important;
  }
  
  table.showBD_B44 > :is(tbody, thead, tfoot) > * > :is(td, th) {
    border-left: 1px dotted rgb(173, 221, 107) !important;
    border-bottom: 1px dotted rgb(173, 221, 107) !important;
  }
  
  table.showBD_B44 {
    border-top: 1px dotted rgb(173, 221, 107) !important;
    border-right: 1px dotted rgb(173, 221, 107) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_BA44 {
    border-bottom: 1px solid rgb(173, 221, 107) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_BB44 {
    border-bottom: 1px dotted rgb(173, 221, 107) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_RA44 {
    border-right: 1px solid rgb(173, 221, 107) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_LA44 {
    border-left: 1px solid rgb(173, 221, 107) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_TA44 {
    border-top: 1px solid rgb(173, 221, 107) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).Nbg45 {
    background: rgb(55, 70, 75) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).Nbg45H:hover {
    background: rgb(55, 70, 75) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).Nfc45 {
    color: rgb(55, 70, 75) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).Nfc45H:hover {
    color: rgb(55, 70, 75) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).Nbg45 {
    background: rgb(55, 70, 75) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).Nbg45H:hover {
    background: rgb(55, 70, 75) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).Nfc45 {
    color: rgb(55, 70, 75) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).Nfc45H:hover {
    color: rgb(55, 70, 75) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_A45 {
    border: 1px solid rgb(55, 70, 75) !important;
  }
  
  table.showBD_A45 > :is(tbody, thead, tfoot) > * > :is(td, th) {
    border-left: 1px solid rgb(55, 70, 75) !important;
    border-bottom: 1px solid rgb(55, 70, 75) !important;
  }
  
  table.showBD_A45 {
    border-top: 1px solid rgb(55, 70, 75) !important;
    border-right: 1px solid rgb(55, 70, 75) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_B45 {
    border: 1px dotted rgb(55, 70, 75) !important;
  }
  
  table.showBD_B45 > :is(tbody, thead, tfoot) > * > :is(td, th) {
    border-left: 1px dotted rgb(55, 70, 75) !important;
    border-bottom: 1px dotted rgb(55, 70, 75) !important;
  }
  
  table.showBD_B45 {
    border-top: 1px dotted rgb(55, 70, 75) !important;
    border-right: 1px dotted rgb(55, 70, 75) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_BA45 {
    border-bottom: 1px solid rgb(55, 70, 75) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_BB45 {
    border-bottom: 1px dotted rgb(55, 70, 75) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_RA45 {
    border-right: 1px solid rgb(55, 70, 75) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_LA45 {
    border-left: 1px solid rgb(55, 70, 75) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_TA45 {
    border-top: 1px solid rgb(55, 70, 75) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).Nbg46 {
    background: rgb(193, 80, 86) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).Nbg46H:hover {
    background: rgb(193, 80, 86) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).Nfc46 {
    color: rgb(193, 80, 86) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).Nfc46H:hover {
    color: rgb(193, 80, 86) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).Nbg46 {
    background: rgb(193, 80, 86) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).Nbg46H:hover {
    background: rgb(193, 80, 86) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).Nfc46 {
    color: rgb(193, 80, 86) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).Nfc46H:hover {
    color: rgb(193, 80, 86) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_A46 {
    border: 1px solid rgb(193, 80, 86) !important;
  }
  
  table.showBD_A46 > :is(tbody, thead, tfoot) > * > :is(td, th) {
    border-left: 1px solid rgb(193, 80, 86) !important;
    border-bottom: 1px solid rgb(193, 80, 86) !important;
  }
  
  table.showBD_A46 {
    border-top: 1px solid rgb(193, 80, 86) !important;
    border-right: 1px solid rgb(193, 80, 86) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_B46 {
    border: 1px dotted rgb(193, 80, 86) !important;
  }
  
  table.showBD_B46 > :is(tbody, thead, tfoot) > * > :is(td, th) {
    border-left: 1px dotted rgb(193, 80, 86) !important;
    border-bottom: 1px dotted rgb(193, 80, 86) !important;
  }
  
  table.showBD_B46 {
    border-top: 1px dotted rgb(193, 80, 86) !important;
    border-right: 1px dotted rgb(193, 80, 86) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_BA46 {
    border-bottom: 1px solid rgb(193, 80, 86) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_BB46 {
    border-bottom: 1px dotted rgb(193, 80, 86) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_RA46 {
    border-right: 1px solid rgb(193, 80, 86) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_LA46 {
    border-left: 1px solid rgb(193, 80, 86) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_TA46 {
    border-top: 1px solid rgb(193, 80, 86) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).Nbg47 {
    background: rgb(233, 213, 202) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).Nbg47H:hover {
    background: rgb(233, 213, 202) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).Nfc47 {
    color: rgb(233, 213, 202) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).Nfc47H:hover {
    color: rgb(233, 213, 202) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).Nbg47 {
    background: rgb(233, 213, 202) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).Nbg47H:hover {
    background: rgb(233, 213, 202) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).Nfc47 {
    color: rgb(233, 213, 202) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).Nfc47H:hover {
    color: rgb(233, 213, 202) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_A47 {
    border: 1px solid rgb(233, 213, 202) !important;
  }
  
  table.showBD_A47 > :is(tbody, thead, tfoot) > * > :is(td, th) {
    border-left: 1px solid rgb(233, 213, 202) !important;
    border-bottom: 1px solid rgb(233, 213, 202) !important;
  }
  
  table.showBD_A47 {
    border-top: 1px solid rgb(233, 213, 202) !important;
    border-right: 1px solid rgb(233, 213, 202) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_B47 {
    border: 1px dotted rgb(233, 213, 202) !important;
  }
  
  table.showBD_B47 > :is(tbody, thead, tfoot) > * > :is(td, th) {
    border-left: 1px dotted rgb(233, 213, 202) !important;
    border-bottom: 1px dotted rgb(233, 213, 202) !important;
  }
  
  table.showBD_B47 {
    border-top: 1px dotted rgb(233, 213, 202) !important;
    border-right: 1px dotted rgb(233, 213, 202) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_BA47 {
    border-bottom: 1px solid rgb(233, 213, 202) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_BB47 {
    border-bottom: 1px dotted rgb(233, 213, 202) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_RA47 {
    border-right: 1px solid rgb(233, 213, 202) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_LA47 {
    border-left: 1px solid rgb(233, 213, 202) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_TA47 {
    border-top: 1px solid rgb(233, 213, 202) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).Nbg48 {
    background: rgb(5, 145, 213) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).Nbg48H:hover {
    background: rgb(5, 145, 213) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).Nfc48 {
    color: rgb(5, 145, 213) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).Nfc48H:hover {
    color: rgb(5, 145, 213) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).Nbg48 {
    background: rgb(5, 145, 213) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).Nbg48H:hover {
    background: rgb(5, 145, 213) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).Nfc48 {
    color: rgb(5, 145, 213) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).Nfc48H:hover {
    color: rgb(5, 145, 213) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_A48 {
    border: 1px solid rgb(5, 145, 213) !important;
  }
  
  table.showBD_A48 > :is(tbody, thead, tfoot) > * > :is(td, th) {
    border-left: 1px solid rgb(5, 145, 213) !important;
    border-bottom: 1px solid rgb(5, 145, 213) !important;
  }
  
  table.showBD_A48 {
    border-top: 1px solid rgb(5, 145, 213) !important;
    border-right: 1px solid rgb(5, 145, 213) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_B48 {
    border: 1px dotted rgb(5, 145, 213) !important;
  }
  
  table.showBD_B48 > :is(tbody, thead, tfoot) > * > :is(td, th) {
    border-left: 1px dotted rgb(5, 145, 213) !important;
    border-bottom: 1px dotted rgb(5, 145, 213) !important;
  }
  
  table.showBD_B48 {
    border-top: 1px dotted rgb(5, 145, 213) !important;
    border-right: 1px dotted rgb(5, 145, 213) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_BA48 {
    border-bottom: 1px solid rgb(5, 145, 213) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_BB48 {
    border-bottom: 1px dotted rgb(5, 145, 213) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_RA48 {
    border-right: 1px solid rgb(5, 145, 213) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_LA48 {
    border-left: 1px solid rgb(5, 145, 213) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_TA48 {
    border-top: 1px solid rgb(5, 145, 213) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).Nbg50 {
    background: rgb(255, 152, 255) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).Nbg50H:hover {
    background: rgb(255, 152, 255) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).Nfc50 {
    color: rgb(255, 152, 255) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).Nfc50H:hover {
    color: rgb(255, 152, 255) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).Nbg50 {
    background: rgb(255, 152, 255) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).Nbg50H:hover {
    background: rgb(255, 152, 255) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).Nfc50 {
    color: rgb(255, 152, 255) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).Nfc50H:hover {
    color: rgb(255, 152, 255) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_A50 {
    border: 1px solid rgb(255, 152, 255) !important;
  }
  
  table.showBD_A50 > :is(tbody, thead, tfoot) > * > :is(td, th) {
    border-left: 1px solid rgb(255, 152, 255) !important;
    border-bottom: 1px solid rgb(255, 152, 255) !important;
  }
  
  table.showBD_A50 {
    border-top: 1px solid rgb(255, 152, 255) !important;
    border-right: 1px solid rgb(255, 152, 255) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_B50 {
    border: 1px dotted rgb(255, 152, 255) !important;
  }
  
  table.showBD_B50 > :is(tbody, thead, tfoot) > * > :is(td, th) {
    border-left: 1px dotted rgb(255, 152, 255) !important;
    border-bottom: 1px dotted rgb(255, 152, 255) !important;
  }
  
  table.showBD_B50 {
    border-top: 1px dotted rgb(255, 152, 255) !important;
    border-right: 1px dotted rgb(255, 152, 255) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_BA50 {
    border-bottom: 1px solid rgb(255, 152, 255) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_BB50 {
    border-bottom: 1px dotted rgb(255, 152, 255) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_RA50 {
    border-right: 1px solid rgb(255, 152, 255) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_LA50 {
    border-left: 1px solid rgb(255, 152, 255) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_TA50 {
    border-top: 1px solid rgb(255, 152, 255) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).Nbg51 {
    background: rgb(255, 210, 210) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).Nbg51H:hover {
    background: rgb(255, 210, 210) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).Nfc51 {
    color: rgb(255, 210, 210) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).Nfc51H:hover {
    color: rgb(255, 210, 210) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).Nbg51 {
    background: rgb(255, 210, 210) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).Nbg51H:hover {
    background: rgb(255, 210, 210) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).Nfc51 {
    color: rgb(255, 210, 210) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).Nfc51H:hover {
    color: rgb(255, 210, 210) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_A51 {
    border: 1px solid rgb(255, 210, 210) !important;
  }
  
  table.showBD_A51 > :is(tbody, thead, tfoot) > * > :is(td, th) {
    border-left: 1px solid rgb(255, 210, 210) !important;
    border-bottom: 1px solid rgb(255, 210, 210) !important;
  }
  
  table.showBD_A51 {
    border-top: 1px solid rgb(255, 210, 210) !important;
    border-right: 1px solid rgb(255, 210, 210) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_B51 {
    border: 1px dotted rgb(255, 210, 210) !important;
  }
  
  table.showBD_B51 > :is(tbody, thead, tfoot) > * > :is(td, th) {
    border-left: 1px dotted rgb(255, 210, 210) !important;
    border-bottom: 1px dotted rgb(255, 210, 210) !important;
  }
  
  table.showBD_B51 {
    border-top: 1px dotted rgb(255, 210, 210) !important;
    border-right: 1px dotted rgb(255, 210, 210) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_BA51 {
    border-bottom: 1px solid rgb(255, 210, 210) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_BB51 {
    border-bottom: 1px dotted rgb(255, 210, 210) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_RA51 {
    border-right: 1px solid rgb(255, 210, 210) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_LA51 {
    border-left: 1px solid rgb(255, 210, 210) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_TA51 {
    border-top: 1px solid rgb(255, 210, 210) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).NbgR {
    background: rgb(255, 0, 0) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).NbgRH:hover {
    background: rgb(255, 0, 0) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).NfcR {
    color: rgb(255, 0, 0) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).NfcRH:hover {
    color: rgb(255, 0, 0) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).NbgR {
    background: rgb(255, 0, 0) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).NbgRH:hover {
    background: rgb(255, 0, 0) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).NfcR {
    color: rgb(255, 0, 0) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).NfcRH:hover {
    color: rgb(255, 0, 0) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_AR {
    border: 1px solid rgb(255, 0, 0) !important;
  }
  
  table.showBD_AR > :is(tbody, thead, tfoot) > * > :is(td, th) {
    border-left: 1px solid rgb(255, 0, 0) !important;
    border-bottom: 1px solid rgb(255, 0, 0) !important;
  }
  
  table.showBD_AR {
    border-top: 1px solid rgb(255, 0, 0) !important;
    border-right: 1px solid rgb(255, 0, 0) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_BR {
    border: 1px dotted rgb(255, 0, 0) !important;
  }
  
  table.showBD_BR > :is(tbody, thead, tfoot) > * > :is(td, th) {
    border-left: 1px dotted rgb(255, 0, 0) !important;
    border-bottom: 1px dotted rgb(255, 0, 0) !important;
  }
  
  table.showBD_BR {
    border-top: 1px dotted rgb(255, 0, 0) !important;
    border-right: 1px dotted rgb(255, 0, 0) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_BAR {
    border-bottom: 1px solid rgb(255, 0, 0) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_BBR {
    border-bottom: 1px dotted rgb(255, 0, 0) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_RAR {
    border-right: 1px solid rgb(255, 0, 0) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_LAR {
    border-left: 1px solid rgb(255, 0, 0) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_TAR {
    border-top: 1px solid rgb(255, 0, 0) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).NbgG {
    background: rgb(0, 255, 0) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).NbgGH:hover {
    background: rgb(0, 255, 0) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).NfcG {
    color: rgb(0, 255, 0) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).NfcGH:hover {
    color: rgb(0, 255, 0) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).NbgG {
    background: rgb(0, 255, 0) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).NbgGH:hover {
    background: rgb(0, 255, 0) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).NfcG {
    color: rgb(0, 255, 0) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).NfcGH:hover {
    color: rgb(0, 255, 0) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_AG {
    border: 1px solid rgb(0, 255, 0) !important;
  }
  
  table.showBD_AG > :is(tbody, thead, tfoot) > * > :is(td, th) {
    border-left: 1px solid rgb(0, 255, 0) !important;
    border-bottom: 1px solid rgb(0, 255, 0) !important;
  }
  
  table.showBD_AG {
    border-top: 1px solid rgb(0, 255, 0) !important;
    border-right: 1px solid rgb(0, 255, 0) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_BG {
    border: 1px dotted rgb(0, 255, 0) !important;
  }
  
  table.showBD_BG > :is(tbody, thead, tfoot) > * > :is(td, th) {
    border-left: 1px dotted rgb(0, 255, 0) !important;
    border-bottom: 1px dotted rgb(0, 255, 0) !important;
  }
  
  table.showBD_BG {
    border-top: 1px dotted rgb(0, 255, 0) !important;
    border-right: 1px dotted rgb(0, 255, 0) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_BAG {
    border-bottom: 1px solid rgb(0, 255, 0) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_BBG {
    border-bottom: 1px dotted rgb(0, 255, 0) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_RAG {
    border-right: 1px solid rgb(0, 255, 0) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_LAG {
    border-left: 1px solid rgb(0, 255, 0) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_TAG {
    border-top: 1px solid rgb(0, 255, 0) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).NbgB {
    background: rgb(0, 0, 255) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).NbgBH:hover {
    background: rgb(0, 0, 255) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).NfcB {
    color: rgb(0, 0, 255) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).NfcBH:hover {
    color: rgb(0, 0, 255) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).NbgB {
    background: rgb(0, 0, 255) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).NbgBH:hover {
    background: rgb(0, 0, 255) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).NfcB {
    color: rgb(0, 0, 255) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).NfcBH:hover {
    color: rgb(0, 0, 255) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_AB {
    border: 1px solid rgb(0, 0, 255) !important;
  }
  
  table.showBD_AB > :is(tbody, thead, tfoot) > * > :is(td, th) {
    border-left: 1px solid rgb(0, 0, 255) !important;
    border-bottom: 1px solid rgb(0, 0, 255) !important;
  }
  
  table.showBD_AB {
    border-top: 1px solid rgb(0, 0, 255) !important;
    border-right: 1px solid rgb(0, 0, 255) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_BB {
    border: 1px dotted rgb(0, 0, 255) !important;
  }
  
  table.showBD_BB > :is(tbody, thead, tfoot) > * > :is(td, th) {
    border-left: 1px dotted rgb(0, 0, 255) !important;
    border-bottom: 1px dotted rgb(0, 0, 255) !important;
  }
  
  table.showBD_BB {
    border-top: 1px dotted rgb(0, 0, 255) !important;
    border-right: 1px dotted rgb(0, 0, 255) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_BAB {
    border-bottom: 1px solid rgb(0, 0, 255) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_BBB {
    border-bottom: 1px dotted rgb(0, 0, 255) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_RAB {
    border-right: 1px solid rgb(0, 0, 255) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_LAB {
    border-left: 1px solid rgb(0, 0, 255) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_TAB {
    border-top: 1px solid rgb(0, 0, 255) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).NbgY {
    background: rgb(255, 255, 0) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).NbgYH:hover {
    background: rgb(255, 255, 0) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).NfcY {
    color: rgb(255, 255, 0) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).NfcYH:hover {
    color: rgb(255, 255, 0) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).NbgY {
    background: rgb(255, 255, 0) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).NbgYH:hover {
    background: rgb(255, 255, 0) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).NfcY {
    color: rgb(255, 255, 0) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).NfcYH:hover {
    color: rgb(255, 255, 0) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_AY {
    border: 1px solid rgb(255, 255, 0) !important;
  }
  
  table.showBD_AY > :is(tbody, thead, tfoot) > * > :is(td, th) {
    border-left: 1px solid rgb(255, 255, 0) !important;
    border-bottom: 1px solid rgb(255, 255, 0) !important;
  }
  
  table.showBD_AY {
    border-top: 1px solid rgb(255, 255, 0) !important;
    border-right: 1px solid rgb(255, 255, 0) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_BY {
    border: 1px dotted rgb(255, 255, 0) !important;
  }
  
  table.showBD_BY > :is(tbody, thead, tfoot) > * > :is(td, th) {
    border-left: 1px dotted rgb(255, 255, 0) !important;
    border-bottom: 1px dotted rgb(255, 255, 0) !important;
  }
  
  table.showBD_BY {
    border-top: 1px dotted rgb(255, 255, 0) !important;
    border-right: 1px dotted rgb(255, 255, 0) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_BAY {
    border-bottom: 1px solid rgb(255, 255, 0) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_BBY {
    border-bottom: 1px dotted rgb(255, 255, 0) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_RAY {
    border-right: 1px solid rgb(255, 255, 0) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_LAY {
    border-left: 1px solid rgb(255, 255, 0) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_TAY {
    border-top: 1px solid rgb(255, 255, 0) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).NbgBK {
    background: rgb(0, 0, 0) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).NbgBKH:hover {
    background: rgb(0, 0, 0) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).NfcBK {
    color: rgb(0, 0, 0) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).NfcBKH:hover {
    color: rgb(0, 0, 0) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).NbgBK {
    background: rgb(0, 0, 0) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).NbgBKH:hover {
    background: rgb(0, 0, 0) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).NfcBK {
    color: rgb(0, 0, 0) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).NfcBKH:hover {
    color: rgb(0, 0, 0) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_ABK {
    border: 1px solid rgb(0, 0, 0) !important;
  }
  
  table.showBD_ABK > :is(tbody, thead, tfoot) > * > :is(td, th) {
    border-left: 1px solid rgb(0, 0, 0) !important;
    border-bottom: 1px solid rgb(0, 0, 0) !important;
  }
  
  table.showBD_ABK {
    border-top: 1px solid rgb(0, 0, 0) !important;
    border-right: 1px solid rgb(0, 0, 0) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_BBK {
    border: 1px dotted rgb(0, 0, 0) !important;
  }
  
  table.showBD_BBK > :is(tbody, thead, tfoot) > * > :is(td, th) {
    border-left: 1px dotted rgb(0, 0, 0) !important;
    border-bottom: 1px dotted rgb(0, 0, 0) !important;
  }
  
  table.showBD_BBK {
    border-top: 1px dotted rgb(0, 0, 0) !important;
    border-right: 1px dotted rgb(0, 0, 0) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_BABK {
    border-bottom: 1px solid rgb(0, 0, 0) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_BBBK {
    border-bottom: 1px dotted rgb(0, 0, 0) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_RABK {
    border-right: 1px solid rgb(0, 0, 0) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_LABK {
    border-left: 1px solid rgb(0, 0, 0) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_TABK {
    border-top: 1px solid rgb(0, 0, 0) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).NbgW {
    background: rgb(255, 255, 255) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).NbgWH:hover {
    background: rgb(255, 255, 255) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).NfcW {
    color: rgb(255, 255, 255) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).NfcWH:hover {
    color: rgb(255, 255, 255) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).NbgW {
    background: rgb(255, 255, 255) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).NbgWH:hover {
    background: rgb(255, 255, 255) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).NfcW {
    color: rgb(255, 255, 255) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).NfcWH:hover {
    color: rgb(255, 255, 255) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_AW {
    border: 1px solid rgb(255, 255, 255) !important;
  }
  
  table.showBD_AW > :is(tbody, thead, tfoot) > * > :is(td, th) {
    border-left: 1px solid rgb(255, 255, 255) !important;
    border-bottom: 1px solid rgb(255, 255, 255) !important;
  }
  
  table.showBD_AW {
    border-top: 1px solid rgb(255, 255, 255) !important;
    border-right: 1px solid rgb(255, 255, 255) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_BW {
    border: 1px dotted rgb(255, 255, 255) !important;
  }
  
  table.showBD_BW > :is(tbody, thead, tfoot) > * > :is(td, th) {
    border-left: 1px dotted rgb(255, 255, 255) !important;
    border-bottom: 1px dotted rgb(255, 255, 255) !important;
  }
  
  table.showBD_BW {
    border-top: 1px dotted rgb(255, 255, 255) !important;
    border-right: 1px dotted rgb(255, 255, 255) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_BAW {
    border-bottom: 1px solid rgb(255, 255, 255) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_BBW {
    border-bottom: 1px dotted rgb(255, 255, 255) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_RAW {
    border-right: 1px solid rgb(255, 255, 255) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_LAW {
    border-left: 1px solid rgb(255, 255, 255) !important;
  }
  
  :is(*, li, ul, button, label, div, select, table * td, table * tr, table * th).showBD_TAW {
    border-top: 1px solid rgb(255, 255, 255) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).NbgNULL {
    background: none;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).NbgNULL {
    background: none !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).CG1A {
    background: rgb(0, 47, 167) !important;
    color: rgb(164, 226, 198) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).CG1B {
    background: rgb(164, 226, 198) !important;
    color: rgb(0, 47, 167) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).CG1BH:hover {
    background: rgb(0, 47, 167) !important;
    color: rgb(164, 226, 198) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).CG1AH:hover {
    background: rgb(164, 226, 198) !important;
    color: rgb(0, 47, 167) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).CG1A {
    background: rgb(0, 47, 167) !important;
    color: rgb(164, 226, 198) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).CG1B {
    background: rgb(164, 226, 198) !important;
    color: rgb(0, 47, 167) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).CG1BH:hover {
    background: rgb(0, 47, 167) !important;
    color: rgb(164, 226, 198) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).CG1AH:hover {
    background: rgb(164, 226, 198) !important;
    color: rgb(0, 47, 167) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).CG2A {
    background: rgb(84, 150, 136) !important;
    color: rgb(244, 234, 197) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).CG2B {
    background: rgb(244, 234, 197) !important;
    color: rgb(84, 150, 136) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).CG2BH:hover {
    background: rgb(84, 150, 136) !important;
    color: rgb(244, 234, 197) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).CG2AH:hover {
    background: rgb(244, 234, 197) !important;
    color: rgb(84, 150, 136) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).CG2A {
    background: rgb(84, 150, 136) !important;
    color: rgb(244, 234, 197) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).CG2B {
    background: rgb(244, 234, 197) !important;
    color: rgb(84, 150, 136) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).CG2BH:hover {
    background: rgb(84, 150, 136) !important;
    color: rgb(244, 234, 197) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).CG2AH:hover {
    background: rgb(244, 234, 197) !important;
    color: rgb(84, 150, 136) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).CG3A {
    background: rgb(66, 80, 102) !important;
    color: rgb(228, 198, 208) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).CG3B {
    background: rgb(228, 198, 208) !important;
    color: rgb(66, 80, 102) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).CG3BH:hover {
    background: rgb(66, 80, 102) !important;
    color: rgb(228, 198, 208) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).CG3AH:hover {
    background: rgb(228, 198, 208) !important;
    color: rgb(66, 80, 102) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).CG3A {
    background: rgb(66, 80, 102) !important;
    color: rgb(228, 198, 208) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).CG3B {
    background: rgb(228, 198, 208) !important;
    color: rgb(66, 80, 102) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).CG3BH:hover {
    background: rgb(66, 80, 102) !important;
    color: rgb(228, 198, 208) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).CG3AH:hover {
    background: rgb(228, 198, 208) !important;
    color: rgb(66, 80, 102) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).CG4A {
    background: rgb(22, 44, 67) !important;
    color: rgb(236, 159, 0) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).CG4B {
    background: rgb(236, 159, 0) !important;
    color: rgb(22, 44, 67) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).CG4BH:hover {
    background: rgb(22, 44, 67) !important;
    color: rgb(236, 159, 0) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).CG4AH:hover {
    background: rgb(236, 159, 0) !important;
    color: rgb(22, 44, 67) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).CG4A {
    background: rgb(22, 44, 67) !important;
    color: rgb(236, 159, 0) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).CG4B {
    background: rgb(236, 159, 0) !important;
    color: rgb(22, 44, 67) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).CG4BH:hover {
    background: rgb(22, 44, 67) !important;
    color: rgb(236, 159, 0) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).CG4AH:hover {
    background: rgb(236, 159, 0) !important;
    color: rgb(22, 44, 67) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).CG5A {
    background: rgb(95, 62, 44) !important;
    color: rgb(145, 184, 32) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).CG5B {
    background: rgb(145, 184, 32) !important;
    color: rgb(95, 62, 44) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).CG5BH:hover {
    background: rgb(95, 62, 44) !important;
    color: rgb(145, 184, 32) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).CG5AH:hover {
    background: rgb(145, 184, 32) !important;
    color: rgb(95, 62, 44) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).CG5A {
    background: rgb(95, 62, 44) !important;
    color: rgb(145, 184, 32) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).CG5B {
    background: rgb(145, 184, 32) !important;
    color: rgb(95, 62, 44) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).CG5BH:hover {
    background: rgb(95, 62, 44) !important;
    color: rgb(145, 184, 32) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).CG5AH:hover {
    background: rgb(145, 184, 32) !important;
    color: rgb(95, 62, 44) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).CG6A {
    background: rgb(73, 45, 34) !important;
    color: rgb(212, 195, 178) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).CG6B {
    background: rgb(212, 195, 178) !important;
    color: rgb(73, 45, 34) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).CG6BH:hover {
    background: rgb(73, 45, 34) !important;
    color: rgb(212, 195, 178) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).CG6AH:hover {
    background: rgb(212, 195, 178) !important;
    color: rgb(73, 45, 34) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).CG6A {
    background: rgb(73, 45, 34) !important;
    color: rgb(212, 195, 178) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).CG6B {
    background: rgb(212, 195, 178) !important;
    color: rgb(73, 45, 34) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).CG6BH:hover {
    background: rgb(73, 45, 34) !important;
    color: rgb(212, 195, 178) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).CG6AH:hover {
    background: rgb(212, 195, 178) !important;
    color: rgb(73, 45, 34) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).CG7A {
    background: rgb(187, 157, 107) !important;
    color: rgb(17, 62, 33) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).CG7B {
    background: rgb(17, 62, 33) !important;
    color: rgb(187, 157, 107) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).CG7BH:hover {
    background: rgb(187, 157, 107) !important;
    color: rgb(17, 62, 33) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).CG7AH:hover {
    background: rgb(17, 62, 33) !important;
    color: rgb(187, 157, 107) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).CG7A {
    background: rgb(187, 157, 107) !important;
    color: rgb(17, 62, 33) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).CG7B {
    background: rgb(17, 62, 33) !important;
    color: rgb(187, 157, 107) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).CG7BH:hover {
    background: rgb(187, 157, 107) !important;
    color: rgb(17, 62, 33) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).CG7AH:hover {
    background: rgb(17, 62, 33) !important;
    color: rgb(187, 157, 107) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).CG8A {
    background: rgb(0, 47, 167) !important;
    color: rgb(247, 245, 222) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).CG8B {
    background: rgb(247, 245, 222) !important;
    color: rgb(0, 47, 167) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).CG8BH:hover {
    background: rgb(0, 47, 167) !important;
    color: rgb(247, 245, 222) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).CG8AH:hover {
    background: rgb(247, 245, 222) !important;
    color: rgb(0, 47, 167) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).CG8A {
    background: rgb(0, 47, 167) !important;
    color: rgb(247, 245, 222) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).CG8B {
    background: rgb(247, 245, 222) !important;
    color: rgb(0, 47, 167) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).CG8BH:hover {
    background: rgb(0, 47, 167) !important;
    color: rgb(247, 245, 222) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).CG8AH:hover {
    background: rgb(247, 245, 222) !important;
    color: rgb(0, 47, 167) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).CG9A {
    background: rgb(247, 245, 222) !important;
    color: rgb(88, 23, 27) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).CG9B {
    background: rgb(88, 23, 27) !important;
    color: rgb(247, 245, 222) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).CG9BH:hover {
    background: rgb(247, 245, 222) !important;
    color: rgb(88, 23, 27) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).CG9AH:hover {
    background: rgb(88, 23, 27) !important;
    color: rgb(247, 245, 222) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).CG9A {
    background: rgb(247, 245, 222) !important;
    color: rgb(88, 23, 27) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).CG9B {
    background: rgb(88, 23, 27) !important;
    color: rgb(247, 245, 222) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).CG9BH:hover {
    background: rgb(247, 245, 222) !important;
    color: rgb(88, 23, 27) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).CG9AH:hover {
    background: rgb(88, 23, 27) !important;
    color: rgb(247, 245, 222) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).CG10A {
    background: rgb(247, 245, 222) !important;
    color: rgb(94, 96, 108) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).CG10B {
    background: rgb(94, 96, 108) !important;
    color: rgb(247, 245, 222) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).CG10BH:hover {
    background: rgb(247, 245, 222) !important;
    color: rgb(94, 96, 108) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).CG10AH:hover {
    background: rgb(94, 96, 108) !important;
    color: rgb(247, 245, 222) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).CG10A {
    background: rgb(247, 245, 222) !important;
    color: rgb(94, 96, 108) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).CG10B {
    background: rgb(94, 96, 108) !important;
    color: rgb(247, 245, 222) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).CG10BH:hover {
    background: rgb(247, 245, 222) !important;
    color: rgb(94, 96, 108) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).CG10AH:hover {
    background: rgb(94, 96, 108) !important;
    color: rgb(247, 245, 222) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).CG11A {
    background: rgb(247, 245, 222) !important;
    color: rgb(239, 137, 26) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).CG11B {
    background: rgb(239, 137, 26) !important;
    color: rgb(247, 245, 222) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).CG11BH:hover {
    background: rgb(247, 245, 222) !important;
    color: rgb(239, 137, 26) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).CG11AH:hover {
    background: rgb(239, 137, 26) !important;
    color: rgb(247, 245, 222) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).CG11A {
    background: rgb(247, 245, 222) !important;
    color: rgb(239, 137, 26) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).CG11B {
    background: rgb(239, 137, 26) !important;
    color: rgb(247, 245, 222) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).CG11BH:hover {
    background: rgb(247, 245, 222) !important;
    color: rgb(239, 137, 26) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).CG11AH:hover {
    background: rgb(239, 137, 26) !important;
    color: rgb(247, 245, 222) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).CG12A {
    background: rgb(173, 221, 107) !important;
    color: rgb(55, 70, 75) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).CG12B {
    background: rgb(55, 70, 75) !important;
    color: rgb(173, 221, 107) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).CG12BH:hover {
    background: rgb(173, 221, 107) !important;
    color: rgb(55, 70, 75) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).CG12AH:hover {
    background: rgb(55, 70, 75) !important;
    color: rgb(173, 221, 107) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).CG12A {
    background: rgb(173, 221, 107) !important;
    color: rgb(55, 70, 75) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).CG12B {
    background: rgb(55, 70, 75) !important;
    color: rgb(173, 221, 107) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).CG12BH:hover {
    background: rgb(173, 221, 107) !important;
    color: rgb(55, 70, 75) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).CG12AH:hover {
    background: rgb(55, 70, 75) !important;
    color: rgb(173, 221, 107) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).CG13A {
    background: rgb(193, 80, 86) !important;
    color: rgb(233, 213, 202) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).CG13B {
    background: rgb(233, 213, 202) !important;
    color: rgb(193, 80, 86) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).CG13BH:hover {
    background: rgb(193, 80, 86) !important;
    color: rgb(233, 213, 202) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).CG13AH:hover {
    background: rgb(233, 213, 202) !important;
    color: rgb(193, 80, 86) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).CG13A {
    background: rgb(193, 80, 86) !important;
    color: rgb(233, 213, 202) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).CG13B {
    background: rgb(233, 213, 202) !important;
    color: rgb(193, 80, 86) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).CG13BH:hover {
    background: rgb(193, 80, 86) !important;
    color: rgb(233, 213, 202) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).CG13AH:hover {
    background: rgb(233, 213, 202) !important;
    color: rgb(193, 80, 86) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).CG14A {
    background: rgb(168, 53, 53) !important;
    color: rgb(154, 216, 36) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).CG14B {
    background: rgb(154, 216, 36) !important;
    color: rgb(168, 53, 53) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).CG14BH:hover {
    background: rgb(168, 53, 53) !important;
    color: rgb(154, 216, 36) !important;
  }
  
  :is(*, li, ul, button, span, font, label, div, select, a, table, table * td, table * tr, table * th, textarea).CG14AH:hover {
    background: rgb(154, 216, 36) !important;
    color: rgb(168, 53, 53) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).CG14A {
    background: rgb(168, 53, 53) !important;
    color: rgb(154, 216, 36) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).CG14B {
    background: rgb(154, 216, 36) !important;
    color: rgb(168, 53, 53) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).CG14BH:hover {
    background: rgb(168, 53, 53) !important;
    color: rgb(154, 216, 36) !important;
  }
  
  :is(input:not([type=radio], [type=checkbox], [type=file], [type=range]), .button, .buttonTool, .buttonSquare, .buttonCircle, .buttonYes, .buttonNo, .buttonSignal, .ToolON, .ToolOFF).CG14AH:hover {
    background: rgb(154, 216, 36) !important;
    color: rgb(168, 53, 53) !important;
  }