.container-fcp {
    width: 100%;
    background-color: #FFFFFF;
    position: relative;
}

.form-fcp {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.row-fcp {
    display: flex;
    flex-wrap: wrap;
}

.row-fcp.align {
    align-items: center;
}

.row-fcp.align.justify {
    justify-content: space-between;
}

.h-100-fcp {
    height: 100% !important
}


.user-select-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.55);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99999;
}

.user-select-content {
    background: white;
    width: 90%;
    max-width: 400px;
    padding: 25px;
    border-radius: 8px;
}

.user-select-item {
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 6px;
    margin-bottom: 8px;
    cursor: pointer;
}

.user-select-item:hover {
    background: #f1f1f1;
}
