/* phpcs:ignore */
#wdp-loading-container {
	text-align: center;
}

div#whmcs_domain_pricing {
	width: 100%;
	max-width: 1235px !important;
	font-size: 16px !important;
}

div#whmcs_domain_pricing p:last-child {
	margin-bottom: 0;
}

div#whmcs_tlds_table_content {
	padding: 0;
	margin: 0;
}

div#whmcs_tlds_table_container {
	position: relative;
	padding: 0;
	margin: 0;
}

table#whmcs_tlds_table {
	border: none;
	border-collapse: collapse;
}

table#whmcs_tlds_table a {
	text-decoration: none;
}

table#whmcs_tlds_table a:hover, table#whmcs_tlds_table a:active, table#whmcs_tlds_table a:focus {
	text-decoration: underline;
}

table#whmcs_tlds_table tr {
	border: none;
}

table#whmcs_tlds_table th, table#whmcs_tlds_table td {
	border: none;
	padding: 10px;
}

table#whmcs_tlds_table th {
	font-weight: bold;
}

table#whmcs_tlds_table td {
	font-weight: normal;
}

table#whmcs_tlds_table th.wdp_tld {
	width: 20%;
}

table#whmcs_tlds_table th.wdp_registration, table#whmcs_tlds_table th.wdp_transfer, table#whmcs_tlds_table th.wdp_renew {
	width: 18%;
}

table#whmcs_tlds_table th.wdp_notes {
	width: 26%;
}

table#whmcs_tlds_table td.wdp_registration, table#whmcs_tlds_table td.wdp_transfer, table#whmcs_tlds_table td.wdp_renew {
	font-size: 14px;
}

table#whmcs_tlds_table td.wdp_tld {
	font-size: 22px;
	padding-left: 20px;
}

table#whmcs_tlds_table td.wdp_notes {
	font-size: 12px;
}

div#whmcs_tlds_table_content ul {
	margin: 0;
	padding: 0;
	max-width: none;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

div#whmcs_tlds_table_content ul li {
	max-width: none;
}

div#whmcs_tlds_table_content .dt-paging {
	margin-top: 10px;
	margin-bottom: 10px;
}

ul#wdp_nav {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	list-style: none;
	width: 100%;
	overflow: hidden;
}

ul#wdp_nav > li {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	margin: 0 2px;
	white-space: nowrap;
}

ul#wdp_nav > li:first-child {
	margin: 0 2px 0 0 !important;
}

ul#wdp_nav > li:not(#wdp_dropdown):last-child {
	margin: 0 0 0 2px !important;
}

ul#wdp_nav > li#wdp_dropdown {
	margin-left: auto;
	margin-right: 0;
}

ul#wdp_nav a, ul#wdp_dropdown_ul a {
	display: inline-block;
	text-decoration: none !important;
	outline: none !important;
	background: none !important;
	padding: 4px 20px !important;
	font-weight: normal;
	color: #333;
	width: 100%;
}

ul#wdp_nav a:hover, ul#wdp_nav a:active, ul#wdp_nav a:focus, ul#wdp_dropdown_ul a:hover, ul#wdp_dropdown_ul a:active, ul#wdp_dropdown_ul a:focus {
	text-decoration: none !important;
	outline: none !important;
	background: none !important;
}

ul#wdp_dropdown_ul {
	position: absolute;
	display: block;
	right: 0;
	top: 0;
	background-color: #eee;
	list-style: none;
	min-width: 150px;
	z-index: 30;
}

div#wdp_search_tlds {
	margin-bottom: 20px;
	display: flex;
	flex-direction: row;
	align-items: center;
}

input#wdp_search_tlds_field {
	display: inline-block !important;
	min-width: 100px !important;
	max-width: 25% !important;
	margin-bottom: 0 !important;
}

span#wdp_reset_search {
	color: rgb(255, 40, 69);
	cursor: pointer;
	font-size: 30px;
	width: 30px;
	height: 30px;
}

@media (max-width: 470px) {

}

@media (max-width: 350px) {

}
