._mCS_1 .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #1d7bf4;
}


.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #1d7bf4;
}

.mCSB_scrollTools .mCSB_draggerRail {
    background-color: rgba(0, 0, 0, 0.2);
}

.mCSB_inside>.mCSB_container {
    margin-right: 0 !important;
}

.mCSB_scrollTools {
    opacity: 1;
    width: 4px;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 4px;
    background: #1d7bf4;
}

.mCSB_scrollTools .mCSB_draggerRail {
    width: 4px !important;
    border-radius: 0;
}

#mCSB_1_container {
     padding-right: 1.6rem;
}


.secret-alert {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    top: 0;
    left: 0;
    z-index: 1000;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
}

.secret-alert .big-box {
    width: 48%;
    height: 90%;
    background: #fff;
    border-radius: 4px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    padding: 3rem 1rem 2rem 2rem;
}

.secret-alert .big-box .con {
    height: 100%;
    overflow: auto;
}

.secret-alert .big-box .con .top {
    height: auto !important;
}

.secret-alert .big-box .con .top>h2 {
    font-size: 1.2rem;
    color: #262b39;
    text-align: center;
    font-family: Lan-Bold;
}

.secret-alert .big-box .con .top>h3 {
    font-size: 1rem;
    color: #262b39;
    text-align: center;
    font-family: Lan-Bold;
    margin: 0.8rem 0 0.4rem;
}

.secret-alert .big-box .con .top>p {
    font-size: 0.8rem;
    color: #262b39;
    text-align: justify;
    text-indent: 2em;
    line-height: 1.6;
}

.secret-alert .big-box .con .top>p strong {
    font-weight: normal;
    font-family: Lan-Bold;
}

.secret-alert .big-box .con .top>p.line {
    text-decoration: underline;
}

.secret-alert .big-box .con .top .txt {
    margin: 1rem 0;
}

.secret-alert .big-box .con .top .txt>p {
    font-size: 0.8rem;
    color: #262b39;
    text-align: justify;
    line-height: 1.6;
}

.secret-alert .big-box .con .top .txt ul li {
    font-size: 0.8rem;
    color: #262b39;
}

.secret-alert .big-box .con .top .txt ul li span {
    float: left;
    display: block;
    width: 2em;
}

.secret-alert .big-box .con .top .txt ul li p {
    overflow: hidden;
    line-height: 1.6;
}

.secret-alert .big-box .con .text h2 {
    font-family: Lan-Bold;
    font-size: 0.8rem;
    color: #262b39;
}

.secret-alert .big-box .con .text h2 span {
    float: left;
    display: block;
    width: 2em;
}

.secret-alert .big-box .con .text h2 p {
    overflow: hidden;
    line-height: 1.6;
}

.secret-alert .big-box .con .text>p {
    font-size: 0.8rem;
    color: #262b39;
    line-height: 1.6;
    text-indent: 2em;
}

.secret-alert .big-box .con .text>p.strong {
    text-decoration: underline;
    font-family: Lan-Bold;
}

.secret-alert .big-box .con .text ul li {
    font-size: 0.8rem;
    color: #262b39;
    padding-left: 2em;
}

.secret-alert .big-box .con .text ul li>span {
    float: left;
    display: block;
    width: 3em;
}

.secret-alert .big-box .con .text ul li .strong {
    font-family: Lan-Bold;
}

.secret-alert .big-box .con .text ul li p {
    overflow: hidden;
    line-height: 1.6;
}

.secret-alert .big-box .con .text ul li p span {
    text-decoration: underline;
    font-family: Lan-Bold;
}

.secret-alert .big-box .con .text ul li ul li p span {
    text-decoration: underline;
}

.secret-alert .big-box .con .bottom {
    margin-top: 1rem;
}

.secret-alert .big-box .con .bottom h4 {
    text-align: right;
    font-size: 0.8rem;
    color: #262b39;
    font-family: Lan-Bold;
}

.secret-alert .big-box .close {
    position: absolute;
    right: 0;
    top: 0;
    width: 3rem;
    height: 3rem;
    cursor: pointer;
}

.secret-alert .big-box .close span {
    display: block;
    text-align: center;
    line-height: 3rem;
    font-size: 1rem;
    color: #999;
}

.secret-alert .big-box .close:hover span {
    color: #1d7bf4;
}

.secret-alert.active {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
}