/*
Theme Name: Moviesda
Theme URI: 
Author: 
Author URI: 
Description: A custom WordPress theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: moviesda
*/


@import url(https://fonts.googleapis.com/css2?family=Inter&family=Noto+Sans+Tamil&display=swap);

.line,
.site-header,
.social-links {
    text-align: center
}

.star-rating {
    display: inline-block;

    direction: ltr;
    /* ensures left-to-right */
    font-size: x-large;
}

.star {
    color: #ccc;
    /* gray default */
    cursor: pointer;
    transition: color 0.2s;
    font-size: x-large;
}

.star.filled {
    color: #f5b301;
    /* yellow for existing rating */
}

/* Hover effect: only this star and previous ones turn yellow */
.star:hover,
.star:hover~.star {
    color: #ccc;
    /* everything after stays gray */
}

.star:hover {
    color: #f5b301;
    /* current star yellow */
}

.star:hover~.star {
    color: #ccc;
    /* stars after hover star remain gray */
}

/* Stars before hover star using JS (because CSS can't select previous siblings) */

table {
    border-collapse: collapse;
    width: 100%;
    margin: auto;
    text-align: center;
}

thead {
    background-color: #4CAF50;
    color: white;
}

th,
td {
    padding: 12px 15px;
    text-align: left;
    border: 1px solid #ddd;
    background-color: white;
    color: black;
}

tr {
    background-color: white;
}

@media (max-width: 600px) {


    thead {
        display: none;
    }

    tr {
        margin-bottom: 15px;
        border: 1px solid #ccc;
        padding: 10px;
    }

    td {
        text-align: center;
    }

    td::before {
        content: attr(data-label);
        position: absolute;
        left: 10px;
        top: 12px;
        font-weight: bold;
        color: #555;
        white-space: nowrap;
    }
}

.dbtn {
    background: #0099ff;
    background-image: -webkit-linear-gradient(top, #0099ff, #0ea5e9);
    background-image: -moz-linear-gradient(top, #0099ff, #0ea5e9);
    background-image: -ms-linear-gradient(top, #0099ff, #0ea5e9);
    background-image: -o-linear-gradient(top, #0099ff, #0ea5e9);
    background-image: linear-gradient(to bottom, #0099ff, #0ea5e9);
    -webkit-border-radius: 9;
    -moz-border-radius: 9;
    border-radius: 9px;
    color: #ffffff;
    font-size: 20px;
    padding: 10px 20px 10px 20px;
    text-decoration: none;
}

.dbtn:hover {
    background: #3cb0fd;
    background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
    background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
    background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
    background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
    background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
    text-decoration: none;
}

.error-container {
    max-width: 100%;
    margin: 0 auto;
    justify-content: center;
    display: grid;
}

.funny-emoji {
    font-size: 80px;
}

.error-title {
    font-size: 18px;
    margin-top: 20px;
    color: #e63946;
}

.error-message {
    font-size: 16px;
    margin-bottom: 30px;
}

.btn {
    background-color: #d90429;
    color: #fff;
    padding: 12px 24px;
    font-size: 18px;
    text-decoration: none;
    border-radius: 8px;
    display: inline-block;
}

.btn:hover {
    background-color: #a4031f;
}

.menu-list {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    /* allows wrapping on small screens */
    justify-content: flex-start;
    /* align items to the start */
    gap: 0;
    margin: 0 auto;
    row-gap: 10px;
    padding: 0;
}

@media (max-width: 768px) {
    .menu-list {
        justify-content: center;
        /* left align on mobile */
    }
}


.menu-list li {
    padding: 0 5px;
    position: relative;
}

/* Divider before all except first */
.menu-list li+li::before {
    content: "|";
    margin-right: 12px;
    color: red;
}


.ads,
.bottom,
.line {
    font-weight: 700
}

.alpha-list a,
.latest-updates a,
.movie-info a,
a {
    text-decoration: none
}

body {
    padding: 0;
    margin: 0 auto;
    max-width: 768px;
    font-family: Inter, 'Noto Sans Tamil', sans-serif;
    background: #f9f9f9;
    font-size: 16px
}

a {
    color: #3b3b3b
}

.site-header p {
    all: unset
}

.site-title {
    font-size: 18px;
    display: block
}

.headertag,
.subtitle {
    font-size: 10px
}

.ads a,
.error,
.moviesda a,
.main-contains a,
.social-links a {
    color: red
}

select,
textarea {
    margin: 1px;
    border: 1px solid #ddd;
    max-width: 80%;
    background: #fff;
    color: grey
}

.line {
    background-color: #308bcf;
    color: #fff;
    background-image: url(img/header.gif);
    background-repeat: repeat-x;
    padding: 10px
}

.f,
.tblimg {
    text-align: left
}

.ads {
    color: red
}

.aut,
.aut a {
    color: #fff
}

.aut {
    border-radius: 8px;
    padding: 5px;
    border-color: #95d1ec;
    border-style: groove ridge ridge groove;
    border-width: 2px;
    background: repeat-x #36a8da
}

.aut a,
.aut a:hover {
    border-bottom: 1px dotted #b5def0
}

.aut:before {
    height: 25px;
    margin-top: -4px;
    margin-bottom: -19px;
    display: block
}

.aut a:hover {
    color: #d8eff8;
    background: 0 0
}

.Tag {
    padding: 10px 4px;
    background-color: #eff3f6
}

.form {
    margin: 1px;
    padding: 3px;
    background: url(img/white.gif) top repeat-x;
    border: 1px solid #ececec
}

.ads a img {
    height: auto;
    width: auto;
    max-width: 99%
}

.none {
    display: noe
}

.moviesda img {
    display: one
}

.f {
    color: #4f4f4f;
    background: #f9f9f9;
    padding: 8px 6px;
    border-bottom: 1px dotted #afcddc
}

.tblimg {
    padding: 1px 1px 2px 2px
}

.tblimg img {
    padding: 1px;
    border: 1px solid silver
}

.moviesda {
    margin: 1px;
    padding: 8px;
    background: url(img/white.gif) top repeat-x;
    border: 1px solid #ececec
}

.bf,
.bg {
    border-left: 4px solid #c3eff2;
    padding: 0 0 4px 6px;
    margin: 0 2px 0 4px
}

.bottom {
    color: #d26c24;
    background: url(img/title_back.gif) repeat-x #ede9dd;
    position: relative;
    z-index: 1;
    padding: 10px;
    border-bottom: 1px solid #ddd7c6;
    text-shadow: 0 1px 0 #fff;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .4);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .4);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .4)
}

.de,
.isai {
    background-color: #f1f1f1;
    color: #444;
    padding: 5px 3px 3px 5px;
    margin-top: 0;
    margin-bottom: 0
}

.error,
.msg,
.ok {
    background: #fff8cc;
    border: 1px solid #ffe222;
    padding: 10px;
    font-weight: 400;
    color: #000
}

.trend {
    background-color: #e1e6ec;
    color: #171c20;
    font-weight: 500;
    padding: 8px 10px;
    line-height: 1.3
}

.taglink {
    color: #3a2e31
}

.taglink ul {
    padding-inline-start: 20px
}

.movie-info li,
.taglink ul li {
    padding: 3px 0
}

.headertag {
    color: #504f50;
    padding: 13px 0
}

.headertag span {
    color: #f31d6e;
    font-size: 22px
}

.isai-note {
    background-color: #ffc
}

.mv-content {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 5px;
    background-color: #f9f9f9
}

.mv-content a:hover {
    text-decoration: underline
}

.mv-content ul {
    padding-left: 20px
}

.mv-content ul li {
    list-style-type: disc;
    margin-bottom: 5px
}

.isai-panel {
    padding: .01em 16px;
    margin-top: 1px;
    margin-bottom: 0
}

.isai-panel:after,
.w3-panel:before .screenshot {
    max-height: 95%;
    max-width: 95%;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0
}

.movieinfo .albumcover {
    max-height: 145px;
    overflow: hidden
}

.movieinfo .albuminfo,
.songinfo .sinfo {
    padding-top: 6px
}

.Tag ul li,
.movieinfo .details,
.songinfo .details {
    padding-bottom: 3px
}

.songinfo {
    padding: 10px 4px
}

.songinfo .albumcover {
    max-height: 110px;
    overflow: hidden;
    margin-bottom: 10px
}

.Tag ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 5px;
    margin-block-end: 5px;
    margin-inline-start: 28px;
    margin-inline-end: 0;
    padding-inline-start: 0px
}

.details {
    padding: 1px 0
}

.download {
    padding: 5px 0
}

.alpha-list a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    padding: 5px;
    border: 1px solid #bbb7b7;
    border-radius: 3px;
    margin: 5px;
    color: #0b71dc;
    font-size: 16px;
    text-align: center;
    background-color: #f9f9f9
}

.dlink,
.dlink a {
    color: #16a085;
    font-weight: 600
}

input[type=submit],
input[type=submit]:hover {
    background-color: rgb(14 165 233)
}

.alpha-list {
    flex-wrap: wrap;
    gap: 8px
}

.alpha-list a:active,
.alpha-list a:visited {
    text-decoration: none;
    color: #3ec175
}

.center {
    text-align: center;
    align-items: center
}

.left {
    text-align: left
}

.dlink {
    padding: 3px 0;
    margin: 3px auto;
    transition: background
}

.dlink:hover {
    color: red;
    -webkit-transition-delay: 0.7s;
    -moz-transition-delay: 0.7s;
    -ms-transition-delay: 0.7s;
    -o-transition-delay: 0.7s;
    transition-delay: 0.7s
}

.stream {
    margin-top: 3px;
    margin-bottom: 3px
}

.trendlinks {
    padding: 10px 5px
}

.trendlinks a {
    color: #e0299c
}

.movie-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background-color: rgba(255, 255, 255, .86)
}

.movie {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 5px;
    margin-top: 5px;
    padding: 10px;
    border: 1px solid #ccc
}

.movie:hover {
    background-color: rgba(0, 0, 0, .1)
}

.movie-image {
    flex: 0 0 100px;
    margin-right: 10px;
    border: 1px solid #ddd;
    background-color: #fff;
    padding: 3px;
    transition: transform .3s
}

.movie-image img {
    width: 100%;
    height: auto
}

.movie-image:hover {
    transform: scale(1.1)
}

.movie-details {
    flex: 1
}

.movie-details p {
    margin: 10px 3px
}

.movie-name {
    font-weight: 700
}

.movie-name a {
    color: #ff3072
}

.incoming-search-terms li,
.movie-description {
    margin-bottom: 5px
}

.movie-rating {
    font-style: italic;
    color: #777
}

.movie-infos {
    color: grey
}

.featured-movie {
    background-color: gold;
    color: #fff
}

.movie:nth-child(odd) {
    background-color: #fffafc
}

.movie:nth-child(2n) {
    background-color: #f5fbff
}

.movie:nth-child(3n) {
    background-color: #fff9f5
}

.main-contains {
    border: 1px solid #d4d4d4;
    box-shadow: 0 0 30px rgba(214, 215, 216, .6);
    padding: 20px
}

.main-contains h1,
.main-contains h2,
.main-contains h3,
.main-contains h4,
.main-contains h5 {
    font-size: 16px;
    color: #1e1e1e
}

.line h1,
.line h2,
.line h3,
.line h4,
.line h5 {
    all: unset;
    font-size: 14px
}

.pageDescr {
    padding: 0 8px;
    background-color: #f9f9f9;
    color: #000
}

.movie-info-container {
    background-color: #f1f1f1;
    color: #444;
    padding: 10px 10px 10px 12px;
    margin: 0
}

.movie-info-container span {
    color: #444
}

.movie-info {
    list-style: none;
    padding: 0;
    margin: 0;
    border-collapse: collapse
}

.movie-info li:last-child {
    border-bottom: none
}

.movie-info strong {
    font-weight: 700;
    width: 30%
}

.movie-info span {
    width: 70%;
    text-align: right
}

.movie-info a {
    color: #007bff
}

.movie-info a img {
    vertical-align: middle;
    margin-right: 5px
}

.movie-info-container picture {
    text-align: center;
    margin-bottom: 20px
}

.movie-info-container picture img {
    width: 153px;
    height: 200px
}

.movie-synopsis {
    margin-top: 5px;
    padding: 8px 10px;
    background-color: #ffc
}

.movie-synopsis span {
    color: #ec2b71
}

.searchbox {
    text-align: center;
    margin-top: 5px
}

input[type=text],
input[type=search] {
    width: 75%;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, .1);
    transition: .3s
}

input[type=text],
input[type=search] {
    width: 75%;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, .1);
    transition: .3s
}

input[type=text],
input[type=search]::placeholder {
    color: #d3d3d3;
    font-size: 12px;
    opacity: 1;
    transition: opacity .3s, color .3s
}

input[type=text],
input[type=search]:focus::placeholder {
    color: #007bff;
    opacity: .7
}

input[type=text],
input[type=search]:focus {
    border-color: #007bff;
    box-shadow: 0 0 8px rgba(0, 123, 255, .2);
    outline: 0
}

input[type=submit] {
    margin-top: 10px;
    padding: 6px 30px;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color .3s
}

.incoming-search-terms {
    background-color: #f9f9f9;
    padding: 3px 10px;
    border: 1px solid #ddd;
    margin: 3px 0
}

.green,
.green a {
    color: green
}

.red,
.red a {
    color: red
}

.purple,
.purple a {
    color: #909
}

.blue,
.blue a {
    color: #0000cc
}

.coral,
.coral a {
    color: #e74c3c
}

.incoming-search-terms ul {
    list-style-type: disc;
    padding-left: 12px
}

.latest-updates {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 10px;
    background-color: #fff;
    border: 1px solid #ddd;
    color: #000
}

.latest-updates img {
    width: 25px;
    height: 25px
}

.latest-updates a {
    color: #007bff;
    font-weight: 700;
    margin-left: 5px
}

.latest-updates a:hover {
    text-decoration: underline
}

.official-website {
    text-shadow: none;
    display: flex;
    justify-content: center;
    color: #ff3358;
    padding: 10px 6px;
    font-weight: 800;
    font-size: 18px;
    text-align: center;
    animation: 1s step-start infinite blink
}

.official-website span {
    padding-bottom: 3px;
    line-height: 1.2
}

@keyframes blink {
    50% {
        opacity: 0
    }
}

.official-website img {
    width: 20px;
    height: 20px;
    vertical-align: middle;
    padding: 0 4px
}

.description-text {
    text-align: center;
    text-shadow: none;
    font-size: 11px;
    margin-top: 5px
}

mark {
    border-radius: 4px;
    background: #7adba5;
    padding: 0 4px
}

.trend h1,
.trend h2,
.trend h3,
.trend h4,
.trend h5 {
    font-size: 16px
}