/*
Theme Name: Digit - Responsive WHMCS Client Area Template
Theme URI: http://www.whmcsdes.com
Description: awesome and clean WHMCS Template. is designed for Hosting Companies,  Contains +25 Redesigned files which have been well organized built using 1170 grid system.
Version: 8.1.0
Author: WHMCSdes
Author URI: http://whmcsdes.com
Tags: powerful, host
*/
/*------------------------------------------------------------------

[Table of contents]

1.  Page Setup
2.  User Sidebar
3.  Nav
4.  WHMCS Sidebar
5.  Content
6.  Header
7.  Client Area
8.  BreadCrumb
9.  Footer
10. HomePage
11. Contact us
12. Login
13. Announcements
14. KnowLedge Base
15. Support Ticket
16. Network Status
17. Product Details
18. Mass Payment
19. Logout Page
20. Loading
21. Affiliate
22. Store

-------------------------------------------------------------------*/
/* Page Setup */
:root {
  --main-gradient-color: #FFD700;
  --secondary-gradient-color: #FFD700;
}
:root .clr-blue {
  --main-gradient-color: #FFD700;
  --secondary-gradient-color: #FFD700;
}
:root .clr-green {
  --main-gradient-color: #11998e;
  --secondary-gradient-color: #38ef7d;
}
:root .clr-yellow {
  --main-gradient-color: #f12711;
  --secondary-gradient-color: #f5af19;
}
:root .clr-red {
  --main-gradient-color: #ed213a;
  --secondary-gradient-color: #93291e;
}
:root .clr-pink {
  --main-gradient-color: #f953c6;
  --secondary-gradient-color: #b91d73;
}

.wdes-customizer {
  position: fixed;
  right: 0;
  top: 150px;
  z-index: 9999;
}
.wdes-customizer > button#customizerCog {
  background-color: var(--main-gradient-color);
  border: 0;
  color: #fff;
  font-size: 21px;
  padding: 8px 14px;
  outline: none;
  display: table;
}
.wdes-customizer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.wdes-customizer > ul {
  float: right;
  padding: 30px 20px;
  margin-right: -250px;
  width: 250px;
  background: #fff;
}
.wdes-customizer > ul > li {
  margin-bottom: 30px;
}
.wdes-customizer > ul > li:last-child {
  margin-bottom: 0;
}
.wdes-customizer > ul > li span.wdes-head {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: #242424;
  margin-bottom: 12px;
  display: block;
}
.wdes-customizer > ul > li > ul.color-switcher {
  display: flex;
}
.wdes-customizer > ul > li > ul.color-switcher > li {
  background-color: #9d50bb;
  width: 100%;
  height: 30px;
  border-radius: 2px;
  cursor: pointer;
  margin-right: 5px;
}
.wdes-customizer > ul > li > ul.color-switcher > li:last-child {
  margin-right: 0;
}
.wdes-customizer > ul > li > ul.color-switcher > li[data-color=clr-blue] {
  background-color: #00c6ff;
}
.wdes-customizer > ul > li > ul.color-switcher > li[data-color=clr-green] {
  background-color: #11998e;
}
.wdes-customizer > ul > li > ul.color-switcher > li[data-color=clr-yellow] {
  background-color: #f5af19;
}
.wdes-customizer > ul > li > ul.color-switcher > li[data-color=clr-red] {
  background-color: #ed213a;
}
.wdes-customizer > ul > li > ul.color-switcher > li[data-color=clr-pink] {
  background-color: #f953c6;
}
.wdes-customizer > ul > li .wdes-mode button {
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 35px;
  padding: 6px 23px;
  font-weight: 400;
  font-size: 15px;
  color: #666;
  margin-right: 5px;
  transition: all 0.3s;
}
.wdes-customizer > ul > li .wdes-mode button:last-child {
  margin-right: 0;
}
.wdes-customizer > ul > li .wdes-mode button:hover, .wdes-customizer > ul > li .wdes-mode button:focus {
  color: var(--main-gradient-color);
  border: 1px solid var(--main-gradient-color);
  outline: none;
}

body {
  background: #3b3d50;
  color: #fff;
  font-family: "Karla", sans-serif;
}

a {
  color: #fff;
  font-family: "Karla", sans-serif;
}
a:hover {
  color: #fff;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
  -webkit-text-fill-color: #fff !important;
}

button,
input,
select,
textarea {
  font-family: "Karla", sans-serif;
}

.wdes-wrapper {
  display: flex;
}

.panel {
  background-color: #3b3d50;
}

.panel-default {
  border-color: #3b3d50;
}

.panel-footer {
  background-color: #3b3d50;
  border-top: 1px solid #313341;
}

/* User Sidebar */
.wdes-sidebar {
  width: 250px;
  display: block;
  background: #1a1e30;
  flex: 0 0 auto;
  -webkit-box-flex: 0 0 auto;
  -moz-box-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  order: 1;
}

.account-details {
  margin: 20px 0;
}

.wdes-profile-pic {
  background: #131625;
  border: 4px solid #131625;
  border-radius: 60px;
  margin: 0 auto;
  display: block;
  transition: all 0.3s;
}
.wdes-profile-pic:hover {
  opacity: 0.5;
}

.wdes-sidebar .wdes-user-area-nav .panel {
  background: transparent;
  border: 0;
  box-shadow: none;
  float: none;
  margin: 20px 10px 0;
}
.wdes-sidebar .wdes-user-area-nav .panel ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 10px;
}
.wdes-sidebar .wdes-user-area-nav .panel ul li {
  padding-left: 0;
  margin: 0;
}
.wdes-sidebar .wdes-user-area-nav .panel ul li a {
  font-size: 13px;
  text-align: left;
  padding: 10px;
}
.wdes-sidebar .wdes-user-area-nav .panel > a {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  text-align: center;
  color: #fff;
  transition: all 0.3s;
  text-decoration: none;
  text-align: center;
  display: block;
}
.wdes-sidebar .wdes-user-area-nav .panel > a:hover {
  background: transparent;
  color: #228ae6;
}
.wdes-sidebar .wdes-user-area-nav .panel > a:focus {
  background: transparent;
}

.shortcuts {
  margin: 20px 0;
  padding: 0;
  list-style: none;
  text-align: center;
  display: inline-block;
  width: 100%;
}
.shortcuts li {
  background: #131625;
  border-radius: 3px;
  display: inline-block;
  margin: 0 2px;
  transition: all 0.3s;
}
.shortcuts li:hover {
  background: #228ae6;
}
.shortcuts li a {
  color: #fff;
  padding: 7px;
  min-width: 38px;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
}

.wdes-notifications {
  position: relative;
}

.popover-user-notifications ul li.none {
  color: #7e7e7e;
}

.wdes-notification-alert {
  position: absolute;
  top: -20px;
  right: -23px;
  background: red;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 400;
  border-radius: 3px 3px 3px 0;
  padding: 1px 5px;
  text-transform: lowercase;
  transform: rotate(-15deg);
}

#main-menu .wdes-custom-nav {
  margin: 20px 0;
  display: inline-block;
  width: 100%;
}
#main-menu .wdes-custom-nav > .panel {
  font-size: initial;
  border-radius: 0;
  width: 100%;
  background-color: transparent;
  border: 0;
  box-shadow: none;
  margin: 0;
}
#main-menu .wdes-custom-nav > .panel > a {
  font-family: "Montserrat", sans-serif, "Font Awesome 5 Pro";
  font-size: 14px;
  font-weight: 400;
  padding: 15px;
  width: 100%;
  display: inline-block;
  transition: all 0.3s;
  text-decoration: none;
  color: #fff;
}
#main-menu .wdes-custom-nav > .panel > a:hover {
  color: #eee;
  background: var(--main-gradient-color);
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to right, var(--main-gradient-color) 0%, var(--secondary-gradient-color) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="var(--main-gradient-color)", endColorstr="var(--secondary-gradient-color)", GradientType=0);
  /* IE6-9 */
}
#main-menu .wdes-custom-nav > .panel > a .fa-angle-down {
  float: right;
  margin-top: 4px;
}
#main-menu .wdes-custom-nav > .panel a[aria-expanded=true] {
  color: #eee;
  background: var(--main-gradient-color);
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to right, var(--main-gradient-color) 0%, var(--secondary-gradient-color) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="var(--main-gradient-color)", endColorstr="var(--secondary-gradient-color)", GradientType=0);
  /* IE6-9 */
}

.navbar-collapse {
  margin: 0;
  padding: 0;
}

.menu-icon-new::before {
  margin-right: 5px;
}

.wdes-nav-side.navbar-main .navbar-nav > li > a {
  padding: 15px;
}

.wdes-nav-side.navbar-main .navbar-nav > li > a .fa.fa-angle-down {
  float: right;
}

.wdes-collapse-bg {
  margin-bottom: 0 !important;
}
.wdes-collapse-bg ul {
  background: #0f111d;
  margin: 0;
  padding: 0;
  list-style: none;
}
.wdes-collapse-bg ul li a {
  color: #fff;
  text-decoration: none;
  padding: 10px 15px;
  display: block;
  transition: all 0.3s;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
}
.wdes-collapse-bg ul li a:hover {
  color: #228ae6;
}

.nav-divider {
  display: none !important;
}

a.wdes-livechat {
  background: var(--main-gradient-color);
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to right, var(--main-gradient-color) 0%, var(--secondary-gradient-color) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="var(--main-gradient-color)", endColorstr="var(--secondary-gradient-color)", GradientType=0);
  /* IE6-9 */
  color: #fff;
  text-decoration: none;
  display: table;
  padding: 16px 45px;
  border-radius: 5px;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  margin: 20px auto;
  text-align: center;
}
a.wdes-livechat span {
  margin-right: 5px;
}

