/* *****************************************************

    ** Custom Stylesheet **

    Any custom styling you want to apply should be
    defined here.

***************************************************** */

@import url('https://fonts.googleapis.com/css?family=Overpass&display=swap');
@import url('https://fonts.googleapis.com/css?family=Inter&display=swap');
:root {
  --karla: Karla, sans-serif;
  --poppins: Poppins, sans-serif;
  --montserrat: Montserrat, sans-serif;
  --main-clr: #4d8af0;
  --btn-bg: hsla(0, 0%, 44%, 0.556);
  --head-clr: #f6f7f8;
  --domain-btn: #8f88ff;
}

.wdes-page-register{
  background-color: #ececec;
}

#order-phox .products .product{
  background-color: hsla(0, 0%, 16%, 20%)!important;
}

#order-phox .products .product::after {
  position: absolute;
  content: ' ';
  z-index: -1;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  opacity: 0.4;
  background: #7aa4e4;
  filter: blur(200px);
  top: 0;
  left: 0;
}

#order-phox .products .product footer a.wdes-order-btn{
  box-shadow: inset 0 0 0 1.2px #81B0F8;
  background: #4d8af0;
  border: none;
  border-radius: 5px!important;
}

#order-phox .products .product footer a.wdes-order-btn:hover{
  background: #4d8af0!important;
  box-shadow: inset 0 0 0 1.2px #81B0F8, 0 0 5px #2495ff33,0 0 10px #1d6fd333,0 0 15px #105bb71a,0 0 20px #0b4b991a;
}

#order-phox .header-lined p {
  color: #1e1e1e!important;
  opacity: .8;
}

section#footer {
  width:100%;
  bottom:0px;
  margin: 0;
  padding: 20px 0;
  margin-top: 12.5%;
  border-top: none;
  color: #666;
  font-size: 15px;
  font-family: var(--karla);
  background: hsla(0, 0%, 16%, 20%);
  /* box-shadow: inset 0 0 0 2px rgba(112,100,67,.156), 0 0 20px rgba(112,100,67,.156); */
  border-radius: 2.5vh 2.5vh 0px 0px;
  height: 20%;
}

.tiles .tile:last-child {
  border: none;
}

.tiles .tile .title {
  text-transform: capitalize;
  font-size: 16px;
  font-family: var(--poppins);
  font-weight: 400;
  color: white;
}

section#header {
  position: sticky;
  top: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 9999;
  background: radial-gradient(ellipse at bottom, #4d8af044 0.1%, #44444400 100%);
  padding: 0;
}

.container:has(.wdes-header){
  width: 100%;
  padding: 0;
}

.wdes-header{
  position: relative;
  width: 100%;
  height: 10vh;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  background: rgba(0, 0, 0, 0.06);
  backdrop-filter: blur(24px);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.wdes-header > .logo {
  width: 20%;
  display: flex;
  justify-content: center;
}

section#header .wdes-header ul.top-nav {
  width: 20%;
}

section#header .wdes-header ul.top-nav .wdes-account-area > li > a{
  background: transparent!important;
  border: none;
  box-shadow: none!important;
}

section#header .wdes-header ul.top-nav .wdes-account-area > li > a:hover, section#header .wdes-header ul.top-nav .wdes-account-area > li > a:focus{
  color: #4d8af0;
}

.footerLogo {
  width: 20vh;
}

div.header-lined h1 {
  margin: 0;
  padding: 0;
  border: 0;
  font-family: var(--poppins);
  font-size: 27px;
  color: #1e1e1e;
  opacity: .8;
  font-weight: 400;
}

div.header-lined ol.breadcrumb > .active {
  color: #1e1e1e;
  opacity: .8;
}

section#header .wdes-header section#main-menu .navbar-main .navbar-nav > li > a {
  color: #1E1E1E;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  font-synthesis: none;
  line-height: normal;
  position: relative;
  display: flex;
  font-family: 'Overpass';
  flex-direction: row;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  text-decoration: none;
  width: 12vh;
  height: 10vh;
}

