/* rachel */
.rachel{margin:0 15px 0 0;cursor:pointer;position:relative;font-weight:400;color:#787878;padding-left:35px;line-height: 30px;}
.rachel>input{position:absolute;left:-9999px;width:0;height:0;}
.rachel>span.far,
.rachel>span.fas{color:#d9d9d9;font-size:1.2em;position:absolute;left:0;top:50%;font-size: 25px;transform: translate(0,-50%);}
.rachel.checked>span.far,
.rachel.checked>span.fas{color:#399eb0;}

.rachel>span.rachel-on{display:none;}
.rachel>span.rachel-off{display:inline;}
.rachel.checked>span.rachel-on{display:inline;}
.rachel.checked>span.rachel-off{display:none;}


@media all and (max-width:768px){
    .rachel{padding-left: 24px;line-height: 24px;}
    .rachel>span.far,
    .rachel>span.fas{font-size: 18px;}
}