/*!
 Theme Name:   HaLimMovie Child
 Theme URI:    http://halimthemes.com
 Description:  HaLimMovie - Premium Wordpress Movie Theme
 Author:       HoangHa
 Author URI:   http://halimthemes.com
 Template:     halimmovies
*/

/* ===================================================== */
/*          JP-FILMS DATATABLES PREMIUM THEME            */
/* ===================================================== */

.dataTables_wrapper {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto;
    font-family: inherit;
    font-size: 13px;
    color: rgba(255,255,255,0.88);
}

/* Make sure table fills container */
table.dataTable {
    width: 100% !important;
    max-width: 100% !important;
    border-collapse: separate !important;
    border-spacing: 0 !important;
    background: rgba(10, 10, 10, 0.55);
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,0.08);
    box-shadow: 0 12px 30px rgba(0,0,0,0.55);
}

/* ================= HEADER ================= */

table.dataTable thead th {
    position: relative;
    background: linear-gradient(180deg, rgba(255,255,255,0.08), rgba(255,255,255,0.03));
    color: #fff !important;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.7px;
    text-transform: uppercase;
    padding: 12px 14px !important;
    border-bottom: 1px solid rgba(255,255,255,0.10) !important;
}

/* Remove default outline */
table.dataTable thead th:focus {
    outline: none !important;
}

/* Sort icons style */
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc {
    padding-right: 30px !important;
}

/* Custom sort icon effect */
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after {
    opacity: 0.55;
    font-size: 11px;
}

/* Accent underline for header */
table.dataTable thead th:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 2px;
    background: transparent;
    transition: 0.2s ease;
}

table.dataTable thead th:hover:before {
    background: rgba(255, 170, 0, 0.8);
}

/* ================= BODY ================= */

table.dataTable tbody td {
    padding: 11px 14px !important;
    border-bottom: 1px solid rgba(255,255,255,0.06) !important;
    color: rgba(255,255,255,0.86);
    font-weight: 500;
}

/* Stripe */
table.dataTable.stripe tbody tr.odd {
    background: rgba(255,255,255,0.015) !important;
}

table.dataTable.stripe tbody tr.even {
    background: rgba(255,255,255,0.03) !important;
}

/* Row hover premium */
table.dataTable tbody tr {
    transition: all 0.18s ease;
}

table.dataTable tbody tr:hover {
    background: linear-gradient(90deg, rgba(255,170,0,0.16), rgba(255,255,255,0.02)) !important;
    transform: scale(1.003);
}

/* First column highlight */
table.dataTable tbody td:first-child {
    font-weight: 700;
    color: rgba(255,255,255,0.92);
}

/* Links */
table.dataTable tbody td a {
    color: #00aaff;
    text-decoration: none;
    font-weight: 600;
    transition: 0.2s ease;
}

table.dataTable tbody td a:hover {
    color: #ffaa00;
    text-decoration: underline;
}

/* Remove default bottom border */
table.dataTable.no-footer {
    border-bottom: none !important;
}

/* ================= TOP BAR ================= */

.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter {
    margin-bottom: 12px;
}

.dataTables_wrapper .dataTables_length {
    float: left;
}

.dataTables_wrapper .dataTables_filter {
    float: right;
}

/* Labels */
.dataTables_wrapper .dataTables_length label,
.dataTables_wrapper .dataTables_filter label {
    font-size: 12px;
    font-weight: 700;
    color: rgba(255,255,255,0.75);
    text-transform: uppercase;
    letter-spacing: 0.6px;
}

/* Select dropdown */
.dataTables_wrapper .dataTables_length select {
    background: rgba(0,0,0,0.55);
    border: 1px solid rgba(255,255,255,0.14);
    color: #fff;
    border-radius: 8px;
    padding: 5px 10px;
    margin: 0 6px;
    outline: none;
    transition: 0.2s ease;
}

.dataTables_wrapper .dataTables_length select:hover {
    border-color: rgba(255,170,0,0.5);
}