section#header .wdes-header section#main-menu .navbar-main .navbar-nav ul.dropdown-menu > li > a {
  color: #1e1e1e;
  opacity: .8;
  font-size: 13px;
  padding: 8px 15px;
  -webkit-transition: all .3s;
  transition: all .3s;
  padding: 0.8vh 0vh;
}

.logo {
  height: fit-content;
}

section#header .wdes-header {
  align-items: center;
}

section#header .wdes-header section#main-menu .navbar-main .navbar-nav ul.dropdown-menu {
  border: 1px solid rgba(0, 0, 0, 0.06);
  background: #D7D8DA;
  border-radius: 1vh;
  transition: .3s opacity, .3s transform;
  opacity: 1;
  position: absolute;
  top: 8vh;
  padding: 2vh;
  list-style: none;
  width: 20vh;
  /* display: flex; */
  flex-direction: column;
  justify-content: flex-start;
  text-align: left;
  gap: 1vh;
}

section#header .wdes-header ul.top-nav .wdes-account-area .dropdown-menu {
  border: 1px solid rgba(0, 0, 0, 0.06);
  background: #D7D8DA;
  border-radius: 1vh;
  transition: .3s opacity, .3s transform;
  opacity: 1;
  position: absolute;
  top: 8vh;
  padding: 2vh;
  list-style: none;
  width: 20vh;
  /* display: flex; */
  flex-direction: column;
  justify-content: flex-start;
  text-align: left;
  gap: 1vh;
}

option{
  background-color: rgba(49,49,49,.671);
}

.sidebar .panel .panel-body a.list-group-item:hover, .sidebar .panel .list-group a.list-group-item:hover, .cart-sidebar .panel .panel-body a.list-group-item:hover, .cart-sidebar .panel .list-group a.list-group-item:hover{
  color: var(--main-clr);
}

.tiles .tile {
  padding: 15px 23px;
  background-color: transparent;
  border-right: 0;
  border: none;
  border-radius: 12px;
  width: calc(100% / 4 - 15px);
  text-align: center;
  position: relative;
  -webkit-transition: all .3s;
  transition: all .3s;
  background-color: hsla(0, 0%, 16%, 20%);
  /* box-shadow: inset 0px 0px 0px 2px rgb(112 112 112 / 16%); */
  box-shadow: none!important;
}

section#header .wdes-header ul.top-nav .wdes-account-area > li > a {
  font-family: var(--montserrat);
  font-weight: 400;
  font-size: 13px;
  color: var(--main-clr);
  text-decoration: none;
  background-color: hsla(0, 0%, 16%, 20%);
  padding: 5px 10px;
  color: #1e1e1e;
  opacity: .8;
  border-radius: 135px;
  -webkit-transition: all .3s;
  transition: all .3s;
  border: none;
  box-shadow: inset 0px 0px 0px 2px rgb(112 112 112 / 16%)
}

section#main-body {
  margin: 0;
  padding: 20px 0;
  min-height: 350px;
  background-color: #ececec;
  /* background: url(https://i.imgur.com/kHt0s1a.png); */
}

html body {
  background: #ececec;
}

table::after {
  position: absolute;
  content: ' ';
  z-index: -1;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  opacity: 0.4;
  background: #7aa4e4;
  filter: blur(400px);
  top: 0;
  left: 0;
  max-width: 90vw;
}

.tile::after {
  position: absolute;
  content: ' ';
  z-index: -1;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  opacity: 0.4;
  background: #7aa4e4;
  filter: blur(88px);
  top: 0;
  left: 0;
  max-width: 90vw;
}

.panel::after {
  position: absolute;
  content: ' ';
  z-index: -1;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  opacity: 0.4;
  background: #7aa4e4;
  filter: blur(400px);
  max-width: 90vw;
}

.tiles .tile:hover, .tiles .tile:last-child:hover{
  background: rgba(30, 30, 30, 0.08);
}

