

.alert-info p {
    font-size: 0.8em;
    line-height: 1em;
}
.alert-info h2 {
    font-size: 0.8em;
    line-height: 0.5em;
}

.svg-icon {
    fill: rgb(145 189 213);
}
.email-delete .svg-icon {
    fill: rgb(145 189 213);
}

body.email-index .d-flex p.m-0 {
	color:	#cfdaeb;
}
span.hwprefix {
    float: right;
    margin-right: 0.3em;
    margin-top: 0.3em;
}

#whois_phone_cc {
	width: 94%;
    float: right;
}

.text-muted {
    font-size: 0.9em;
}

.alert-info {
	text-align:	center;
}

#wrapper form.api-form > div.gap-3 > div:nth-child(1) {
	display: none;
}

#order div.well div span {
	font-size: 1rem;
}

#wrapper > section > div > div > div > div:nth-child(1) > div.card-body > table > tbody > tr:nth-child(7) {
	display: none;
}

#apikey-tab {
	display: none;
}

#wrapper > section > div > div:nth-child(2) > div:nth-child(2) > div:nth-child(3) > div > div.card-body.p-1 span.text-secondary {
	display: none;
}

.alert-primary {
    text-align: center;
	font-size: 0.8rem;
}

.hwfoss {
    font-size: 0.6rem;
}
.invoice-gateway {
    background: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
}

body.invoice-invoice div.card-header div.align-items-center {
	padding-left: 1rem;
}

/*
body.invoice-invoice div.card .card-body:first-child {
	display:	none;
}
*/
body.invoice-invoice div.card-header a.btn-dark {
	display:	none;
}

body.tos div.card-body {
	font-size:	0.8rem;
}
body.tos div.card-body li strong {
	font-size:	0.9rem;
}
body.privacy-policy div.card-body {
	font-size:	0.8rem;
}
body.privacy-policy  div.card-body li strong {
	font-size:	0.9rem;
}
body.privacy-policy div.card-body .h2, h2 {
        font-size: 1rem;
    }
body.news-index .card-body h3 {
	font-size: 1rem;
}

body.news-index .card-body p {
	font-size: 0.8rem;
}
body.news-post .card-body h3 {
	font-size: 1rem;
}

body.news-post .card-body p {
	font-size: 0.8rem;
}

body.order-manage div.card-header nav.card-header-tabs a[data-bs-target="#details-tab-pane"] {
	display:	none;
}
body.order-manage div.tab-content #details-tab-pane {
	display:	none;
}

body.order-manage div.card-header nav.card-header-tabs a[data-bs-target="#protect-tab-pane"] {
	display:	none;
}
body.order-manage div.card-header nav.card-header-tabs a[data-bs-target="#privacy-tab-pane"] {
	display:	none;
}
/*
body.order-manage div.card-body ul li:has(a[href="#password"]) {
	display:	none;
}
*/
body.order-manage div.card-body ul li a[href="#password"]{
	display:	none;
}
body.order-manage div.card-body ul li a[href="#domain"]{
	display:	none;
}
body.order-manage div.card-body ul li a[href="#username"]{
	display:	none;
}



@media (min-width: 1200px) {
	body.privacy-policy div.card-body .h2, h2 {
        font-size: 1.1rem;
    }
	body .alert-info h2 {
    font-size: 0.8em;
    line-height: 0.5em;
	}
	.alert-info p {
    font-size: 0.8em;
    line-height: 0.5em;
	}
}
@media (min-width: 1200px) {
	.h3, h3 {
        font-size: 1.2rem;
    }
}
