

.light-mode {
    --primarycolor: #47cad6;
    --primarycolor_dark: #3BA3AC;
    --bgcolor: #CED3DF;
    --app_bgcolor: #F5F8FA;
    --inside_bgcolor: #fff;
    --textcolor: #444;
    --textcolor_2: #454545;
    --grey: #4d4d4d;
    --mediumbg: #2e3e6a;
    --green: #2fd363;
    --red: #f54c4c;
    --yellow: #e4d506;
    --myshadow: 0 0 15px 0px #134db547;
    --lightshadow: 0 0 15px 0px #6deafd47;
}

.light-mode .alert {
    box-shadow: var(--lightshadow);
}

.light-mode div.mainmenus {
    box-shadow: 0px -10px 15px #afdeff4a;
}

.light-mode .appbutton {
    background: var(--inside_bgcolor);
    border-radius: 10px;
    box-shadow: 0 0 15px 0px #6deafd47;
    margin-bottom: 15px;
    margin: 10px 0px;
}


.light-mode .accordion-item {
    background: none;
    border: 1px solid rgb(181 181 181 / 13%);
}

.light-mode .form-control:disabled, .form-control[readonly] {
    background-color: var(--bgcolor);
    opacity: 1;
    color: #a6b1cd;
}

.light-mode .accordion-header .accordion-button {
    border: 0px solid var(--inside_bgcolor);
    box-shadow: var(--lightshadow);
}
.light-mode .btn-primary {
    background: linear-gradient(to right, var(--primarycolor), var(--primarycolor_dark));
    border-radius: 10px;
    color: #fff;
}
.light-mode .form-select {
    border: 1px solid #0910339c;
}
.light-mode .packroot.active {
    box-shadow: var(--lightshadow);
}
.light-mode .sn_opentrade {
    background: var(--inside_bgcolor);
    box-shadow: var(--lightshadow);
}

.light-mode .sn_overview {
    background: linear-gradient(to right, #e4fcff, transparent);
}
.light-mode .table_wallets tr {
    border-bottom: 1px solid var(--bgcolor);
}
.light-mode {}
.light-mode {}
.light-mode {}
.light-mode {}

