﻿
:root {
    --bg-color: black;
}

.w-site .wallet-select-box {
    background-image: url(/assets1/cards/subsystem/card-6.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.w-site .w-setting-box {
    background-image: url(/assets1/cards/subsystem/card-10.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}


.w-site .button-content-box-page-template {
    background-image: url(/assets1/cards/subsystem/card-6.jpg);
    background-image: none;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.hidden,
.d-hidden,
.w-hidden {
    display: none !important;
}

.w-btn-compact-100 > .w-button,
.w-btn-compact-100 {
    padding: 2px !important;
    margin: 0px !important;
    background: transparent !important;
    text-decoration:underline;
}
.w-btn-compact-100{
/*    position:absolute;
*/
}

.w-btn-as-link > .w-button,
.w-btn-as-link {
    padding: 2px !important;
    margin: 0px !important;
    background: transparent !important;
    text-decoration: underline;
    font-size:small;
}

