body,
html {
    font-size: 14px;
}

.sidebar-menu.flex-fill::-webkit-scrollbar {
    display: none;
}

#search button i {
    color: #4b5563;
    font-size: 18px;
}

.big-header-banner .page-header {
    color: #ffffff;
    background: rgba(17, 24, 39, 0);
    box-shadow: none;
    transition: color .3s, background-color .3s;
}

.big-header-banner:not(.header-bg) .page-header .navbar-nav > li > a,
.big-header-banner:not(.header-bg) .navbar-menu a:not(.dropdown-item) {
    color: #ffffff;
}

.big-header-banner:not(.header-bg) .page-header .navbar-nav > li > a:hover,
.big-header-banner:not(.header-bg) .navbar-menu a:not(.dropdown-item):hover {
    color: #93c5fd;
}

.big-header-banner:not(.header-bg) .header-mini-btn path {
    stroke: #ffffff;
}

.header-big #search-text {
    color: #374151;
}

.io-black-mode .header-big #search-text {
    color: #ffffff;
}

.header-big .search-type input:checked + label:before {
    content: '';
    border-width: 8px 8px 0 8px;
    border-style: solid;
    border-color: #ffffff transparent transparent;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -8px;
}

.header-big:not(.no-bg) .s-type-list,
.header-big:not(.no-bg) .text-muted,
.header-big:not(.no-bg) .search-type .menu-item a,
.header-big:not(.no-bg) .big-title .h1 {
    color: #ffffff !important;
}

.post-top {
    padding-bottom: 50px;
}

.sidebar-menu-inner ul li ul li a {
    margin-left: 30px;
}

.header-big.css-color {
    background-size: cover;
    background-position: center;
    animation: unset;
}

.search-hot-text {
    position: absolute;
    z-index: 100;
    width: 100%;
    border-radius: 0 0 10px 10px;
    background: #ffffff;
    box-shadow: 0 4px 5px 0 #cccccc94;
    overflow: hidden;
}

.search-hot-text ul {
    margin: 0;
    padding: 5px 0;
}

.search-hot-text ul li {
    line-height: 30px;
    font-size: 14px;
    padding: 0 25px;
    color: #4b5563;
    cursor: pointer;
}

.search-hot-text ul li.current,
.search-hot-text ul li:hover {
    background: #f3f4f6;
    color: #1565c0;
}

footer.main-footer .footer-text {
    text-align: center;
}

footer.main-footer .footer-text a {
    color: #1565c0;
}

footer.main-footer .footer-text a:hover {
    color: #0f3d7a;
}

.io-grey-mode .page-container .grid-bg {
    background-image: linear-gradient(rgba(30, 41, 59, 0.05) 1px, transparent 0), linear-gradient(90deg, rgba(30, 41, 59, 0.05) 1px, transparent 0);
    background-size: 16px 16px;
    background-color: #f4f7fb;
}

.url-card .url-img > img {
    border-radius: 20%;
}

.url-card .card {
    border-radius: 8px;
}

.sidebar-logo img,
.navbar-brand img {
    max-width: 150px;
}
