/* Color Swicher CSS */

.switcher {
    width: 30px !important;
    height: 40px !important;
    display: inline-block;
    margin: 4px 8px;
    border-radius: 5px;
    border: 0px solid #000;
}

.swichermainleft {
    width: 100%;
    float: left;
}

.colorcode {
    display: inline-block;
    margin: 4px 8px;
    width: 25px;
    height: 25px;
    border-radius: 5px;
    cursor: pointer;
}

/*-- color-1 --*/
.color1 {
    background: #8966f7 !important;
}

/*-- color-2 --*/
.color2 {
    background: #bf69e2 !important;
}

/*-- color-3 --*/
.color3 {
    background: #43d7ef !important;
}

/*-- color-4 --*/
.color4 {
    background: #e20e28 !important;
}

/*-- color-5 --*/
.color5 {
    background: #ff6539 !important;
}

/*-- color-6 --*/
.color6 {
    background: linear-gradient( 111.7deg, rgba(146, 30, 152, 0.7) 19.9%, rgba(59, 25, 249, 0.7) 95% );
}

/*-- color-7 --*/
.color7 {
    background: linear-gradient( 111.7deg, rgba(4, 143, 128, 0.7) 19.9%, rgba(14, 48, 212, 0.7) 95% );
}

/*-- color-8 --*/
.color8 {
    background: linear-gradient( 111.7deg, rgba(8, 1, 43, 0.7) 19.9%, rgba(115, 8, 87, 0.7) 95% );
}

/*-- color-9 --*/
.color9 {
    background: linear-gradient( 111.7deg, rgba(80, 1, 48, 0.7) 19.9%, rgba(134, 65, 12, 0.7) 95% );
}

/*-- color-10 --*/
.color10 {
    background: linear-gradient( 111.7deg, rgba(13, 24, 103, 0.7) 19.9%, rgba(25, 150, 72, .7) 95% );
}

/* //////////////////  switch-1  //////////////// */
/* //////////////////  switch-1  //////////////// */
.onoffswitch {
    position: relative;
    width: 30px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.onoffswitch-checkbox {
    display: none;
}

.onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    height: 15px;
    padding: 0;
    line-height: 16px;
    border: 1px solid #CCCCCC;
    border-radius: 15px;
    background-color: #FFFFFF;
    transition: background-color 0.3s ease-in;
}

    .onoffswitch-label:before {
        content: "";
        height: 16px;
        display: block;
        width: 17px;
        margin: 0px;
        background: #FFFFFF;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 13px;
        border: 1px solid #CCCCCC;
        border-radius: 15px;
        transition: all 0.3s ease-in 0s;
    }

.onoffswitch-checkbox:checked + .onoffswitch-label {
    background-color: #0fa751;
}

    .onoffswitch-checkbox:checked + .onoffswitch-label, .onoffswitch-checkbox:checked + .onoffswitch-label:before {
        border-color: #0fa751;
    }

        .onoffswitch-checkbox:checked + .onoffswitch-label:before {
            right: 0px;
        }

/* //////////////////  switch-2  //////////////// */
.onoffswitch2 {
    position: relative;
    width: 30px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.onoffswitch2-checkbox {
    display: none;
}

.onoffswitch2-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    height: 15px;
    padding: 0;
    line-height: 16px;
    border: 1px solid #CCCCCC;
    border-radius: 15px;
    background-color: #FFFFFF;
    transition: background-color 0.3s ease-in;
}

    .onoffswitch2-label:before {
        content: "";
        height: 16px;
        display: block;
        width: 17px;
        margin: 0px;
        background: #FFFFFF;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 13px;
        border: 1px solid #CCCCCC;
        border-radius: 15px;
        transition: all 0.3s ease-in 0s;
    }

.onoffswitch2-checkbox:checked + .onoffswitch2-label {
    background-color: #0fa751;
}

    .onoffswitch2-checkbox:checked + .onoffswitch-label2, .onoffswitch2-checkbox:checked + .onoffswitch2-label:before {
        border-color: #0fa751;
    }

    .onoffswitch2-checkbox:checked + .onoffswitch2-label:before {
        right: 0px;
    }

/* //////////////////  switch-3  //////////////// */
.onoffswitch3 {
    position: relative;
    width: 30px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.onoffswitch3-checkbox {
    display: none;
}

.onoffswitch3-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    height: 15px;
    padding: 0;
    line-height: 16px;
    border: 1px solid #CCCCCC;
    border-radius: 15px;
    background-color: #FFFFFF;
    transition: background-color 0.3s ease-in;
}

    .onoffswitch3-label:before {
        content: "";
        height: 16px;
        display: block;
        width: 17px;
        margin: 0px;
        background: #FFFFFF;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 13px;
        border: 1px solid #CCCCCC;
        border-radius: 15px;
        transition: all 0.3s ease-in 0s;
    }

.onoffswitch3-checkbox:checked + .onoffswitch3-label {
    background-color: #0fa751;
}

    .onoffswitch3-checkbox:checked + .onoffswitch-label3, .onoffswitch3-checkbox:checked + .onoffswitch3-label:before {
        border-color: #0fa751;
    }

    .onoffswitch3-checkbox:checked + .onoffswitch3-label:before {
        right: 0px;
    }

.switch-toggle {
    padding: 3px 0;
}

.full-width .container {
    max-width: inherit !important;
    width: 95% !important;
    transition: all 0.5s ease;
}

.switch_section span {
    font-size: 13px;
}

.unbox {
    margin: 0;
}

.switch_section li {
    width: 100%;
    height: 30px;
}

.switch_section {
    width: 100%;
    height: auto;
    list-style: none;
    font-size: 1.1em;
    margin: 0 auto;
    padding: 0px 5px;
}

a.switcher-style {
    padding: 6px 20px;
    color: #000;
    background-color: #f8f6fb;
    border: 1px solid #e3dfe8;
    display: block;
    margin-bottom: 8px;
    font-size: 14px;
}

    a.switcher-style.active {
        background-color: var(--primary);
        color: #fff;
    }
