.point_config_div nav.nav-tab-wrapper.woo-nav-tab-wrapper {
    padding-top: 30px;
}
.point_config_div .nav-tab {
    float: left;
    border: 1px solid #c3c4c7;
    border-bottom: none;
    margin-left: 0.5em;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.71428571;
    font-weight: 600;
    background: #2392d2;
    color: #ffffff;
    text-decoration: none;
    white-space: nowrap;
    cursor: pointer;
}
.point_config_div  .nav-tab-active{
    border-bottom: 1px solid #f0f0f1;
    background: #ffffff;
    color: #3c3c3c;
}
.point_config_div .nav-tab a {
    text-decoration: none;
    color: inherit;
}
.point_config_div span.nav-tab:hover {
    background-color: #2392d2;
    color: white;
}
.point_config_div p.general_heading {
    font-size: 21px;
    margin: 16px 0px 0px 0px;
    color: black;
    font-weight: 500;
    border-bottom: 1px solid #c7c5c5;
}
span.btn.btn-primary.cp_submit {
    color: white;
    background: #2271b1;
    padding: 6px 8px;
    border-radius: 0px;
    cursor: pointer;
    min-width: 75px;
    text-align: center;
    display: inline-block;
    margin-left: 10px;
}

.config_submit_div {
    margin-top: 30px;
}
.cp_point_notice_sec {
    background: #830f4d;
    color: white;
    margin: 25px 5px;
    text-align: center;
    padding: 10px 5px;
}

p.cp_notice {
    padding: 2px 3px !important;
    margin: 2px;
    font-size: 15px;
}

span.cp_note_close {
    float: right;
    font-size: 16px;
    margin-right: 15px;
    font-weight: 600;
    background: black;
    cursor: pointer;
    padding: 1px 7px;
    border-radius: 15px;
}