/** === Container === **/
.dtss_switcher_inner_wrapper {
    height: 100%;
    position: relative;
    overflow: hidden;
    margin-right: -50px;
}
.color_switcher_inner {
    overflow-y: scroll;
    height: 100%;
    position: absolute;
    padding-right: 30px; /* Increase/decrease this value for cross-browser compatibility */
    box-sizing: content-box; /* So the width will be 100% + 17px */
}

.color_switcher_zone {
    position: fixed;
    width: 350px;
    z-index: 999;
    background: #fff;
    padding: 23px 30px 43px 35px;
    right: -364px;
    box-shadow: -5px 0px 15px -1px rgba(0, 0, 0, 0.05);
    height: 100%;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.switcher_open {
    height: 100%;
}

.header_switcher_style {
    margin-top: 10px;
}

/** === Button === **/
.dtss_btn {
    border: 1px solid #ddd;
    color: #303133;
    transform: none;
    padding: 6px 20px 5px;
    font-weight: 600!important;
    font-family: 'Roboto' !important;
    text-transform: uppercase;
    font-size: 12px;
    margin-bottom: 10px;
    transition: all .3s;
    margin-right: -1px;
}

.dtss_btn.active {
    background: #303133;
    color: #fff;
}

.dtss_btn:last-child {
    margin-right: 0;
}

.dtss_btn.active {
    background-color: #eaeaea !important;
    color: #777 !important;
    cursor: not-allowed;
    position: relative;
    text-align: right;
    padding-left: 35px !important;
}

.dtss_btn.active::before {
    content: "\52";
    font-family: 'eleganticons';
    color: #0abe76;
    font-size: 14px;
    position: absolute;
    left: 12px;
    top: 1px;
}

.button-pr svg {
    margin-top: -2px;
    margin-right: 5px;
}

/** === Demo Images === **/
.demo_link {
    -webkit-box-shadow: 0px 4px 8px 0px rgba(12, 0, 46, 0.08);
    box-shadow: 0px 4px 8px 0px rgba(12, 0, 46, 0.08);
    position: relative;
    margin-top: 0;
    display: block;
    overflow: hidden;
    margin-bottom: 15px;
}

.demo_link img {
    width: 100%;
}

.dtss_btn:hover {
    background-color: #303133;
    border-color: #303133;
    color: #fff;
}

/** === Switcher === **/
.header_switcher_style:first-child {
    margin-top: 0 !important;
}

.switZone_title {
    position: absolute;
    right: 100%;
    top: calc(50% - 50px);
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
    background-color: rgb(255, 255, 255);
    box-shadow: -5px 0px 15px -1px rgba(0, 0, 0, 0.05);
    padding: 10px 10px 10px 0;
    transform: translateY(-50%);
}

.switZone_title a {
    display: flex;
    position: relative;
    width: 65px;
    justify-content: center;
    align-items: center;
    font-size: 19px;
    color: #333333;
    text-decoration: none;
    padding: 12px;
}
.switZone_title a:hover:after {
    opacity: 1;
    visibility: visible;
}

.header_switcher_style .switcher-title h5 {
    font: 600 16px/28px 'Roboto';
    color: #333;
    display: inline-block;
    background: #fff;
    font-size: 14px;
    margin-bottom: 5px;
}

.header_switcher_style .switcher-title {
    position: relative;
    text-align: center;
}

.switch.grad_color p,
.header_switcher_style p {
    font: 400 14px/22px 'Roboto';
    color: #666666;
    margin-bottom: 0;
}

.header_switcher_style .nav li {
    display: inline-block;
    margin-bottom: 20px;
}

.header_switcher_style .nav li + li {
    margin-left: 15px;
}

.header_switcher_style .nav li:nth-child(odd) {
    margin-left: 0px;
}

.header_switcher_style .nav li a {
    border: 1px solid #666666;
    color: #333;
    font: 400 12px/31px 'Roboto';
    text-transform: uppercase;
    padding: 2px 5px;
    transition: all 0.4s linear;
    text-shadow: none;
    width: 135px;
    text-align: center;
}

.header_switcher_style .nav li.active a,
.header_switcher_style .nav li a:hover {
    background: #444;
    color: #fff;
}

.switch.grad_color {
    padding: 0 0 40px;
    border-bottom: 1px solid #eeeeee;
}

.switch.grad_color ul li {
    display: inline-block;
}

.switch.grad_color ul li + li {
    margin-left: 12px;
}

.switch.grad_color ul li a {
    width: 30px;
    height: 27px;
    border-radius: 3px;
    display: block;
}

.switch.grad_color ul li a.orange-color {
    background: #eba62a;
}

.switch.grad_color ul li a.blue-color {
    background: #53bced;
}

.switch.grad_color ul li a.dgreen-color {
    background: #02bb73;
}

.switch.grad_color ul li a.purple-color {
    background: #3E31AE;
}

.switch.grad_color ul li a.red-color {
    background: #DC3737;
}

.switch.grad_color ul li a.olive-color {
    background: #bfaf01;
}

.button-pr {
    font: 600 13px/55px 'Roboto';
    color: #fff;
    display: block;
    background: #82b440;
    text-align: center;
    text-transform: uppercase;
    border-radius: 3px;
    transition: all 0.5s linear;
    width: 288px;
}

.button-pr span {
    margin-right: 10px;
}

.button-pr:hover {
    background: #6e9c30;
    color: #fff;
}

.ui-tooltip {
    pointer-events: none;
    opacity: 1;
    display: inline-block;
    position: absolute;
    padding: 10px 20px;
    color: white;
    margin-top: 0px;
    text-align: center;
    font-family: 'Roboto';
    font-size: 12px;
    font-weight: 400;
    line-height: 32px;
    font-stretch: condensed;
    text-decoration: none;
    text-transform: uppercase;
    box-shadow: 0 0 7px black;
    background: #444 !important;
    height: 50px;
}

.color_switcher_zone {
    top: 50px;
}

/******* Radio button styling *************/
/* The container */
.switch_radio_container {
    display: inline-block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 30px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-right: 5px;
}

/* Hide the browser's default radio button */
.switch_radio_container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 35px;
    width: 35px;
    background-color: #eee;
    border-radius: 50%;
}