/* WHMCS Sidebar */
.whm-sidebar {
  background: #292c3e;
  order: 2;
  flex: 0 0 auto;
  -webkit-box-flex: 0 0 auto;
  -moz-box-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  width: 270px;
  padding: 20px 15px;
}
.whm-sidebar .panel-sidebar {
  border: 0;
  border-bottom: 1px solid #212433;
  border-radius: 0;
  background: transparent;
  margin-bottom: 30px;
  padding-bottom: 20px;
}
.whm-sidebar .panel-sidebar:last-child {
  border-bottom: 0;
}
.whm-sidebar .panel-sidebar > .panel-heading {
  background-color: transparent;
  padding: 0;
}
.whm-sidebar .panel-sidebar > .panel-heading .panel-title {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
}
.whm-sidebar .panel-sidebar > .panel-heading .panel-title .wdes-sidebar-icon {
  background: var(--main-gradient-color);
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to right, var(--main-gradient-color) 0%, var(--secondary-gradient-color) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="var(--main-gradient-color)", endColorstr="var(--secondary-gradient-color)", GradientType=0);
  /* IE6-9 */
  border-radius: 7px;
  color: #fff;
  text-align: center;
  padding: 9px;
}
.whm-sidebar .panel-body {
  background: transparent;
  padding: 10px 0;
  color: #fff;
  font-family: "Karla", sans-serif;
  font-size: 13px;
  line-height: 27px;
}
.whm-sidebar .list-group {
  padding: 10px 0;
}
.whm-sidebar .list-group .list-group-item {
  background: #222435;
  border-radius: 25px !important;
  border: 0;
  color: #fff;
  margin: 10px 0 0;
  font-size: 13px;
}
.whm-sidebar .panel-sidebar > .panel-footer {
  background-color: transparent;
  padding: 10px 0;
}
.whm-sidebar .panel-sidebar > .panel-footer .btn-default {
  color: #fff;
  background-color: #FFD700;
  border-color: #449d44;
  transition: all 0.3s;
}
.whm-sidebar .panel-sidebar a.list-group-item.active,
.whm-sidebar .panel-sidebar a.list-group-item.active:focus,
.whm-sidebar .panel-sidebar a.list-group-item.active:hover {
  background: var(--main-gradient-color);
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to right, var(--main-gradient-color) 0%, var(--secondary-gradient-color) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="var(--main-gradient-color)", endColorstr="var(--secondary-gradient-color)", GradientType=0);
  /* IE6-9 */
  border-color: 0;
}

.wdes-sidebar-user-title {
  font-family: "Karla", sans-serif, "Font Awesome 5 Pro";
  font-size: 13px;
  line-height: 26px;
  font-weight: 400;
}

.whm-sidebar .panel-body .fa.fa-globe:before,
.whm-sidebar .panel-body .fa.fa-user-o:before {
  margin-right: 6px;
}

.btn-success {
  color: #fff;
  background-color: #228ae6;
  border-color: #228ae6;
  transition: all 0.3s;
}

/* Content */
.wdes-content {
  width: 100%;
  order: 3;
  -moz-box-ordinal-group: 3;
  -ms-flex-order: 3;
  -webkit-order: 3;
}

.container {
  width: 100%;
}

section#main-body,
section#home-banner,
.navbar-main,
section#main-menu {
  background: transparent;
  background-color: transparent;
}

section#home-banner .form-control {
  border: 0 !important;
  background: #fff !important;
  color: #333 !important;
}

section#main-body {
  padding: 30px;
}

.main-content {
  margin-bottom: 0;
  min-height: calc(100vh - 160px);
}

/* Header */
section#header {
  background-color: #292c3e;
  border-radius: 0;
  border-left: 1px solid #212433;
  padding: 0;
}
section#header .logo-text {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  text-decoration: none;
  color: #fff;
  margin-top: 12px;
  display: inline-block;
}
section#header .logo-text span {
  color: #a9a9a9;
}
section#header .choose-language {
  color: #fff;
  font-size: 16px;
  margin-left: 12px;
}
section#header .logo img {
  margin: 7px 0px;
  max-height: 50px;
  padding: 4px 0;
}

.logo-mob {
  display: none;
}

div.header-lined {
  display: inline-block;
}

div.header-lined h1 {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  border-bottom: 0;
  float: left;
  font-family: "Raleway", sans-serif;
  width: 100%;
  margin-bottom: 30px;
}

div.header-lined h1 span {
  color: var(--main-gradient-color);
  font-size: 24px;
  font-weight: 600;
}

.language-popover {
  background-color: rgb(84, 185, 216);
}

.language-popover.popover.bottom > .arrow:after {
  border-bottom-color: rgb(84, 185, 216);
}

.popover.bottom > .arrow {
  border-bottom-color: rgb(84, 185, 216);
  border-bottom-color: rgb(84, 185, 216);
}

form.header-search-frame {
  margin: 0;
  border-right: 1px solid #212433;
  padding-right: 5px;
  font-family: "Karla", sans-serif;
}
form.header-search-frame .home-kb-search {
  margin-bottom: 0;
  min-width: initial;
  margin-right: 9px;
}
form.header-search-frame .form-control {
  background: transparent !important;
  box-shadow: none;
  border: 0 !important;
  font-size: 13px !important;
  padding: 0 0 0 47px;
  color: #fff;
}
form.header-search-frame .form-control::-moz-placeholder {
  color: #fff;
  opacity: 1;
  /* Firefox */
}
form.header-search-frame .form-control::placeholder {
  color: #fff;
  opacity: 1;
  /* Firefox */
}
form.header-search-frame .form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
}
form.header-search-frame .form-control::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #fff;
}
form.header-search-frame .home-kb-search i {
  color: #fff;
  font-size: 14px;
  margin-top: -29px;
}

ul.top-nav {
  margin: 0;
}

/* Client Area */
.tiles {
  margin: 0 0 30px 0;
}
.tiles .tile {
  border: 0;
  position: relative;
  float: left;
  width: 49%;
  margin-right: 1%;
  border-radius: 4px;
}
.tiles .tile:first-child, .tiles .tile:nth-child(2) {
  margin-bottom: 12px;
}
.tiles .tile:nth-child(2), .tiles .tile:nth-child(4) {
  width: 50%;
  margin-right: 0;
}
.tiles .tile .icon {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 108px;
  line-height: 1;
  color: #000;
  opacity: 0.03;
}
.tiles .tile .information {
  margin: 15px 0;
}
.tiles .tile .information .stat {
  margin-top: 0;
  color: #000;
  opacity: 0.5;
}
.tiles .tile .information .title {
  color: #000;
  opacity: 0.5;
  font-size: 16px;
}

.dataTables_wrapper .dataTables_filter label .form-control {
  background: url(../../../assets/img/search.png) #fff no-repeat 8px 5px !important;
  color: #1f2231 !important;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  background-color: #484d69;
  border-color: #484d69;
}

.dataTables_wrapper .dataTables_length label .form-control {
  margin: 0 6px;
}

.list-group-item .badge {
  color: #fff;
  margin-top: 3px;
}

.list-group-item > i.far.fa-circle {
  color: #fff;
}

.panel-sidebar .panel-minimise {
  color: #fff;
  font-size: 16px !important;
}

.breadcrumb {
  margin: 0 0 30px 0 !important;
}

ol.breadcrumb::before {
  content: "\f015";
  color: #fff;
  font-size: 14px;
  font-family: "Font Awesome 5 Pro";
  margin-right: 6px;
  font-weight: 400;
}

#active-link {
  width: auto;
  height: auto;
  position: relative;
  background: #292c3e;
  padding: 12px 40px;
  margin: 0 20px 0 0;
}
#active-link:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-left: 20px solid #3b3d50;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
}
#active-link:before {
  content: "";
  position: absolute;
  right: -30px;
  bottom: 0;
  width: 0;
  height: 0;
  border-left: 20px solid #292c3e;
  border-top: 22px solid transparent;
  border-bottom: 22px solid transparent;
}

div.header-lined .breadcrumb {
  float: left;
}

div.header-lined .breadcrumb {
  font-size: 14px;
}

div.header-lined .breadcrumb li a {
  color: #fff;
}

div.header-lined .breadcrumb > .active {
  color: #fff;
}

ol.breadcrumb.wdes-register-breadcrumb {
  text-align: center;
  float: none;
  display: inline-block;
}

.wdes-register-title-page {
  text-align: center;
}
.wdes-register-title-page .wdes-desc-alternate {
  display: inline !important;
}

.block-no1 {
  background: #fda582;
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to right, #fda582 0%, #f7cf68 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="var(--main-gradient-color)", endColorstr="var(--secondary-gradient-color)", GradientType=0);
  /* IE6-9 */
}

.block-no2 {
  background: #a52dd8;
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to right, #a52dd8 0%, #e29bf1 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="var(--main-gradient-color)", endColorstr="var(--secondary-gradient-color)", GradientType=0);
  /* IE6-9 */
}

.block-no3 {
  background: #40ffed;
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to right, #40ffed 0%, #29b5af 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="var(--main-gradient-color)", endColorstr="var(--secondary-gradient-color)", GradientType=0);
  /* IE6-9 */
}

.block-no4 {
  background: #708090;
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to right, #708090 0%, #7c8ea0 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="var(--main-gradient-color)", endColorstr="var(--secondary-gradient-color)", GradientType=0);
  /* IE6-9 */
}

.client-home-panels {
  margin-bottom: 13px;
}

