.movie_info .head {
    display: flex;
    align-items: center;
    color: #fff;
    border-radius: 0 !important;
}
.movie_info .head .first {
    width: 25%;
    padding: 5px;
    background: #000;
}
.movie_info .head img {
    width: 100%;
    display: block;
}
.movie_info .head .last {
    margin-left: 10px;
    width: 81%;
}
.movie_info .head .last > div {
    display: flex;
    align-items: center;
    border-top: 1px solid #1e2838;
    padding: 6px;
}
.movie_info .head .last > div > div:first-child {
    flex: 0.2;
    color: #a7a7a7;
    font-weight: 700;
}
.info-movie .head .last > div > div:last-child {
    font-weight: 500;
    color: #a7a7a7;
}

.movie_info .head .last > div > div {
    padding: 10px 5px;
    flex: 0.8;
    color: #a7a7a7;
}
.movie_name {
    font-size: 17px;
    font-weight: 700;
    padding: 0;
    margin: 0;
    color: #cf8e19;
}
.movie_info .head .last > div.list_cate a {
    background: rgb(255 255 255 / 15%) !important;
    border-radius: 5px;
    padding: 5px;
    margin: 2px;
    display: inline-flex;
    color: #efefef;
}
.new-ep {
    padding: 3px 7px 3px;
    color: #fff;
    background-size: 300% 100%;
    background-image: linear-gradient(to right, #25aae1, #043ea5, #04befe, #3f86ed);
    border-radius: 3px;
    font-size: 12px;
    text-transform: capitalize;
}
.released a {
    margin: 0 1px;
}
.halim-rating-container {
    align-items: center;
    background-color: #1111118a;
    border-radius: 4px;
    display: flex;
    justify-content: space-between;
    margin: 10px 0;
    padding: 8px 12px;
}
.halim-star-rating {
    align-items: center;
    color: #fff;
    display: flex;
    font-size: 15px;
}
.halim-star-icon {
    color: #f5c518;
    font-size: 20px;
    margin-right: 5px;
}
.halim-rating-button {
    background: linear-gradient(135deg, #3a47d5, #00d2ff);
    border: none;
    border-radius: 8px;
    color: #fff;
    cursor: pointer;
    font-size: 13px;
    font-weight: 600;
    padding: 5px 15px;
    transition: all 0.2s ease;
}
.halim-rating-votes {
    font-size: 14px !important;
    margin-left: 5px;
    opacity: 0.7;
}
.halim-rating-max {
    opacity: 0.8;
    font-size: 15px !important;
}
.halim-rating-slash {
    margin: 0 2px;
    opacity: 0.8;
}
.ah-frame-bg {
    background: rgba(0, 0, 0, 0.075) !important;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
    box-sizing: border-box;
}
.flex-1 {
    flex: 1;
}
.bg-lochinvar {
    transition: all 0.4s ease-in-out;
    background-image: linear-gradient(to right, #fb0, #e43603, #ff6290, #ff5000);
    background-size: 300% 100%;
}
.button-default {
    background-color: #6b6a6a;
    display: inline-flex;
    border-radius: 5px;
    white-space: nowrap;
    margin-right: 5px;
    align-items: center;
    padding: 6px 10px;
    cursor: pointer;
    color: #fff;
}

.button-default:hover {
    color: #fff;
    opacity: 0.7; /* Màu nền khi hover */ /* Hiệu ứng hover nhẹ */
}
.fw-500 {
    font-weight: 500;
}
.halim-server.show_all_eps ul.halim-list-eps {
    background: #3333334a !important;
    padding: 5px !important;
    border-radius: 3px;
    max-height: 265px;
    overflow-y: auto;
}

#halim-list-server .halim-server.show_all_eps .halim-server-name {
    float: none !important;
    margin-bottom: 5px !important;
    background: #0b0f15;
    padding: 8px 10px 5px;
    color: #ea9b06;
    font-weight: 700;
    text-transform: uppercase;
}
#halim-list-server ul li span {
    background: #333;
    border-radius: 3px;
    transition: 0.6s all;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    width: 100%;
    margin-bottom: 0.7rem;
    padding: 6px 10px;
}
#halim-list-server ul li span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#halim-list-server li:hover span {
    background: linear-gradient(to right, #1a2980, #26d0ce);
}
#halim-list-server li {
    text-align: center;
    padding-left: 6px !important;
    padding-right: 6px !important;
    margin: 0 !important;
    width: 25%;
    float: left;
    box-sizing: border-box;
    padding-right: 15px;
    padding-left: 15px;
}
.entry-content-child {
    background: #292929 !important;
    border: 1px solid #1d2731a6 !important;
}
.the_tag_list {
    border: unset;
}
.the_tag_list a {
    background-image: unset !important;
    font-size: 13px !important;
}
/* Small devices (sm ≥576px) */

/* Large devices (lg ≥992px) */
@media (min-width: 992px) {
    #halim-list-server li {
        width: 16.666667%; /* 1/12 cột ≈ 8.33% */
        float: left;
        box-sizing: border-box;
        padding-right: 15px;
        padding-left: 15px;
    }
}
.halim_showtime_movies {
    background-color: #232323;
    background-position: 10px;
    background-repeat: no-repeat;
    background-size: 25px;
    color: #bdbdbd;
    font-size: 13.5px;
    line-height: 1.5;
    margin-bottom: 15px;
    padding: 10px 15px 10px 45px;
}
