* {
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
}

html,
body {
    margin: 0px;
    background-color: #f7f9fb;
}

/* a blue color as a generic focus style */
button:focus-visible {
    outline: 2px solid #4a90e2 !important;
    outline: -webkit-focus-ring-color auto 5px !important;
}

a {
    text-decoration: none;
}

:root {
    --light: 0px 2px 4px 0px rgba(0, 0, 0, 0.16);
}



.blocks-wallet {
    background-color: #f7f9fb;
    display: flex;
    flex-direction: row;
    justify-content: center;
    
}

.blocks-wallet .pagecontent {
    background-color: #f7f9fb;    
    height: 100%;
    position: fixed;
    overflow-y:auto;
    overflow-x: auto;
    justify-content: center;
    align-items: center;
}

.blocks-wallet .gradient-rectangle {
    width: 100%;
    height: 224px;
    background: linear-gradient(180deg,
            rgba(66, 16, 150, 0.5) 0%,
            rgba(89, 214, 242, 0.25) 24.48%,
            rgba(236, 107, 124, 0.15) 49.48%,
            rgba(181, 73, 140, 0.05) 75.52%,
            rgba(144, 54, 144, 0.05) 100%);
    position: absolute;
    top: 0;
    left: 0;
}

.blocks-wallet .overlay-group {
    position: relative;
    height: 50%;
}

.blocks-wallet .main-container {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 90%;
    min-width: 501px;
    height: max-content;
    align-items: center;
    justify-content: center;
    gap: 16px;
    top: 10px;
    left: 50%;
    /* Adjusted to center horizontally */
    transform: translateX(-50%);
}

.blocks-wallet .menu-container {
    display: flex;
    flex-direction: column;
    flex: 1;
    width: 100%;
    max-width: 1400px;
    align-self: center;
    align-items: center;
    justify-content: center;
    padding: 16px;
    background-color: #ffffffb8;
    border-radius: 16px;
    box-shadow: 0px 8px 16px #00000014;
    backdrop-filter: blur(64px) brightness(100%);
    -webkit-backdrop-filter: blur(64px) brightness(100%);
}

.blocks-wallet .menu-container-mobile {
    display: none;
    flex-direction: column;
    flex: 1;
    width: 75%;
    display: block;
    visibility: hidden;
    align-self: center;
    align-items: center;
    justify-content: center;
    padding: 16px;
    background-color: #ffffffb8;
    border-radius: 16px;
    box-shadow: 0px 8px 16px #00000014;
    backdrop-filter: blur(64px) brightness(100%);
    -webkit-backdrop-filter: blur(64px) brightness(100%);
    margin-bottom: 10px;
    margin-top:20px;
    line-height: 2;
}

.blocks-wallet .menu-container-top {
    display: flex;
    flex: 1;
    width: 100%;
    max-width: 1400px;
    align-self: center;
    align-items: center;
    justify-content: center;
    margin-top:-10px;
    flex-wrap: wrap;
}


.blocks-wallet .frame-7 {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 16px;
    position: absolute;
    top: 114px;
    left: 128px;
}

.blocks-wallet .frame-8 {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    position: relative;
    flex: 0 0 auto;
}


.blocks-wallet .frame-9 {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 0px 8px;
    position: relative;
    flex: 0 0 auto;
}

.blocks-wallet .line {
    position: relative;
    align-self: stretch;
    width: 100%;
    height: 1px;
    object-fit: cover;
}

.blocks-wallet .frame-10 {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 0px 8px;
    position: relative;
    flex: 0 0 auto;
    opacity: 0.6;
}

.blocks-wallet .search-container {
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 12px 8px;
    position: relative;
    align-self: center;
    flex: 0 0 auto;
    background-color: #ffffff;
    border-radius: 9px;
    border: 1px solid;
    border-color: #421096;
    width: 590px;
    max-width: 60%;
}

.search-button {
    margin-right: 4px;
    background: #B1468D;
    color: rgb(255, 255, 255);
    display: flex;
    right: 0px;
    z-index: 9;
    align-items: center;
    padding: 0px !important;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    position: absolute;
    border: 0px !important;
    width: 32px !important;
    height: 32px !important;
    border-radius: 9px;
    cursor: pointer;
  
}

