.cloud-app-container {
    background-color: rgba(0, 0, 0, 0.22);
    padding: 8px 8p 8px 8px !important;
    border-radius: 5px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.256);
}

.cloud-function-container {
    width: 100%;
    height: 310px;
    background-color: rgba(0, 0, 0, 0.15);
    margin: -18px 0 0 0 !important;
    border-top: 0.7px solid rgba(0, 0, 0, 0.28);
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    overflow-y: scroll;
}


.decodedCopyToClipboard {
    color: rgb(90, 141, 238);
    font-family: monospace;
    font-size: 11px;
    /* margin-top: 12px; */
    padding: 0px 12px 0px 12px;
}

.decodedCopyToClipboard:hover {
    opacity: 0.7;
    cursor: pointer;
}

.cloudResultTitle {
    font-size: 12px;
    padding: 6px 12px 0px 12px;
    margin-bottom: 0px;
    font-weight: 600;
}

.wallet-hr {
    margin-top: 4px;
    margin-bottom: 4px;
}

.cloud-borderBottomDotted {
    border-bottom: 1px dashed rgba(255, 255, 255, 0.1);
    padding-bottom: 5px;
}


#hoverUnblur:hover {
    filter: blur(0px) !important;
}

#hoverUnblurHelpTag {
    position: absolute !important;
    right: 5px;
    font-size: 8.5px;
    filter: blur(0px) !important;
    background-color: #171b25 !important;
    z-index: 2;
    padding: 1px 5px 1px 5px;
    border-bottom-left-radius: 5px;
    border-bottom: 0.7px solid rgba(0, 0, 0, 0.4);
    border-left: 0.7px solid rgba(0, 0, 0, 0.4);
    font-family: monospace;

}
