/* ePortfolio Access Manager Shortcode Styles */


.epam-form-wrapper form {
    display:grid;
    gap:.5rem;
    margin-bottom: 2rem;
}

.epam-label-primary {
    font-size: 1.1em;
    font-weight: 600;
    margin-right: 15px;
}

.epam-form-wrapper input {
    width: 100%;
    padding: 4px;
}

.epam-description {
    font-size: 0.85em;
}

.epam-form-group input[type=checkbox] {
    width:auto;
    margin-right:.5rem;
}

.epam-button-container {
    display: flex;
    gap: 10px;
}

.epam-form-wrapper button {
    padding: .75rem 1.5rem;
    font-size: 1rem;
    cursor: pointer;
    justify-self: start;
}

/* Disabled Update Button */
#epam_update_btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
    background-color: #ccc;
    border-color: #999;
    color: #666;
}

/* Result Message Section */
.epam-result-message {
    margin-top: 20px;
}

/* Generic Margin Top */
.epam-margin-top {
    margin-top: 20px;
}