.wdes-clientarea-panel-block {
  background: #4b4d65;
  border: 1px solid #56576b;
  margin: 0 0 13px 0;
  padding: 10px 0;
  border-radius: 2px;
}
.wdes-clientarea-panel-block .panel-body,
.wdes-clientarea-panel-block .panel-footer,
.wdes-clientarea-panel-block .list-group-item {
  background: transparent;
}
.wdes-clientarea-panel-block .panel-title {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  color: #fff;
}
.wdes-clientarea-panel-block .pull-right {
  margin-top: -8px;
}
.wdes-clientarea-panel-block .btn-default {
  transition: all 0.3s;
  padding: 6px 10px;
}
.wdes-clientarea-panel-block .btn-default:hover {
  background: #449d44;
  transition: all 0.3s;
}
.wdes-clientarea-panel-block form .form-control {
  background: #555770 !important;
  border: 1px solid #626379 !important;
  border-radius: 0;
  box-shadow: none;
  outline: none !important;
  color: #fff !important;
}
.wdes-clientarea-panel-block form input[type=submit] {
  border-radius: 0;
  box-shadow: none;
}

.client-home-panels .panel > .panel-heading .panel-title .btn:hover {
  color: #fff;
  transition: all 0.3s;
}

.client-home-panels .panel > .panel-heading {
  background: transparent;
  border-bottom: 1px solid #56576b;
  padding-bottom: 20px;
}

.client-home-panels .panel > .panel-body {
  font-family: "Karla", sans-serif;
  font-size: 13px;
  color: #fff;
  padding-top: 15px;
}
.client-home-panels .panel > .panel-body a {
  color: #449d44;
}

.client-home-panels .panel > .list-group .list-group-item {
  padding: 16px 10px;
  color: #fff;
  font-size: 13px;
  line-height: 19px;
}
.client-home-panels .panel > .list-group .list-group-item .label {
  border-radius: 0;
  margin: 10px;
}

.client-home-panels .panel small {
  color: #faefdf;
  margin-top: 10px;
  display: inline-block;
  font-size: 12px;
}

a.list-group-item:focus,
a.list-group-item:hover,
button.list-group-item:focus,
button.list-group-item:hover {
  color: #fff;
  text-decoration: none;
  background-color: #555770;
}

.client-home-panels .panel > .list-group {
  border: 0;
}

.list-group-item {
  border-color: #56576b !important;
  border: 1px solid #56576b;
}

.client-home-panels .panel-footer {
  padding: 0;
}

.client-home-panels div[menuitemname="Active Products/Services"] .panel-footer a.btn-view-more {
  color: #fff;
  position: relative;
  top: 9px;
}

/* Footer */
section#footer {
  display: inline-block;
  width: 100%;
  background-color: #292c3e;
  border-radius: 0;
  border-left: 1px solid #212433;
  border-top: 0;
  color: #fff;
  padding: 10px 0;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  line-height: 27px;
}
section#footer p {
  margin: 3px 0 0;
}
section#footer .back-to-top i {
  background: var(--main-gradient-color);
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to right, var(--main-gradient-color) 0%, var(--secondary-gradient-color) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="var(--main-gradient-color)", endColorstr="var(--secondary-gradient-color)", GradientType=0);
  /* IE6-9 */
  color: #fff;
  border-radius: 6px;
  opacity: 1;
}

/* HomePage */
img.domain-bg {
  margin: 0 auto;
  display: block;
  height: 350px;
}

#home-banner h2 {
  font-family: "Raleway", sans-serif;
  font-size: 28px;
  padding: 0 !important;
  width: 60%;
  margin: 0 auto !important;
  line-height: 40px;
  font-weight: 600;
}
#home-banner form {
  margin-top: 30px;
}
#home-banner form .search {
  background: var(--main-gradient-color);
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to right, var(--main-gradient-color) 0%, var(--secondary-gradient-color) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="var(--main-gradient-color)", endColorstr="var(--secondary-gradient-color)", GradientType=0);
  /* IE6-9 */
}

.home-shortcuts {
  background: transparent;
}

.home-shortcuts li:first-child,
.home-shortcuts li {
  border-left: 0;
  border-right: 0;
}

.lead {
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  display: inline-block;
  margin: 15px 0 !important;
}

.home-shortcuts li {
  padding: 30px 3px;
  width: 25%;
}
.home-shortcuts li a i {
  margin-bottom: 10px;
  font-size: 52px;
  color: var(--main-gradient-color);
}
.home-shortcuts li p {
  margin: 8px 0 0;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-transform: initial;
}

.home-shortcuts li:first-child,
.home-shortcuts li:nth-child(3) {
  background: #313244;
}

.home-shortcuts li:nth-child(2),
.home-shortcuts li:nth-child(4) {
  background: #2f3042;
}

.tweet {
  background: #3b3d50;
  padding: 16px;
  border-radius: 7px;
  margin: 15px 0px;
  color: #fff;
}

.domainchecker-homepage-captcha p {
  font-family: "Karla", sans-serif;
  font-size: 13px;
  line-height: 25px;
  margin: 10px 0;
}

#default-captcha-domainchecker #inputCaptcha {
  width: 120px !important;
  height: 25px;
  border-radius: 2px;
  top: 3px;
  position: relative;
}

.wdes-announcement-hp {
  margin: 20px 0;
  background: #313244;
  float: left;
  width: 100%;
  padding: 20px;
  border-radius: 2px;
}

.announcement-single a {
  font-family: "Raleway", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
}

.announcement-single h3 span {
  background: var(--main-gradient-color);
  padding: 8px 25px;
  border-radius: 25px;
  font-size: 14px;
}

.announcement-single blockquote {
  border-left: 0;
  margin: 0;
  padding: 0;
}

.announcement-single p {
  line-height: 27px;
  color: #fff;
  font-size: 14px;
  font-family: "Karla", sans-serif;
  margin: 0;
}

/* Contact us */
.wdes-block {
  padding: 30px;
  margin: 30px 0;
  background: #292c3e;
  border-radius: 4px;
}

div.header-lined {
  width: 100%;
}

div.header-lined h1 small {
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  color: #fff;
  margin: 0 !important;
  display: inline-block !important;
}
div.header-lined h1 small:before {
  content: ">";
  margin-right: 5px;
  color: #fff;
  font-size: 13px;
  padding-right: 5px;
}

div.header-lined .wdes-desc-alternate {
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  color: #fff;
  margin: 18px 0 0 0;
  display: block;
}

.wdes-input-form {
  background: #484d69 !important;
  color: #fff !important;
  font-family: "Open Sans", sans-serif;
  font-size: 13px !important;
  border: 0 !important;
  width: 100% !important;
  outline: 0 !important;
}
.wdes-input-form::-moz-placeholder {
  color: #fff;
  opacity: 1;
  /* Firefox */
}
.wdes-input-form::placeholder {
  color: #fff;
  opacity: 1;
  /* Firefox */
}
.wdes-input-form:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
}
.wdes-input-form::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #fff;
}

.wdes-textarea-form {
  line-height: 28px;
}

#default-captcha-domainchecker p {
  font-size: 13px;
  line-height: 27px;
  color: #fff;
}

.wdes-submit {
  background: var(--main-gradient-color);
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to right, var(--main-gradient-color) 0%, var(--secondary-gradient-color) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="var(--main-gradient-color)", endColorstr="var(--secondary-gradient-color)", GradientType=0);
  /* IE6-9 */
  color: #fff;
  text-decoration: none;
  padding: 15px 35px;
  border-radius: 4px;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  margin: 0;
  text-align: center;
  border: 0;
  outline: 0;
  transition: all 0.3s;
}
.wdes-submit:hover, .wdes-submit:focus {
  background: #222435;
}

/* Login */
.wdes-label {
  color: #fff;
}

.login-form .form-group {
  margin-bottom: 20px;
}

.login-form label {
  margin-bottom: 9px;
}

a.wdes-2nd-btn,
.wdes-2nd-btn {
  background-color: #FFD700;
  color: #fff;
  text-decoration: none;
  padding: 15px 35px;
  border-radius: 4px;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  margin: 0;
  text-align: center;
  border: 0;
  outline: 0;
  transition: all 0.3s;
  text-decoration: none;
}
a.wdes-2nd-btn:hover, a.wdes-2nd-btn:focus,
.wdes-2nd-btn:hover,
.wdes-2nd-btn:focus {
  background: #222435;
  color: #fff;
}

a.wdes-new-account {
  display: inline-block;
  width: 100%;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #3a3d51;
  color: #fff;
  text-align: center;
  font-size: 15px;
  text-decoration: none;
  transition: all 0.3s;
}
a.wdes-new-account span {
  margin-right: 3px;
}
a.wdes-new-account:hover {
  color: var(--main-gradient-color);
}
a.wdes-new-account:focus {
  outline: none;
}

.wdes-block .progress {
  background: #222435 !important;
}

#registration .sub-heading {
  border-top: 1px solid #222435;
  margin: 40px 0 50px;
  display: inline-block;
  width: 100%;
}

#registration .sub-heading span {
  color: #fff;
  background-color: #222435;
  top: -18px;
  font-size: 15px;
  font-family: "Karla", sans-serif;
  font-weight: 600;
  padding: 8px 20px;
}

#registration .field-icon i {
  color: #fff;
}

#registration label,
#registration .field-help-text {
  color: #fff;
}

.custom-block-input input[type=text],
.custom-block-input input[type=email],
.custom-block-input input[type=password] {
  padding: 10px 10px 10px 40px;
  border-radius: 2px;
}

#registration .prepend-icon .field-icon {
  top: 2px;
}

#registration #stateselect,
#registration #inputCurrency {
  text-indent: 30px;
}
#registration .selected-flag:focus {
  outline: none;
}

.intl-tel-input .selected-flag .iti-arrow {
  border-top: 4px solid #fff;
}

.custom-block-input input#inputPhone,
.custom-block-input select {
  height: 40px !important;
}

.intl-tel-input .country-list .country {
  padding: 5px 10px;
  color: #333;
}

.custom-block-input .text-muted {
  color: #fff;
}

