<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*

[Theme Overrides Stylesheet]

Project: CloudServer - Responsive HTML5 Technology, Web Hosting and WHMCS Template
Version: 1.7
Author : themelooks.com


NOTE:
------
PLEASE DO NOT EDIT THIS CSS, YOU MAY NEED TO USE "custom.css" FILE FOR WRITING YOUR CUSTOM CSS.
WE MAY RELEASE FUTURE UPDATES SO IT WILL OVERWRITE THIS FILE. IT'S BETTER AND SAFER TO USE "custom.css".


[TABLE OF CONTENTS]

1. GENERAL STYLES
	##. DROPDOWN MENU
	##. DATATABLES
	##. BRANDING

2. HEADER AREA

3. MAIN MENU AREA

4. HOME BANNER AREA

5. HOME SHORTCUTS AREA

6. MAIN BODY AREA
	6.1. DOMAIN PRICING
	6.2. SIDEBAR

7. LOGIN AREA

8. LANDING PAGE
	8.1. PRICING
	8.2. FAQ

9. ORDER PAGE
	9.1. PANEL SIDEBAR: LIST GROUP
	9.2. SUMMERY
	9.3. VIEW CART ITEMS

*/

/*------------------------------------*\
    1. GENERAL STYLES
\*------------------------------------*/
body {
    font-size: 14px;
    line-height: 1.42857143;
}

a.label {
    color: #fff; /* Reset the anchor label color */
}

input[type=checkbox],
input[type=radio] {
    margin-top: 2px;
}

.nav-tabs &gt; li.active &gt; a,
.nav-tabs &gt; li.active &gt; a:focus,
.nav-tabs &gt; li.active &gt; a:hover {
    color: #fff;
}

.bg-color-red,
.bg-color-gold,
.bg-color-blue,
.bg-color-asbestos {
	color: #fff !important;
}
.bg-color-red {
    background-color: #d9534f;
}
.bg-color-gold {
    background-color: #f0ad4e;
}
.bg-color-blue {
    background-color: #5bc0de;
}
.bg-color-asbestos {
    background-color: #7f8c8d;
}

.btn.btn-xs {
    padding: 2px 8px;
}

.form-control {
    height: 40px;
    border-color: #eee;
    border-radius: 0;
    box-shadow: none;
}

.form-control:focus {
    box-shadow: none;
}

.landing-page.ssl .detailed-info .panel-heading h4 a {
    color: #fff !important;
}

.alert {
    border-radius: 0;
}

.tiles .tile {
    border-style: solid;
    border-width: 1px 0 1px 1px;
    border-color: #eee;
}

.tiles .tile:last-child {
    border: 1px solid #eee;
}

@media screen and (max-width: 767px) {
	.tiles .tile:nth-child(1),
	.tiles .tile:nth-child(2) {
		border-top: 1px solid #eee;
		border-bottom-width: 0;
	}
	
	.tiles .tile:nth-child(2) {
		border-left: 1px solid #eee;
		border-right: 1px solid #eee;
	}
}

div.header-lined .breadcrumb {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
}

.home-kb-search i {
    top: -30px;
}

.btn-social {
    padding: 10px 20px 10px 60px;
    border-width: 0;
    border-radius: 2px;
    transition-property: color, background-color;
    transition-duration: .25s;
    transition-timing-function: ease-in-out;
}

.btn-social i.fa {
    width: 40px;
    font-size: 1.2em;
    line-height: 40px;
}