.list-group-item:hover > small{
  color: #fff;
  opacity: .8;
}

.panel-footer{
  background-color: transparent!important;
  border-top: none!important;
}

.wdes-page-login section#main-body {
  background: #ececec;
  margin: 0;
  height: 100%;
}

section#header .wdes-header ul.top-nav > li > a{
	color: #1e1e1e!important;	
}

.panel-heading+.list-group .list-group-item {
  border-top-width: 0;
  border: none;
  background: transparent;
}

.sidebar .panel > .panel-heading .panel-title, .cart-sidebar .panel > .panel-heading .panel-title {
  font-size: 15px;
  font-weight: 400;
  font-family: var(--montserrat);
  line-height: 26px;
  color: #1e1e1e;
}

.table-list>tbody>tr:hover{
  background: rgba(30, 30, 30, 0.08);
}

.sidebar .panel .panel-body a.list-group-item, .sidebar .panel .list-group a.list-group-item, .cart-sidebar .panel .panel-body a.list-group-item, .cart-sidebar .panel .list-group a.list-group-item {
  padding: 0;
  border: 0;
  margin-bottom: 10px;
  background: transparent;
}

.sidebar .panel > .panel-footer a.btn, .cart-sidebar .panel > .panel-footer a.btn {
  display: inline-block;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: initial;
  font-family: var(--montserrat);
  font-weight: 400;
  font-size: 13px;
  color: white;
  text-decoration: none;
  box-shadow: inset 0 0 0 1.2px #81B0F8;
    background: #4d8af0;
  padding: 5px 10px;
  border-radius: 2px;
  -webkit-transition: all .3s;
  transition: all .3s;
  /* background-color: hsla(0, 0%, 16%, 20%); */
  /* box-shadow: inset 0px 0px 0px 2px rgb(112 112 112 / 16%); */
  border-radius: 5px;
}

.sidebar .panel > .panel-footer a.btn:hover, .cart-sidebar .panel > .panel-footer a.btn:hover {
  box-shadow: inset 0 0 0 1.2px #81B0F8, 0 0 5px #2495ff33,0 0 10px #1d6fd333,0 0 15px #105bb71a,0 0 20px #0b4b991a;
}

.tiles .tile .stat {
  margin-top: 0;
  font-size: 40px;
  line-height: 1;
  font-family: var(--poppins);
  color: #1e1e1e;
  opacity: .6;
  font-weight: 400;
  margin-bottom: 11px;
}

section#main-body {
  margin: 0;
  padding: 20px 0;
  min-height: 350px;
  background: transparent;
  margin-top: 1.5vw;
}

.client-home-panels .panel {
  font-size: 14px;
  font-family: var(--karla);
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  border-radius: 2px;
  background-color: hsla(0, 0%, 16%, 20%);
  /* box-shadow: inset 0px 0px 0px 2px rgb(112 112 112 / 16%); */
  box-shadow: none!important;
  border-radius: 0.9vh;
}

.message:hover, .popover-user-notifications ul li a:hover{
  background: transparent!important;
}

* {
  &::-webkit-scrollbar {
    width: 0.5vw!important;
    background-color: transparent!important;
  }

  &::-webkit-scrollbar-track {
    background-color: transparent!important;
}

  &::-webkit-scrollbar-thumb {
    background-color: hsla(0, 0%, 16%, 20%)!important;
    border-radius: 1vh!important;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,0.1), inset 0 0 0 4px hsla(0, 0%, 16%, 20%)!important;
  }
}

.client-home-panels .panel > .panel-heading {
  background-color: transparent;
  border-bottom: none;
  font-weight: 400;
  color: #1e1e1e;
  opacity: 1;
  border-radius: 0;
  padding: 16px;
}

.client-home-panels .panel > .panel-heading .panel-title {
  font-family: var(--montserrat);
  font-weight: 400;
  font-size: 15px;
  color: #1e1e1e;
  opacity: 1;
}