.blocks-wallet .search-outline {
    position: relative;
    width: 18px;
    cursor:pointer;
}

.blocks-wallet .divider {
    width: 100%;
    text-align: center;
    background-color: #372339;
    height: 1.1px;
    opacity: 0.3;
}

.blocks-wallet .line {
    position: relative;
    align-self: stretch;
    width: 100%;
    height: 1px;
    background-color: #3723391f;
    /* align-self: stretch; */
}

.blocks-wallet .vert-line {
    width: 1.2px;
    height: 48px;
    padding-right: 1px;
}


.blocks-wallet .menu-items {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 16px;
    position: relative;
    align-self: stretch;
    
    float:left;
    padding: 10px;
}

.blocks-wallet .menu-items-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 16px;
    position: relative;
    align-self: stretch;
    min-width: 250px;
    width: 25%;
    height: 90px;
}

.blocks-wallet .menu-item {
    align-items: center;
    justify-content: center;
    position: relative;
    flex: 1;
    flex-grow: 1;
    background-color: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid;
    border-color: #3723391a;
    min-height: 90px;
}

.blocks-wallet .menu-icon-name {
    display: flex;
    align-items: center;
    position: relative;
    align-self: center;
    flex: 0 0 auto;
    float:left;
}

.blocks-wallet .menu-icon {
    position: relative;
    flex: 0 0 auto;
    margin-bottom: -4px;
    width: 90px;
    height: 90px;
}

.blocks-wallet .menu-name-wrapper {
    gap: 16px;
    padding: 12px 8px;
    position: relative;
    flex: 1;
    align-self: stretch;
    flex-grow: 1;
    font-family: Nunito Sans,sans-serif !important;
    font-size: 16px;
    font-weight: 700 !important;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.blocks-wallet .menu-name {
    position: relative;
    width: fit-content;
    
    font-weight: 500;
    color: #372339;
    font-size: 10px;
    letter-spacing: 0;
    line-height: 12px;
    white-space: nowrap;
}

.blocks-wallet .menu-count-wrapper {
    justify-content: center;
    gap: 4px;
    padding: 12px 8px;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    position: relative;
}

.blocks-wallet .menu-count {
    width: fit-content;
    font-weight: 400;
    color: #6236ff;
    font-size: 8px;
    text-align: center;
    line-height: 11.2px;
    white-space: nowrap;
    position: relative;
    margin-top: -1px;
    
    letter-spacing: 0;
}

.blocks-wallet .overlap-group-wrapper {
    position: relative;
    align-self: stretch;
    width: 100%;
    height: 5px;
}

.blocks-wallet .overlap-group {
    position: relative;
    width: 464px;
    height: 5px;
}

.blocks-wallet .line-4 {
    position: absolute;
    width: 464px;
    height: 1px;
    top: 2px;
    left: 0;
    object-fit: cover;
}

.blocks-wallet .rectangle-2 {
    width: 64px;
    height: 5px;
    background-color: #ffffffb8;
    border-radius: 8px;
    border: 1px solid;
    border-color: #3723391a;
    box-shadow: 0px 0px 2px #00000014;
    backdrop-filter: blur(64px) brightness(100%);
    -webkit-backdrop-filter: blur(64px) brightness(100%);
    position: absolute;
    top: 0;
    left: 0;
}

.blocks-wallet .frame-26 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
    border-radius: 4px;
}

.blocks-wallet .frame-27 {
    position: relative;
    width: 32px;
}

.blocks-wallet .frame-28 {
    width: 28px;
    justify-content: center;
    gap: 8px;
    padding: 8px 12px;
    background-color: #6236ff;
    border-radius: 8px;
    box-shadow: 0px 4px 8px #6236ff52;
    display: flex;
    align-items: center;
    position: relative;
}

.blocks-wallet .frame-29 {
    display: flex;
    width: 28px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 8px 12px;
    position: relative;
    background-color: #f2f4f6;
    border-radius: 8px;
}

.blocks-wallet .frame-30 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 8px 12px;
    position: relative;
    flex: 0 0 auto;
    background-color: #f2f4f6;
    border-radius: 8px;
}