.custom-reset-page .wdes-input-form {
  padding: 8px 15px;
  margin: 13px 0 0;
}
.custom-reset-page .wdes-input-form::-moz-placeholder {
  color: #fff;
  opacity: 1;
  /* Firefox */
}
.custom-reset-page .wdes-input-form::placeholder {
  color: #fff;
  opacity: 1;
  /* Firefox */
}
.custom-reset-page .wdes-input-form:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
}
.custom-reset-page .wdes-input-form::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #fff;
}

.alert {
  margin-top: 20px;
}

.custom-desc {
  margin: 10px 0;
  line-height: 26px;
  font-family: "Karla", sans-serif;
  font-size: 15px;
  text-align: left;
  color: #fff;
}

/* Announcements */
.announcement-single .article-items {
  font-size: 0.85em;
  color: #b2e5ff;
  margin-top: 15px;
}

.inner-announce-text {
  font-family: "Karla", sans-serif;
  line-height: 27px;
  color: #fff;
  font-size: 13px;
  margin: 0;
}

/* KnowLedge Base */
.wdes-search-sub {
  background: var(--main-gradient-color);
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to right, var(--main-gradient-color) 0%, var(--secondary-gradient-color) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="var(--main-gradient-color)", endColorstr="var(--secondary-gradient-color)", GradientType=0);
  /* IE6-9 */
  border: 0;
}
.wdes-search-sub:hover, .wdes-search-sub:focus, .wdes-search-sub:active {
  background: var(--main-gradient-color);
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to right, var(--main-gradient-color) 0%, var(--secondary-gradient-color) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="var(--main-gradient-color)", endColorstr="var(--secondary-gradient-color)", GradientType=0);
  /* IE6-9 */
}

.wdes-knb-block {
  background: #3b3d50;
  min-height: 204px;
  padding: 30px;
  border: 10px solid #292c3e;
  border-radius: 4px;
}
.wdes-knb-block a {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  font-weight: 400;
}
.wdes-knb-block a i {
  display: block;
  margin-bottom: 10px;
  font-size: 30px;
}
.wdes-knb-block p {
  font-family: "Karla", sans-serif;
  font-size: 13px;
  line-height: 27px;
  color: #fff;
  margin: 10px 0 0;
}

.block-knb {
  margin: 50px 0 0;
}
.block-knb h2 {
  margin-bottom: 15px;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.custom-o-p {
  min-height: auto;
  border: 0;
  margin: 20px 0;
}

.knb-article h2 {
  font-family: "Raleway", sans-serif;
  font-size: 18px;
  color: #fff;
  margin: 0;
}
.knb-article a.btn-print {
  color: var(--main-gradient-color);
  text-decoration: none;
  padding: 0;
}

.knb-article.kb-article-content {
  font-family: "Karla", sans-serif;
  font-size: 14px;
  line-height: 27px;
  color: #fff;
  margin: 10px 0;
}

.kb-rate-article {
  margin: 30px 0 0;
  padding: 15px 20px;
  background-color: #232535;
  font-size: 1.1em;
  line-height: 38px;
  font-weight: 200;
  color: #ffffff;
}

/* Support Ticket */
.form-control {
  background: #484d69 !important;
  color: #fff !important;
  font-family: "Open Sans", sans-serif;
  font-size: 13px !important;
  border: 0 !important;
  width: 100% !important;
  outline: 0 !important;
}

.md-editor > .md-preview,
.md-editor > textarea.markdown-editor {
  border-top: 1px solid #373b56 !important;
  border-bottom: 1px solid #373b52 !important;
  background-color: #26293d !important;
}

.md-editor .md-footer,
.md-editor > .md-header {
  background: #2b2f45;
}

.md-editor > .btn-toolbar {
  background-color: #31364e !important;
}

.md-editor {
  border: 0;
}

.md-editor > .btn-toolbar .btn-default {
  color: #fff;
  background-color: #2b2f45;
  border-color: #383e58;
}

.well {
  background-color: #222435;
  border: 1px solid #2f3247;
}

.ticket-reply {
  margin: 20px 0;
  padding: 0;
  border: 1px solid #292c3e;
  background-color: #3b3d50;
}

.ticket-reply .user {
  padding: 15px 0 15px 15px;
  background: var(--main-gradient-color);
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to right, var(--main-gradient-color) 0%, var(--secondary-gradient-color) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="var(--main-gradient-color)", endColorstr="var(--secondary-gradient-color)", GradientType=0);
  /* IE6-9 */
}

.ticket-reply .date {
  margin: 15px 15px 0 0;
}

.ticket-reply .user i,
.ticket-reply .user .name,
.ticket-reply .user .type {
  color: #fff;
}

.ticket-reply .message {
  padding: 0;
  margin: 20px;
}
.ticket-reply .message p {
  font-family: "Karla", sans-serif;
  font-size: 13px;
  color: #fff;
  line-height: 27px;
  margin: 0;
  word-break: break-all;
}

hr {
  border-top: 1px solid #2f3247;
}

::-moz-selection {
  background: var(--main-gradient-color);
  color: #fff;
}

::selection {
  background: var(--main-gradient-color);
  color: #fff;
}

.wdes-client-ticket {
  background: #3b3d50;
  border: 1px solid #292c3e;
}

.panel-head-wdes {
  color: #fff !important;
  background-color: #2794e9 !important;
  border-color: transparent !important;
}

.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_length {
  background: var(--main-gradient-color);
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to right, var(--main-gradient-color) 0%, var(--secondary-gradient-color) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="var(--main-gradient-color)", endColorstr="var(--secondary-gradient-color)", GradientType=0);
  /* IE6-9 */
  color: #fff;
}

.dataTables_wrapper .table-list > tbody > tr > td {
  background-color: transparent;
}

.dataTables_wrapper .table > tbody > tr > td,
.dataTables_wrapper .table > tbody > tr > th,
.dataTables_wrapper .table > tfoot > tr > td,
.dataTables_wrapper .table > tfoot > tr > th,
.dataTables_wrapper .table > thead > tr > td,
.dataTables_wrapper .table > thead > tr > th {
  border-top: 1px solid #43455a;
}

.wdes-block-table .table-list > tbody > tr > td a.border-left {
  border-left: 1px solid #43455a;
}

.wdes-block-table .status {
  border: 0;
}

.gravatar-ticket-img {
  border-radius: 60px;
  transition: all 0.3s;
  float: left;
  margin: -4px 16px 0 0;
}
.gravatar-ticket-img:hover {
  opacity: 0.6;
}

/* Network Status */
.wdes-statistics a {
  text-decoration: none;
}

.wdes-block-board {
  padding: 20px;
  position: relative;
  border-radius: 4px;
  margin-bottom: 20px;
}
.wdes-block-board .content h1 {
  margin: 0 0 10px 0;
}
.wdes-block-board .icon {
  position: absolute;
  top: 20px;
  right: 20px;
  opacity: 0.1;
}
.wdes-block-board .icon i {
  font-size: 40px;
  color: #000;
}

.wdes-tile-red {
  background-color: #e84c3d;
}

.wdes-tile-blue {
  background-color: #3598db;
}

.wdes-tile-turquoise {
  background-color: #1abc9c;
}

.wdes-panel-status .list-group-item {
  background-color: #3b3d50;
}

.wdes-panel-status.panel {
  background-color: #6e7280;
  border: 1px solid #6e7280;
}

.wdes-panel-status .panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
  background: #2a2b3b;
}

.wdes-panel-status .panel-heading + .list-group .list-group-item {
  color: #fff;
}

/* Product Details */
.wdes-inner-block {
  background: #3b3d50;
  float: left;
  padding: 18px;
  width: 50%;
  border: 6px solid #292c3e;
  margin: 0;
  min-height: 161px;
  text-align: left;
}
.wdes-inner-block h4 {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  line-height: 27px;
  font-weight: 400;
  margin: 0 0 15px 0;
}
.wdes-inner-block p {
  font-family: "Karla", sans-serif;
  font-size: 14px;
  color: #fff;
  margin: 0;
}

div.product-details div.product-icon,
.product-status {
  border-radius: 0;
}

.product-status.product-status-pending {
  margin-top: 7px;
}

div.product-details div.product-icon {
  background-color: #3b3d50;
  position: relative;
  top: -2px;
}

.wdes-circ {
  color: #292c3e;
}

.product-status h3 {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 19px;
  color: #fff;
  margin: 25px 0 15px;
}
.product-status h4 {
  font-family: "Karla", sans-serif;
  font-size: 15px;
  color: #fff;
  margin: 10px 0;
}

.product-status-text {
  padding: 10px 0;
}

.tab-content.product-details-tab-container .btn-default {
  background-color: #9a50ba;
  border-color: #9a50ba;
  color: #fff;
}
.tab-content.product-details-tab-container .btn-default:hover, .tab-content.product-details-tab-container .btn-default:focus {
  background-color: #9a50ba;
  border-color: #9a50ba;
  color: #fff;
  outline: none;
}

div.product-details-tab-container {
  background-color: #3b3c50;
  border: 1px solid #3b3d50;
}

.wdes-nav-tabs {
  border-bottom: 1px solid #3b3d50;
}
.wdes-nav-tabs a {
  background-color: #3b3d50 !important;
  color: #fff !important;
  border: 0 !important;
}

.btns-cus .btn-default {
  color: #fff;
  background-color: #3b3d50;
  border-color: #292c3e;
}

.panel-wdes {
  margin-top: 20px;
  color: #fff;
  background-color: #3b3d50;
  border: 1px solid #292c3e;
}

.text-domain {
  color: #f0ad4e;
}

/* Mass Payment */
.wdes-table-mass {
  color: #fff;
}
.wdes-table-mass tbody > tr > td {
  border-top: 1px solid #292c3e;
  padding: 18px;
}
.wdes-table-mass .bg-info {
  background-color: #3b3d50;
  padding: 18px;
}
.wdes-table-mass thead > tr > th {
  border-bottom: 0;
  padding-bottom: 18px;
}
.wdes-table-mass .masspay-total td {
  background: #3b3d50;
}