a.list-group-item, button.list-group-item {
  color: #1e1e1e;
  opacity: .8;
}

.dataTables_wrapper .dataTables_length {
  background-color: transparent;
  color: #666;
}

.dataTables_wrapper .dataTables_info {
  background-color: transparent;
  border-bottom: 1px solid #eee;
  color: #666;
}

.dataTables_wrapper .dataTables_filter label .form-control {
  border: 1px solid #eee;
  -webkit-box-shadow: none;
  display: none;
  box-shadow: none;
}

.wdes-page-pwreset section#main-body .main-content .logincontainer form label, .wdes-page-register section#main-body .main-content .wdes-wrap-register #registration .sub-heading span {
  color: #1e1e1e;
  opacity: .8;
}

.dataTables_wrapper table.table-list thead th {
  border: 0 !important;
  background-color: transparent;
  color: #666;
  font-family: var(--karla);
  font-weight: 400;
  font-size: 14px;
}

.table-list > tbody > tr > td {
  background-color: transparent;
  color: #666;
  font-family: var(--karla);
  font-weight: 400;
  font-size: 14px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.dataTables_wrapper .dataTables_info {
  background-color: transparent;
  border-bottom: none;
  color: #666;
}

.sidebar .panel, .cart-sidebar .panel {
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-bottom: 30px;
  background-color: hsla(0, 0%, 16%, 20%);
  /* box-shadow: inset 0px 0px 0px 2px rgb(112 112 112 / 16%); */
  box-shadow: none!important;
  border-radius: 0.9vh;
  padding: 15px;
}

.wdes-page-login section#main-body .main-content .logincontainer {
  margin: 0 auto;
  padding: 38px 26px;
  max-width: 640px;
  background-color: transparent;
  border-radius: 3px;
  margin-bottom: 30px;
  /* -webkit-box-shadow: 0 0 12px #635bea; */
  box-shadow: none;
  margin-top: 10px;
}

.wdes-page-login section#main-body .main-content .logincontainer a.wdes-register {
  display: table;
  margin: 20px auto 0;
  text-align: center;
  font-family: var(--karla);
  font-size: 14px;
  color: #1e1e1e;
  opacity: .8;
  text-decoration: none;
  padding-bottom: 3px;
  border-bottom: 0px solid #fff;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.wdes-page-pwreset{
  background: #ececec;
}

.wdes-page-login section#main-body .main-content .logincontainer form.login-form input#login, .wdes-page-pwreset section#main-body .main-content .logincontainer form button {
  margin-top: 10px;
  background-color: var(--main-clr);
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  border-radius: 9px;
  padding: 10px;
  font-family: var(--karla);
  font-size: 15px;
  font-weight: 400;
  -webkit-transition: all .3s;
  transition: all .3s;
  width: 100%;
  box-shadow: inset 0 0 0 1.2px #81B0F8;
  background: linear-gradient(180deg, #81B0F8 -18.06%, rgba(95, 129, 182, 0.63) 100%);
  border-radius: 5px;
}

.wdes-page-login section#main-body .main-content .logincontainer form.login-form input#login:hover, .wdes-page-pwreset section#main-body .main-content .logincontainer form button:hover{
  background: linear-gradient(180deg, #81B0F8 -18.06%, rgba(95, 129, 182, 0.63) 100%);
  box-shadow: inset 0 0 0 1.2px #81B0F8, 0 0 5px #2495ff33,0 0 10px #1d6fd333,0 0 15px #105bb71a,0 0 20px #0b4b991a;
}

.wdes-page-login section#main-body .main-content .logincontainer form.login-form input[type="email"], .wdes-page-login section#main-body .main-content .logincontainer form.login-form input[type="password"], .wdes-page-pwreset section#main-body .main-content .logincontainer form input {
  background-color: #fff;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 1px;
  padding: 10px;
  -webkit-transition: all .3s;
  transition: all .3s;
  color: #fff;
  font-family: var(--karla);
  font-weight: 400;
  font-size: 14px;
  height: initial;
  background-color: rgba(0, 0, 0, 0.06);
  box-shadow: inset 0px 0px 0px 2px rgb(112 112 112 / 16%);
  border-radius: 0.9vh;
}