.blocks-wallet .line-5 {
    position: relative;
    align-self: stretch;
    width: 100%;
    height: 1px;
    margin-top: -295px;
    margin-left: -2662px;
    object-fit: cover;
}

.blocks-wallet .frame-31 {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 8px;
    position: relative;
    flex: 0 0 auto;
}

.blocks-wallet .frame-32 {
    display: flex;
    width: 63px;
    align-items: center;
    justify-content: space-between;
    padding: 12px 8px;
    position: relative;
}

.blocks-wallet .frame-33 {
    display: flex;
    width: 69px;
    align-items: center;
    justify-content: space-between;
    padding: 12px 8px;
    position: relative;
}

.blocks-wallet .frame-34 {
    display: flex;
    width: 124px;
    justify-content: space-between;
    margin-right: -85px;
    align-items: center;
    padding: 12px 8px;
    position: relative;
}

.blocks-wallet .frame-35 {
    position: relative;
    flex: 0 0 auto;
    margin-top: -351px;
    margin-left: -5533px;
}

.blocks-wallet .frame-36 {
    display: flex;
    width: 112px;
    align-items: center;
    gap: 4px;
    padding: 12px 8px;
    position: relative;
}

.blocks-wallet .frame-37 {
    width: 50px;
    gap: 4px;
    padding: 12px 8px;
    display: flex;
    align-items: center;
    position: relative;
}

.blocks-wallet .frame-38 {
    width: 61px;
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 12px 8px;
    position: relative;
}

.blocks-wallet .frame-39 {
    display: inline-flex;
    justify-content: center;
    gap: 4px;
    flex: 0 0 auto;
    margin-right: -85px;
    align-items: center;
    padding: 12px 8px;
    position: relative;
}

.blocks-wallet .top-nav {
    display: flex;
    flex-direction: row;
    padding: 16px 16px;
    position: absolute;
    width: 90%;
    min-width: 501px;
    height: max-content;
    align-items: center;
    justify-content: center;
    gap: 16px;
    left: 50%;
    /* Adjusted to center horizontally */
    transform: translateX(-50%);
}

.blocks-wallet .logo {
    display: table-row;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 6px;
    position: relative;
    flex: 1;
    flex-grow: 1;
}

.logo-img {
    width: 60px;
    height: 60px;
}

.blocks-wallet .logo-text {
    display: table-cell;
    align-self: center;

}

.blocks-wallet .logo-description {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    margin-left: 20px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    font-family: Nunito Sans,sans-serif !important;
    font-size: 24px;
    font-weight: 900 !important;
    color: #421096;
}

.blocks-wallet .top-menu-items-container {
    position: absolute;
    align-self: center;
    justify-content: center;
    flex: 1;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    left: 50%;
    transform: translateX(-50%);
}

.blocks-wallet .top-menu-items {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 24px;
    position: absolute;
}

.blocks-wallet .text-top-menu-item {
    position: relative;
    width: fit-content;
    text-align: center;
    letter-spacing: 0;
    line-height: 12px;
    white-space: nowrap;
    font-family: Nunito Sans,sans-serif !important;
    font-size: 16px;
}

.blocks-wallet .top-menu-sub-items-container {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    padding: 12px 8px;
    position: absolute;
    top: 25px;
    left: 60px;
    background-color: #ffffffb8;
    border-radius: 8px;
    box-shadow: 0px 8px 16px #00000014;
    backdrop-filter: blur(64px) brightness(100%);
    -webkit-backdrop-filter: blur(64px) brightness(100%);
}

.blocks-wallet .text-top-menu-sub-item {
    position: relative;
    width: fit-content;
    opacity: 0.64;
    
    font-weight: 400;
    color: #372339;
    font-size: 8px;
    text-align: center;
    letter-spacing: 0;
    line-height: 11.2px;
    white-space: nowrap;
}

.blocks-wallet .social-icons-container {
    border-radius: 8px;
    justify-content: center;
    align-items: center;
    gap: 20px;
    gap: 20px;
    display: flex;
    border-radius: 8px;
    margin-left: auto;
    margin-right: 0;
}

.blocks-wallet .social-icon {
    position: relative;
}

.blocks-wallet .social-icon-img {
    max-height: 50px;
    max-width: 50px;
}

