﻿.w-app-name-accumulite .w-app-icon {
    border-radius: 0%;
}

.w-app-name-accumulite .w-site-header-row,
.w-app-name-accumulite .w-app-caption,
.w-app-name-accumulite .w-app-sub-caption {
    display: none;
}



.w-wallet-main-panel-card > .main-tab-panel-holder > .w-tab > .w-tab-header .w-icon-text {
    /* display: none;*/
    width: 100%;
    word-wrap: normal;
    word-break: keep-all;
    text-align: center;
    color: rgb(30, 136, 229); 
}
.w-tab .w-image.w-icon {
    width: 48px;
    height: 48px;
    border-radius: 0%;
    padding: 3px;
    margin: 3px 3px 13px 0px;
    position: absolute;
    top: 30px;
    left: 10px;
}
.w-badge {
    background: #fbfbfb;
    color: white;
    height: 13px;
    background: green;
    align-self: end;
    position: absolute;
    top: 10px;
    right: 7px;
    opacity: 1;
    height: 20px;
    color: #1a4181;
    background: white;
    width: 20px;
    color: silver;
    background: black;
}

.w-open-in-accumulate-window-item-level-button,
.w-open-in-new-window-item-level-button,
.w-open-in-same-window-item-level-button,
.w-open-in-same-window-button,
.w-open-in-new-window-button,
.w-grid-view-mode-button,
.w-expand-ui-button,
.w-expand-items-button {
    display: none;
}


.w-list-item.open > .w-item-header > .w-open-in-accumulate-window-item-level-button,
.w-list-item:hover > .w-item-header > .w-open-in-accumulate-window-item-level-button {
    display: block;
    border: 3px solid rgb(94 150 198);
    border-radius: 50%;
    height: 22px;
    width: 22px;
}



.w-token-account-panel-card > .w-header > .w-title > .w-title-description,
.w-token-account-panel-card > .w-header > .w-title > .w-icon {
    display:none;
}
.w-token-account-panel-card > .w-header > .w-title > .w-icon-text {
/*    font-weight:bold;
    font-size:xx-large;
    padding-left:15px;*/
}

.w-tabpage-content > .w-panel > .w-header .w-title-description,
.w-tabpage-content > .w-panel > .w-header .w-icon,
.w-tab-conent .w-content > .w-html-dropdown-list > .w-list-item > .w-item-header > .w-icon {
    display: none;
}


.w-token-account-panel-card > .w-content > .w-html-dropdown-list > .w-list-item > .w-item-header > .w-icon-text {
    padding: 10px 10px 10px 10px;
    /*    background-color: #393f44;   color: white;
*/
    border: none;
    border-radius: 5px;
    cursor: pointer;
}
.w-token-account-panel-card > .w-content > .w-html-dropdown-list > .w-list-item > .w-item-header > .w-icon-text .header-balance {
    color: white;
    background-color: #3498db;
    border-radius: 10px;
    margin: 0px 10px;
    padding: 3px 15px;
    font-size:12px;
    min-width:auto;
}
.w-token-account-panel-card {
} 
.w-tab .w-tab .w-tab-header {
    border: 0px;
    border-radius: 5px;
    padding: 2px 2px;
    transition: background-color 0.3s ease;
    justify-content: center;
}

.w-tab .w-tab .w-tabpage-header {
    font-size: 1em;
    margin-left: 10px;
    border: 0px solid white;
    position: relative;
/*    text-decoration: underline;
*/    width: auto;
/*    background: cornflowerblue;
*/    border-color: gray !important;
    font-size: 0.7em;
    width: min-content;
    min-width: 70px;
    padding: 5px;
    text-align: center;
}
    .w-tab .w-tab .w-tabpage-header > .w-title > .w-icon {
        left: 50%;
        transform: translate(-50%, 0%);
    }
 
.w-site .main-tab-panel-holder .w-tab .w-tabpage-header{
  
/*    height:40px;
*/}
.main-tab-panel-holder .w-tab .w-tabpage-header > .w-title > .w-icon {

}
.w-tab .w-tab .w-tabpage-header > .w-title > .w-icon-text {
   

}

.w-tab .w-tab > .w-tab-header .w-badge {

/*    height: auto;
    align-self: end;
    position: absolute;
    top: 4px;
    right: 3px;
    bottom: auto;
    left: auto;
    font-size: 9px;
    padding: 1px;
    min-width: 15px;*/
}



.w-panel > .w-header > .w-title .w-image.w-icon {
    width: 36px;
    height: 36px;
    border-radius: 0%;
    padding: 3px;
    margin: 3px 3px 13px 0px;
    position: unset;
    top: 0px;
    left: 0px;
}