.wdes-page-register section#main-body .main-content .wdes-wrap-register #registration .field, .wdes-page-register section#main-body .main-content .wdes-wrap-register #registration .form-control{
  background-color: rgba(0, 0, 0, 0.06);
  box-shadow: inset 0px 0px 0px 2px rgb(112 112 112 / 16%);
  border-radius: 5px; 
}

.wdes-page-login section#main-body .main-content .logincontainer form.login-form input[type="email"]:hover, .wdes-page-login section#main-body .main-content .logincontainer form.login-form input[type="email"]:focus, .wdes-page-login section#main-body .main-content .logincontainer form.login-form input[type="password"]:hover, .wdes-page-login section#main-body .main-content .logincontainer form.login-form input[type="password"]:focus, .wdes-page-pwreset section#main-body .main-content .logincontainer form input:hover, .wdes-page-pwreset section#main-body .main-content .logincontainer form input:focus, .wdes-page-register section#main-body .main-content .wdes-wrap-register #registration .field:hover, .wdes-page-register section#main-body .main-content .wdes-wrap-register #registration .form-control:hover, .wdes-page-register section#main-body .main-content .wdes-wrap-register #registration .field:focus, .wdes-page-register section#main-body .main-content .wdes-wrap-register #registration .form-control:focus {
  outline: none;
  border: none;
  color: #1e1e1e;
  box-shadow: inset 0 0 0 2px #4d8af04f;
}

.wdes-page-login section#main-body .main-content .logincontainer div.header-lined h1, .wdes-page-pwreset section#main-body .main-content .logincontainer div.header-lined h1, .wdes-page-register section#main-body .main-content .wdes-wrap-register #registration .wdes-register-title {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  border-bottom: 0;
  font-weight: 400;
  color: #1e1e1e;
  opacity: .8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  font-family: var(--poppins);
  font-weight: 400;
  font-size: 33px;
  line-height: 41px;
}

.wdes-page-register section#main-body {
  background-color: transparent;
  padding: 0;
  height: 100%;
}

section#main-body section#home-banner .wdes-domain-info > h2{
	color: #fff;
}

:root {
  --main-clr: #4d8af0;
}

#btnAlreadyRegistered{
  background-color: #4d8af0;
  border-color: #4d8af0;
}

.wdes-page-register section#main-body .main-content .wdes-wrap-register #registration .wdes-footer-register{
  color: #1e1e1e;
  opacity: .8;
}

.wdes-page-register section#main-body .main-content .wdes-wrap-register #registration .wdes-footer-register a {
  border: 0px;
}

.InputContainer .InputElement{
  color: #fff;
}

section#header .wdes-header ul.top-nav > li{
	color: #1e1e1e!important;	
}

.bootstrap-switch .bootstrap-switch-label {
  text-align: center;
  margin-top: -1px;
  margin-bottom: -1px;
  z-index: 100;
  color: #333;
  background-color: rgba(30, 30, 30, 0.08);
}

.wdes-page-register section#main-body .main-content .wdes-wrap-register #registration .marketing-email-optin .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success{
  background: #4d8af0;
}

.wdes-page-register section#main-body .main-content .wdes-wrap-register #registration input.wdes-btn-register {
  width: 100%;
  background-color: var(--main-clr);
  border: 0;
  padding: 11px;
  color: #fff;
  font-family: var(--montserrat);
  font-size: 15px;
  font-weight: 400;
  -webkit-transition: all .3s;
  transition: all .3s;
  border-radius: 3px;
  background-color: hsla(0, 0%, 16%, 20%);
  box-shadow: inset 0px 0px 0px 2px rgb(112 112 112 / 16%);
  border-radius: 0.9vh;
  margin-top: 10px;
}

