.navstyle {
    position: fixed;
    background-image: none;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    height: 70px;
    width: 100%;
    background-color: #7330f9;
    min-height: 60px;
}


::-webkit-scrollbar {
    width: 4px
}

::-webkit-scrollbar-thumb {
    background: #878a9e
}

::-webkit-scrollbar-thumb:hover {
    background: #2ab0e9
}

.svgicon {
    width: 24px;
    height: 24px
}

@media (min-width: 768px) {
    .maincontent {
        margin-left: 195px
    }
}

.svgicon {
    width: 24px;
    height: 24px;
}

.copyButton {
    position: absolute;
    top: 0px;
    right: 0px;
}

.nf {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
}

.card {
    height: 100%;
    max-height: fit-content;    
    background-position: right;
    background-size: contain;
    background-repeat: no-repeat;
}

.selected {
    background-color: lightblue;
}

#reorderTable tr {
    cursor: pointer;
}

.card {
    page-break-inside: avoid;
    break-inside: avoid;
}

#addressArea {
    height: fit-content;
}