html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* Admin Setup Wizard Styles
-------------------------------------------------- */
@import url(https://fonts.googleapis.com/css?family=Oxygen:400,700);

* {
    box-sizing: border-box;
}

body {
    background-color: #f0f1f3;
    font-family: "SF Pro Display", "Segoe UI", 'Oxygen', 'Open Sans', sans-serif;
}

.wsw-clearfix:after,
.wp-clearfix:after {
    display: block;
    content: "";
    clear: both;
}

.wsw-btn,
.wn-admin-btn {
    height: 44px;
    line-height: 42px;
    font-size: 13px;
    font-weight: 700;
    padding: 0 35px;
    margin-right: 10px;
    display: inline-block;
    text-decoration: none;
    background: #ecf9fd;
    color: #07bbe9;
    border: 1px solid #ccecf4;
    border-radius: 25px;
    transition: .24s;
    margin-top: 4px;
    letter-spacing: .4px;
}

.wsw-btn:hover,
.wn-admin-btn:hover {
    background: #07bbe9;
    border-color: #07bbe9;
    color: #fff;
}

#wnGetLicense input[type="submit"] {
    display: inline-block;
    font-family: "SF Pro Display", "Segoe UI", 'Oxygen', 'Open Sans', sans-serif;
    text-decoration: none;
    height: 60px;
    line-height: 60px;
    font-weight: 600;
    border: none;
    cursor: pointer;
    padding: 0 50px;
    border-radius: 50px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 16px;
    transition: all 0.28s ease;
    background: #ecf9fd;
    color: #07bbe9;
    border: 1px solid #ccecf4;
}

#wnGetLicense input[type="submit"]:hover {
    background: #07bbe9;
    border-color: #07bbe9;
    color: #fff;
}

#wswReturnDashboard {
    display: inline-block;
    text-align: center;
    color: #9ca2a9;
}

#wswReturnDashboard:hover {
    color: #07bbe9;
}

#wnSetupWizard {
    overflow: hidden;
}

.wn-setup-wizard {
    max-width: 1260px;
    margin: 50px auto;
}

@media screen and (max-width:1280px) {
    .wn-setup-wizard {
        max-width: 1160px;
    }
}

#wnSetupWizard .loader {
    border: 4px solid #f3f3f3;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
    border-top: 4px solid #07bbe9;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    z-index: 99999;
    position: absolute;
    top: calc(51% - 20px);
    left: calc(50% - 20px);
}

/* Preloader
-------------------------------------------------- */
#wnThemeActivate {
    position: relative;
    padding: 5% 0;
    text-align: center;
}

.wna-spinner-wrap {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #fff;
    opacity: 0.9;
    z-index: 999;
}

#wnThemeActivate .wna-spinner-wrap {
    bottom: -4px;
}

body>.wna-spinner-wrap {
    z-index: 99999999;
    opacity: 1;
}

.wna-spinner {
    width: 40px;
    height: 40px;
    position: relative;
    margin: 6px auto;
}

#webnus-header-builder .wna-spinner {
    margin-top: 24px;
}

.wna-spinner .double-bounce1,
.wna-spinner .double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #07bbe9;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
    animation: sk-bounce 2.0s infinite ease-in-out;
}

.wna-spinner .double-bounce2 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {

    0%,
    100% {
        -webkit-transform: scale(0.0);
    }

    50% {
        -webkit-transform: scale(1.0);
    }
}

@keyframes sk-bounce {

    0%,
    100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    }

    50% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}

/* Logo
-------------------------------------------------- */
.wsw-logo {
    text-align: center;
    margin-bottom: 40px;
}

.wsw-logo img {
    display: inline-block;
    height: auto;
    max-height: 50px;
}

/* Menu
-------------------------------------------------- */
ul.wsw-menu {
    display: flex;
    padding: 0 20px 25px;
    margin: 0;
    list-style: none outside;
    overflow: hidden;
    color: #b5bdc5;
    width: 100%;
}

