:root {
        --main-bg-color: #ffffff;
        --sec-bg-color: #cccccc;
        --dropdown-bg-color: rgba(255, 255, 255, 0.08);
        --main-txt-color: #000001;
        --sec-txt-color: #000000;
        --main-a-color: #1a53ff;
        --main-acc-color: #1a53ff;
        --cardlink: #0e2d8c;
        --cardlink-border: #0d297f;
        --success: #1a53ff;
        --error: #b5000f;
        --gradient-main: linear-gradient(92deg, #123ab2 -6.17%, #1a53ff 53.36%);
        --gradient-correct: linear-gradient(92deg, #123ab2 -6.17%, #1a53ff 53.36%);
        --gradient-false: linear-gradient(92deg, #970028 -6.17%, #bb0031 53.36%);
        --darkbg: #0f0f0f;
        --main-font: 'leetTxt';
        --h-font: 'leetLogoFont';
        --hb-font: 'leetHead';
    }

    .modul::before {
      content: '';
      display: inline-block;
      width: 16px;
      height: 16px;
      background-image: url('../../np_styles/1070/unchecked.svg');
      background-size: cover;
      margin: 0 5px;
    }

    .modul.subactive::before {
      background-image: url('../../np_styles/1070/checked.svg');
      background-size: cover;
    }

    .checkboxes .input-group:nth-child(1),
    .checkboxes .input-group:nth-child(2),
    .checkboxes .input-group:nth-child(3),
    .checkboxes .input-group:nth-child(4),
    .checkboxes .input-group:nth-child(5),
    .checkboxes .input-group:nth-child(6),
    .checkboxes .input-group:nth-child(7),
    .checkboxes .input-group:nth-child(8) {
      background: url('../../np_styles/1070/caret_down.svg') calc(100% - 2rem) 2rem no-repeat;
      background-position: right 5%;
    }

    .checkboxes .input-group:nth-child(1).activated,
    .checkboxes .input-group:nth-child(2).activated,
    .checkboxes .input-group:nth-child(3).activated,
    .checkboxes .input-group:nth-child(4).activated,
    .checkboxes .input-group:nth-child(5).activated,
    .checkboxes .input-group:nth-child(6).activated,
    .checkboxes .input-group:nth-child(7).activated,
    .checkboxes .input-group:nth-child(8).activated {
      background: url('../../np_styles/1070/caret_up.svg') calc(100% - 2rem) 2rem no-repeat;
      background-position: right 5%;
    }