/*
Theme Name: Digit - Responsive WHMCS Client Area Template
Theme URI: http://www.whmcsdes.com
Description: Custom CSS File
Version: 8.1.0
Author: WHMCSdes
Author URI: http://whmcsdes.com
Tags: powerful, host
*/


html {
  overflow-x: hidden !important;
	width: 100%;
}
body {
  margin: 0;
  overflow-x: hidden !important;
	width: 100%;
}
.ENAMAD_FRAME {
    width: 200px;
    background: linear-gradient(-55deg,#ddddddd6,#fff);
    height: 110px;
    border-radius: 10px;
    box-shadow: 1px 2px 4px #0000008a;
}
.cyberpanel {
    display: flex;
    flex-flow: column;
    width: 50%;
    background-color: #292c3e;
    box-shadow: 1px 2px 4px #0005;
    border-radius: 10px;
    padding: 10px;
    margin: auto;
    min-width: 150px;
}
.cyberpanel a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background-color: #9a50ba;
    color: #fff;
    border-radius: 4px;
    box-shadow: 1px 2px 4px #0005;
    margin: 1rem 0;
}

.domainchecker-homepage-captcha {
    margin: 2rem -20px;
}
.wdes-sidebar, .whm-sidebar {
    box-shadow: -2px 0px 4px #0005;
}
.product-desc li {
    display: flex;
    justify-content: space-between;
	padding: 0 1rem;
}
.product-desc li:nth-child(2n) {
    background-color: #0003;
}
.promo.w-hidden,.tld-sale-group {
    display: inline-block !important;
}
#header {
    box-shadow: 0px 2px 4px #0003;
}