.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: transparent;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%);
  box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%);
  /* background-color: hsla(0, 0%, 16%, 20%); */
  box-shadow: inset 0px 0px 0px 2px rgb(112 112 112 / 16%);
  border-radius: 5px;
}

.wdes-page-register section#main-body .main-content .wdes-wrap-register #registration {
  margin: 0 auto;
  padding: 40px 30px;
  background-color: transparent;
  border-radius: 3px;
  margin-bottom: 30px;
  -webkit-box-shadow: 0 0 12px #ffb700;
  box-shadow: none;
  margin-top: 10px;
}

.wdes-page-register section#main-body .main-content .wdes-wrap-register #registration .marketing-email-optin {
  margin: 0;
  padding: 0;
  background-color: transparent;
  border-radius: 0;
  border: 0;
}

.wdes-page-register section#main-body .main-content .wdes-wrap-register #registration .marketing-email-optin h4 {
  color: #1e1e1e;
  opacity: .8;
  background-color: transparent;
  font-family: var(--poppins);
  font-size: 16px;
  font-weight: 400;
  margin-top: 20px;
  margin-bottom: 20px;
}

.wdes-page-register section#main-body .main-content .wdes-wrap-register #registration .tospanel label {
  color: #1e1e1e;
  opacity: .8;
}

.wdes-page-register section#main-body .main-content .wdes-wrap-register #registration .generate-password {
  border: none;
  border-radius: 1px;
  font-family: var(--karla);
  font-size: 14px;
  color: #fff;
  padding: 6px 13px;
  background-color: #f8f8f8;
  -webkit-transition: all .3s;
  transition: all .3s;
  box-shadow: inset 0 0 0 1.2px #81B0F8;
    background: #4d8af0;
  border-radius: 0.9vh;
}

.wdes-page-register section#main-body .main-content .wdes-wrap-register #registration .generate-password:hover {
  box-shadow: inset 0 0 0 1.2px #81B0F8, 0 0 5px #2495ff33,0 0 10px #1d6fd333,0 0 15px #105bb71a,0 0 20px #0b4b991a;
}

.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: none;
}

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

td:hover {
	background-color: transparent!important;
}

.dataTables_wrapper table.table-list thead th.sorting_asc, .dataTables_wrapper table.table-list thead th.sorting_desc {
  background-color: transparent;
}

.table-list > tbody > tr > td {
  background-color: transparent;
  color: #666;
  font-family: var(--karla);
  font-weight: 400;
  font-size: 14px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.dataTables_wrapper table.table-list thead th {
  border: 0 !important;
  background-color: transparent;
  color: #666;
  font-family: var(--karla);
  font-weight: 400;
  font-size: 14px;
}

.dataTables_wrapper table.table-list {
  margin-top: 0!important;
  margin-bottom: 6px!important;
  width: 100%!important;
  background-color: hsla(0, 0%, 16%, 20%);
  /* box-shadow: inset 0px 0px 0px 2px rgb(112 112 112 / 16%); */
  box-shadow: none!important;
  border-radius: 0.9vh;
}

.form-control {
  border: none;
  border-radius: 2px;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-family: var(--karla);
  color: #666;
  background-color: hsla(0, 0%, 16%, 20%);
  box-shadow: inset 0px 0px 0px 2px rgb(112 112 112 / 16%);
  border-radius: 0.9vh;
}

.wdes-checks-email {
  border: none;
  padding: 20px;
  font-family: var(--karla);
  color: #666;
  font-size: 15px;
  line-height: 27px;
}


.marketing-email-optin {
  margin: 0 0 30px 0;
  padding: 10px 20px 20px;
  background-color: transparent;
  border-radius: 3px;
  border: none;
  padding: 25px;
}

.form-control {
  border: none;
  border-radius: 2px;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-family: var(--karla);
  color: white;
  background-color: hsla(0, 0%, 16%, 20%);
  box-shadow: inset 0px 0px 0px 2px rgb(112 112 112 / 16%);
  border-radius: 0.9vh;
}

/* section#header .wdes-header ul.top-nav .wdes-account-area .dropdown-menu {
  border: none;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 10px 0 rgb(0 0 0 / 5%);
  box-shadow: 0 2px 10px 0 rgb(0 0 0 / 5%);
  left: 10px;
  top: 30px;
  background-color: hsla(0, 0%, 44%, 0.556);
  backdrop-filter: blur(20px);
  color: #fff;
  box-shadow: inset 0 0 0 2px hsla(0,0%,44%,.156), 0 0 20px hsla(0,0%,44%,.156);
  border-radius: 0.9vh;
} */

.invoice-container{
  background-color: #ececec;
}

section#header .wdes-header ul.top-nav .wdes-account-area .dropdown-menu a{
  color: #fff;
}