.btn-facebook { background-color: #3b5998; }
.btn-twitter { background-color: #2ba9e1; }
.btn-google { background-color: #dd4b39; }

/* ##. DROPDOWN MENU */
.btn-group &gt;.btn + .dropdown-toggle &gt; .caret {
    margin-left: 0;
}

/* ##. DATATABLES */
.dataTables_wrapper {
    font-size: 14px;
    line-height: 24px;
}

div.dataTables_wrapper table.table-list {
    margin-bottom: 0 !important;
}

div.dataTables_wrapper table.table-list thead th {
    position: relative;
    z-index: 0;
}

div.dataTables_wrapper table.table-list thead th:before {
    content: " ";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -4px;
    height: 4px;
    background-color: #000;
    opacity: 0;
    z-index: -1;
}

div.dataTables_wrapper table.table-list thead th:nth-child(even):before {
    opacity: 0.1;
}

div.dataTables_wrapper table.table-list tr:first-child td {
    border-top-width: 0;
}

.dataTables_wrapper .dataTables_filter label input.form-control {
	height: auto;
    margin-top: 4px;
    background-position: 10px center;
}

@media screen and (max-width: 600px) {
	div.dataTables_wrapper div.dataTables_info {
		padding-bottom: 60px !important;
	}

	.dataTables_wrapper .dataTables_filter {
		margin-top: 60px;
	}
	
	div.dataTables_wrapper .dataTables_filter label .form-control {
		margin-top: 0;
	}
}

@media screen and (max-width: 767px) {
	div.dataTables_wrapper table.table-list thead th,
	div.dataTables_wrapper table.table-list tbody td {
		padding-left: 5px;
		padding-right: 5px;
	}
	
	div.dataTables_wrapper table.table-list thead th:nth-child(3),
	div.dataTables_wrapper table.table-list thead th:nth-child(4),
	div.dataTables_wrapper table.table-list tbody td:nth-child(3),
	div.dataTables_wrapper table.table-list tbody td:nth-child(4) {
		display: none;
	}
}

@media screen and (max-width: 480px) {
	div.dataTables_wrapper table.table-list thead th:nth-child(5),
	div.dataTables_wrapper table.table-list tbody td:nth-child(5) {
		display: none;
	}
}

.dataTables_wrapper div.dataTables_paginate {
    padding-top: 0;
}

.dataTables_paginate .pagination &gt; li {
    margin-top: 4px;
}

/* ##. BRANDING */
p:last-child[style="text-align:center;"] {
    display: none;
}

/*------------------------------------*\
    2. HEADER AREA
\*------------------------------------*/
.header--topnav {
    padding: 10px 0;
	background-color: #f0f0f0;
}

#top-nav a.quick-nav {
	color: #222;
}

ul.top-nav {
	margin-top: 0;
}

ul.top-nav &gt; li.primary-action &gt; a.btn {
	border-radius: 20px;
    box-shadow: none;
    transition: color .25s, background-color .25s ease-in-out;
}

/*------------------------------------*\
    3. MAIN MENU AREA
\*------------------------------------*/
.navbar-main {
    border-radius: 0;
}

.navbar-main .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-main .navbar-toggle:focus,
.navbar-main .navbar-toggle:hover {
    background-color: transparent;
}

.navbar-main .navbar-nav &gt; li &gt; a {
    -webkit-transition: color .25s, background-color .25s ease-in-out, border-color .25s;
            transition: color .25s, background-color .25s ease-in-out, border-color .25s;
}

.navbar-main .navbar-nav &gt; li &gt; a:hover,
.navbar-main .navbar-nav &gt; li &gt; a:focus,
.navbar-main .navbar-nav &gt; .active &gt; a,
.navbar-main .navbar-nav &gt; .active &gt; a:hover,
.navbar-main .navbar-nav &gt; .active &gt; a:focus,
.navbar-main .navbar-nav &gt; .open &gt; a,
.navbar-main .navbar-nav &gt; .open &gt; a:hover,
.navbar-main .navbar-nav &gt; .open &gt; a:focus {
    color: #fff;
    background-color: #202736;
}

.navbar-main .dropdown-menu a {
    -webkit-transition: color .25s, background-color .25s ease-in-out, border-color .25s;
            transition: color .25s, background-color .25s ease-in-out, border-color .25s;
}

/*------------------------------------*\
    4. HOME BANNER AREA
\*------------------------------------*/
section#home-banner {
    padding: 100px 0;
    background-color: #202736;
    background-size: auto;
    background-repeat: repeat;
}

section#home-banner h2 {
    margin-top: -5px;
    margin-bottom: 10px;
}

#home-banner input.form-control,
#home-banner input[type="submit"] {
    margin: 0;
    border: none;
    box-shadow: none;
    outline: 0;
}

/*------------------------------------*\
    5. HOME SHORTCUTS AREA
\*------------------------------------*/
.home-shortcuts li,
.home-shortcuts li:first-child {
    border-color: #fff;
}

.home-shortcuts li {
    padding: 20px 0;
}

.home-shortcuts .lead {
    margin-top: 17px;
}

/*------------------------------------*\
    6. MAIN BODY AREA
\*------------------------------------*/
#main-body a {
    -webkit-transition: color .25s, background-color .25s ease-in-out, border-color .25s;
            transition: color .25s, background-color .25s ease-in-out, border-color .25s;
}

#main-body a.label:hover {
    color: #fff; /* Reset the anchor label color */
}

#main-body a.list-group-item:focus,
#main-body a.list-group-item:hover {
    color: #555; /* Reset the anchor list group item color */
}

#main-body .list-group-item.active,
#main-body .list-group-item.active:focus,
#main-body .list-group-item.active:hover {
    color: #fff;
}

#main-body .list-group-item.active .fa {
	color: #fff !important;
}

div.header-lined h1 {
    color: #222; /* Set the header lined color */
}

div.header-lined small {
    color: #777; /* Reset the header lined small tag color */
}

#order-standard_cart .btn-checkout {
    padding: 9px 30px 11px;
}
#order-standard_cart .order-summary .btn-continue-shopping {
	margin-top: 10px;
    font-size: 14px !important;
}

.announcement-single .title {
    display: inline-block;
    margin-bottom: 10px;
    font-family: "Raleway", sans-serif;
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
}

/* 6.1. DOMAIN PRICING */
.domain-pricing {
    margin-bottom: 10px;
}