#accent_color_blue + .checkmark {
    background-color: #006fe1;
}

#accent_color_53bced + .checkmark {
    background-color: #53bced;
}

#accent_color_02bb73 + .checkmark {
    background-color: #02bb73;
}

#accent_color_3E31AE + .checkmark {
    background-color: #3E31AE;
}

#accent_color_DC3737 + .checkmark {
    background-color: #DC3737;
}

#accent_color_bfaf01 + .checkmark {
    background-color: #bfaf01;
}

/* On mouse-over, add a grey background color */
.switch_radio_container:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.switch_radio_container input:checked ~ .checkmark {
    background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.switch_radio_container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.switch_radio_container .checkmark:after {
    top: 14px;
    left: 14px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}


/***************** Header Styles *******************/

.header_styles  a img{ /* IMAGE STYLES */
    cursor: pointer;
    border:2px solid transparent;
    max-width: 100%;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    margin-bottom: 5px;
}

.header_styles a img:hover{ /* IMAGE STYLES */
    max-width: 120%;
    margin-left: -35px;
}

.header_styles a.active img { /* (RADIO CHECKED) IMAGE STYLES */
    border:2px solid #f00;
    max-width: 120%;
    margin-left: -35px;
}

/****** Title ************/
.switZone_title a:after{
    position: absolute;
    z-index: -1;
    top: 5px;
    right: 70px;
    color: #fff;
    white-space: nowrap;
    font-size: 14px;
    letter-spacing: .6px;
    background: #555;
    padding: 8px 25px;
    opacity: 0;
    border-radius: 4px;
    transition: .5s;
    box-shadow: 0px 2px 6px 0px rgba(100, 100, 100, 0.1);
    visibility: hidden;
}
.switZone_title .setting::after {
    content: 'Theme Setting';
}

.switZone_title .doc::after {
    content: 'Documentation';
}
.switZone_title .doc.life:after{
    content: 'Help';
}

@media (max-width:991px){
    .color_switcher_zone {
        display: none;
    }
}

.no-border {
    border: none !important;
}

/** === Toggle Switcher === **/
#nav-stick-switcher {
    width: 280px;
    height: 36px;
    margin: auto;
    position: relative;
    border-radius: 6px;
    overflow: hidden;
    user-select: none;
    cursor: pointer;
}

.inner-container {
    position: absolute;
    left: 0;
    top: 0;
    width: inherit;
    height: inherit;
    text-transform: uppercase;
    font-size: .6em;
    letter-spacing: .2em;
}

.inner-container:first-child {
    background: #e9e9e9;
}

.inner-container:first-child p {
    color: #a9a9a9;
}

.inner-container:nth-child(2) {
    background: dodgerblue;
    clip-path: inset(0 50% 0 0);
    transition: .3s cubic-bezier(0,0,0,1);
}

.inner-container:nth-child(2) p {
    color: white;
}

.toggle {
    width: 50%;
    position: absolute;
    height: inherit;
    display: flex;
    box-sizing: border-box;
}

.toggle p {
    margin: auto;
    font-size: 12px;
}

.toggle:nth-child(1) {
    right: 0;
}

/** ==== Color picker === **/
.color-wrapper {
    position: relative;
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.color-wrapper p {
    margin-bottom: 5px;
}

input.call-picker {
    border: 1px solid #AAA;
    color: #666;
    text-transform: uppercase;
    float: left;
    outline: none;
    padding: 5px;
    text-transform: uppercase;
    width: 85px;
}

.color-picker {
    width: 157px;
    background: #F3F3F3;
    padding: 5px;
    border: 5px solid #fff;
    box-shadow: 0 0 3px 1px #DDD;
    position: absolute;
    top: 45px;
    left: 15px;
}

.color-holder {
    background: #fff;
    cursor: pointer;
    border: 1px solid #AAA;
    width: 40px;
    float: left;
    margin-left: 5px;
}

.color-picker .color-item {
    cursor: pointer;
    width: 16px;
    height: 16px;
    list-style-type: none;
    float: left;
    margin: 2px;
    border: 1px solid #DDD;
}

.color-picker .color-item:hover {
    border: 1px solid #666;
    opacity: 0.8;
    -moz-opacity: 0.8;
    filter:alpha(opacity=8);
}

.elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 100%;
}

/*------- Box Shadow switcher --------*/
.checkSwitch {
    border: 2px solid #aaa;
    border-radius: 1em;
    box-sizing: content-box;
    display: inline-block;
    cursor: pointer;
    height: 1em;
    width: 2em;
    padding: 2px;
    overflow: hidden;
}
.checkSwitch__input {
    position: absolute;
    left: -100%;
}
.checkSwitch__switch {
    background: #d0011b;
    border-radius: 100%;
    width: 1em;
    height: 1em;
    transition: transform 200ms ease, background 200ms;
}
.checkSwitch__input:checked + .checkSwitch__switch {
    background: #5caa22;
    transform: translate(100%, 0);
}