.gwsepfsr-sec {
    display: none;
}

.gwsepfsr-active-sec {
    display: block;
    background-color: #fff;
    padding: 30px;
    margin-top: 30px;
    border: 2px solid #e5e5e5;
}

.gwsepfsr-nav-tab .nav-tab {
    box-shadow: none !important;
}

.gwsepfsr-form h2 {
    font-size: 30px;
    line-height: 40px;
    margin-top: 0;
}

.gwsepfsr-description p { 
    font-size: 14px;
}

.gwsepfsr_custom_word .tagify.gwsepfsr-custom-word-tag {
    padding: 8px;
}

.gwsepfsr_custom_word td {
    max-width: 740px;
    display: inline-block;
}

.gwsepfsr-form .gwsepfsr-note {
    margin-top: 20px;
    display: block;
    color: #a57c06;
}
.epfsr-roles-field {
    display: block;
    margin-bottom: 12px;
}

.gwsepfsr_user_role th {
    padding-top: 9px;
}

.gwsepfsr_user_role th label {
    font-size: 16px;
}
.gwsepfsr-list {
    padding: 15px;
    background-color: #fff3cd;
    border-radius: 10px;
    margin-top: 30px;
}
.gwsepfsr-user-role-ul{
    max-width: 650px;
    margin-top: 30px;
}
.gwsepfsr-list li:first-child {
    font-size: 16px;
    font-weight: bold;
    line-height: 26px;
    padding: 0 !important;
}

.gwsepfsr-list li {
    margin: 5px 0;
    position: relative;
    padding-left: 15px !important;
}

.gwsepfsr-list li p {
    margin-top: 0 !important;
}

.gwsepfsr-list li:before {
    content: "";
    position: absolute;
    display: block;
    top: 8px;
    left: 0;
    width: 5px;
    height: 5px;
    background-color: #a57c06;
    border-radius: 100%;
}

.gwsepfsr-list li:first-child:before {
    display: none;
}