.sidebar .panel .panel-body strong, .sidebar .panel .list-group strong, .cart-sidebar .panel .panel-body strong, .cart-sidebar .panel .list-group strong{
  color: #1e1e1e;
  opacity: .8;
}

.client-home-panels .panel a.list-group-item:focus, .client-home-panels .panel a.list-group-item:hover, .client-home-panels .panel button.list-group-item:focus, .client-home-panels .panel button.list-group-item:hover{
  color: #fff;
}

.wdes-kb-item{
  background-color: hsla(0, 0%, 16%, 20%);
  border: none!important;
}
.wdes-kb-item a.wdes-title-kb{
  color: #fff;
}
.wdes-kb-item a.wdes-title-kb:hover{
  color: #ffb700;
}
.md-editor{
  border: none!important;
}
.modal-content{
  backdrop-filter: blur(5px);
}

.wdes-page-register section#main-body .main-content .wdes-wrap-register #registration input.wdes-btn-register{
  box-shadow: inset 0 0 0 1.2px #81B0F8;
  background: #4d8af0;
}

.wdes-page-register section#main-body .main-content .wdes-wrap-register #registration input.wdes-btn-register:hover{
  background: #4d8af0;
  box-shadow: inset 0 0 0 1.2px #81B0F8, 0 0 5px #2495ff33,0 0 10px #1d6fd333,0 0 15px #105bb71a,0 0 20px #0b4b991a;
}

section#header .wdes-header ul.top-nav .wdes-account-area .dropdown-menu {
  border: 1px solid rgba(0, 0, 0, 0.06);
  background: #D7D8DA;
  border-radius: 1vh;
  transition: .3s opacity, .3s transform;
  opacity: 1;
  position: absolute;
  top: 2vh;
  padding: 1vh;
  list-style: none;
  width: 15vh;
  /* display: flex; */
  flex-direction: column;
  justify-content: flex-start;
  text-align: left;
  gap: 1vh;
}

section#header .wdes-header ul.top-nav .wdes-account-area .dropdown-menu a{
  color: #1e1e1e!important; 
}

#order-phox .products .product div.product-desc{
  color: #1e1e1e!important;
  opacity: .8!important;
}

#order-phox .products .product div.product-pricing .price, #order-phox .order-summary .product-name{
  color: #1e1e1e!important;
}

#order-phox .products .product header > span{
  color: #1e1e1e!important;
  opacity: .8!important;
}

#order-phox .view-cart-items-header, #order-phox .view-cart-items .item-qty, #order-phox .view-cart-items .item span:not(.caret):not(.renewal-price), .nav-tabs>li.active>a, #order-phox .view-cart-items .item-qty button, #order-phox .order-summary .total-due-today .amt {
  color: #1e1e1e;
}

.btn-default{
  background-color: var(--main-clr);
}

#order-phox .empty-cart .btn, #order-phox .view-cart-items .item span:not(.caret):not(.renewal-price), #order-phox .order-summary .total-due-today span, #order-phox .order-summary .recurring-totals, #order-phox .order-summary .subtotal, .already-registered.clearfix{
  color: #1e1e1e;
  opacity: .8;
}