.wdes-panel {
  background-color: #3b3d50;
  border: 1px solid #292c3e;
  margin-top: 30px;
}
.wdes-panel .panel-heading {
  color: #fff;
  background-color: #2794e9;
  border-color: #2794e9;
}
.wdes-panel .panel-heading h3 {
  font-size: 14px;
}

/* Logout Page */
.logout-con {
  padding: 30px;
  margin: 30px auto;
  background: #292c3e;
  border-radius: 4px;
  height: 240px;
}

.logout-con .btn-default {
  color: #fff;
  background-color: #449d44;
  border-color: #449d44;
  transition: all 0.3s;
}

.logincontainer.with-social {
  max-width: 700px;
}

.logincontainer.with-social .login-form {
  border-right: 1px solid #2f3247;
}

/* Loading */
.wdes-loading {
  background: #3b3d50;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999999;
}

html,
body {
  overflow: hidden;
}

.wdes-loader {
  position: absolute;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.wdes-loader-icon .line {
  width: 8px;
  position: absolute;
  border-radius: 5px;
  bottom: 0;
  background: var(--main-gradient-color);
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to right, var(--main-gradient-color) 0%, var(--secondary-gradient-color) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="var(--main-gradient-color)", endColorstr="var(--secondary-gradient-color)", GradientType=0);
  /* IE6-9 */
}

.wdes-loader-icon .line1 {
  left: 0;
  animation: line-grow 0.5s ease alternate infinite;
}

.wdes-loader-icon .line2 {
  left: 20px;
  animation: line-grow 0.5s 0.2s ease alternate infinite;
}

.wdes-loader-icon .line3 {
  left: 40px;
  animation: line-grow 0.5s 0.4s ease alternate infinite;
}
@keyframes line-grow {
  0% {
    height: 0;
  }
  100% {
    height: 75%;
  }
}
/* Affiliate */
.affiliate-stat {
  position: relative;
  text-align: right;
  font-family: "Raleway", sans-serif;
  font-size: 20px;
  color: #fff;
  border-radius: 4px;
}
.affiliate-stat i {
  float: left;
  padding: 10px;
  font-size: 4em;
  color: #000;
  opacity: 0.1;
  position: absolute;
  left: 17px;
  top: 0;
}

.affiliate-referral-link {
  color: #fff;
}
.affiliate-referral-link h3 {
  font-family: "Raleway", sans-serif;
  font-size: 16px;
}
.affiliate-referral-link span {
  display: block;
  margin: 0;
  padding: 19px;
  font-size: 1em;
  border-radius: 4px;
  border: 0;
  overflow: hidden;
  background: #313242;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #43455a;
  color: #fff;
  font-family: Open sans, sans-serif;
  font-size: 13px;
}

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  border-top: 0;
}

.alert-wdes-info {
  background: #3b3d50;
  border: 10px solid #292c3e;
  border-radius: 4px;
  padding: 30px;
  color: #fff;
}
.alert-wdes-info li {
  margin: 12px 0;
  font-size: 13px;
}

/* News */
.fb-wdes-bg {
  background: #ffffff;
  margin: 10px 0;
  padding: 10px;
  border-radius: 4px;
}

.wdes-2nd-btn {
  display: inline-block;
}

.domain-pricing .tld-row.highlighted {
  background: #3e3f54;
}

.marketing-email-optin {
  margin: 0 0 20px 0;
  padding: 10px 20px 20px;
  background-color: #474a64;
  border-radius: 3px;
  color: #fff;
  font-size: 13px;
  line-height: 27px;
}

.bootstrap-switch {
  border-color: transparent;
}

.panel-sidebar.view-filter-btns .list-group-item.active,
.panel-sidebar.view-filter-btns .list-group-item.active:focus,
.panel-sidebar.view-filter-btns .list-group-item.active:hover {
  color: #fff;
}

#tabOverview .panel.panel-default {
  border: 0;
}
#tabOverview .panel-default > .panel-heading {
  padding: 15px;
  border-bottom: 0;
}
#tabOverview .panel-body {
  padding: 30px 20px;
}
#tabOverview .cpanel-feature-row img {
  display: block;
  margin: 0 auto 15px auto;
}
#tabOverview .cpanel-package-details {
  margin-bottom: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#tabOverview .cpanel-package-details:before {
  content: "\f466";
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  color: #3879d9;
  font-size: 57px;
  display: block;
  width: 100%;
  margin-bottom: 6px;
}
#tabOverview .cpanel-package-details em,
#tabOverview .cpanel-package-details h4 {
  font-family: Montserrat, sans-serif;
  font-size: 19px;
  font-style: normal;
  line-height: 28px;
}
#tabOverview .cpanel-package-details em:after {
  content: "-";
  margin: 0 5px;
}
#tabOverview .cpanel-package-details > a {
  display: block;
  width: 100%;
  font-size: 15px;
  margin-top: 5px;
  text-decoration: none;
}
#tabOverview .cpanel-package-details > a:focus {
  color: var(--main-gradient-color);
}
#tabOverview #cPanelPackagePanel p a {
  background-color: #3879d9;
  border: 0 !important;
  color: #fff !important;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  padding: 8px 25px;
  margin-top: 16px;
  border-radius: 2px;
  transition: all 0.3s;
  text-decoration: none;
}
#tabOverview #cPanelPackagePanel p a:hover {
  background-color: var(--main-gradient-color);
}
#tabOverview #cPanelUsagePanel #diskUsage,
#tabOverview #cPanelUsagePanel #bandwidthUsage {
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}
#tabOverview #cPanelUsagePanel #diskUsage > strong,
#tabOverview #cPanelUsagePanel #bandwidthUsage > strong {
  font-family: "Montserrat", sans-serif;
  font-size: 17px;
  font-weight: 400;
}
#tabOverview #cPanelUsagePanel .text-info {
  color: #3879d9;
  font-size: 15px !important;
  margin: 14px 0 0 !important;
}
#tabOverview #cPanelExtrasPurchasePanel form.form-inline {
  display: flex;
}
#tabOverview #cPanelExtrasPurchasePanel form.form-inline .form-control {
  height: initial !important;
  padding: 10px 15px !important;
  margin-right: 15px;
  width: 50% !important;
}
#tabOverview #cPanelExtrasPurchasePanel form.form-inline .form-control:focus {
  outline: none;
  box-shadow: none;
}
#tabOverview #cPanelExtrasPurchasePanel form.form-inline .btn {
  width: 50%;
  background-color: #3879d9;
  color: #fff !important;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  border: 0 !important;
}
#tabOverview .cpanel-feature-row {
  margin: 0;
}
#tabOverview .cpanel-feature-row div {
  margin: 20px 0;
}
#tabOverview .cpanel-feature-row a {
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  transition: all 0.3s;
}
#tabOverview .cpanel-feature-row a:hover {
  color: #3879d9;
  text-decoration: none;
}
#tabOverview #cPanelBillingOverviewPanel .panel-body,
#tabOverview #cPanelConfigurableOptionsPanel .panel-body {
  font-size: 15px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}
#tabOverview #cPanelBillingOverviewPanel .panel-body .row,
#tabOverview #cPanelConfigurableOptionsPanel .panel-body .row {
  margin-bottom: 15px;
}
#tabOverview #cPanelBillingOverviewPanel .panel-body .row:last-child,
#tabOverview #cPanelConfigurableOptionsPanel .panel-body .row:last-child {
  margin-bottom: 0;
}
#tabOverview #cPanelQuickEmailPanel .form-control {
  height: initial !important;
  padding: 10px 15px !important;
}
#tabOverview #cPanelQuickEmailPanel .form-control:focus {
  outline: none;
  box-shadow: none;
}

@media only screen and (min-width: 160px) and (max-width: 1500px) {
  #tabOverview #cPanelExtrasPurchasePanel form.form-inline {
    flex-wrap: wrap;
  }
  #tabOverview #cPanelExtrasPurchasePanel form.form-inline .btn,
  #tabOverview #cPanelExtrasPurchasePanel form.form-inline .form-control {
    width: 100% !important;
    margin: 5px 0;
  }
}
#tabOverview .panel.panel-default {
  background: #1a1e30;
  color: #fff;
}
#tabOverview .panel-default > .panel-heading {
  background: var(--main-gradient-color);
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to right, var(--main-gradient-color) 0%, var(--secondary-gradient-color) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="var(--main-gradient-color)", endColorstr="var(--secondary-gradient-color)", GradientType=0);
  /* IE6-9 */
  color: #fff;
}
#tabOverview #cPanelQuickEmailPanel .form-control,
#tabOverview #cPanelExtrasPurchasePanel form.form-inline .form-control {
  background: #242940 !important;
}
#tabOverview #cPanelQuickEmailPanel .input-group-addon {
  background-color: #2c324d;
  border: 1px solid #2c324d;
  color: #fff;
}

#tabOverview .cpanel-package-details em,
#tabOverview .cpanel-package-details h4 {
  color: #fff;
}

input.usage-dial {
  color: #fff !important;
}

.text-info {
  color: #8d55ba;
}

.no-domains {
  padding: 10px;
}

input#inputDomain {
  width: 98.4% !important;
}

div.credit-card {
  background-color: #26293d;
  border: 1px solid #1f2231;
}

div.credit-card div.card-number {
  background-color: #2b2f45;
}

.popover-user-notifications ul li .message {
  margin-left: 0;
  margin-top: 6px;
}

.panel-sidebar .list-group-item i:not(.fa-circle):not(.fa-dot-circle) {
  color: #fff;
}

.panel-sidebar a.list-group-item:hover i.far,
.panel-sidebar a.list-group-item:hover i.fas {
  color: var(--main-gradient-color) !important;
}

