.migration_warn {
    background-color: #FFC700;
    padding-left: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 30px;
}

.migration_warn b {
    padding: 3px;
}

.before_all {
    display: block;
}

#migration-overlay {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(0 0 0 / 59%);
    z-index: 2;
    cursor: pointer;
}

.migration-popup {
    display: none;
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100px;
    width: 750px;
    background-color: #ffffff;
    border: #000000 1px solid;
    block-size: fit-content;
    padding: 10px 20px;
}

#close-popup {
    position: absolute;
    right: 15px;
    text-decoration: none;
    font-size: medium;
    cursor: pointer;
}