ul.wsw-menu li {
    width: 100%;
    float: left;
    padding: 0 0 15px;
    font-size: 14px;
    margin: 0;
    text-align: center;
    position: relative;
    border-bottom: 3px solid #c3cad2;
    line-height: 22px;
}

ul.wsw-menu li.active {
    border-color: #07bbe9;
    color: #07bbe9;
    font-weight: 600;
}

ul.wsw-menu li::before {
    content: '';
    border: 5px solid #c3cad2;
    border-radius: 100%;
    width: 4px;
    height: 4px;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -6px;
    margin-bottom: -8px;
    background: #fff;
}

ul.wsw-menu li.active::before {
    border-color: #07bbe9;
}

/* Contents
-------------------------------------------------- */
.wsw-contents {
    -webkit-box-shadow: 0 15px 23px -15px rgba(70, 74, 82, 0.13);
    box-shadow: 0 20px 30px -15px rgba(70, 74, 82, 0.1);
    padding: 50px 50px 120px;
    margin: 20px 20px 40px;
    background: #fff;
    border-radius: 3px;
    overflow: hidden;
    zoom: 1;
    position: relative;
    text-align: left;
}

.wsw-btn-step {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 25px 0;
    border-top: 1px solid #eaeef3;
    background-color: rgb(247, 248, 249);
    z-index: 999;
    text-align: center;
}

.wn-sw-step2 .wsw-btn-step {
    position: fixed;
    box-shadow: 0 -5px 19px -3px rgba(70, 74, 82, 0.13);
}

/* Purchase Code
-------------------------------------------------- */
#wnLicenseType {
    padding-bottom: 20px;
}

/* radio buttons */
.wn-radio-wrap {
    display: inline-block;
}

.wn-radio-wrap:last-child {
    padding-right: 0;
}

.wn-radio-control {
    position: relative;
    display: inline-block;
    font-weight: 400;
    font-size: 16px;
    line-height: 14px !important;
    color: #89929c;
    padding-left: 22px;
    cursor: pointer;
    padding-right: 20px;
}

.wn-radio-control.checked {
    color: #07bbe9;
}

.wn-radio-control input {
    display: none;
}

.wn-radio-indicator {
    position: absolute;
    top: -1px;
    left: -3px;
    height: 18px;
    width: 18px;
    text-align: center;
    background-color: #fff;
    border: 1px solid #c3cad2;
    border-radius: 100%;
    box-shadow: 0 2px 16px -2px rgba(67, 70, 82, 0.28), inset 1px 2px 5px rgba(67, 70, 82, 0.14);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.wn-radio-control input:focus~.wn-radio-indicator,
.wn-radio-control input:active~.wn-radio-indicator,
.wn-radio-indicator.checked {
    background-color: #07bbe9;
    border-color: #07bbe9;
    box-shadow: 0 2px 14px -3px #07bbe9;
}

.wn-radio-control input:checked~.wn-radio-indicator:after,
.wn-radio-control input:active~.wn-radio-indicator:after,
.wn-radio-indicator.checked:after {
    content: '';
    display: block;
    position: absolute;
    top: 6px;
    left: 6px;
    width: 4px;
    height: 4px;
    background: #fff;
    border-radius: 100%;
}

/* inputs */
#wnGetLicense {
    position: relative;
    display: inline-block;
    width: calc(100% - 200px);
}

#wnPurchaseCode {
    padding: 3px 5px;
    font-family: "SF Pro Display", "Segoe UI", 'Oxygen', 'Open Sans', sans-serif;
    color: #32373c;
    outline: 0;
    transition: 50ms border-color ease-in-out;
    min-height: 60px;
    box-shadow: inset 0 1px 7px rgba(67, 70, 82, 0.07);
    min-width: 220px;
    background: #f4f4f5;
    border: none;
    font-size: 33px;
    font-weight: 300;
    letter-spacing: 0.6px;
    border-radius: 50px;
    text-align: center;
}

