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

    ** Custom Stylesheet **

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

***************************************************** */
@media (min-width: 768px) {
#whmcsthemes .container {
    width: 710px;
}
}
@media (min-width: 992px) {
#whmcsthemes .container {
    width: 940px;
}
}
@media (min-width: 1200px) {
#whmcsthemes .container {
 width: 1140px;
}
}
#whmcsthemes .navbar-main {
	background-color: #797979!Important;
	border-radius: 0px;
	font-weight: 300;
}
#whmcsthemes .navbar-main .dropdown-menu > li > a:hover, #whmcsthemes .dropdown-menu > li > a:focus {
	background-color: #6CA93E!Important;
}
#whmcsthemes .navbar-main .navbar-nav > li > a:hover, #whmcsthemes .navbar-main .navbar-nav > li > a:focus, #whmcsthemes .navbar-main .navbar-nav > .active > a, #whmcsthemes .navbar-main .navbar-nav > .active > a:hover, #whmcsthemes .navbar-main .navbar-nav > .active > a:focus, #whmcsthemes .navbar-main .navbar-nav > .open > a, #whmcsthemes .navbar-main .navbar-nav > .open > a:hover, #whmcsthemes .navbar-main .navbar-nav > .open > a:focus {
	color: #CCC!Important;
	background-color: #797979!Important;
}
#whmcsthemes .dataTables_wrapper .dataTables_info {
	padding: 11px 10px!Important;
}
#whmcsthemes a.list-group-item.active, #whmcsthemes a.list-group-item.active:hover, #whmcsthemes a.list-group-item.active:focus {
	background-color: #0B9CB4!Important;
}
#whmcsthemes .list-group-item.active, #whmcsthemes .list-group-item.active:focus, #whmcsthemes .list-group-item.active:hover {
	border-color: #0B9CB4!Important;
}
#whmcsthemes body, #whmcsthemes input, #whmcsthemes button, #whmcsthemes select, #whmcsthemes textarea {
	font-family: 'Ubuntu', sans-serif!Important;
}
#whmcsthemes h1, #whmcsthemes h2, #whmcsthemes h3, #whmcsthemes h4, #whmcsthemes h5, #whmcsthemes h6 {
	font-family: 'Ubuntu', sans-serif!Important;
}
#whmcsthemes .navbar-main {
	font-family: 'Ubuntu', sans-serif!Important;
}
#whmcsthemes .pagination > .active > a, #whmcsthemes .pagination > .active > span, #whmcsthemes .pagination > .active > a:hover, #whmcsthemes .pagination > .active > span:hover, #whmcsthemes .pagination > .active > a:focus, #whmcsthemes .pagination > .active > span:focus {
	background-color: #0B9CB4!Important;
	border-color: #08A3BD!Important;
}
#whmcsthemes .domain-checker-container {
	background: #0B9CB4!Important;
}
#whmcsthemes .admin-masquerade-notice {
	margin: 0px 0 0 auto!Important;
}
#whmcsthemes .navbar-default .navbar-toggle .icon-bar {
	background-color: #FFF !Important;
}
.topbar .social .phoneheader {
	display: inline;
	line-height: 12px;
	font-size: 12px;
	height: 12px;
}
.topbar .social .phoneheader .fa{
	display: inline;
	margin-left: 0px;
	vertical-align: middle;
	font-size: 20px!Important;
	color:#C5C5C5!Important
}
#whmcsthemes .md-editor .fa {
	padding-right:0px;
}
#modalAjax h4 {
	color:#fff;
}
@media (max-width: 1199px) {
	#whmcsthemes .navbar-main .navbar-nav .open .dropdown-menu > li > a {
		color: #ddd;
	}
}

.resell_product {
    width: 19.7%;
    display: inline-block;
}
.resell_product p.check {
    margin:10px 0 !important;
}

@media (max-width: 1023px) {
    .resell_product {
        width: 49.5%;
        display: inline-block;
    }
    .resell_product p.check {
        margin:10px 0 !important;
    }
}

.grid {
	display:grid;
}

.g-cols-3 {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}
.gap-4 {
	gap: 1.5em 
}