.blocks-wallet .pagination-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
    border-radius: 4px;
}

.blocks-wallet .number {
    display: flex;
    width: max-content;
    padding: 4px;
    height: 36px;
    min-width: 36px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 8px 12px;
    position: relative;
    background-color: #f2f4f6;
    border-radius: 8px;
    box-shadow: 0px 4px 8px #f2f4f61d;
    cursor: pointer;
}

.blocks-wallet .selected {
    background-color: #6236ff;
    border-radius: 8px;
    box-shadow: 0px 4px 8px #6236ff52;
}

.blocks-wallet .number-wrapper {
    width: 100%;
    color: #372339;
    position: relative;
    
    font-weight: 500;
    font-size: 18px;
    text-align: center;
    letter-spacing: 0;
    line-height: 12px;
}

.selected-page-number {
    color: #ffffff;
}

.blocks-wallet .number-wrapper a {
    color: #000000;
}

.blocks-wallet .number-wrapper a:hover {
    text-decoration: underline
}

.blocks-wallet .selected-number {
    color: #ffffff;
}

.blocks-wallet .top_toggle,
.blocks-wallet .top_toggle * {
    box-sizing: border-box;
}

.blocks-wallet .top_toggle {
    display: flex;
    flex-direction: row;
    gap: 4px;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 100%;
    position: relative;
}

.blocks-wallet .top_toggle_frame {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center;
    justify-content: center;
    flex: 1;
    position: relative;
    cursor: pointer;
}

.blocks-wallet .top_toggle_btn {
    text-align: center;
    position: relative;
    align-self: flex-start;
    font-family: Nunito Sans,sans-serif !important;
    font-size: 18px;
}

.blocks-wallet .top_toggle_btn_line {
    border-style: solid;
    border-color: #6236ff;
    border-width: 1px 0 0 0;
    align-self: stretch;
    flex-shrink: 0;
    height: 0px;
    position: relative;
}


.blocks-wallet .disabled {
    color: #372339;
    opacity: 0.6;
    
    border-color: transparent;
}

.blocks-wallet .divider {
    width: 100%;
    text-align: center;
    background-color: #372339;
    height: 1.1px;
    opacity: 0.3;
}

.blocks-wallet .sub-menus-container {
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: center;
    justify-content: center;
    align-self: center;
    gap: 16px;
    position: relative;
    max-width: 1400px;
}

.blocks-wallet .blocks-content {
    display: block;
    overflow-x: auto;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
}

.blocks-wallet .custom-scrollbar-container {
    gap: 16px;
    overflow: hidden;
    position: relative;
}

.blocks-wallet .block_row_container {
    border-radius: 10px;
    border-style: solid;
    border-color: rgba(55, 35, 57, 0.2);
    width: 100%;
    border-width: 1px;
    display: flex;
    flex-direction: column;
    gap: 0px;
    align-items: center;
    justify-content: center;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
    overflow-x: hidden;
    white-space: nowrap;
}

.blocks-wallet .block_row {
    display: flex;
    flex-direction: row;
    width: 100%;
    gap: 0px;
    align-items: center;
    justify-content: flex-start;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
}

.blocks-wallet .block_header {
    height: 40px;
}

.blocks-wallet .block_row_item {
    padding: 0px 8px;
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    border-radius: 4.0;
    border: 0.7px solid;
    border-color: #3723391a;
}

.blocks-wallet .row_header {
    color: #372339;
    opacity: 1.0;
    
    width: 100%;
}

.blocks-wallet .row_item {
    color: #372339;
    opacity: 1.0;
    
    width: 100%;
}

.blocks-wallet .scroller-wrapper {
    position: relative;
    align-self: stretch;
    margin-top: 10px;
    width: 100%;
    height: 5px;
    overflow: hidden;
}

.blocks-wallet .scroller {
    position: relative;
    width: 311px;
    height: 5px;
}

.blocks-wallet .scroller-line {
    position: absolute;
    width: 311px;
    height: 1px;
    top: 2px;
    left: 0;
    object-fit: cover;
}