@media (min-width: 961px) {
    #wnPurchaseCode {
        min-height: 80px;
        margin: 0;
        padding-left: 20px;
        text-align: left;
        width: 100%;
    }
}

@media (min-width: 961px) {
    #wnGetLicense input[type="submit"] {
        position: absolute;
        right: 10px;
        top: 10px;
    }
}

/* Validation */
#wnThemeActivate i {
    display: none;
    position: absolute;
    top: 10px;
    font-size: 24px;
    text-align: center;
    color: #fff;
    border: 1px solid transparent;
    border-radius: 50px;
    padding: 0;
    width: 60px;
    height: 60px;
    line-height: 60px;
}

#wnThemeActivate.success i.wn-fa-check {
    display: block !important;
    right: -70px;
    background: #6fe08a;
    background: linear-gradient(95deg, #6fe08a 0%, #58cf74 50%, #36cb58 100%);
    box-shadow: 0 5px 30px -5px #6fe08a;
}

#wnThemeActivate.success #wnPurchaseCode {
    cursor: default;
}

#wnThemeActivate.failed i.wn-fa-times {
    display: block !important;
    right: -70px;
    background: #ff876c;
    background: linear-gradient(95deg, #ff876c 0%, #ff7455 50%, #ff5a35 100%);
    box-shadow: 0 5px 10px -5px #ff876c;
}

#wnLicenseType .wn-radio-wrap {
    padding-right: 25px;
    padding-bottom: 20px;
    font-weight: 500;
}

#wnFailedMesaage {
    color: #ff613e;
    font-style: italic;
    padding-top: 10px;
}

/* Select demo
-------------------------------------------------- */
.wsw-importer-demo {
    cursor: pointer;
    float: left;
    margin: 0 4% 4% 0;
    position: relative;
    width: 30.6%;
    border: 1px solid #dce0e4;
    border-radius: 0 0 3px 3px;
    box-shadow: 0 7px 15px -8px rgba(70, 74, 82, 0.13);
    box-sizing: border-box;
}

@media only screen and (max-width: 1120px) {
    .wsw-importer-demo {
        width: 47.5%;
        margin-right: 0;
    }
}

@media only screen and (max-width: 1120px) {
    .wsw-importer-demo:nth-child(odd) {
        margin-right: 5%;
    }
}

.wsw-importer-demo {
    overflow: hidden;
    box-shadow: 0 7px 15px -8px rgba(70, 74, 82, 0.13);
    transition: all 0.25s ease;
}

.wsw-importer-demo:not(.selected):hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px -5px rgba(70, 74, 82, 0.18);
}

@media only screen and (max-width: 1120px) {
    .wsw-importer-demo {
        margin-left: 1% !important;
        margin-right: 1% !important;
    }
}

.wsw-importer-demo:nth-child(3n+3) {
    margin-right: 4%;
}

.wsw-importer-demo:nth-child(3n+5) {
    margin-right: 0;
}

.wsw-importer-demo.selected {
    border-color: #07bbe9;
    box-shadow: 0 9px 25px -5px rgba(0, 138, 255, 0.6);
}

.wsw-importer-demo.wsw-imported {
    border-color: #34d78a;
    box-shadow: 0 9px 25px -5px #34d78a;
}

.wsw-importer-screenshot {
    display: block;
    overflow: hidden;
    position: relative;
    -webkit-backface-visibility: hidden;
    transition: opacity .2s ease-in-out;
    max-height: 315px;
    background: #fff;
}

.wsw-importer-screenshot:after {
    content: "";
    display: block;
    padding-top: 66.66666%;
}

.wsw-importer-image {
    margin: 0;
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    height: auto;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    transition: opacity .2s ease-in-out;
    max-width: none !important;
    width: 100% !important;
}

