.section-heading {
    margin-top: 5px;
    padding-bottom: 5px;
    border-bottom: 3px solid #1f2933;
    font-size: 20px;
    color: #1f2933;
}

.notification-main {
    text-align: center;
    margin: 20px 0;
    font-size: 16px;
}

.notification-title {
    padding-bottom: 10px;
}

.notification-description {
    text-align: left;
    font-size: 14px;
}

.notification-error {
    text-align: center;
    padding: 10px 0;
    margin: 18px 0;
    color: #ff0000;
}

.notice a:visited {
    text-decoration: none;
    color: #1247b2;
}

.notification-sub-description {
    padding-top: 10px;
}

.notification-list-wrap {
    border-top: 1px solid #CCCCCC;
    margin: 25px 0;
}

.notification-list-wrap li {
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 0;
    border-bottom: 1px solid #CCCCCC;
    line-height: 1.5;
}

#notification_toggle_click_wall {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.switch {
    width: 140px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #d1d1d1;
    border-radius: 4px;
    overflow: hidden;
}

/* Hide default HTML checkbox */
.switch input {
    display: none;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 25px;
    width: 40px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #2743A3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2743A3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(70px);
    -ms-transform: translateX(70px);
    transform: translateX(70px);
}

/* Rounded sliders */
.slider.round {
    width: 140px;
    height: 32px;
    transition: background-color .3s;
    background: #a0a0a0;
    position: relative;
    display: flex;
    font-size: 14px;
}

.slider.round:before {
    width: 70px;
    height: 33px;
    text-transform: uppercase;
    text-align: center;
    background: #fff;
    border-radius: 3px;
    color: #cecece;
    display: block;
    position: relative;
    top: 0;
    left: 0;
    font-size: .75rem;
    line-height: 32px;
    cursor: pointer;
}

.slider-button-off {
    width: 70px;
    height: 32px;
    text-transform: uppercase;
    text-align: center;
    border-radius: 3px;
    color: #fff;
    display: block;
    position: relative;
    top: 0;
    line-height: 32px;
    cursor: pointer;
}

.slider-button-on {
    width: 70px;
    height: 32px;
    position: absolute;
    top: 0;
    left: 0;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    line-height: 32px;
}

.notice {
    text-decoration: none;
    color: #1247b2;
}
