.overlay.collection_overlay {
    z-index: 500;
    cursor: unset;
}

.close_collection {
    position: fixed;
    top: 15px;
    right: 15px;
    width: 25px;
}

.crea_overlay_box {
    width: min(100%, 1500px);
    max-height: calc(100% - 30px);
    background: var(--dark);
    padding: 15px;
    border-radius: 15px;
    border: solid 1px var(--green);
}

.collectionned_wrapper {
    overflow-y: scroll;
}

.collection_data_wrapper {
    text-align: center;
    white-space: nowrap;
    padding: 15px;
}