.wsw-theme-name {
    line-height: 1.3;
    border: none;
    font-weight: 600;
    margin: 0;
    box-shadow: inset 0 1px 0 #dce0e4;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    background: rgba(255, 255, 255, .65);
    padding: 20px 15px;
    font-size: 14px;
    text-transform: capitalize;
}

.wsw-importer-demo.selected .wsw-theme-name {
    box-shadow: inset 0 1px 0 #07bbe9;
    background: #07bbe9;
    color: #fff;
}

.wsw-importer-demo.wsw-imported .wsw-theme-name {
    box-shadow: inset 0 1px 0 #34d78a;
    background: #34d78a;
    color: #fff;
}

.wsw-importer-preview {
    position: absolute;
    bottom: 16px;
    right: 17px;
    text-decoration: none;
    z-index: 2;
    font-size: 11px;
    letter-spacing: 0.3px;
    line-height: 17px;
    font-weight: 500;
    padding: 4px 10px;
    border-radius: 3px;
    background: #07bbe9;
    color: #fff;
    transition: all 0.23s ease;
}

.wsw-importer-preview:hover {
    background: #222;
    box-shadow: 0 2px 18px -4px #333;
}

.wsw-imported .wsw-importer-preview {
    background: #222;
    box-shadow: 0 2px 18px -4px #333;
}

/* Select Page Builder
----------------------- */
.wn-pagebuilder-wrap {
    padding: 15px 0 25px;
}

.wn-pagebuilder-wrap .wn-radio-wrap {
    background-color: #f7f8f9;
    border-radius: 3px;
    margin-right: 10px;
    transition: all .36s ease;
    box-shadow: 0 5px 20px -8px rgba(70, 74, 82, .15);
    overflow: hidden;
}

.wn-pagebuilder-wrap .wn-radio-wrap:hover {
    box-shadow: 0 7px 32px -9px rgba(70, 74, 82, 0.21);
}

.wn-pagebuilder-wrap .wn-radio-wrap .wn-radio-control {
    padding: 12px 35px;
    position: relative;
    border: 1px solid #e3e9ef;
    min-width: 250px;
    border-radius: 3px;
}

.wn-pagebuilder-wrap .wn-radio-wrap .wn-radio-control .wn-radio-indicator {
    top: auto;
    left: 10px;
    bottom: 10px;
}

.wn-pagebuilder-wrap .wn-radio-wrap .wn-radio-control:before {
    position: relative;
    content: "";
    display: block;
    width: auto;
    height: 110px;
    background-color: #fff;
    margin: -12px -35px 15px -35px;

}

.wn-pagebuilder-wrap .wn-radio-wrap .wn-radio-control.elementor-builder:before {
    background: #fff 54% 50% url("https://webnus.net/deep-premium-wordpress-theme/wp-content/uploads/2018/06/pgb-icons-el.png") no-repeat;
}

.wn-pagebuilder-wrap .wn-radio-wrap .wn-radio-control.kc-builder:before {
    background: #fff center url("https://webnus.net/deep-premium-wordpress-theme/wp-content/uploads/2018/06/pgb-icons-kc.png") no-repeat;
}

.wn-pagebuilder-wrap .wn-radio-wrap .wn-radio-control.vc-builder:before {
    background: #fff center url("https://webnus.net/deep-premium-wordpress-theme/wp-content/uploads/2018/06/pgb-icons-vc.png") no-repeat;
}


/* Importer
----------------------- */
.wn-lightbox-wrap {
    display: none;
}

/* install plugins */
.wnl-row h3 {
    margin: 0;
    font-size: 18px;
    line-height: 1;
    margin-bottom: 35px;
}

.whi-install-plugins-wrap {
    position: relative;
    margin: 15px auto 0;
    padding-bottom: 25px;
}

.whi-install-plugins {
    position: absolute;
    top: -9px;
    right: 0;
    text-transform: initial;
    height: 40px;
    line-height: 38px;
    font-size: 13px;
    padding: 0 35px;
    letter-spacing: 0.3px;
}

