<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.banner{
	box-shadow:none;
	background-color:#333333;
	/*height:373px !important;*/
	height:auto !important;
	min-height:373px !important;
}
.banner-content{
	background:#333;
}

.banner-h1-label{
	color:#fff !important;
	font-size:40px !important;
	margin-top:35px !important;
	margin-bottom:0px !important;
}

.banner-span-label{
	font-size:25px;
	color:#81bc00;
}

.sub-label{
	font-size:25px;
	color:#fff;
}

.sub-label-gray{
	font-size:20px;
	color:#666666;
}

.domain-saller{
	background:#fff;	
}

.price-label{
	position:relative;
	display:inline-block;
}

.price-label:before {
    content: attr(data-tag-txt);
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0px;
    position: absolute;
    display: inline-block;
    padding: 0px 5px;
    height: 22px;
    line-height: 24px;
    border-radius: 2px;
    background-color: #ff3300;
    color: #ffffff;
    transform: skewY(-10deg);
    -ms-transform: skewY(-10deg);
    -webkit-transform: skewY(-10deg);
    left: calc(-45px);
    top: calc(50% - 7px);
    z-index: 2;
    -webkit-box-shadow: 2px 2px 0 rgba(51, 51, 51, 0.25);
    -moz-box-shadow: 2px 2px 0 rgba(51, 51, 51, 0.25);
    box-shadow: 2px 2px 0 rgba(51, 51, 51, 0.25);
}


.sub-domain-search-container{
	background-color:#333333;
	min-height:216px;
	color:#fff;
	padding:50px 0px;
	overflow:hidden;
}

.sub-domain-content{
	position:relative;
}

.sub-domain-content .fa{
	position:absolute;
	left: 12px;
    top: 15px;
	color:#333333;
	z-index:99;
}

.sub-domain-content .form-control{
    height: 46px;
    border-radius: 3px 0 0 3px !important;
    border-color: #ffffff;
    text-indent: 30px;
    border: none;
}

.sub-domain-content .input-group-btn::after{
	left: -1px;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-left-color: #fff;
	border-width: 10px;
	margin-top: -10px;
	z-index:9;
}

.vertical-center {
    display: inline-block;
    vertical-align: middle;
    float: none;
    margin-right: -4px;
	padding-top: 20px;
    padding-bottom: 20px;
}



.rotate-90{
	transform: rotate(90deg) ;
	-webkit-transform: rotate(90deg) ;
	-moz-transform: rotate(90deg) ;
	-o-transform: rotate(90deg) ;
	-ms-transform: rotate(90deg) ;
}

.domain-list-table{
	background:#e6e9ed;
}


html,body{
			background:#fff !important;
			margin:0px;
			padding:0px;
			}
		
		.top-header{
			background-color: #333333;
			height:60px;
			border-radius: 3px 3px 0px 0px !important;
		}
		
		.top-header h1{
			background-color: #333333;
			height:60px;
			color:#fff;
			line-height:60px;
			font-size:30px;
			border-radius: 3px 3px 0px 0px !important;
		}
		
		.unlimited-icon {
			width: 48px;
			height: 24px;
			display:inline-block;
			background-image: url(/ResourceFiles/v1/images/webhosting/icons/unlimited.png);
		}
		
		.header{
			padding:26px 0px;
			border-radius:4px 4px 0px 0px;
		}
		
		
		.header h2{
			color:#fff;
			font-size:25px;
			margin:0px;
		}
		
		.header span{
			color:#333;
			font-size:18px;
		}
		
		.responsive-table{
			background:#fff;
		}
		
		.responsive-table .thead{
			height: 88px;
			line-height: 88px;

			background:#f6f7fa;
			border-bottom:1px solid #e6e9ed;
		}
		
		.responsive-table .tbody{
			background:#fff;
		}
		
		.responsive-table .tbody .tr{
			border-bottom:1px solid #e6e9ed;
		}
		
		.responsive-table .tbody .tr:last-child{
			border:0px;
		}
		
		.responsive-table .tbody .tr.product-row{
			cursor:pointer;
			height:80px;
		}
		
		.responsive-table .tbody .tr.product-row:nth-of-type(odd) {
			background-color: rgba(0,0,0,.05);
		}

		
		
		.responsive-table .tbody .tr.product-row .btn.selected{
			background:#fff;
			color:#656d78;
			font-weight:500;
			box-shadow:inset 0 0px 0px 2px #656d78;
			border-radius:4px;
			position:relative;
		}
		
		.responsive-table .tbody .tr.product-row .btn.selected .fa{
			position:absolute;
			right:-30px;
		}
		
		.font-size-25{
			font-size:25px;
		}	
		
		.font-size-18{
			font-size:18px;
		}	
		
		.selector-button-width{
			width:105px;	
		}
		
		.button-selected{
			background:#fff;
			border:2px solid #ff7d01;
			color:#ff7d01;
			font-weight:bold;
			box-shadow:none;
		}
		
		.ex-padding{
			padding-left:30px;
			padding-right:30px;
		}
		.grey-discount{
			display:inline-block; position:relative;
		}
		.margin-right-10{
			margin-right:10px;
		}
		
		.goto-order{
			padding-bottom: 30px;
			padding-left:50px;
		}
		.goto-order .fa{
			margin-right:15px;	
		}
		
		.platform-content{
			padding:20px;
			cursor:pointer;
		}
		
		.platform-content:hover{
			border-radius:2px;
			-webkit-box-shadow: inset 0 0 0 2px #e6e9ed;
			-moz-box-shadow: inset 0 0 0 2px #e6e9ed;
			box-shadow: inset 0 0 0 2px #e6e9ed;
			background:#f6f7fa;
		}
		
		.platform-content.selected{
			border-radius:2px;
			-webkit-box-shadow: inset 0 0 0 2px #e6e9ed;
			-moz-box-shadow: inset 0 0 0 2px #e6e9ed;
			box-shadow: inset 0 0 0 2px #e6e9ed;
			background:#f6f7fa;
		}
		
		.platform-content .platform-type .fa{
			font-size:80px;
		}
		
		.platform-content .sub-text{
			font-size:16px;
			color:#333;
			font-weight:500;
		}
		
		.platform-name{
			font-size:25px;
		}
		
		
				

		
		
	</pre></body></html>