.blocks-wallet .scroller-rectangle {
    position: absolute;
    width: 64px;
    height: 5px;
    top: 0;
    left: 0;
    background-color: #ffffffb8;
    border-radius: 8px;
    border: 1px solid;
    border-color: #3723391a;
    box-shadow: 0px 0px 2px #00000014;
    backdrop-filter: blur(64px) brightness(100%);
    -webkit-backdrop-filter: blur(64px) brightness(100%);
    cursor: grab;
    user-select: none;
    position: absolute;
}

@media (max-width: 700px) {
    .blocks-wallet .menu-items {
        flex-direction: column;
    }
}

@media (max-width: 800px) {
    .blocks-wallet .sub-menus-container {
        flex-direction: column;
    }
}

.blocks-wallet .line-2 {
    position: relative;
    align-self: stretch;
    width: 100%;
    height: 1px;
    margin-top: -94px;
    margin-left: -3295px;
    object-fit: cover;
}

.blocks-wallet .line-3 {
    position: relative;
    align-self: stretch;
    width: 100%;
    height: 1px;
    margin-top: -94px;
    margin-left: -3393px;
    object-fit: cover;
}

.blocks-wallet .frame-11 {
    display: flex;
    flex-direction: column;
    width: 1024px;
    align-items: flex-start;
    justify-content: center;
    gap: 16px;
    padding: 16px;
    position: relative;
    flex: 0 0 auto;
    background-color: #ffffffb8;
    border-radius: 16px;
    box-shadow: 0px 8px 16px #00000014;
    backdrop-filter: blur(64px) brightness(100%);
    -webkit-backdrop-filter: blur(64px) brightness(100%);
}

.blocks-wallet .settings-row {
    display: flex;
    align-items: center;
    gap: 16px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
}

.blocks-wallet .settings-row-item {
    display: flex;
    align-items: center;
    gap: 4px;
    position: relative;
    flex: 1;
    align-self: center;
    vertical-align: middle;
    height: 16px;
    flex-grow: 1;
}

.blocks-wallet .settings-row-image {
    position: relative;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    align-self: center;
}

.blocks-wallet .img-3 {
    position: relative;
    width: 12px;
    height: 12px;
    vertical-align: middle;
}

.blocks-wallet .text-small-gray {
    position: relative;
    width: fit-content;
    opacity: 0.6;
    
    font-weight: 400;
    align-items: center;
    color: #372339;
    font-size: 10px;
    letter-spacing: 0;
    height: 16px;
    white-space: nowrap;
    top: 50%;
    transform: translateY(-25%);
    flex: 1;
}

.blocks-wallet .text-small-purple {
    opacity: 1;
    color: #6236ff;
    text-align: center;
    vertical-align: middle;
}

.blocks-wallet .frame-14 {
    position: relative;
    flex: 0 0 auto;
}

.blocks-wallet .spacer {
    position: relative;
    flex: 1;
    flex-grow: 1;
    height: 16px;
}

.blocks-wallet .green-button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    padding: 4px 6px 4px 4px;
    position: relative;
    background-color: #1dcc70;
    border-radius: 6px;
    box-shadow: 0px 4px 8px #1dcc7052;
    vertical-align: middle;
}

table {
    border-collapse: separate;
    border-spacing: 0;
    width:100%;
}

table tr th,
table tr td {
    border-right: 1px solid #bbb;
    border-bottom: 1px solid #bbb;
    padding: 15px;
}

table tr th:first-child,
table tr td:first-child {
    border-left: 1px solid #bbb;
}

table tr th {
    background: #eee;
    text-align: left;
    border-top: solid 1px #bbb;
}

/* top-left border-radius */
table tr:first-child th:first-child {
    border-top-left-radius: 6px;
}

/* top-right border-radius */
table tr:first-child th:last-child {
    border-top-right-radius: 6px;
}

/* bottom-left border-radius */
table tr:last-child td:first-child {
    border-bottom-left-radius: 6px;
}

/* bottom-right border-radius */
table tr:last-child td:last-child {
    border-bottom-right-radius: 6px;
}


.styled-table {
    font-family: Nunito Sans,sans-serif !important;
    font-size: 16px;
    font-weight: 500 !important;
}

    .styled-table a {
        color: #523ba5;
    }

        .styled-table a:hover {
            color: #3700ff;
            text-decoration: underline;
        }

