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

    ** Custom Stylesheet **

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

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

/* =========================================================
   Ghost Six - UKIPTV inspired premium billing redesign
   Safe override layer for WHMCS Six
   ========================================================= */
:root{--uk-navy:#071a2d;--uk-blue:#0b5cff;--uk-cyan:#16c7ff;--uk-bg:#f4f8fc;--uk-text:#172033;--uk-muted:#6d7a8c;--uk-border:#e6edf5;--uk-card:#fff;}
html,body{background:var(--uk-bg);color:var(--uk-text);font-family:'Open Sans',Arial,sans-serif;}
body{font-size:14px;}
#header{background:linear-gradient(135deg,var(--uk-navy),#0d3155);padding:12px 0 18px;border:0;}
#header .container{position:relative;}
#header .logo img{max-height:58px;width:auto;object-fit:contain;}
#header .logo{display:inline-block;margin-top:8px;}
#header .top-nav{margin-top:0;}
#header .top-nav>li>a{color:#dce9f7;font-weight:600;}
#header .top-nav>li>a:hover{color:#fff;}
#header .top-nav .primary-action a{background:var(--uk-blue);border-radius:8px;color:#fff;padding:9px 15px;box-shadow:0 7px 18px rgba(11,92,255,.25);}
section#main-menu{background:#fff;border-bottom:1px solid var(--uk-border);box-shadow:0 5px 20px rgba(20,45,75,.06);}
.navbar-main{background:transparent;border:0;min-height:58px;margin-bottom:0;}
.navbar-main .navbar-nav>li>a{color:#24334a;font-weight:600;padding:20px 17px;background:transparent;}
.navbar-main .navbar-nav>li>a:hover,.navbar-main .navbar-nav>.active>a{color:var(--uk-blue);background:transparent;}
.navbar-main .navbar-nav>.active>a:after{content:'';display:block;height:3px;background:linear-gradient(90deg,var(--uk-blue),var(--uk-cyan));border-radius:3px;position:absolute;left:15px;right:15px;bottom:7px;}
#main-body{padding:38px 0 60px;min-height:520px;}
#main-body .container{max-width:1180px;}
section#home-banner{padding:72px 0 78px;background:radial-gradient(circle at 80% 15%,rgba(22,199,255,.22),transparent 30%),linear-gradient(135deg,#06182a 0%,#0b3761 60%,#0b5cff 130%);position:relative;overflow:hidden;}
section#home-banner:before{content:'';position:absolute;width:430px;height:430px;border:1px solid rgba(255,255,255,.12);border-radius:50%;right:-130px;top:-180px;}
section#home-banner h2{font-size:42px;font-weight:700;line-height:1.15;margin-bottom:18px;text-shadow:0 4px 20px rgba(0,0,0,.25);}
section#home-banner .form-control{height:54px;border-radius:10px 0 0 10px;}
section#home-banner .btn{height:54px;border-radius:0 10px 10px 0;padding:0 25px;font-weight:700;background:var(--uk-blue);}
.home-shortcuts{background:#fff;color:var(--uk-text);box-shadow:0 10px 28px rgba(20,45,75,.08);position:relative;z-index:2;}
.home-shortcuts li{border-right:1px solid var(--uk-border);padding:16px 8px;}
.home-shortcuts li:first-child{border-left:0;}
.home-shortcuts li a{color:var(--uk-text);}
.home-shortcuts li i{color:var(--uk-blue);font-size:23px;margin-bottom:4px;}
.home-shortcuts li p{font-weight:700;letter-spacing:.2px;}
.panel{border:1px solid var(--uk-border);border-radius:14px;box-shadow:0 8px 25px rgba(24,53,84,.06);overflow:hidden;background:#fff;}
.panel-heading{background:#fff!important;border-bottom:1px solid var(--uk-border)!important;padding:17px 20px;}
.panel-title{font-weight:700;color:var(--uk-text);}
.panel-body{padding:20px;}
.btn{border-radius:8px;font-weight:600;transition:all .18s ease;}
.btn-primary,.btn-success,.btn-info{background:var(--uk-blue);border-color:var(--uk-blue);}
.btn-primary:hover,.btn-success:hover,.btn-info:hover{background:#084bd0;border-color:#084bd0;transform:translateY(-1px);}
.btn-default{border-color:#dce5ef;background:#fff;color:#27364b;}
.form-control,.form-control:focus,.select2-container .select2-choice{border-radius:8px;border-color:#dce5ef;box-shadow:none;min-height:42px;}
.form-control:focus{border-color:#7da8ff;box-shadow:0 0 0 3px rgba(11,92,255,.08);}
.table>thead>tr>th{background:#f7faff;border-bottom:1px solid var(--uk-border);color:#536176;}
.table>tbody>tr>td{border-top:1px solid #eef2f7;vertical-align:middle;}
.alert{border-radius:10px;border:0;}
.tiles{margin:0 0 25px;}
.tiles .tile{background:#fff;border:1px solid var(--uk-border);border-right:0;padding:18px 22px;}
.tiles .tile:first-child{border-radius:12px 0 0 12px;}
.tiles .tile:last-child{border-right:1px solid var(--uk-border);border-radius:0 12px 12px 0;}
.tile .stat{color:var(--uk-blue);font-weight:700;}
.tile .title{color:var(--uk-muted);}
.sidebar .panel{box-shadow:none;}
.sidebar .list-group-item{border-color:#edf2f7;}
.breadcrumb{background:transparent;padding:0;margin-bottom:20px;color:var(--uk-muted);}
div.header-lined{border-bottom:1px solid var(--uk-border);margin-bottom:28px;}
div.header-lined h1{font-weight:700;color:var(--uk-text);}
#footer{background:var(--uk-navy);color:#aebed1;padding:34px 0;margin-top:30px;border:0;}
#footer a{color:#fff;}
#footer p{margin:0;text-align:center;}
.back-to-top{background:var(--uk-blue)!important;border-radius:50%!important;width:42px!important;height:42px!important;line-height:42px!important;}
/* Shopping cart / product presentation */
.product{border:1px solid var(--uk-border);border-radius:14px;background:#fff;box-shadow:0 8px 28px rgba(20,45,75,.06);overflow:hidden;}
.product .header{background:linear-gradient(135deg,#071a2d,#0b5cff);color:#fff;padding:18px;}
.product .product-desc{padding:20px;}
.order-summary{border-radius:14px;box-shadow:0 8px 25px rgba(24,53,84,.06);border:1px solid var(--uk-border);}
/* Mobile */
@media(max-width:767px){
 #header{padding-bottom:12px;} #header .logo img{max-width:190px;max-height:50px;}
 .navbar-main .navbar-nav>li>a{padding:14px 18px;}
 section#home-banner{padding:52px 0;} section#home-banner h2{font-size:30px;}
 #main-body{padding:25px 0 40px;}
 .home-shortcuts li{border-bottom:1px solid var(--uk-border);}
 .tiles .tile,.tiles .tile:first-child,.tiles .tile:last-child{border-radius:0;border-right:1px solid var(--uk-border);}
}
