body{
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    cursor: url('https://api.htloli.com/static/default/img/default.cur'), default;
}

#footer {
    padding-top: 0px;
    border-top: none;
    position: fixed;
    width: 100%;
    bottom: 0px;
}

.copy-right {
    margin-top: 0px!important;
}

.background-transparent {
    background: #fff;
    background-color: rgb(88 62 53 / 50%);
    color: #fff!important;
}

.background-transparent p {
    color: #fff!important;
}

.call:before {
    border-color: inherit!important;
    border-left-color: transparent!important;
    border-bottom-color: transparent!important;
}
.favicon {
    position: absolute;
    width: 32px;
    height: 32px;
    right: 0px;
    bottom: 0px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.no-content {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    background-color: rgb(88 62 53 / 70%);
    color: #fff;
    padding: 6rem;
    font-size: 18px;
}

.list-ajax-nav ul li::before {
    background: #7e726f none repeat scroll 0 0;
    content: "";
    height: 15px;
    position: absolute;
    right: 0;
    width: 1px;
    top: 40%;
    -webkit-transform: rotate(45deg) translate(0%, -50%);
    -ms-transform: rotate(45deg) translate(0%, -50%);
    transform: rotate(45deg) translate(0%, -40%);
}

kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

body {
    line-height: 20px;
}