#order-phox .order-summary .subtotal{
  border-bottom: 1px solid rgba(30, 30, 30, 0.16);
}

#order-phox .order-summary h2 {
  color: #1e1e1e;
  opacity: .8;
}

section#header .wdes-header section#main-menu .navbar-main .navbar-nav > li{
  width: 14%;
}
section#header .wdes-header section#main-menu .navbar-main .navbar-nav{
  display: flex;
  align-items: center;
}

#order-phox .prepend-icon .field, #order-phox .form-control {
  background: rgba(30, 30, 30, 0.1);
}

#order-phox label{
  font-weight: 600;
  color: #1e1e1e;
  opacity: .8;
}

.primary-bg-color{
  box-shadow: none!important;
}

.marketing-email-optin{
  color: #1e1e1e!important;
  opacity: .8;
}

h4 {
  color: #1e1e1e;
}

#order-phox .sub-heading span{
  color: #1e1e1e!important;
  opacity: .8;
  padding: 4px 16px;
}

@media (min-width: 768px){
  .modal-dialog {
    margin-top: 12vh;
  }
}

.modal-title{
  color: #fff;
  opacity: .8;
}

@media only screen and (min-width: 160px) and (max-width: 992px) {
  section#header .wdes-header section#main-menu div#primary-nav{
    padding: 0;
  }
  section#header .wdes-header section#main-menu .navbar-main .navbar-nav{
    flex-direction: column;
    margin-top: 2vh;
    background-color: #BAC8DF;
  }
  section#header .wdes-header section#main-menu button.navbar-toggle{
    padding-right: 8px;
    margin-top: 1vh;
  }
  .wdes-header > .logo{
    width: initial!important;
  }
  section#header .wdes-header ul.top-nav{
    width: initial!important;
  }
  section#header .wdes-header section#main-menu div#primary-nav{
    top: 6.5vh;
    height: 42vh;
    overflow: visible;
  }
  section#header .wdes-header section#main-menu .navbar-main .navbar-nav > li > a{
    height: 6vh;
    width: 100%;
  }
  section#header .wdes-header section#main-menu .navbar-main .navbar-nav > li {
    width: 100%;
  }
  section#header .wdes-header section#main-menu .navbar-main .navbar-nav ul.dropdown-menu {
    top: 6vh;
    left: 50%;
    transform: translateX(-50%);
  }
  li#Secondary_Navbar-Account{
    display: none;
  }
  section#header .logo img{
    max-width: 16vh;
    margin-left: 1.6vh;
  }
}

p {
  color: #1e1e1e;
  opacity: .8;
}

#order-phox .product-info .product-title{
  opacity: 1;
}

#order-phox .order-summary .summary-container{
  color: #1e1e1e!important;
  opacity: .8;
}

#order-phox .order-summary .total-due-today .amt{
  opacity: 1;
}

#order-phox .form-control{
  color: #1e1e1e!important;
}

.wdes-product-info{
  border: none!important;
}

.wdes-product-info .wdes-item-info h4, .wdes-product-info, label{
  color: #1e1e1e!important;
}

div.product-details div.product-icon .product-status-text{
  color: #fff;
}

body{
  color: #1e1e1e;
}

#main-body > div > div > div.col-md-9.pull-md-right.main-content > h2 {
  color: #1e1e1e!important;
}

#modalAjax > div > div > div.modal-body.panel-body > p, #modalAjax > div > div > div.modal-body.panel-body > form > div > div.col-description, #modalAjax > div > div > div.modal-body.panel-body > form > h3, #modalAjax > div > div > div.modal-body.panel-body > form > p:nth-child(2), #modalAjax > div > div > div.modal-body.panel-body > form > p {
  color: #fff!important;
}

#modalAjax > div > div > div.modal-body.panel-body > form > p:nth-child(5) > a {
  color: #84d1ff!important;
}