/* 
 * Watch Lakorn - Style CSS resets & generic elements
 * Version: 5.0 (Redesign)
 * Author: Antigravity AI
 */

h1 {
    margin: 1px;
    color: #ffffff;
    font-family: inherit;
    font-weight: 700;
    letter-spacing: -0.5px;
    text-shadow: none;
}

h2 {
    font-family: inherit;
    font-weight: 700;
    text-transform: capitalize;
    color: #ffffff;
    text-decoration: none;
}

h3 {
    margin: 1px;
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: -0.5px;
    vertical-align: middle;
    text-shadow: none;
}

.bg_login {
    margin: 0;
    padding: 0;
    height: 35px;
    width: 250px;
    background: #2a2a2a;
    color: #fff;
    border: 1px solid #3a3a3a;
    border-radius: 4px;
}

.bg_input {
    margin: 0;
    padding: 0;
    height: 30px;
    width: 220px;
    background: #2a2a2a;
    color: #fff;
    border: 1px solid #3a3a3a;
    border-radius: 4px;
}

.bg_select, .bg_select_sex, .bg_text_input, .bg_time {
    background: #2a2a2a;
    color: #fff;
    border: 1px solid #3a3a3a;
    border-radius: 4px;
}

.bottom_bg {
    background: #e50914;
    border: none;
    border-radius: 20px;
    padding: 8px 20px;
    font-weight: 700;
    color: #F7F7F7;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    transition: background 0.2s ease;
}

.bottom_bg:hover {
    background: #b80710;
    color: #ffffff;
    text-shadow: none;
}

.input_fill, .input, .input_select, .input_select_date, .time {
    background: transparent;
    color: #ffffff;
    font-size: 13px;
    font-weight: 500;
    border: none;
    outline: none;
}

#map {
    width: 100%;
    height: 520px;
    list-style: inside;
    text-align: left;
    vertical-align: top;
    display: block;
    background: #141414;
}

.menu_cat {
    font-size: 12px;
    color: #ffffff;
    text-decoration: none;
    background: #181818;
    text-align: left;
    vertical-align: middle;
    padding: 10px;
    white-space: nowrap;
    border-bottom: 1px solid #282828;
}

.menu_cat a {
    color: #ffffff;
    text-decoration: none;
    font-weight: 700;
    transition: color 0.2s ease;
}

.menu_cat a:hover {
    color: #e50914;
}

.menu-right {
    font-size: 12px;
    color: #ffffff;
    text-decoration: none;
    border: 1px solid #2f2f2f;
    padding: 10px;
    text-align: left;
    border-radius: 6px;
    background: #181818;
}

.menu-right-content {
    font-size: 12px;
    color: #ffffff;
    text-decoration: none;
    border: 1px solid #2f2f2f;
    padding: 10px;
    text-align: center;
    border-radius: 6px;
    background: #181818;
}

.menu-right a {
    color: #ffffff;
}

.menu-right a:hover {
    color: #e50914;
}

.content-login {
    font-size: 12px;
    color: #ffffff;
    background: #181818;
    text-align: center;
    vertical-align: middle;
    height: auto;
    width: auto;
    padding: 15px;
    border: 1px solid #2f2f2f;
    border-radius: 6px;
}

.ads {
    border: none;
    padding: 10px 0;
    text-align: center;
}

.ads a {
    display: inline-block;
    color: #808080;
    text-decoration: none;
    padding: 5px;
}

.ads a:hover {
    color: #ffffff;
}

#detailmap {
    width: 250px;
    height: 150px;
    border: 1px solid #2f2f2f;
    background: #181818;
}

.fooder {
    font-weight: 700;
    font-size: 12px;
    color: #808080;
    background: #0f0f0f;
}

hr {
    border: 0;
    height: 1px;
    background: #222222;
    width: 90%;
    margin: 20px auto;
}

/* Image zoom styling */
.displayimage a img {
    max-width: 100px;
    max-height: 120px;
    border: 1px solid #2f2f2f;
    padding: 3px;
    background: #1f1f1f;
    border-radius: 4px;
    transition: all 0.2s ease;
}

.displayimage a:hover img {
    border-color: #e50914;
    background-color: #2a2a2a;
    transform: scale(1.03);
}

.ad_detail1 {
    position: relative;
    margin: 20px;
    float: left;
}

.ad_detail2 {
    position: relative;
    margin: 20px;
    float: right;
}

.images_detail_right {
    margin: 15px;
    float: right;
    padding: 15px;
    background: #181818;
    border: 1px solid #2f2f2f;
    border-radius: 8px;
}

.text_detail {
    padding: 10px;
    text-align: left;
    vertical-align: top;
    color: #e5e5e5;
}

.mnm {
    font-style: italic;
    font-weight: 300;
    text-decoration: none;
}

.menu_category {
    font-weight: 700;
    font-size: 12px;
    color: #ffffff;
    background: #1c1c1c;
    border: 1px solid #2f2f2f;
    border-radius: 4px;
    padding: 6px 12px;
}