section#home-banner .btn.transfer {
  background-color: #3879d9;
}

.align-center {
  text-align: center;
}

.domain-checker-container .input-group-box {
  padding: 0 10px;
}

.label-default,
.label-default:hover,
.label-default:focus {
  background-color: #43455a;
}

#frmDomainTransfer .panel-default > .panel-heading {
  color: #fff;
  background-color: var(--main-gradient-color);
  border-color: var(--main-gradient-color);
}

.btn.btn-primary,
.btn.btn-primary:hover,
.btn.btn-primary:focus {
  color: #fff;
  background-color: var(--main-gradient-color);
  border-color: var(--main-gradient-color);
  outline: none;
}

.btn.btn-link {
  color: #fff;
}

select#inputCardExpiry,
select[name=ccexpiryyear] {
  width: 40% !important;
}

.kb-article-details {
  color: #fff;
}

input#inputKnowledgebaseSearch::-moz-placeholder, #inputDownloadsSearch::-moz-placeholder {
  color: #fff;
}

input#inputKnowledgebaseSearch::placeholder,
#inputDownloadsSearch::placeholder {
  color: #fff;
}

a.list-group-item,
button.list-group-item {
  color: #fff;
}

.list-group-item {
  border-color: #3b3d50;
  border: 1px solid #5d607d;
  background: #3b3d50;
}

div.md-editor.active {
  border: 1px solid #3b3d50;
}

/* Store */
.store-promoted-product {
  background-color: #1a1e30;
}

.store-promoted-product .btn {
  margin-top: 30px;
}

.store-order-container h2 {
  font-weight: 700;
}

.store-order-container p {
  line-height: 27px;
}

.store-order-container .store-domain-tabs li.active a {
  background-color: #9a4fba;
  border-bottom: 1px solid transparent;
}

ul.nav.nav-tabs.store-domain-tabs li.active > a,
ul.nav.nav-tabs.store-domain-tabs li.active > a:focus,
ul.nav.nav-tabs.store-domain-tabs li.active > a:hover {
  color: #fff;
  cursor: default;
  background-color: #9a4fba;
  border: 1px solid transparent;
  border-bottom-color: transparent;
}

.store-order-container .store-domain-tabs li a {
  background-color: #1a1e30;
  border-bottom: 1px solid #1a1e30;
}

.store-order-container .store-domain-tab-content {
  border: 1px solid #1a1e30;
}

.store-order-container .store-domain-tabs {
  border-bottom: 0;
}

.nav-tabs > li > a:hover {
  border-color: #1a1e30;
}

.form-control::-moz-placeholder {
  color: #fff;
}

.form-control::placeholder {
  color: #fff;
}

#order-digit_of .mc-promo .body {
  border-top: 10px solid #292c3e;
  background-color: #1a1e30;
}

.promo-banner {
  background: var(--main-gradient-color);
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to right, var(--main-gradient-color) 0%, var(--secondary-gradient-color) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="var(--main-gradient-color)", endColorstr="var(--secondary-gradient-color)", GradientType=0);
  /* IE6-9 */
  border: 0 !important;
}

a[data-slide=prev],
a[data-slide=next] {
  position: relative;
  z-index: 999999;
  margin-bottom: 10px;
  display: inline-block;
}

a[data-slide=prev]:focus,
a[data-slide=next]:focus,
a[data-slide=prev]:hover,
a[data-slide=next]:hover {
  color: #228ae6;
  outline: none;
}

.promo-banner.promo-banner-rounded small {
  display: none;
}

.promo-banner.promo-banner-rounded form {
  margin-top: 10px;
  display: inline-block;
}

.promo-banner ul {
  margin: 15px 0;
}

@media (min-width: 768px) {
  .promo-banner .icon-left {
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
  }
}
.mc-panel-promo img {
  margin: 10px auto 6px;
  max-height: 37px;
}

.panel-sidebar > .panel-footer {
  color: #fff;
}

.btn-service-sso {
  background: var(--main-gradient-color);
  border: 0;
  color: #fff;
  transition: all 0.3s;
  outline: none;
}
.btn-service-sso:hover, .btn-service-sso:focus {
  background: #228ae6;
  color: #fff !important;
  outline: none !important;
}

.status {
  border: 0;
  background-color: #1a1e30;
}

div.dataTables_wrapper div.dataTables_info {
  border-bottom: 0;
}

table.table-list thead th,
.dataTables_wrapper table.table-list thead th.sorting_asc,
.dataTables_wrapper table.table-list thead th.sorting_desc {
  background-color: #1a1e30;
  color: #fff;
}

.dataTables_wrapper .dataTables_filter label {
  margin: 0;
  padding: 13px 37px 12px 0;
}

.dataTables_wrapper .table-list > tbody > tr {
  background: #2f3247;
  transition: all 0.3s;
}
.dataTables_wrapper .table-list > tbody > tr:hover {
  background: #26293b;
}

.wdes-top-mrg {
  margin-top: 20px;
}

.btn.btn-default {
  background: #595c74;
  border: 1px solid #595c74 !important;
  color: #fff;
}
.btn.btn-default:hover, .btn.btn-default:focus {
  outline: none;
  background-color: #484d69;
  color: #fff;
}

input.wdes-btn-cancel {
  background: #484d69;
  border: 1px solid #484d69;
  border-radius: 4px;
  color: #fff;
  transition: all 0.3s;
  margin-left: 3px;
  padding: 6px 20px;
}

.modal-content {
  background-color: #2d3145;
}

/* Email Verification */
.email-verification {
  background: #4b4d65;
  border: 1px solid #56576b;
  color: #fff;
  margin-bottom: 15px;
  margin-right: 15px;
  margin-left: 15px;
}
.email-verification .row {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .email-verification .row {
    padding: 0 15px;
  }
}
.email-verification .text {
  padding: 0;
}
.email-verification i.fa-exclamation-triangle {
  padding-right: 13px;
  font-size: 18px;
  color: #fff;
}
.email-verification .btn.close {
  color: #fff;
  padding: 0;
}
.email-verification .btn.close:hover {
  color: #fff;
}
.email-verification .btn {
  margin-top: 0 !important;
}

.ticket-reply .attachments {
  border-top: 1px dashed #62657e;
  background-color: #434559;
}

span.label.status.status-answered {
  color: #fff;
}

.ticket-reply.staff {
  border: 1px solid #555870;
}

.ticket-reply.markdown-content.staff .user {
  padding-left: 16px;
}

@media only screen and (min-width: 160px) and (max-width: 1430px) {
  #cPanelUsagePanel #tabOverview .panel-body {
    margin: 10px;
  }
  #cPanelUsagePanel .cpanel-usage-stats {
    padding: 17px 4px;
  }
  #cPanelUsagePanel div#diskUsage,
  #cPanelUsagePanel div#bandwidthUsage {
    width: 100%;
    margin-left: 0;
  }
}
input.usage-dial {
  color: #fff !important;
  margin: 0 !important;
  left: 50%;
  top: 54%;
  transform: translate(-50%, -50%);
  width: initial !important;
  height: initial !important;
}

.panel-warning,
.tospanel {
  background: #484c69;
  border-color: #555876;
}
.panel-warning .panel-heading,
.tospanel .panel-heading {
  color: #fff;
  background: var(--main-gradient-color);
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to right, var(--main-gradient-color) 0%, var(--secondary-gradient-color) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="var(--main-gradient-color)", endColorstr="var(--secondary-gradient-color)", GradientType=0);
  /* IE6-9 */
  border-color: transparent;
}
.panel-warning .panel-body,
.tospanel .panel-body {
  font-size: 15px;
}
.panel-warning label,
.tospanel label {
  color: #fff !important;
}

.btn-social {
  padding-left: initial;
  padding: 10px 20px;
}
.btn-social i {
  margin-right: 5px;
}

.controls label {
  margin-bottom: 8px;
  font-size: 15px;
}

div[menuitemname="Support Knowledgebase Tag Cloud"] .panel-body > a {
  background-color: #222435;
  padding: 5px 8px;
  border-radius: 22px;
  text-decoration: none;
  transition: all 0.3s;
}
div[menuitemname="Support Knowledgebase Tag Cloud"] .panel-body > a:hover {
  background-color: var(--main-gradient-color);
}

div[menuitemname="Recent Support Tickets"] .list-group-item label.label {
  float: right;
}

#promotions-slider {
  margin-bottom: 30px !important;
}

.wdes-addons {
  position: relative;
}
.wdes-addons > .pull-right a {
  margin-bottom: 0;
  width: 27px;
  height: 52px;
  padding: 17px 0;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  background: #292c3e;
  color: #fff;
  text-align: center;
}
.wdes-addons > .pull-right a[data-slide=prev] {
  left: 0;
}
.wdes-addons > .pull-right a[data-slide=next] {
  right: 0;
}

.fb-like {
  margin-top: 20px;
}

.invite-box {
  background: #313244;
  border: 0;
  width: 100%;
  padding: 20px;
  border-radius: 2px;
}
.invite-box h2 {
  margin: 0 0 20px 0;
  font-family: Poppins, sans-serif;
  font-size: 23px;
  text-align: center;
}

.text-muted {
  color: #fff;
}

.modal-content .panel-primary > .panel-heading {
  color: #fff;
  background-color: var(--main-gradient-color);
  border-color: var(--main-gradient-color);
}

/*
Theme Name: Digit - Responsive WHMCS Client Area Template - Store Pages Style
Theme URI: http://www.whmcsdes.com
Description: awesome and clean WHMCS Template. is designed for Hosting Companies,  Contains +25 Redesigned files which have been well organized built using 1170 grid system.
Author: WHMCSdes
Author URI: http://whmcsdes.com
Tags: powerful, host
*/
/* Digit Store */
.landing-page .hero {
  color: #fff !important;
}

