.sub-row-gutter {
    --bs-gutter-x: 6px !important;
}

.col-btn-submit {
    text-align: center;
}

.btn-submit {
    margin-top: 24px;
}

.pull-right {
    float: right;
}

.elistsub-checkbox {
    margin-right: 8px !important;
}

.elistsub-heading {
    font-size: 16px;
}

input[type="checkbox"] {
    width: 28px;
    height: 16px;
}

#settings-info-form .head-title,
#affiliate-user-info-form .head-title, 
#forgot-password-form .head-title,
#change-password-form .head-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 18px;
}

#settings-info-form .form-group, 
#personal-info-form .form-group, 
#affiliate-user-info-form .form-group, 
#forgot-password-form .form-group,
#change-password-form .form-group,
#profile-info-form .form-group {
    margin-bottom: 15px;
}

.city-state-field {
    margin-bottom: 0 !important;
}

.field-icon {
    right: 10px;
    top: -25px;
    position: relative;
    font-size: 18px;
    float: right;
}

.login-save-password-text {
    font-size: 14px;
    vertical-align: top;
    font-weight: 400;
}

.ql-snow .ql-editor {
    background: unset !important;
    min-height: 15rem;
}

.input-group-addon {
    font-size: 12px;
    padding: 5px 4px 0 4px;
    background: var(--bs-body-bg);
    border: 1px solid;
    border-radius: 5px 0 0 5px;
    border-right-color: transparent;
}

.profile-user-photo-group {
    position: relative;
}

.profile-user-photo-group a.profile-user-photo-link {
    color: unset;
    position: absolute;
    bottom: 5px;
}