body {
    background: url('CTA-Background.png') no-repeat center center fixed;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}

.container {
    background: rgba(255, 255, 255);
    padding: 20px;
    border-radius: 10px;
    max-width: 800px;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
}

#copyIcon {
    display: none;
    position: absolute;
    right: 20px;
    top: 10px;
    font-size: 24px;
    color: green;
}

.group-box {
    border: 1px solid #ced4da;
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 15px;
    position: relative;
    background: white;
}

.delete-group {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    color: red;
}

.btn-disabled {
    pointer-events: none;
    opacity: 0.6;
}

.no-validation .form-check-label {
    color: black;
}