/* Search box */
.dataTables_wrapper .dataTables_filter input {
    background: rgba(0,0,0,0.55);
    border: 1px solid rgba(255,255,255,0.14);
    color: #fff;
    border-radius: 30px;
    padding: 7px 14px;
    width: 250px;
    outline: none;
    transition: 0.2s ease;
}

.dataTables_wrapper .dataTables_filter input:focus {
    border-color: rgba(255,170,0,0.8);
    box-shadow: 0 0 12px rgba(255,170,0,0.25);
}

/* Clear float */
.dataTables_wrapper:after {
    content: "";
    display: block;
    clear: both;
}

/* ================= BOTTOM BAR ================= */

.dataTables_wrapper .dataTables_info {
    font-size: 12px;
    font-weight: 600;
    color: rgba(255,255,255,0.65);
    padding-top: 10px;
}

/* Pagination */
.dataTables_wrapper .dataTables_paginate {
    padding-top: 8px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    background: rgba(255,255,255,0.04) !important;
    border: 1px solid rgba(255,255,255,0.10) !important;
    color: rgba(255,255,255,0.88) !important;
    border-radius: 10px;
    padding: 5px 12px !important;
    margin: 0 3px;
    font-size: 12px;
    font-weight: 700;
    transition: 0.2s ease;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: rgba(255,170,0,0.18) !important;
    border-color: rgba(255,170,0,0.35) !important;
    color: #fff !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: rgba(255,170,0,0.95) !important;
    border-color: rgba(255,170,0,1) !important;
    color: #000 !important;
    font-weight: 900;
    box-shadow: 0 8px 18px rgba(255,170,0,0.25);
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled {
    opacity: 0.35;
    cursor: not-allowed !important;
}

/* ================= SCROLLBAR ================= */

.dataTables_wrapper ::-webkit-scrollbar {
    height: 8px;
}

.dataTables_wrapper ::-webkit-scrollbar-thumb {
    background: rgba(255,255,255,0.20);
    border-radius: 10px;
}

.dataTables_wrapper ::-webkit-scrollbar-thumb:hover {
    background: rgba(255,170,0,0.65);
}

/* ================= MOBILE ================= */

@media(max-width: 768px) {
    .dataTables_wrapper .dataTables_length,
    .dataTables_wrapper .dataTables_filter {
        float: none;
        width: 100%;
        text-align: left;
    }

    .dataTables_wrapper .dataTables_filter input {
        width: 100%;
        margin-top: 8px;
    }

    table.dataTable tbody td {
        padding: 9px 10px !important;
        font-size: 12px;
    }
}

/* ENABLE SORT ICON */
table.dataTable thead th {
    position: relative;
    padding-right: 32px !important;
}

/* Default state (both arrows) */
table.dataTable thead th.sorting:after {
    content: "⇅";
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
    opacity: 0.5;
    color: #fff;
}

/* Asc */
table.dataTable thead th.sorting_asc:after {
    content: "▲";
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 11px;
    opacity: 0.9;
    color: #ffaa00;
}

/* Desc */
table.dataTable thead th.sorting_desc:after {
    content: "▼";
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 11px;
    opacity: 0.9;
    color: #ffaa00;
}

#list-server-more{
	z-index: 1;
	position: absolute;
	top: 5px;
	right: 20px;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
  display: block;
} 

.list-server-items{
	margin-top: 10px;
	background: rgba(0, 0, 0, .7);
}

.list-server-items li {cursor: pointer;
	padding: 2px 10px 2px 1px;
	color: #ccc;
	text-align: right;
	list-style: none;
	border-top: solid 1px #20201f;
	font-size: 12px;
} 

.list-server-items li.active, .list-server-items li:hover{
	color:#05f044;
}
.list-server-items li:first-child{border: 0;}

#load-iframe{
						display: none;position: relative;
						position: relative;
					  overflow: hidden;
					  width: 100%;
					  padding-top: 56.25%;
					}