:root{
    --body-color: #FFFFFF;
    --body-bg: #0B0B0F;
    --card-bg: #12131A;
    --card-color: #FFFFFF;
    --card-subtitle: #606375;
    --border: #35384D;
    --border-grad: linear-gradient(180deg, #7C83B300 , #7C83B3, #7C83B300);
    --sidebar-title: #0489B3;
    --sb-card-bg: rgba(18, 19, 26, 0.1);
    --buttons-bg: #0489B3;
    --buttons-color: #0B0B0F;
    --icon-sel: #0489B3;
    --icon-nosel: #606375;
    --subbtn-color: #B3B8D6;
    --table-cell-red: #9B2222;
    --table-cell-green: #1B8249;
    --btn-top-second-bg: #0489B31A;
    --text-gradient: linear-gradient(45deg, #A9ADCA 20%, #3764B8);
    --box-gradient: linear-gradient(45deg, #12131A 20%, #0B0B11);
    --main-bg: url(../img/bigMainBg2.webp);
    --main-bgm: url(../img/Mb_bigMainBg2.webp);
    --sq-bg: url(../img/bigSquireBg.svg);
    --them-toggle: url(../img/btn-toggle-D.png);
    --mvno01: url(../img/LC1.webp);
    --mvno01m: url(../img/Mb_LC1.webp);
    --mvno02: url(../img/LC2.webp);
    --mvno03: url(../img/LC3.webp);
    --mvno03m: url(../img/Mb_LC3.webp);
    --boxImg01: url(../img/LN01.webp);
    --boxImg02: url(../img/LN02.webp);
    --boxImg03: url(../img/LN03.webp);
    --boxImg05: url(../img/LN05.webp);
    --blend-mod: color-dodge;
    --counter-bg: #d82f2f;
    --counter-color: #fffafa;
    --site-width: 1920px;
}
.change-theme[data-theme="dark"]{
    display: none;
}
.change-theme[data-theme="light"]{
    display: block;
}