.domain-pricing img {
    max-width: 100%;
    height: auto;
}

.domain-pricing &gt; h4:first-child {
    margin: 0 0 15px;
    color: #222;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
}

.domain-pricing .tld-filters {
    margin: -10px -5px 15px;
    font-size: 0;
    line-height: 0;
}

.domain-pricing .tld-filters .label {
    display: inline-block;
    margin: 10px 5px 0;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 18px;
    font-weight: normal;
}

.domain-pricing .tld-pricing-header {
    margin: 0;
    padding: 0;
    background-color: #f5f5f5;
    font-weight: 400;
}

.domain-pricing .tld-pricing-header .col-sm-4,
.domain-pricing .tld-pricing-header .col-xs-4 {
    padding-top: 14px;
    padding-bottom: 12px;
}

.domain-pricing .tld-pricing-header .col-sm-4,
.domain-pricing .tld-pricing-header .col-xs-4 {
    background-color: transparent;
}

.domain-pricing .tld-pricing-header div.col-sm-4,
.domain-pricing .tld-pricing-header div.col-xs-4 {
    border-color: #82b440;
}

.domain-pricing .tld-row {
    margin: 0;
    padding: 0;
}

.domain-pricing .tld-row .row {
    padding-top: 10px;
    padding-bottom: 10px;
}

.domain-pricing .tld-row.highlighted {
    background-color: #f5f5f5;
}

.domain-pricing .tld-row strong {
    display: inline-block;
    padding: 10px 0;
}

.domain-pricing .two-row-center {
    border-color: #ddd;
}

/* 6.2. SIDEBAR */
.sidebar .panel {
    border: 1px solid #eee;
    border-radius: 0;
    font-size: 14px;
    line-height: 24px;
}

.sidebar .panel-heading {
    background-color: #f0f0f0 !important;
    border-color: #f0f0f0;
    border-radius: 0;
	cursor: pointer;
}

.sidebar .panel-heading.active .fa-chevron-up:before {
    content: "\f078";
}

.sidebar .list-group .list-group-item {
    border-color: #eee;
}

.sidebar .panel-footer .col-xs-6 .btn-block {
    padding-left: 0;
    padding-right: 0;
}

/*------------------------------------*\
    7. LOGIN AREA
\*------------------------------------*/
#login.btn {
    padding: 9px 30px 11px; /* Reset the login button padding */
	outline: 0;
}

/*------------------------------------*\
    8. LANDING PAGE
\*------------------------------------*/
/* 8.1. PRICING */
.landing-page .get-started .choose-product .btn {
    margin: 10px 0 0;
    padding: 10px 20px;
    color: #333;
    background-color: #fff;
    border-color: #ddd;
    border-width: 0 1px 0 0;
    box-shadow: none;
    font-weight: normal;
    text-transform: none;
}

.landing-page .get-started .choose-product .btn:before {
    display: none;
}

.landing-page .get-started .choose-product .btn:last-child {
    border-right-width: 0;
}

.landing-page .get-started .choose-product .btn:hover,
.landing-page .get-started .choose-product .btn.active {
    background-color: #e6e6e6;
}

.landing-page .get-started .btn.btn-order-now {
	padding: 8px 25px 9px;
	color: #333;
    background-color: #fff;
	border-color: #fff;
    border-radius: 20px;
    box-shadow: none;
    transition: background-color .25s ease-in-out;
    outline: 0;
}

.landing-page .product-options div.price {
    margin: 20px 0;
}

.landing-page .pricing .cycle-change {
    box-shadow: none;
    transition: background-color .25s ease-in-out;
}

/* 8.2. FAQ */
.landing-page #faq {
    margin: 0;
    padding: 80px 0;
    background-color: #f9f9f9;
}

/*------------------------------------*\
    9. ORDER PAGE
\*------------------------------------*/
/* 9.1. PANEL SIDEBAR: LIST GROUP */
.panel-sidebar a.list-group-item .fa {
    transition: color .25s;
}

/* 9.2. SUMMERY */
#order-standard_cart div.order-summary {
	background-color: #119ee6;
	border-color: #119ee6;
}

#order-standard_cart div.summary-container {
    padding-top: 12px;
    font-size: 14px;
    line-height: 24px;
}

#order-standard_cart div.summary-container .total-due-today {
    margin-top: 18px;
}

#order-standard_cart div.summary-container .total-due-today .amt {
    margin-bottom: 8px;
}

#order-standard_cart .order-summary .btn-continue-shopping {
	margin-top: 0;
    padding: 10px 0 5px;
    text-decoration: none;
}

/* 9.3. VIEW CART ITEMS */
.view-cart-items .item-title .btn-link {
    text-decoration: none;
}

#order-standard_cart .view-cart-items div.item,
#order-standard_cart .view-cart-items .item-price span.cycle {
    font-size: 14px;
}

#order-standard_cart .view-cart-items span.item-title {
    font-size: 1.4em;
}
</pre></body></html>