.landing-page .hero h2 {
  font-size: 30px !important;
  font-weight: 700 !important;
}

.landing-page .hero h3 {
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 27px;
  font-family: Karla, sans-serif;
}

.landing-page.ssl .validation-levels {
  background: var(--main-gradient-color);
  background: linear-gradient(to right, var(--main-gradient-color) 0%, var(--secondary-gradient-color) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="var(--main-gradient-color)", endColorstr="var(--secondary-gradient-color)", GradientType=0);
}

.landing-page.ssl .validation-levels h3 {
  font-weight: 700 !important;
  font-size: 23px !important;
}

.landing-page.ssl .validation-levels .item {
  border: 1px solid #633b8e;
  background: transparent !important;
}

.landing-page.ssl .validation-levels .item p {
  color: #fff !important;
}

.landing-page.ssl .validation-levels .item span {
  font-weight: 700;
}

.landing-page.ssl .validation-levels .item .btn {
  background-color: #5a3484 !important;
  color: #fff !important;
  margin-top: 10px;
}

.landing-page .navbar-default {
  background-color: #1a1e30;
  border-color: #1a1e30;
}

@media (min-width: 992px) {
  .landing-page .navbar .navbar-nav > li > a {
    border-left: 1px solid #292f48 !important;
  }
}
.landing-page .navbar .navbar-nav > li > a {
  border-bottom: 1px solid #1a1e30 !important;
}

.landing-page .navbar-default .navbar-nav > li > a {
  color: #fff;
}

.landing-page .navbar .navbar-nav > li:first-child > a {
  border-left: 0 !important;
}

.landing-page .navbar .navbar-nav > li:last-child > a {
  border-right: 0 !important;
}

.landing-page .navbar-default .navbar-nav > li > a:focus,
.landing-page .navbar-default .navbar-nav > li > a:hover {
  color: var(--main-gradient-color) !important;
}

.landing-page.ssl .standout {
  padding: 45px !important;
  border-bottom: 1px solid #303142 !important;
}

.landing-page h1,
.landing-page h2,
.landing-page h3,
.landing-page h4,
.landing-page h5,
.landing-page h6 {
  font-weight: 700 !important;
}

.landing-page.ssl .standout p,
.landing-page.ssl .standout ul {
  font-family: Karla, sans-serif;
  font-size: 15px;
  line-height: 27px;
}

.landing-page.ssl .standout ul {
  padding-left: 0;
}

.landing-page.ssl .what-is-ssl ul li {
  margin: 15px 0;
}

.landing-page.ssl .what-is-ssl .fas,
.landing-page.ssl .what-is-ssl .far {
  color: var(--main-gradient-color) !important;
  font-size: 1em !important;
  padding-right: 10px !important;
  line-height: inherit;
}

.landing-page.ssl .ssl-benefits i {
  color: var(--main-gradient-color) !important;
}

.landing-page.ssl .ssl-benefits .col-md-2.col-sm-4 {
  color: #fff !important;
}

.landing-page.ssl .ssl-benefits {
  border-bottom: 0 !important;
}

.landing-page.ssl .browser-notice .wrapper {
  color: #7e7e7e !important;
  font-family: Karla, sans-serif !important;
  font-size: 16px !important;
}

.landing-page.ssl .competitive-upgrade-promo {
  background: var(--main-gradient-color);
  background: linear-gradient(to right, var(--main-gradient-color) 0%, var(--secondary-gradient-color) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="var(--main-gradient-color)", endColorstr="var(--secondary-gradient-color)", GradientType=0);
}

.landing-page.ssl .detailed-info {
  padding: 0 45px !important;
  background-color: transparent !important;
  margin-top: 70px;
  margin-bottom: 0;
}

.landing-page.ssl .detailed-info .panel-heading {
  background: var(--main-gradient-color);
  background: linear-gradient(to right, var(--main-gradient-color) 0%, var(--secondary-gradient-color) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="var(--main-gradient-color)", endColorstr="var(--secondary-gradient-color)", GradientType=0);
}

.landing-page.ssl .detailed-info .arrow {
  float: right;
  margin-right: 0;
}

.landing-page .panel-heading {
  padding: 15px;
}

.landing-page.ssl .detailed-info .panel-body {
  margin-top: 0 !important;
  padding: 20px !important;
  background-color: #1a1e30 !important;
  border: 1px solid #1a1e30 !important;
  box-shadow: none !important;
  font-size: 1.2em !important;
}

.landing-page.ssl ul.ssl-certs-all li {
  margin: 0 !important;
  padding: 15px 0 15px 0 !important;
  border-bottom: 1px solid #232840 !important;
}

.landing-page .ssl-certs-all p {
  font-family: "Karla", sans-serif !important;
  font-size: 14px !important;
  line-height: 27px !important;
}

.landing-page.ssl .help-me-choose .ideal {
  color: #fff !important;
}

.landing-page.ssl .standout:last-child {
  border-bottom: 0 !important;
}

.landing-page .content-block.standout-2.standout {
  color: #fff !important;
  font-weight: 700 !important;
}

.landing-page.ssl .logos img {
  max-height: 50px !important;
}

.landing-page .navbar .navbar-nav > li.active > a {
  background: transparent !important;
  color: var(--main-gradient-color) !important;
}

.landing-page.ssl .ideal-for.dv i {
  color: #fff !important;
}

.landing-page .navbar-default .navbar-collapse,
.landing-page .navbar-default .navbar-form {
  border-color: transparent;
}

.landing-page.ssl .standout {
  border-bottom: 0;
}

.landing-page.ssl .certificate-options {
  background: var(--main-gradient-color);
  background: linear-gradient(to right, var(--main-gradient-color) 0%, var(--secondary-gradient-color) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="var(--main-gradient-color)", endColorstr="var(--secondary-gradient-color)", GradientType=0);
  padding: 45px;
}

.landing-page.ssl .row-pricing-table .header h4 {
  font-weight: 700;
}

.landing-page.ssl .certificate-options .col-sm-3.sidebar ul li,
.landing-page.ssl .certificate-options .col-sm-4.sidebar ul li,
.landing-page.ssl .certificate-options .col-sm-6.sidebar ul li {
  border-color: #754096 !important;
}

.landing-page.ssl .certificate-options .btn {
  background-color: #228ae6;
  color: #fff;
}

.landing-page.ssl .features {
  background-color: #228ae6;
}

.landing-page.ssl .features h3 {
  font-weight: 700;
}

.landing-page.ssl .features .feature {
  border: 1px solid #7343a3;
  background: #7343a3 !important;
}

.landing-page.ssl .features .feature h4 {
  font-weight: 300;
  margin-top: 10px;
}

.landing-page.ssl .certificate-options.ev .col-sm-3.sidebar ul li,
.landing-page.ssl .certificate-options.ev .col-sm-4.sidebar ul li,
.landing-page.ssl .certificate-options.ev .col-sm-6.sidebar ul li {
  border-color: #a25cc7;
}

.landing-page.weebly .content-block {
  padding: 45px;
}

.landing-page .content-block.image-standout p.lead.text-center {
  font-family: "Karla", sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-transform: initial;
}

.landing-page .features {
  background: var(--main-gradient-color);
  background: linear-gradient(to right, var(--main-gradient-color) 0%, var(--secondary-gradient-color) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="var(--main-gradient-color)", endColorstr="var(--secondary-gradient-color)", GradientType=0);
}

.landing-page .input-group-addon {
  color: #fff !important;
  background-color: var(--main-gradient-color) !important;
  border: 1px solid var(--main-gradient-color) !important;
}

.landing-page.weebly .weebly-lite-plan {
  background-color: #1a1e30 !important;
  border: 1px solid #1a1e30 !important;
}

.landing-page .pricing-item {
  border: 0 !important;
  background: #1a1e30;
}

.landing-page .pricing-item .feature-heading {
  background-color: var(--main-gradient-color) !important;
}

.landing-page .pricing-item ul li {
  border-bottom: 1px solid #23283e !important;
}

.landing-page .pricing-item ul li:last-child {
  border-bottom: 0 !important;
}

.landing-page.weebly .faq {
  background-color: #343648 !important;
}

.landing-page.sitelock .hero img {
  padding-bottom: 25px !important;
}

.landing-page .hero img {
  max-width: 430px !important;
  padding-bottom: 25px !important;
}
@media (max-width: 991px) {
  .landing-page .hero img {
    max-width: 100% !important;
  }
}

.landing-page.sitelock h2 {
  font-size: 25px !important;
}

.landing-page.sitelock .content-block {
  padding: 45px 15px !important;
}

.landing-page.sitelock p {
  font-family: "Karla", sans-serif !important;
  font-size: 15px !important;
}

.landing-page.sitelock .plans {
  background: transparent !important;
  border-top: 1px solid #45475d;
}

.landing-page.sitelock .plans .plan .header {
  background: var(--main-gradient-color);
  background: linear-gradient(to right, var(--main-gradient-color) 0%, var(--secondary-gradient-color) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="var(--main-gradient-color)", endColorstr="var(--secondary-gradient-color)", GradientType=0);
}

.landing-page.sitelock .plans .plan .btn {
  background-color: #7449ac !important;
}

.landing-page.sitelock .features .fas,
.landing-page.sitelock .features .far {
  color: #ffffff !important;
  font-size: 3em !important;
}

.landing-page.sitelock .feature-wrapper .content {
  margin-left: 80px !important;
}

.landing-page.sitelock h4 {
  font-size: 1.4em !important;
}

.landing-page.sitelock p {
  font-size: 15px !important;
  font-family: "Karla", sans-serif;
  line-height: 27px;
}

.landing-page.sitelock .emergency {
  background: transparent !important;
  border-bottom: 1px solid #45475d;
}

.landing-page.sitelock .emergency .fas,
.landing-page.sitelock .emergency .far {
  color: var(--main-gradient-color) !important;
  font-size: 3em !important;
}

