.custom-popup {
    width: 627px;
    /* height: 398px; */
    background: #2D313A;
    border-radius: 8px;
    border: 1px solid #1677FF;
    padding-bottom: 20px;
}

.mar-mine-row {
    display: flex;
    margin-bottom: 10px;
    justify-content: space-between;
    padding-right: 40px;
    padding-left: 20px;
}

.row-item {
    width: 170px;
    height: 36px;
    background: #282A33;
    border-radius: 4px;
    border: 1px solid #454852;
    color: #EBF2FF;
    line-height: 36px;
    padding-left: 10px;
    margin-left: 10px;
}

.img-container {
    margin-left: 10px;
}

.full-img {
    width: 123px;
    height: 181px;
    margin-right: 5px;
}

.cross-close-button {
    position: relative;
    width: 24px;
    height: 24px;
    cursor: pointer;
    /* border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.3); */
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background-color 0.2s ease;
}

/* .cross-close-button:hover {
    background-color: rgba(0, 0, 0, 0.5);
} */

.cross-line {
    position: absolute;
    width: 14px;
    height: 2px;
    background-color: white;
    border-radius: 1px;
}
.row-label{
    color: #FFFFFF;
}
.cross-line:first-child {
    transform: rotate(45deg);
}

.cross-line:last-child {
    transform: rotate(-45deg);
}

.mar-mine-title {
    display: flex;
    justify-content: flex-end;
    padding-right: 10px;
    padding-top: 10px;
}

.mar-mine-item {
    display: flex;
    align-items: center;
}

.layerPopop {
    width: 403px;
    height: 86px;
    background: rgba(6, 32, 62, 0.8);
    border-radius: 8px;
    border: 3px solid #63BBFF;
    font-weight: bold;
    font-size: 30px;
    color: #00F6FF;
    display: flex;
    justify-content: center;
    align-items: center;
}