:focus {
	outline: none;
}
a {
    text-decoration: none;
    outline: none !important;
}

body {
	font-size: 14px;
	line-height: 1.5;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-weight: 400;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Ubuntu, sans-serif;
}
body, button, input, select, textarea {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}
a {
    transition: all 0.3s ease-in-out 0s;
}
textarea.form-control {
	height: auto !important;
}
.text-white {
	color: #FFF;
}
.hidden {
	display: none !important;
}


.main-container {
	padding: 1.5rem 0;
}
.clientarea-home .card {
	margin-bottom: 22px;
	border: 0px solid #f1f2f3;
	box-shadow: 0px 1px 3px 0px rgb(0 0 0 / 3%);
}
.clientarea-home .card .card-header {
	border-bottom: 1px solid #f1f2f3;
	background-color: transparent;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.clientarea-home .card .card-header .btn:hover {
	color: #FFF;
}
.clientarea-home .card .card-header .card-title {
	color: #666;
	font-size: 1rem;
	font-weight: 600;
	line-height: 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.clientarea-home .card .card-body {
    padding: 1rem 1.25rem;
    position: relative;
    max-height: inherit;
}
.clientarea-home .card .card-body ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.clientarea-home .card .card-body ul li.list-group-item {
	padding: 10px 1.25rem;
	border: 0 none;
    border-bottom: 1px solid #f1f2f3;
}
.clientarea-home .card .card-body li.list-group-item .date {
	color: #AAA;
}
.clientarea-home .card .card-body li h5 {
	color: #333;
	font-size: 1rem;
	margin-bottom: 0;
}
.clientarea-home .card .card-body li a {
	display: block;
}
.clientarea-home .card .card-body a,
.clientarea-home .card .card-body a:hover {
	text-decoration: none;
}
.clientarea-home .card-item {
	display: flex;
	margin: .5rem 0 .75rem;
}
.clientarea-home .card-item .card-item-icon {
	height: 48px;
	width: 48px;
	margin-right: 1rem;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #f4f6fc;
	color: #7d848e;
	font-size: 24px;
	line-height: 1;
}
.clientarea-home .card-item .card-item-title {
	color: #444;
	margin-bottom: 4px;
}
.clientarea-home .card-item:hover .card-item-title {
	color: #076dff;
}
.clientarea-home .card-item .card-item-info {
	font-size: 12px;
	color: #888;
	display: flex;
	align-items: flex-start;
	word-break: break-word;
}
.home-billing-recent {
	display: flex;
}
.consumption-info {
	flex: 0 0 20.83333%;
	width: 20.83333%;
	max-width: 20.83333%;
}
.consumption-chart {
	margin-left: 4.16667%;
	flex: 0 0 75%;
	width: 75%;
	max-width: 75%;
}
.consumption-info {
	color: #888;
}
.consumption-info span {
	color: #333;
}
.current-month-number {
	margin: 16px 0 24px 0;
	font-size: 28px;
	color: #333;
	font-family: TCloudNumber;
}
.last-month-number {
	margin-top: 10px;
	font-size: 14px;
}
ul.reward-primary {
	display: flex;
}
ul.reward-primary > li {
	flex: 1;
	border-right: 1px solid #ebebeb;
	text-align: center;
}
ul.reward-primary > li:last-child {
	border-right: 0;
}
ul.reward-primary > li .money {
	color: #333;
	font-size: 2rem;
	font-family: TCloudNumber;
}
ul.reward-primary > li .symbol {
	font-size: 14px;
}
ul.reward-primary > li .money-label {
	font-size: 12px;
	color: rgba(85,85,85,.5);
}
ul.reward-secondary {
	margin-top: 20px;
}
ul.reward-secondary>li {
	display: flex;
	position: relative;
	line-height: 24px;
	font-size: 12px;
}
ul.reward-secondary>li .money-label {
	color: #333;
	flex: 1;
	color: #888;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.item-aff .links {
	margin-top: 16px;
	text-align: center;
}
.item-aff .inner {
	font-size: 12px;
	margin-top: 16px;
	margin-right: -17px;
	margin-left: -17px;
	padding: 12px 16px;
	color: #555;
	background-color: #ebf4fb;
}
.item-aff .share-links {

}
.no-data {
	min-height: 300px;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	flex-direction: column;
}
.no-data .icon-holder {
	background-image: url("../img/icon-no-openorder.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100%;
	width: 70px;
	height: 70px;
	margin: 0 auto 20px;
}
.avatar {
	border-radius: 50%;
	overflow: hidden;
}
.avatar-sm {
	width: 24px;
	height: 24px;
}
.avatar-md {
	width: 48px;
	height: 48px;
}
.avatar img {
	max-width: 100%;
}
.card-body-info {
	display: flex;
	align-items: center;
	background-image: url("../img/avatar-bg.svg");
	background-position: 110px 14px;
	background-repeat: no-repeat;
	background-size: auto 100%;
	padding: 1.5rem;
}
.funds-item-info {
	width: 30%;
	display: flex;
}
.funds-item-other {
	display: flex;
	width: 70%;
}
.funds-items {
	display: flex;
	align-items: center;
	width: 100%;
}
.funds-item {
	flex: 1;
	padding: 0px 20px;
	font-size: 28px;
	color: #000;
	cursor: pointer;
	text-decoration: none;
	border-left: 1px solid #e6e8ee;
}
.funds-item:last-child {
	margin-right: 0;
}
.funds-item:hover {
	text-decoration: none;
}
.funds-item-header {
	font-size: 12px;
	color: #888;
	line-height: 1.5;
}
.funds-item .funds-num {
	font-family: TCloudNumber;
}
.funds-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.funds-header h5 {
	font-size: 12px;
}


.icon-vps:before {
    content: "\e78b";
}

.iconfont.icon-dedi:before {
    content: "\e78e";
}
.icon-colo:before {
    content: "\e8d5";
}

.icon-iptransit:before {
    content: "\e8a7";
}
.recently-pages-title {
    border: none;
    white-space: nowrap;
    padding: 10px;
    text-align: center;
    background-color: rgba(0,186,199,0.1);
    margin-bottom: 10px;
}

.ann-card .nav-tabs {
    padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
    padding-bottom: 0px;
}


.clientarea-body .card-item {
	display: flex;
	margin: .5rem 0 .75rem;
}
.clientarea-body .card-item .card-item-icon {
	height: 48px;
	width: 48px;
	margin-right: 1rem;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #f4f6fc;
	color: #7d848e;
	font-size: 24px;
	line-height: 1;
}
.clientarea-body .card-item .card-item-title {
	color: #444;
	margin-bottom: 4px;
}
.clientarea-body .card-item:hover .card-item-title {
	color: #076dff;
}
.clientarea-body .card-item .card-item-info {
	font-size: 12px;
	color: #888;
	display: flex;
	align-items: flex-start;
	word-break: break-word;
}

a.home-card {
    color: var(--bs-body-color);
}

.no-data img {
    max-width: 200px;
}

.no-data .text {
    margin-bottom: 20px;
}





.table {
	width: 100%;
	margin-bottom: 1rem;
	color: #212529
}

.table th, .table td {
	padding: .75rem;
	vertical-align: top;
	border-top: 1px solid #d5dce5
}

.table thead th {
	vertical-align: bottom;
	border-bottom: 2px solid #d5dce5
}

.table tbody + tbody {
	border-top: 2px solid #d5dce5
}

.table-sm th, .table-sm td {
	padding: .3rem
}

.table-bordered {
	border: 1px solid #d5dce5
}

.table-bordered th, .table-bordered td {
	border: 1px solid #d5dce5
}

.table-bordered thead th, .table-bordered thead td {
	border-bottom-width: 2px
}

.table-borderless th, .table-borderless td, .table-borderless thead th, .table-borderless tbody + tbody {
	border: 0
}

.table-striped tbody tr:nth-of-type(odd) {
	background-color: rgba(0, 0, 0, .05)
}

.table-hover tbody tr:hover {
	color: #212529;
	background-color: var(--bs-table-hover-bg);
	--bs-table-accent-bg: transparent;
}

.table-primary, .table-primary > th, .table-primary > td {
	background-color: #b8d8f3
}

.table-primary th, .table-primary td, .table-primary thead th, .table-primary tbody + tbody {
	border-color: #7bb6e9
}

.table-hover .table-primary:hover {
	background-color: #a2ccef
}

.table-hover .table-primary:hover > td, .table-hover .table-primary:hover > th {
	background-color: #a2ccef
}

.table-secondary, .table-secondary > th, .table-secondary > td {
	background-color: #f5c9c8
}

.table-secondary th, .table-secondary td, .table-secondary thead th, .table-secondary tbody + tbody {
	border-color: #ec9b99
}

.table-hover .table-secondary:hover {
	background-color: #f1b4b2
}

.table-hover .table-secondary:hover > td, .table-hover .table-secondary:hover > th {
	background-color: #f1b4b2
}

.table-success, .table-success > th, .table-success > td {
	background-color: #b8d8f3
}

.table-success th, .table-success td, .table-success thead th, .table-success tbody + tbody {
	border-color: #7bb6e9
}

.table-hover .table-success:hover {
	background-color: #a2ccef
}

.table-hover .table-success:hover > td, .table-hover .table-success:hover > th {
	background-color: #a2ccef
}

.table-info, .table-info > th, .table-info > td {
	background-color: #d1edf6
}

.table-info th, .table-info td, .table-info thead th, .table-info tbody + tbody {
	border-color: #aadeee
}

.table-hover .table-info:hover {
	background-color: #bce5f2
}

.table-hover .table-info:hover > td, .table-hover .table-info:hover > th {
	background-color: #bce5f2
}

.table-warning, .table-warning > th, .table-warning > td {
	background-color: #fbe8cd
}

.table-warning th, .table-warning td, .table-warning thead th, .table-warning tbody + tbody {
	border-color: #f7d4a3
}

.table-hover .table-warning:hover {
	background-color: #f9ddb5
}

.table-hover .table-warning:hover > td, .table-hover .table-warning:hover > th {
	background-color: #f9ddb5
}

.table-danger, .table-danger > th, .table-danger > td {
	background-color: #f4cfce
}

.table-danger th, .table-danger td, .table-danger thead th, .table-danger tbody + tbody {
	border-color: #eba6a3
}

.table-hover .table-danger:hover {
	background-color: #efbbb9
}

.table-hover .table-danger:hover > td, .table-hover .table-danger:hover > th {
	background-color: #efbbb9
}

.table-active, .table-active > th, .table-active > td {
	background-color: rgba(0, 0, 0, .075)
}

.table-hover .table-active:hover {
	background-color: rgba(0, 0, 0, .075)
}

.table-hover .table-active:hover > td, .table-hover .table-active:hover > th {
	background-color: rgba(0, 0, 0, .075)
}

.table .thead-dark th {
	color: #fff;
	background-color: #343a40;
	border-color: #454d55
}

.table .thead-light th {
	color: #495057;
	background-color: #e9ecef;
	border-color: #d5dce5
}

.table-dark {
	color: #fff;
	background-color: #343a40
}

.table-dark th, .table-dark td, .table-dark thead th {
	border-color: #454d55
}

.table-dark.table-bordered {
	border: 0
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
	background-color: rgba(255, 255, 255, .05)
}

.table-dark.table-hover tbody tr:hover {
	color: #fff;
	background-color: rgba(255, 255, 255, .075)
}

@media (max-width:575.98px) {
	.table-responsive-sm {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch
	}

	.table-responsive-sm > .table-bordered {
		border: 0
	}
}

@media (max-width:767.98px) {
	.table-responsive-md {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch
	}

	.table-responsive-md > .table-bordered {
		border: 0
	}
}

@media (max-width:991.98px) {
	.table-responsive-lg {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch
	}

	.table-responsive-lg > .table-bordered {
		border: 0
	}
}

@media (max-width:1199.98px) {
	.table-responsive-xl {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch
	}

	.table-responsive-xl > .table-bordered {
		border: 0
	}
}

.table-responsive {
	display: block;
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch
}

.table-responsive > .table-bordered {
	border: 0
}

.table-masspay {
	margin-top: 20px
}

.table-masspay tr th {
	font-weight: 500
}

.table-masspay tr td h5 {
	font-size: 15px
}

.table-masspay tr td h5 i {
	margin-right: 4px
}

.table-masspay tr td a {
	text-decoration: none
}

.table-masspay .item-description td {
	border: 0 none !important
}

.table-masspay .masspay-total td {
	font-size: 15px;
	font-weight: 500;
	background-color: transparent;
	padding: 15px 0
}

.table-masspay .masspay-total td.text-right {
	padding-right: 4px
}

.table-container {
	background-color: #fff;
	border: 1px solid #d5dce5;
	padding: 0;
	margin-bottom: 20px;
	border-radius: 4px;
	border-radius: 10px;
	box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 8%);
}

.table-container .listtable .table {
	margin-bottom: 0!important;
	margin-top: 0!important;
}

.table-container .listtable .table thead th {
	font-weight: normal;
	font-size: 80%;
	border-bottom: 2px solid #d5dce5
}

.table-container .listtable .table thead th[class*=sorting_] {
	background-color: #fff;
	border-bottom: 2px solid #00bac7;
}

.table-container .listtable .table tbody .col-small {
	width: 45px;
	min-width: 45px
}

.table-container .listtable .table tbody .col-small.center {
	text-align: center
}

.table-container .listtable .table tbody tr {
	cursor: pointer
}

.table-container .listtable .table tbody tr.row-detail ul {
	padding: 0
}

.table-container .listtable .table tbody tr.row-detail ul li {
	list-style-type: none
}

.table-container .listtable .table tbody tr td {
	outline: none !important
}

.table-container .listtable .table tbody tr td a {
	text-decoration: none
}

.table-container .listtable .table tbody tr td .text-small {
	display: inline-block;
	font-size: 85%
}

.table-container .listtable .table tbody tr td .ssl-info {
	display: inline-block
}

.table-container .listtable .table tbody tr td .ssl-info img {
	height: 12px;
	width: 12px;
	max-width: 12px
}

.table-container .listtable .table tbody tr td .btn-link {
	color: #0273d4;
	background-color: transparent !important;
	text-decoration: none
}

@media (min-width:1041px) {
	.table-container .listtable .table tbody tr td .cycle-text {
		display: block
	}
}

.table-container .listtable .table thead tr th, .table-container .listtable .table tbody tr th, .table-container .listtable .table tfoot tr th, .table-container .listtable .table thead tr td, .table-container .listtable .table tbody tr td, .table-container .listtable .table tfoot tr td {
	position: relative;
	vertical-align: middle
}

.table-container .listtable .table.datatable.has-columns-hidden tbody tr td a {
	-ms-word-break: break-all;
	word-break: break-all
}

.table-container .listtable .table.datatable.has-columns-hidden tbody tr td span.responsiveExpander {
	top: 0 !important;
	left: 0;
	bottom: 0;
	border: 0;
	border-radius: 0;
	height: 100%;
	width: 44px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: absolute;
	text-align: center;
	text-indent: 0 !important;
	outline: 0;
	background-color: #edf0f5
}

.table-container .listtable .table.datatable.has-columns-hidden tbody tr td span.responsiveExpander:before {
	font-weight: 500
}

.table-container .listtable .table.datatable.has-columns-hidden tbody tr td:first-child {
	padding-left: 60px
}

.table-container .dataTables_filter, .table-container .dataTables_info {
	display: none
}

.table-container .table-header {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	padding: 10px 15px;
	border-bottom: 1px solid #d5dce5
}

.table-container .table-header label {
	font-weight: normal;
	margin: 0;
	margin-right: 10px
}

.table-container .table-header .btn {
	background-color: #fff !important;
	border: 1px solid #d5dce5 !important;
	padding: 3px 6px
}

.table-container .dataTables_paginate {
	margin: 0;
	white-space: nowrap;
	text-align: right;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	float: right;
	padding: 10px 15px
}

.table-container .dataTables_paginate .pagination {
	margin: 0
}

.table-container .dataTables_length {
	border-top: 1px solid #d5dce5
}

.table-container .dataTables_length label {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	text-align: left;
	white-space: nowrap;
	padding: 10px 15px;
	margin: 0
}

.table-container .dataTables_length:after {
	display: block;
	content: "";
	clear: both
}

.table-container.domain-pricing-table {
	box-shadow: none !important;
	border: 0 none
}

.table-container.domain-pricing-table table {
	box-shadow: 0px 4px 6px 0px rgba(0, 11, 40, .1);
	border: 1px solid #d5dce5
}

.table-container.domain-pricing-table .dataTables_filter {
	display: block
}

.dataTable.table.has-columns-hidden > tbody > tr > td > span.responsiveExpander::before {
    font-style: normal;
    font-weight: 900;
    content: "\f067";
    padding-right: 5px;
    font-size: 19px;
    color: rgb(136, 136, 136);
    font-family: "Font Awesome 5 Pro" !important;
}


.pagination {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	padding-left: 0;
	list-style: none;
	border-radius: .25rem
}

.pagination li a{
	position: relative;
	display: block;
	padding: .5rem .75rem;
	margin-left: -1px;
	line-height: 1.25;
	color: #0273d4;
	background-color: #fff;
	border: 1px solid #dee2e6;
}

.pagination li:hover {
	z-index: 2;
	color: #0c8efd;
	text-decoration: none;
	background-color: #e9ecef;
	border-color: #dee2e6
}

.pagination li:focus {
	z-index: 3;
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(2, 115, 212, .25)
}

.pagination li:first-child a {
	margin-left: 0;
	border-top-left-radius: .25rem;
	border-bottom-left-radius: .25rem
}

.pagination li:last-child a {
	border-top-right-radius: .25rem;
	border-bottom-right-radius: .25rem
}

.pagination li.active  a{
	z-index: 3;
	color: #fff;
	background-color: #0273d4;
	border-color: #0273d4
}

.pagination li.disabled a {
	color: #6c757d;
	pointer-events: none;
	cursor: auto;
	background-color: #fff;
	border-color: #dee2e6
}

.pagination-lg .page-link {
	padding: .75rem 1.5rem;
	font-size: 1.25rem;
	line-height: 1.5
}

.pagination-lg .page-item:first-child .page-link {
	border-top-left-radius: .3rem;
	border-bottom-left-radius: .3rem
}

.pagination-lg .page-item:last-child .page-link {
	border-top-right-radius: .3rem;
	border-bottom-right-radius: .3rem
}

.pagination-sm .page-link {
	padding: .25rem .5rem;
	font-size: .875rem;
	line-height: 1.5
}

.pagination-sm .page-item:first-child .page-link {
	border-top-left-radius: .2rem;
	border-bottom-left-radius: .2rem
}

.pagination-sm .page-item:last-child .page-link {
	border-top-right-radius: .2rem;
	border-bottom-right-radius: .2rem
}
form[name='hiddenProduct']{
    display: flex;
    margin-bottom: 10px;
    margin-left: -20px;
}
form[name='hiddenInvoice'] {
    display: flex;
    margin-bottom: 10px;
    margin-left: -10px;
}


.table-container {
    --bs-card-spacer-y: 1.2500000001rem;
    --bs-card-spacer-x: 1.2500000001rem;
    --bs-card-title-spacer-y: 0.9375rem;
    --bs-card-border-width: 1px;
    --bs-card-border-color: var(--bs-border-color-translucent);
    --bs-card-border-radius: 0.625rem;
    --bs-card-box-shadow: 0 0.1875rem 0.1875rem 0 rgba(14,34,56,.07);
    --bs-card-inner-border-radius: calc(0.625rem - 1px);
    --bs-card-cap-padding-y: 1.2500000001rem;
    --bs-card-cap-padding-x: 1.2500000001rem;
    --bs-card-cap-bg: transparent;
    --bs-card-cap-color: ;
    --bs-card-height: ;
    --bs-card-color: ;
    --bs-card-bg: #fff;
    --bs-card-img-overlay-padding: 1.875rem;
    --bs-card-group-margin: 0.9375rem;
    word-wrap: break-word;
    background-clip: border-box;
    background-color: var(--bs-card-bg);
    border: var(--bs-card-border-width) solid var(--bs-card-border-color);
    border-radius: var(--bs-card-border-radius);
    display: flex;
    flex-direction: column;
    height: var(--bs-card-height);
    min-width: 0;
    position: relative;
}

.table-container .table-header {
    background-color: var(--bs-card-cap-bg);
    border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color);
    color: var(--bs-card-cap-color);
    margin-bottom: 0;
    padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
}


.table>thead {
    background-color: rgba(var(--bs-gray-600-rgb),.1)!important;
    color: rgba(var(--bs-body-color-rgb),.3525)!important;
}

.table-container .listtable .table thead th[class*=sorting_] {
    background-color: transparent;
}

.table-container  .table-hover>tbody>tr:hover>* {
    box-shadow: none!important;--bs-table-accent-bg:
    var(--bs-table-hover-bg);
    color: var(--bs-table-hover-color);
}



.announcement-items {
	display: grid;
	grid-gap: 1.5rem;
	grid-template-columns: repeat(3, 1fr);
}
.announcement-item {
	flex: 1;
	position: relative;
	border-radius: .35rem;
	border: 1px solid #f0f1f3;
	overflow: hidden;
}
.announcement-items {
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: repeat(2, auto);
}
.announcement-item a {
	padding: 1rem;
	display: flex;
	flex-direction: column;
	justify-content: end;
	text-decoration: none;
	position: relative;
	z-index: 3;
	width: 100%;
	min-height: 200px;
	height: 100%;
}
.announcement-item h4 {
	height: 25px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.announcement-body {
	font-size: 1.25rem;
}
.main-news-body .announcement-items {
	grid-template-columns: repeat(4, 1fr);
	grid-template-rows: repeat(2, auto);
}
.announcement-item:hover {
	transform: translateY(-2px) scale(1.02);
	transition: all .3s ease-in-out;
}
.announcement-item img {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.announcement-item:after {
	position: absolute;
	z-index: 2;
	content: '';
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0,0,0,.5);
}
.main-news-body .announcement-item a {
	min-height: 180px;
}
.announcement-item:first-child {
	grid-column: 1/span 2;
	grid-row: 1/span 2;
}

.float-right {
    float: right!important;
}

.ticket-reply p {
    margin-bottom: 0px;
}

.btn-block {
    display: block;
    width: 100%;
}

.input-group>.custom-file {
    display: flex;
    align-items: center;
}

.input-group>.custom-file, .input-group>.custom-select, .input-group>.form-control, .input-group>.form-control-plaintext {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0;
}
.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    margin-bottom: 0;
}
.input-group>.custom-file:not(:last-child) .custom-file-label, .input-group>.custom-file:not(:last-child) .custom-file-label::after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.custom-control-label::before, .custom-file-label, .custom-select {
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

li#Primary_Navbar-Billing-My_Quotes {
    display: none;
}

li#Primary_Navbar-Services-View_Available_Addons {
    display: none;
}

li#Primary_Navbar-Support-Network_Status {
    display: none;
}