.menu_category a {
    color: #ffffff;
}

.menu_category a:hover {
    color: #e50914;
}

.category {
    font-size: 12px;
    color: #e5e5e5;
}

.category a {
    color: #e5e5e5;
}

.category a:hover {
    color: #ffffff;
}

/* Netflix Style Tag Capsules */
.tag {
    font-size: 11px;
}

.tag a {
    color: #808080;
    text-decoration: none;
}

.tag a:hover {
    color: #ffffff;
}

.post-tag {
    color: #e5e5e5;
    background-color: #242424;
    border: 1px solid #333;
    margin: 3px 3px 3px 0;
    padding: 4px 10px;
    text-decoration: none;
    font-size: 11px;
    line-height: 2.2;
    white-space: nowrap;
    border-radius: 20px;
    display: inline-block;
    transition: all 0.2s ease;
}

.post-tag:hover {
    color: #ffffff;
    background-color: #e50914;
    border-color: #e50914;
    text-decoration: none;
}

.post-tag:active {
    background-color: #b80710;
}

.sp-tag a {
    color: #808080;
}

.sp-tag a:hover {
    color: #ffffff;
}

.post-taglist {
    margin-bottom: 15px;
    clear: both;
}

.post-tage {
    color: #ffffff;
    background-color: #e50914;
    border: 1px solid #e50914;
    margin: 2px 2px 2px 0;
    padding: 4px 10px;
    font-weight: 700;
    font-size: 11px;
    line-height: 2.2;
    white-space: nowrap;
    border-radius: 20px;
    display: inline-block;
}

.menu_list {
    width: 100%;
}

/* Movie poster grids in menus */
.boxgrid {
    width: 146px;
    height: 95px;
    margin: 5px;
    float: left;
    background: #111;
    border: 1px solid #2c2c2c;
    overflow: hidden;
    position: relative;
    line-height: 1;
    border-radius: 6px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.5);
    transition: all 0.3s ease;
}

.boxgrid:hover {
    transform: scale(1.05);
    border-color: #e50914;
    box-shadow: 0 8px 16px rgba(0,0,0,0.7);
}

.boxgrid img {
    position: absolute;
    top: 0;
    left: 0;
    border: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.boxgrid p {
    padding: 8px;
    color: #fff;
    font-weight: 700;
    font-size: 11px;
    background: rgba(0,0,0,0.7);
    position: absolute;
    bottom: 0;
    width: 100%;
    margin: 0;
    box-sizing: border-box;
}

/* Netflix Modern Tooltip */
#tooltip {
    position: absolute;
    color: #fff;
    font-size: 11px;
    width: 160px;
    z-index: 10000;
}

#tooltip .tipBody {
    text-align: center;
    background: #181818;
    color: #ffffff;
    border: 1px solid #2f2f2f;
    border-radius: 6px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.7);
    padding: 10px;
    line-height: 1.4;
    font-family: inherit;
}

a {
    color: #aaaaaa;
    text-decoration: none;
    cursor: pointer;
}

a:hover {
    color: #e50914;
}

.clear {
    clear: both;
}

/* Grid Boxes & Details Layout */
#myBox {
    margin: 0 auto;
    border: 0;
    color: #808080;
    width: 146px;
    height: 95px;
    text-align: center;
    line-height: 1;
}

#newBox {
    margin: 0 auto;
    border: 1px solid #2f2f2f;
    color: #fff;
    width: 50px;
    height: 35px;
    text-align: center;
    line-height: 1;
    border-radius: 4px;
    background: #181818;
}

#refBox {
    margin: 0 auto;
    border: 1px solid #2f2f2f;
    color: #fff;
    width: 125px;
    height: 80px;
    text-align: center;
    line-height: 1;
    border-radius: 6px;
    background: #181818;
}

#detailBox {
    margin: 0 auto;
    border: 1px solid #2f2f2f;
    color: #fff;
    width: 350px;
    height: 197px;
    text-align: center;
    line-height: 1;
    border-radius: 8px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.6);
    background: #181818;
}

#detailClip {
    margin: 0 auto;
    border: 1px solid #2f2f2f;
    color: #fff;
    width: 515px;
    height: 290px;
    text-align: center;
    line-height: 1;
    border-radius: 8px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.6);
    background: #181818;
}

#detailNoClip {
    margin: 0 auto;
    border: 1px solid #2f2f2f;
    color: #fff;
    width: 670px;
    height: 377px;
    float: left;
    text-align: center;
    line-height: 1;
    border-radius: 8px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.6);
    background: #181818;
}

/* Video Player container */
#mediaspace {
    margin-bottom: 20px;
    border: none;
    background: #000;
    color: #fff;
    width: 660px;
    height: 371px;
    text-align: center;
    line-height: 1;
    display: block;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.8);
}

.update a:hover {
    color: #e50914;
    border-bottom: none;
}

#share {
    background: #141414;
    font-family: inherit;
    font-weight: 700;
    font-size: 12px;
    margin: 0;
    color: #ffffff;
}