.wn-plugin {
    position: relative;
    width: 100%;
    margin-bottom: 8px;
}

.wn-plugin[data-plugin-name="WPBakery Page Builder"] {
    display: none;
}

.wn-plugin h4 {
    color: #737a82;
    font-weight: 400;
    font-size: 14px;
    line-height: 23px;
    display: inline-block;
    float: left;
    margin: 0;
    background-color: #fff;
    position: relative;
    z-index: 2;
    margin-bottom: 10px;
    padding: 5px 8px 3px 0;
}

.wn-plugin span.wn-plugin-line {
    position: absolute;
    width: 100%;
    left: 0;
    top: 46%;
    display: block;
    border-top: 1px dashed #ddd;
    z-index: 0;
}

.wn-plugin .row-actions {
    float: right;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    padding-left: 15px;
    background-color: #fff;
}

.wn-plugin .row-actions>span {
    display: inline-block;
}

.wn-plugin .row-actions>span.update {
    display: none;
}

.wn-plugin .row-actions a {
    display: inline-block;
    box-shadow: none;
    text-shadow: none;
    text-decoration: none;
    background: #ecf9fd;
    color: #07bbe9;
    border: 1px solid #ccecf4;
    border-radius: 20px;
    transition: .24s;
    height: 30px;
    line-height: 27px;
    margin-top: 4px;
    margin-right: 3px;
    padding: 0 15px;
    font-size: 12px;
    letter-spacing: .4px;
    font-weight: 600;
    text-transform: lowercase;
}

.wn-plugin .row-actions.active a {
    background: #eaf9e7;
    color: #1db322;
    border-color: #c9eac2;
}