.landing-page.sitelock .emergency .btn {
  background-color: var(--main-gradient-color) !important;
  border-color: var(--main-gradient-color) !important;
  color: #fff !important;
}

.landing-page .panel-default > .panel-heading {
  color: #fff;
  background-color: var(--main-gradient-color);
  border-color: transparent;
  font-size: 12px !important;
  font-weight: 400;
}

.landing-page .panel-default {
  border-color: transparent;
}

.landing-page .content-block.faq .panel {
  border: 0;
}

.landing-page .content-block.faq .panel-title > .small,
.landing-page .content-block.faq .panel-title > .small > a,
.landing-page .content-block.faq .panel-title > a,
.landing-page .content-block.faq .panel-title > small,
.landing-page .content-block.faq .panel-title > small > a {
  text-decoration: none;
}

.landing-page .content-block.faq .panel-collapse {
  background: #1a1e30;
}

.landing-page .panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top: 0;
}

.landing-page.mail-services .content-block,
.landing-page.mail-services .product-options {
  padding: 45px 15px !important;
}

.landing-page.mail-services .product-options {
  background: transparent !important;
  border-bottom: 1px solid #363748;
}

.landing-page.mail-services .product-options .item {
  background-color: #1a1e30 !important;
}

.landing-page .product-options p {
  color: #fff !important;
  margin: 20px 0 !important;
}

.landing-page .product-options .item .btn {
  background-color: #9850ba !important;
  color: #fff !important;
}

.landing-page .light-grey-bg {
  background: transparent !important;
}

.landing-page .nav-tabs > li.active > a,
.landing-page .nav-tabs > li.active > a:focus,
.landing-page .nav-tabs > li.active > a:hover {
  background-color: #1a1e30 !important;
  border: 0 !important;
  border-top: 3px solid #9850ba !important;
  color: #fff !important;
}

.landing-page .nav-tabs > li > a,
.landing-page .nav-tabs > li > a:focus {
  background-color: #1a1e30 !important;
  border: 0 !important;
  color: #fff !important;
}

.landing-page .nav-tabs > li > a:hover {
  background-color: #1a1e30 !important;
  border: 0 !important;
}

.landing-page .tab-content {
  padding: 30px !important;
  background-color: #1a1e30 !important;
  color: #fff !important;
}

.landing-page .get-started {
  background: var(--main-gradient-color);
  background: linear-gradient(to right, var(--main-gradient-color) 0%, var(--secondary-gradient-color) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="var(--main-gradient-color)", endColorstr="var(--secondary-gradient-color)", GradientType=0);
}

.landing-page .get-started .btn-order-now {
  background-color: #fff !important;
  color: #333 !important;
}

.landing-page.codeguard .content-block {
  padding: 45px 15px !important;
}

@media (min-width: 768px) {
  .landing-page.codeguard .overview-features span {
    color: #fff !important;
  }
  .landing-page.codeguard .overview-features li {
    border-right: 1px solid #47495f !important;
  }
}
.landing-page.codeguard .faqs {
  background: transparent !important;
}

.landing-page.codeguard .pricing {
  margin-bottom: 0 !important;
}

.landing-page.codeguard .features {
  margin-top: 0 !important;
}

.landing-page.sitelockvpn .feature.alternate-bg,
.landing-page.sitelockvpn .feature.countries {
  background-color: #1a1e30 !important;
}

.landing-page.sitelockvpn .feature.pricing ul li {
  color: #3b3d50;
}

.landing-page.ox .faqs {
  background-color: transparent !important;
}

.landing-page.ox .pricing table tr td {
  background-color: #f3f7fa;
}

.landing-page.sitebuilder .intro {
  background-color: transparent !important;
}

.landing-page.sitebuilder .features p {
  color: #fff !important;
}

.landing-page.sitebuilder .templates .previews img,
.landing-page.sitebuilder .templates .previews .show-more div {
  border: 1px solid #1a1c25 !important;
}

.landing-page.sitebuilder .templates {
  border-top: 1px solid transparent !important;
}

.landing-page.sitebuilder .templates .previews .tplname {
  color: #fff !important;
}

.landing-page.sitebuilder .templates .previews a:hover {
  text-decoration: none;
}

.landing-page.sitebuilder .templates .previews a:hover span {
  color: #fff;
}

.landing-page.sitebuilder .pricing-table {
  background-color: #3b3d50 !important;
  border: 1px solid #2f3141 !important;
}

.landing-page.sitebuilder .pricing-table-row:not(.col-heading):nth-child(even) {
  background-color: #43455a !important;
}

.landing-page.ox .stand-out {
  background-color: #1a1e30 !important;
  color: #fff !important;
}

.landing-page.ox .stand-out h2 {
  color: #fff !important;
}

.landing-page.ox .pricing table tr td {
  background-color: #1a1e30 !important;
}

.landing-page.ox .pricing td:not(.no-border),
.landing-page.ox .pricing th {
  border: 1px solid #22263c !important;
}

.landing-page.ox .pricing table tr:nth-child(even) td:first-child {
  background-color: #20253a !important;
  color: #fff;
}

.landing-page.ox .pricing table tr td:first-child {
  color: #fff;
}

.landing-page.ox .pricing td:not(.no-border),
.landing-page.ox .pricing th {
  color: #fff;
}

.landing-page.ox .pricing .pricing-label {
  color: #fff;
}

.landing-page.marketgoo .feature-wrapper {
  background-color: #1a1e30 !important;
}

.landing-page.marketgoo .plan.labels ul li {
  border-right: 1px solid #343646 !important;
}

.landing-page.marketgoo .plan ul li {
  border-bottom: 1px solid #343646 !important;
}

.landing-page.marketgoo .plan ul {
  border-top: 1px solid #343646 !important;
}

.landing-page.marketgoo .plan.marketgoo_pro ul {
  background-color: #1a1e30 !important;
}

.landing-page.marketgoo .plan .pricing {
  color: #fff !important;
}

.landing-page.marketgoo .testimonials .testimonial {
  color: #fff !important;
}

.landing-page.marketgoo .faqs {
  background-color: #1a1e30 !important;
}

.landing-page.nordvpn .feature.icon h1,
.landing-page.nordvpn .feature.comparison h1,
.landing-page.nordvpn .feature.threat h1,
.landing-page.nordvpn .feature.use h1 {
  color: #fff;
}

.landing-page.nordvpn p {
  color: #fff;
}

.landing-page.nordvpn .comparison .col-xs-2 {
  border: 1px solid #4a4c61 !important;
}

.landing-page.nordvpn .comparison .col-xs-2 span {
  color: #fff;
}

.landing-page.nordvpn .comparison .col-xs-12 .col-xs-2:nth-of-type(2) {
  border-left-color: #0e1a33 !important;
  border-right-color: #0e1a33 !important;
  background: #0e1a33 !important;
}

.landing-page.nordvpn .comparison .col-xs-12:first-of-type .col-xs-2:nth-of-type(2) {
  border-top-color: #0e1a33 !important;
}

.landing-page.nordvpn .comparison .col-xs-12:nth-of-type(7) .col-xs-2:not(:nth-of-type(2)),
.landing-page.nordvpn .comparison .col-xs-12:last-of-type .col-xs-2:nth-of-type(2) {
  border-bottom: 1px solid #4a4c61 !important;
}

.landing-page.nordvpn .comparison .col-xs-12:last-of-type .col-xs-2:nth-of-type(2) {
  border-bottom-color: #0e1a33 !important;
}

.landing-page.nordvpn .line-break {
  border-bottom: 1px #4a4c61 solid !important;
}

.landing-page.nordvpn h3 {
  color: #fff !important;
}

.landing-page.nordvpn .feature.logo {
  background: #112041;
}

.landing-page.nordvpn h1 {
  color: #fff;
}

.landing-page.nordvpn .feature.faq .panel-heading {
  background: var(--main-gradient-color) !important;
}

.panel-group .panel-heading + .panel-collapse > .list-group,
.panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: 1px solid #3b3d50 !important;
  color: #fff;
}

.landing-page.xovinow {
  background-color: transparent !important;
}

.landing-page.xovinow .bg-white {
  background-color: transparent !important;
}

.landing-page.xovinow .pricing .plan .plan-name {
  color: #fff !important;
}

.landing-page.xovinow .pricing .plan-feature.row-highlight {
  background-color: #1a1e30 !important;
}

.landing-page.xovinow .pricing .plan .plan-price {
  color: #fff !important;
}

.landing-page.xovinow .pricing .plan-feature {
  color: #fff;
}

.landing-page.xovinow .pricing .money-back {
  color: #fff !important;
}

/* Smart Phones */
@media only screen and (min-width: 160px) and (max-width: 767px) {
  .home-shortcuts li {
    border-bottom: 1px solid #38394d;
  }
}
@media only screen and (max-width: 1200px) and (min-width: 160px) {
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: #161b2f;
  }
  .whm-sidebar .panel {
    background-color: #292c3e;
  }
}
.invoice-summary {
  background-color: #2a2b3a;
  border: 4px dashed #363749;
}

.invoice-summary-table td.total-row {
  background-color: #3d3e50;
}

.alert-info a {
  color: inherit;
}

tr.masspay-total td {
  background-color: #4e5066;
}

.ticketfeedbackstaffcont {
  background-color: #292c3e;
}

.bnomics-amount-input,
.bnomics-address-input {
  background-color: #484d69 !important;
  border-color: #484d69 !important;
}

.bnomics-grey {
  color: var(--main-gradient-color);
}

.select-account {
  border-top: 1px solid #4b4d63;
}
.select-account a {
  border-bottom: 1px solid #4b4d63;
}
.select-account a:hover {
  background-color: #4b4d63;
}/*# sourceMappingURL=theme-dark.css.map */