html {
    font-size: 100%;
}
body {
    font-size: 1rem;
}
li {
    list-style: none;
}
ul {
    padding-left: 0 !important;
}
i{
    font-style: normal;
}
.navbar {
    font-size: .875rem;
    padding: 0;
    background: #fff !important;
    border-top: 2px solid rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}
.navbar-nav .nav-item .nav-link i:before{
    vertical-align: middle !important;
}

a {
    text-decoration: none;
    color: #e9a6b2;
}
.text-hidden {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.color-main {
    color: #e9a6b2 !important;
}
.color-h {
    color: #666 !important;
}

.navbar-nav {
    justify-content: space-around;
    flex: 1;
    flex-direction: row;
}
.nav-item.active a {
    color: #e9a6b2 !important;
}

.navbar-nav .nav-item {
    text-align: center;
}
.navbar-nav .nav-item .nav-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.navbar-nav .nav-item .nav-link i {
    font-size: 1.25rem;
}

.toast-container {
    position: fixed;
    top: 2rem;
    right: 1rem;
    z-index: 1055;
    max-width: 15rem;
}
.toast-body{
    background: rgba(0, 0, 0, .5);
    color: #fff;
    box-sizing: border-box;
    border-radius: 5px;
}
/**/
.comic-header {
    padding: .5rem;
    border-bottom: 1px solid #ddd;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.comic-header .back-icon {
    font-size: 1.5rem;
    cursor: pointer;
}
.comic-header .comic-title {
    flex-grow: 1;
    text-align: center;
    font-size: 1rem;
    margin: 0 1rem;
}
.comic-header .spacer {
}

.col-pd {
    padding: 20px;
    background-color: #f8f8f8;
    border-top: 1px solid #ddd;
    text-align: center;
}

.col-pd p {
    font-size: 14px;
    color: #555;
    line-height: 1.6;
    margin: 10px 0;
}

.col-pd a {
    color: #e9a6b2;
    text-decoration: none;
}

.col-pd a:hover {
    text-decoration: underline;
}

.split-line {
    margin: 0 10px;
    color: #ccc;
}

.col-pd p:last-of-type {
    font-size: 14px;
    margin-top: 15px;
}

/* .hidden-xs {
    display: none !important;
} */

@media (max-width: 768px) {
    .hidden-xs {
        display: none !important;
    }
}