.elementor-screen-only,
.screen-reader-text,
.screen-reader-text span,
.ui-helper-hidden-accessible {
    position: absolute;
    top: -10000em;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.wn-plugin .row-actions a:hover {
    background: #07bbe9;
    border-color: #07bbe9;
    color: #fff;
}

.wn-plugin .row-actions.active a {
    background: #eaf9e7;
    color: #1db322;
    border-color: #c9eac2;
}

.wn-plugin .row-actions a:before {
    position: absolute;
    left: -22px;
    top: 2px;
    color: #b4b9be;
    margin: 0;
}

.wn-plugin>button {
    display: none;
}

.wn-checkbox-wrap {
    float: left;
    width: 33.33%;
    margin-bottom: 20px;
    text-align: left;
}

.wn-checkbox-wrap:nth-of-type(3n + 1) {
    clear: left;
}

.wn-checkbox-wrap * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.wn-checkbox-wrap .wn-checkbox-input {
    display: none;
}

.wn-checkbox-wrap .wn-checkbox-label {
    height: 20px;
    width: 20px;
    border-radius: 1px;
    background-color: transparent;
    position: relative;
    display: inline-block;
    -moz-transition: border-color ease 0.2s;
    -o-transition: border-color ease 0.2s;
    -webkit-transition: border-color ease 0.2s;
    transition: border-color ease 0.2s;
    cursor: pointer;
    vertical-align: middle;
    border: 1px solid #d0d6dc;
    box-shadow: 0 2px 16px -2px rgba(67, 70, 82, 0.2), inset 1px 2px 5px rgba(67, 70, 82, 0.08);
}

.wn-checkbox-wrap .wn-checkbox-label::before,
.wn-checkbox-wrap .wn-checkbox-label::after {
    position: absolute;
    height: 0;
    width: 1px;
    background-color: #07bbe9;
    display: inline-block;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
    -webkit-transform-origin: left top;
    transform-origin: left top;
    content: '';
    -webkit-transition: opacity ease .5s;
    -moz-transition: opacity ease .5s;
    transition: opacity ease .5s;
}

.wn-checkbox-wrap .wn-checkbox-label::before {
    top: 12px;
    left: 7px;
    box-shadow: 0 0 0 2px #fff;
    -moz-transform: rotate(-145deg);
    -ms-transform: rotate(-145deg);
    -o-transform: rotate(-145deg);
    -webkit-transform: rotate(-145deg);
    transform: rotate(-145deg);
}

.wn-checkbox-wrap .wn-checkbox-label::after {
    top: 8px;
    left: 3px;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.wn-checkbox-wrap .wn-checkbox-input:checked+.wn-checkbox-label,
.wn-checkbox-wrap .wn-checkbox-label.checked {
    border-color: #07bbe9;
    box-shadow: 0 2px 14px -3px #07bbe9;
}

.wn-checkbox-wrap .wn-checkbox-input:checked+.wn-checkbox-label::after,
.wn-checkbox-wrap .wn-checkbox-label.checked::after {
    height: 4px;
    -moz-animation: dothabottomcheck 0.08s ease 0s forwards;
    -o-animation: dothabottomcheck 0.08s ease 0s forwards;
    -webkit-animation: dothabottomcheck 0.08s ease 0s forwards;
    animation: dothabottomcheck 0.08s ease 0s forwards;
}

.wn-checkbox-wrap .wn-checkbox-input:checked+.wn-checkbox-label::before,
.wn-checkbox-wrap .wn-checkbox-label.checked::before {
    height: 20px;
    -moz-animation: dothatopcheck 0.16s ease 0s forwards;
    -o-animation: dothatopcheck 0.16s ease 0s forwards;
    -webkit-animation: dothatopcheck 0.16s ease 0s forwards;
    animation: dothatopcheck 0.16s ease 0s forwards;
}

.wn-checkbox-wrap span {
    color: #757a80;
    font-size: 14px;
    line-height: 14px;
    margin-left: 4px;
}

.wn-import-demo-btn {
    display: block;
	text-align: center;
	text-decoration: none;
	background-color: #07bbe9;
	background: linear-gradient(95deg, #36a2ff 0%, #07bbe9 50%, #0072ff 100%);
	color: #fff;
	font-size: 13px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 4px;
	height: 45px;
	line-height: 45px;
	border-radius: 4px;
	box-shadow: 0 7px 20px -6px #07bbe9;
	transition: all 0.3s ease;
}

.wn-import-demo-btn:hover {
    border-radius: 23px;
    color: #fff;
    background-color: #222;
    background: linear-gradient(95deg, #555 0%, #222 50%, #000 100%);
    box-shadow: 0 7px 20px -6px #484848;
}

/* progress bar */
.wbc-progress-count {
    background-color: #07bbe9;
    box-shadow: 0 5px 10px -5px #07bbe9;
    border-radius: 4px;
    color: #fff !important;
    left: 100%;
    padding: 1px 5px;
    letter-spacing: 0.5px;
    font-size: 12px;
    line-height: 22px;
    position: absolute;
    text-align: center;
    top: -32px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 42px;
}

.wbc-progress-count:after {
    background-color: inherit;
    bottom: -5px;
    content: "";
    height: 10px;
    left: 50%;
    margin-left: -5px;
    position: absolute;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 10px;
}

.wbc-progress-back {
    background-color: #fff;
    border-radius: 20px;
    height: 9px;
    padding: 2px;
    box-shadow: 0 1px 22px -1px rgba(0, 0, 0, 0.2);
    text-align: left;
    margin: 50px auto;
    width: 100%;
}

.wbc-progress-bar {
    transition: width 1.5s ease;
    -webkit-transition: width 0.7s ease;
    border-radius: 24px;
    height: 100%;
    position: relative;
    width: 0%;
    padding: 0 !important;
    background: #07bbe9;
    border: 0;
    box-shadow: 0 2px 11px -2px #07bbe9;
    text-shadow: none;
    z-index: 2;
    top: 0px;
    margin-left: 1px;
}

.wbc-progress-bar:active {
    top: 0;
}

.wn-sw-step5 .wn-lightbox-contents {
    max-width: 660px;
    margin: 20px auto 40px;
    text-align: center;
    color: #6f7882;
}

.wni-start-message,
.wni-downloading-data,
.wsw-invalid-license-alert h2 {
    color: #7e8790;
    font-size: 15px;
    line-height: 1.7;
    margin: 20px 0;
    display: block;
}

.wni-downloading-data {
    font-size: 18px;
}

.wn-suc-imp-t100 {
    color: #21cf28;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.7;
    margin: 15px 0 35px;
}

.wn-suc-imp-t100 strong {
    font-size: 72px;
    display: block;
    letter-spacing: -3px;
}

.wn-suc-imp-title {
    color: #07bbe9;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.4;
    margin: 10px 0 20px;
    text-transform: capitalize;
}

.wbc_image {
    box-shadow: 0 5px 55px -3px rgba(86, 93, 105, 0.2);
    border-radius: 3px;
    background: #fff;
    padding: 5px;
}

.wn-suc-imp-links a,
.wsw-invalid-license-alert a {
    display: inline-block;
    text-decoration: none;
    line-height: 38px;
    font-weight: 500;
    border: none;
    padding: 0 25px;
    border-radius: 30px;
    color: #fff;
    letter-spacing: 1px;
    text-decoration: none;
    font-size: 12px;
    margin-right: 2px;
    background: #07bbe9;
    transition: all 0.28s ease;
}

.wn-suc-imp-links a.wn-suc-imp-links-v {
    background: #21cf28;
}

.wn-suc-imp-links a:hover,
.wsw-invalid-license-alert a:hover {
    background: #222;
}

.wsw-theme-name input[type="checkbox"] {
    position: relative;
    margin-right: 10px;
}

.wsw-theme-name input[type="checkbox"]:before {
    content: "";
    display: inline-block;
    background: #fff;
    border-radius: 20px;
    width: 18px;
    height: 18px;
    margin: -2px 0 0 -5px;
    cursor: pointer;
    border: 1px solid #dce0e4;
    box-shadow: 1px 2px 11px -3px rgba(69, 77, 89, 0.2) inset, 0 2px 18px -4px rgba(69, 77, 89, 0.32);
}

.wsw-theme-name input[type="checkbox"]:checked::before {
    border: 1px solid #07bbe9;
    background: #fff;
    box-shadow: 0 0px 0px 2px #fff, 0 0px 0px 5px #07bbe9 inset;
}

.wsw-theme-name input[type="checkbox"]:focus::before {
    outline: none;
    border-color: #07bbe9;
}

.wsw-theme-name input[type="checkbox"]:disabled::before {
    box-shadow: inset 0 0 0 4px #07bbe9;
    border-color: #ebeff4;
    background: #ebeff4;
}

.wsw-theme-name input[type="checkbox"]:empty::before {
    margin-right: 0;
}

.wsw-imported .wsw-theme-name input[type="checkbox"] {
    display: none;
}

/* Remove KC */
label.wn-radio-control.kc-builder {
    display: none !important;
}

/* Free version */
.wn-gopro {
    position: relative;
}

.wn-gopro:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(247, 248, 249, 0.60);
}

.wn-gopro:before {
    content: 'Go Pro';
    position: absolute;
    z-index: 9999;
    top: 10px;
    right: -20px;
    background: #07bbe9;
    background: linear-gradient(95deg, #36a2ff 0, #07bbe9 50%, #0072ff 100%);
    box-shadow: 0 5px 23px -7px #07bbe9;
    transition: all .28s ease;
    color: #fff;
    text-align: center;
    padding: 5px 18px;
    font-size: 12px;
    text-transform: uppercase;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.deep-demo-type {
    text-transform: uppercase;
    border-radius: 20px;
    padding: 1px 10px;
    letter-spacing: 1.6px;
    font-size: 11px;
    color: #fff;
}

.deep-demo-type.Pro {
   background: #7e60fe;
}

.deep-demo-type.Free {
   background: #24c74f;
}
