.badge-success {
    color: #208e32;
    background-color: #40cc5845;
}

.badge-primary {
    color: #021049;
    background-color: #02104940;
}

.badge-danger {
    color: #9e3b2b;
    background-color: #e7543d45;
}

.badge-warning {
    color: #b57400;
    background-color: #e9ba346e;
}

.badge-info {
    color: #0d646c;
    background-color: #37d5d55c;
}

.badge-light {
    color: #212529;
    background-color: #ececec;
}

.badge-dark {
    color: #fff;
    background-color: #292d36c7;
}

.badge {
    font-weight: 500;
}

b {
    font-weight: 500;
}

.fw-bold {
    font-weight: 500 !important;
}

.fs-085 {
    font-size: 0.85rem;
}

.fs-080 {
    font-size: 0.80rem;
}

.fs-075 {
    font-size: 0.75rem;
}

.fs-070 {
    font-size: 0.70rem;
}

.cursor-pointer {
    cursor: pointer;
}

.auth-subtitle-link {
    color: #007bfc;
    text-decoration: none;
}

.list-group-item {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}

.list-group-item-action {
    cursor: pointer;
}

.text-pre-wrap {
    white-space: pre-wrap;
}

h3, p {
    margin-bottom: 0;
}

.alert p {
    margin-bottom: 0.30rem;
}

textarea[name=markdown]::placeholder {
    color: #cfcfcf;
    opacity: 1;
}

textarea[name=markdown]:-ms-input-placeholder {
    color: #cfcfcf;
}

textarea[name=markdown]::-ms-input-placeholder {
    color: #cfcfcf;
}

.html-container code {
    color: #ad0000;
    border-radius: 25px;
	background-color: #f8f8f8;
	font-weight: 400;
	padding: 0.25em 0.5em;
}

.html-container pre {
	background-color: #f8f8f8;
	white-space: normal;
	padding: 9px 16px;
	border-radius: 3px;
}

.html-container kbd {
    font-size: 13px !important;
    line-height: 20px;
    background-color: #f8f8f8;
    border: 1px solid #525254;
    color: #000;
    text-transform: uppercase;
    border-radius: 3px;
    padding: 1px 6px;
    margin: 0 2px;
    box-shadow: none;
}

.html-container pre code {
    padding: 0;
    background-color: #f8f8f8;
    white-space: pre;
    color: #525254;
}

.html-container p {
    margin-bottom: 1rem;
}

.badge {
    text-transform: capitalize;
}

.fs-110 {
    font-size: 1.10rem;
}

.text-pre-wrap {
    white-space: pre-wrap;
}

.max-w-400px {
    max-width: 400px;
}

.max-h-200px {
    max-height: 200px;
}

.h-38px {
    height: 38px;
}

.max-h-172px {
    max-height: 172px;
}

.auth-page-gradient {
    background: linear-gradient(90deg, #02114a, #1c369f)
}

.w-5rem {
    width: 5rem;
}

.w-3rem {
    width: 3rem;
}

.h-5rem {
    height: 3rem;
}

.h-3rem {
    height: 3rem;
}

@media (max-width: 575.98px) {
    .d-xs-none {
        display: none !important;
    }

    .w-xs-50 {
        width: 50% !important;
    }

    .w-xs-75 {
        width: 75% !important;
    }

    .w-xs-100 {
        width: 100% !important;
    }
}