/* PODS CPT "Creator Onboarding Form CSS Styles */

/* Pods Lable Text Style */
.pods-field-option label {
    margin-bottom: .2em;
    font-size: 15px;
    font-weight: 500;
    padding-left: 10px;
}

/* Hide Required Lable Mark */
.pods-form-fieldset abbr.required {
    display: none;
}

/* Radio Button Style */

.pods-radio-pick {
    display: flex;
    border: none !important;
    margin-bottom: 20px !important;
    column-gap: 50px;
}

.pods-form-ui-field-type-pick {
    margin-right: 8px;
}

.pods-radio-pick__option /*, .pods-checkbox-pick__option */ {
    border-radius: 0;
    overflow: hidden;
    max-height: 220px;
    overflow-y: auto;
    display: flex;
    border: none;
    margin-bottom: 20px;
}

/* Pods Text Area Style */ 
.pods-field-option input[type=text]/*,  .pods-field-option textarea */ {
    width: 50%;
    box-sizing: border-box;
    margin-bottom: 20px;
    font-weight: 600;
    color: crimson;
}

/* Pods Attachement Field */
.pods-ui-form {
    border: 1px solid black;
    padding: 10px 20px;
    width: fit-content;
    border-radius: 8px;
    margin: 10px 0px;
    min-width: 170px;
    text-align: center;
}

/* Description below Field */
p.description.pods-form-ui-comment.pods-form-ui-comment-pods-field-upload-instagram-engagement-and-other-stat-screenshot {
    font-size: 12px;
    color: #797e79;
}

/* Pods Field Error Notification */
.components-notice.is-error {
    border: none;
    background: none;
    padding: 0px 10px;
    margin-bottom: 20px;
    margin-top: -20px;
    color: #e85c5c;
    font-size: 12px;
}

/* Pods Button */

.pods-form-front .pods-submit {
    float: left !important;
}

input.pods-submit-button {
    border-radius: 7px;
    border: 1px solid #b1b7bb;
    padding: 10px 15px;
    background: #f8fafc;
    color: #19347e;
    font-weight: 600;
    min-width: 170px;
    margin-top: 25px;
}


input.pods-submit-button:hover {
    border-radius: 7px;
    border: 1px solid #b1b7bb;
    padding: 10px 15px;
    background: #db2777;
    color: #fff;
    font-weight: 600;
    min-width: 170px;
    margin-top: 25px;
}