#learndash_engagebay_preferences_engagebay_preferences_field {
    display: flex;
    .sfwd_option_input {
        max-width: 97%;
    }
}

#learndash_engagebay_preferences_engagebay_preferences_field > .sfwd_option_label {
    display: none;
}

#course_enrolled_create_contact_and_deal {
    background-color: #aaaaaa;
    border-color: #bbbbbb;
    opacity: 1;
}

.eb-setting-wrapper {
    width: 100%;
    padding: 30px 0;
    display: flex;
    justify-content: center;
}

.engagebay-ld-preferences-wrapper {
    display: flex;
    flex-direction: column;
    border: 1px solid #c3c4c7;
    border-radius: 0.42rem;
}

.engagebay-ld-preferences-wrapper input[type=checkbox] {
    position: relative;
    border: 1px solid #c3c4c7;
    border-radius: 0.375rem;
    background: none;
    cursor: pointer;
    line-height: 0;
    margin: 0 .2em 0 0;
    outline: 0;
    padding: 0 !important;
    vertical-align: text-top;
    height: 19px;
    width: 19px;
    -webkit-appearance: none;
    /* opacity: .5; */
}

.engagebay-ld-preferences-wrapper input[type=checkbox]:hover {
    opacity: 1;
}

.engagebay-ld-preferences-wrapper input[type=checkbox]:checked {
    background-color: #1B84FF;
    border-color: #1B84FF;
    opacity: 1;
}

.engagebay-ld-preferences-wrapper input[type=checkbox]:before {
    content: '';
    position: absolute;
    right: 50%;
    top: 50%;
    width: 3px;
    height: 8px;
    border: solid #FFF;
    border-width: 0 2px 2px 0;
    margin: -1px -1px 0 -1px;
    transform: rotate(45deg) translate(-50%, -50%);
    z-index: 2;
    box-sizing: initial;
}

.eb-setting-separator {
    border-bottom: 1px solid #c3c4c7;
}

.eb-setting-row {
    display: flex;
    flex-direction: row;
}

.engagebay-ld-preferences-actions {
    width: 15%;
    align-items: center;
    display: flex;
    padding: 10px 20px;
    border-right: 1px solid #c3c4c7;
    background: #f1f1f1;
}

.eb-setting-row:first-child .engagebay-ld-preferences-actions {
    border-radius: 0.42rem 0 0 0;
}

.eb-setting-row:last-child .engagebay-ld-preferences-actions {
    border-radius: 0 0 0 0.42rem;
}


.engagebay-ld-preferences-action-group {
    flex: 1;
    padding: 16px 16px 8px;
}

.engagebay-ld-options-group {
    display: block;
    padding: 10px;
}

.engagebay-ld-preferences-action-group textarea {
    width: 100%;
    margin-top: 8px;
    border-radius: 4px;
    padding: 0.4rem .75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #3F4254;
    border: 1px solid #d1d3db;
    border-radius: 0.42rem;
    min-height: 60px;
    resize: vertical;
}

.engagebay-ld-preferences-action-group select {
    padding: 0.4rem .75rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #3F4254;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 1px solid #d1d3db;
    border-radius: 0.42rem;
}

.engagebay-ld-preferences-action-group input:not([type="checkbox"]) {
    display: block;
    width: 100%;
    padding: 0.4rem .75rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #3F4254;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 1px solid #d1d3db;
    border-radius: 0.42rem;
}

.engagebay-ld-preferences-action-group input:not([type="checkbox"]):focus,
.engagebay-ld-preferences-action-group select:focus,
.engagebay-ld-preferences-action-group textarea:focus {
    color: #3F4254;
    background-color: #ffffff;
    border-color: #1B84FF;
    outline: 0;
}

.engagebay-ld-input-text {
    margin-left: 0;
}

.engagebay-ld-hint {
    display: block;
    margin-left: 4px;
    font-style: italic;
    font-size: 10px;
    color: #797979;
    line-height: 12px;
}

.engagebay-ld-preferences-actions strong {
    font-weight: 600;
}


.eb-setting-form-check-inline {
    display: flex;
    align-items: baseline;
    margin-bottom: 8px;
}

.eb-setting-form-check-inline .form-check-input {
    float: none
}

.eb-setting-form-check-inline .form-check-label {
    margin-left: -4px;
}

.eb-setting-form-check-fields {
    display: inline-flex;
    margin-left: 10px;
    flex: 1 0 0%;
    align-items: baseline;
}

.eb-setting-form-check-fields .eb-setting-form-select {
    display: inline-block;
    width: 165px;
    padding-right: 24px;
}

.eb-setting-as-text {
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
}

.eb-setting-support-group {
    display: inline-flex;
    flex-direction: column;
    flex: 1 0 0;
}

.eb-setting-support-group .engagebay-ld-hint {
    margin-left: 0;
    padding-top: 2px;
}

.width-30 {
    width: 30%;
}
