#op-panel,
#op-panel-btn {
    background-color: #FFFFFF;
    outline: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    user-select: none;
}

#op-panel {
    z-index: 6;
    position: fixed;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 4px rgba(0, 0, 0, 0.24);
}

#op-panel-btn {
    top: 0;
    right: -58px;
    width: 58px;
    height: 58px;
    cursor: pointer;
    position: absolute;
    -webkit-border-radius: 0 2px 2px 0;
    -moz-border-radius: 0 2px 2px 0;
    border-radius: 0 2px 2px 0;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 4px rgba(0, 0, 0, 0.24);
}

#op-panel-btn:before {
    content: '';
    width: 5px;
    height: 100%;
    background: #FFFFFF;
    left: -5px;
    top: 0;
    position: absolute;
}

#op-panel-btn .rsicon {
    color: #3D4451;
    font-size: 25px;
    line-height: 58px;
    text-align: center;
    width: 100%;
    height: 100%;
    display: block;
}

@media (max-width: 767px) {
    #op-panel-btn {
        right: -35px;
        width: 35px;
        height: 35px;
    }
    #op-panel-btn .rsicon {
        font-size: 20px;
        line-height: 35px;
    }
}

.op-content {
    height: 100%;
    padding: 25px;
    line-height: 1.6;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    overflow: -moz-scrollbars-none;
    scrollbar-width: none;
    -ms-overflow-style: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.op-content::-webkit-scrollbar {
    display: none;
}

.op-content hr {
    margin: 0;
    background-color: #BFBFBF !important;
    margin-top: 2.5px;
    margin-bottom: 4px;
}

.op-section {
    margin-bottom: 30px;
}

.op-section:last-child {
    margin-bottom: 0px;
}

.op-theme-colors {
    line-height: 1.6;
}

.op-theme-colors button {
    width: 42px;
    height: 42px;
    margin: 3px;
    padding: 0;
    border: 0;
    cursor: pointer;
    display: inline-block;
    position: relative;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.op-theme-colors button .rsicon {
    color: #FFFFFF;
    font-size: 20px;
    text-align: center;
    line-height: 30px;
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -15px;
    margin-top: -15px;
    background-color: rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0);
}

.op-theme-colors button.active .rsicon {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
}

.no-csstransforms .op-theme-colors button .rsicon {
    display: none;
}

.op-btn-group:before,
.op-btn-group:after {
    content: "";
    display: table;
}

.op-btn-group:after {
    clear: both;
}

.op-btn-group {
    position: relative;
}

.op-btn-group .op-btn {
    color: #3C4451;
    font-size: 13px;
    line-height: 1;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 0;
    margin: 0;
    padding: 15px 10px;
    background-color: transparent;
    display: block;
    float: left;
    width: 50%;
}

.op-btn-group .op-btn-bar {
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    position: absolute;
    background-color: #C5C6CA;
}

.op-btn-group .op-btn-bar-line {
    top: -2px;
    left: 0;
    position: absolute;
    height: 5px;
    background-color: #3D4351;
    width: 100px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all 1s cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    -moz-transition: all 1s cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    transition: all 1s cubic-bezier(0.23, 1, 0.32, 1) 0ms;
}

.op-btn-check {
    border: 0;
    margin: 0;
    display: block;
    padding: 0 0 0 35px;
    position: relative;
    background: transparent;
    text-align: left;
    color: #3C4451;
    font-size: 13px;
    line-height: 1;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
}

.op-btn-check .op-check {
    top: 0;
    left: 0;
    width: 25px;
    height: 25px;
    position: absolute;
    border: 2px solid #C5C6CA;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.op-btn-check .op-check .rsicon {
    width: 100%;
    height: 100%;
    color: #3D4351;
    display: block;
    font-size: 21px;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.op-btn-check.active .op-check .rsicon {
    opacity: 1;
    visibility: visible;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
}

.op-theme-colors [data-color="FF0000"] {
    background-color: #FF0000;
}

.op-theme-colors [data-color="E8676B"] {
    background-color: #E8676B;
}

.op-theme-colors [data-color="EC407A"] {
    background-color: #EC407A;
}

.op-theme-colors [data-color="8E45AE"] {
    background-color: #8E45AE;
}

.op-theme-colors [data-color="673BB7"] {
    background-color: #673BB7;
}

.op-theme-colors [data-color="3F51B5"] {
    background-color: #3F51B5;
}

.op-theme-colors [data-color="5D6CC1"] {
    background-color: #5D6CC1;
}

.op-theme-colors [data-color="1A77D4"] {
    background-color: #1A77D4;
}

.op-theme-colors [data-color="07AAF5"] {
    background-color: #07AAF5;
}

.op-theme-colors [data-color="56C8D2"] {
    background-color: #56C8D2;
}

.op-theme-colors [data-color="27A79A"] {
    background-color: #27A79A;
}

.op-theme-colors [data-color="07CB79"] {
    background-color: #07CB79;
}

.op-theme-colors [data-color="8DC24C"] {
    background-color: #8DC24C;
}

.op-theme-colors [data-color="FFDE03"] {
    background-color: #FFDE03;
}

.op-theme-colors [data-color="FEC107"] {
    background-color: #FEC107;
}

.op-theme-colors [data-color="FF9801"] {
    background-color: #FF9801;
}

.op-theme-colors [data-color="D1A3A6"] {
    background-color: #D1A3A6;
}

.op-theme-colors [data-color="FFCFD3"] {
    background-color: #FFCFD3;
}

.op-theme-colors [data-color="FBBDD4"] {
    background-color: #FBBDD4;
}

.op-theme-colors [data-color="E2BFE7"] {
    background-color: #E2BFE7;
}

.op-theme-colors [data-color="C7CCEA"] {
    background-color: #C7CCEA;
}

.op-theme-colors [data-color="83D5FB"] {
    background-color: #83D5FB;
}

.op-theme-colors [data-color="B4E1DC"] {
    background-color: #B4E1DC;
}

.op-theme-colors [data-color="A7D9A8"] {
    background-color: #A7D9A8;
}