body {
    font-family: Nunito Sans,sans-serif !important;
}

.sidenav {
    height: 100%;
    width: 270px;
    position: fixed;
    z-index: 1;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    flex-direction: column;
    height: 100%;
    gap: 16px;
    padding: 96px 16px 44px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #ffffffb8;
    box-shadow: 0px 8px 16px #6236ff;
    backdrop-filter: blur(64px) brightness(100%);
    -webkit-backdrop-filter: blur(64px) brightness(100%);
    display: flex;
}

.sidenav a {
    padding: 8px 8px 8px 12px;
    text-decoration: none;
    font-size: 20px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.burgermenuicon {
    width: 35px;
    height: 35px;
    float:left;
    align-self:flex-start;
    cursor: pointer;    
}

.burgermenucloseicon {
    width: 50px;
    height: 50px;
    float: right;
    align-self: flex-start;
    cursor: pointer;
}

.burgermenu {
    z-index: 100;
    position: absolute;
    visibility: hidden;
    right: 40px;
    top: 0;
}

.burgermenuclose {
    z-index: 100;
    position: absolute;
    visibility: hidden;
    margin-left: 200px;
    left: 0;
    top: 0;
}

@media (max-width: 1200px) {
    .sidenav {
        display: none;
    }

    .burgermenu {
        display: block;
        position: absolute;
        visibility: visible;
    }

    .burgermenuicon {
        display: block;
        position: absolute;
    }

    .burgermenuiconicon {
        display: block;
        position: absolute;
    }

    .blocks-wallet .menu-container-mobile {
        display: flex;
        visibility: visible;
        max-width: calc(100vw - 30px);
        max-width: -moz-calc(100vw - 30px);
        max-width: -webkit-calc(100vw - 30px);
    }

    .blocks-wallet .menu-container {
        display: none;
        visibility: hidden;
    }

    .pagecontent {
        width: unset;
        margin-left: 0px;
    }
}

@media (min-width: 1200px) {
    .pagecontent {        
        width: calc(100% - 270px);
        width: -moz-calc(100% - 270px);
        width: -webkit-calc(100% - 270px);
        margin-left:270px;
    }
    .blocks-wallet .menu-container-mobile {
        display:none;
    }
}

.sidenav a:hover {
    color: #000000;
    text-decoration: underline;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

#main {
    transition: margin-left .5s;
    padding: 16px;
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

    .sidenav a {
        font-size: 18px;
    }
}

.side-menu-icon {
    width: 40px;
    float: left;
}

.side-menu-text-container {
    float: left;
}

.side-menu-item-container {
    margin-top: 10px;
}


.animate-character {
    text-transform: uppercase;
    background-image: linear-gradient( -225deg, #231557 2%, #44107a 29%, #ff1361 47%, #5f00ff 100% );
    background-size: auto auto;
    background-clip: border-box;
    background-size: 200% auto;
    color: #fff;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: textclip 3s linear infinite;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    font-family: Nunito Sans,sans-serif !important;
    font-size: 24px;
    font-weight: 900 !important;
    color: #5f00ff;
}

@keyframes textclip {
    to {
        background-position: 200% center;
    }
}

textarea:focus, input:focus {
    outline: none;
}

.searchtextbox {
    border: 0;
    font-family: Nunito Sans,sans-serif !important;
    font-size: 15px;
    font-weight: 700 !important;
    color: #000000;
    margin-top: 3px;
    width: 90%;
}

.box-menu-link a {
    color: #0f43c7;
}

.medium-box-menu {
    color: #5329b6;
    font-family: Nunito Sans,sans-serif !important;
    font-size: 15px;
    font-weight: 500 !important;
}

.medium-menu-value {
    color: #000000;
    font-family: Nunito Sans,sans-serif !important;
    font-size: 15px;
    font-weight: 500 !important;
}


.box-menu-link a:hover {
    text-decoration: underline;
}

.medium-menu-wrapper {
    border-radius: 10px;
    background: #f7f7f7;
    padding: 10px 10px 10px 10px;
    line-height: 1.5;
}

.animate-character-medium {
    text-transform: uppercase;
    background-image: linear-gradient( -225deg, #19e6e3 2%, #44107a 29%, #1359ff 47%, #5f00ff 100% );
    background-size: auto auto;
    background-clip: border-box;
    background-size: 200% auto;
    color: #fff;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: textclip 3s linear infinite;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    font-family: Nunito Sans,sans-serif !important;
    font-size: 16px;
    font-weight: 900 !important;
    color: #5f00ff;
}


body {
    display: grid;
    place-items: center;
}

.sub-heading {
    text-transform: uppercase;
    background-clip: text;
    /* background-image: linear-gradient(to right, #09f1b8, #00a2ff, #ff00d2, #fed90f); */
    color: var(--color-background);
    font-size: var(--font-size);
    font-weight: var(--font-weight);
    letter-spacing: var(--letter-spacing);
    padding: calc(--stroke-width / 2);
    -webkit-text-stroke-color: transparent;
    -webkit-text-stroke-width: var(--stroke-width);
    --color-background: #000119;
    --stroke-width: calc(1em / 16);
    --font-size: 16;
    --font-weight: 700;
    --letter-spacing: calc(1em / 8);
}

.help-tooltip {
    width: 20px;
    height: 20px;
    margin-left: 3px;
    cursor: pointer;
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    border-radius: 10px;
    width: 60%;
    max-width: 500px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

    .close:hover,
    .close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
    }

.menu-title-val {
    margin-left: 10px;
    color: #1e7346;
    font-family: Nunito Sans,sans-serif !important;
    font-size: 15px;
    font-weight: 500 !important;
    letter-spacing: 2px;
}

.copy-container {
    width: 22px;
    height: 22px;
    text-align: left;
    background: url("img/copy-outline.svg") no-repeat;
    background-size: 22px 22px;
    cursor: pointer;
    float: left;
    margin-top: -2px;
}

    .copy-container:hover,
    .copy-container:focus {
        background: url("img/copy-outline-focus.svg") no-repeat;
        background-size: 22px 22px;
    }

    .copy-container:active {
        background: url("img/copy-outline-active.svg") no-repeat;
        background-size: 22px 22px;
    }

.expand-container {
    width: 25px;
    height: 25px;
    text-align: left;
    background: url("img/chevron-expand-outline.svg") no-repeat;
    background-size: 25px 25px;
    cursor: pointer;
    float: left;
    margin-top: -4px;
    transform: rotate(90deg);
}

    .expand-container:hover,
    .expand-container:focus {
        background: url("img/chevron-expand-outline-focus.svg") no-repeat;
        transform: translateY(-2px), rotate(90deg);
        background-size: 25px 25px;
    }

    .expand-container:active {
        background: url("img/chevron-expand-outline-active.svg") no-repeat;
        transform: translateY(-2px), rotate(90deg);
        background-size: 25px 25px;
    }


.copy-container-mobile {
    width: 22px;
    height: 22px;
    text-align: left;
    background: url("img/copy-outline.svg") no-repeat;
    background-size: 22px 22px;
    cursor: pointer;
    float: left;
    margin-top: 2px;
    margin-left: 20px;
}

    .copy-container-mobile:hover,
    .copy-container-mobile:focus {
        background: url("img/copy-outline-focus.svg") no-repeat;
        background-size: 22px 22px;
    }

    .copy-container-mobile:active {
        background: url("img/copy-outline-active.svg") no-repeat;
        background-size: 22px 22px;
    }

.expand-container-mobile {
    width: 25px;
    height: 25px;
    text-align: left;
    background: url("img/chevron-expand-outline.svg") no-repeat;
    background-size: 25px 25px;
    cursor: pointer;
    float: left;
    margin-top: -4px;
    transform: rotate(90deg);
    margin-top: 2px;
    margin-left: 20px;
}

    .expand-container-mobile:hover,
    .expand-container-mobile:focus {
        background: url("img/chevron-expand-outline-focus.svg") no-repeat;
        transform: translateY(-2px), rotate(90deg);
        background-size: 25px 25px;
    }

    .expand-container-mobile:active {
        background: url("img/chevron-expand-outline-active.svg") no-repeat;
        transform: translateY(-2px), rotate(90deg);
        background-size: 25px 25px;
    }

.text-head {
    color: saddlebrown;
}