/*
Theme Name: 1mLove
Theme URI: https://1mlove.com
Description: Video and audio downloader website.
Author: Md Abu Saeid
Author URI: https://fb.me/saeid124
Version: 1.7
Former Name: loverbd
*/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    font-family: "Roboto", Helvetica, Arial, sans-serif;
}
.Saeid {background-color:#39f; color:#fff; background:linear-gradient(to bottom, rgb(51,170,255), rgb(51,187,255), rgb(51,204,255)); padding-top:5px; padding-bottom:5px; padding-left:5px; padding-right:5px; text-align:center; font-weight:bold;}
.Saeid2 {border-bottom:1px solid #ddd; padding:6px;}
a img,:link img,:visited img{border:none;}
a {text-decoration:none;color:#0000ff;}
b {font-weight: bold;}
input[type=submit],input[type=button]{background:#3399ff; background:linear-gradient(to bottom,rgb(51,170,255),rgb(51,187,255),rgb(51,204,255)); color:#000; padding:8px 10px; font-weight:bold; border-radius:5px; border:1px solid #3399ff;}
input,select {border:1px solid #c6c6c6; color:#000; background-color:snow; padding:8px; margin:2px;}
input[type=file]{width:80%;}
input[type=placeholder]{color:red;}
input[type=text],input[type=password]{display:inline-block; width:70%;}
textarea{background:snow; width:80%; height:60%; margin:2px; padding:5px; font-size:13px; border:1px solid #c6c6c6; line-height:22px;}
.header{text-align: center;}
.logo{background:#39f; background:linear-gradient(to bottom, rgb(51,170,255), rgb(51,187,255), rgb(51,204,255)); padding:6px;}
.logo img{width:176px; height:45px;}
.iThumb{width:90px; height:90px;}
.mThumb{width:64px; height:64px;}
.vThumb{width:120px; height:90px;}
.vdThumb{max-width: 80%;}
h1,h2,h3{background-color: #39f; color: #fff; background:linear-gradient(to bottom, rgb(51,170,255), rgb(51,187,255), rgb(51,204,255)); padding:5px; text-align:center; font-weight:bold; font-size:110%;}
h3{text-align: left;}
.tag{background:#eee; padding:6px; border-top:1px solid #ddd; }
.odd,.even,.sl{vertical-align:middle;}
.odd{background:#f5f5fa;}
.even{background:#fff;}
.fl td{padding:7px 2px; border-bottom:1px solid #ccc;}
.fl a{vertical-align:middle;}
.fl img{border:1px solid #bbb; padding:1px;}
.fl div{display:table-cell;}
.fl{border-bottom:1px solid #ddd; background:#fff;}
.fl:hover{background:#e0f4f9;}
.fl span{font-weight:normal;}
.fl span.ar{color:#d2691e; font-style:italic;}
.fl a{display:block; padding:8px;}
.fl a img{border:1px solid #ddd; border-radius:3px; padding:0px; margin-right:5px;}
.fl a div div{vertical-align:middle; display:table-cell;}
.path{background:#ddd; border-bottom:1px dashed #bbb; font-weight:700; border-top:1px solid #ccc; padding:3px;}
.path li{display:inline-block;}
.path li:before{content: " \2022 ";}
.search{background:#ccf1ff; padding:6px; font-weight:bold;}
.pgn{background-color:#e5e5e5; text-align:center; margin:0px; font-size:0px; padding:2px;}
.pgn a{display:inline-block; font-weight:bold; background:#fff; border:1px #ccc solid; margin:2px; padding:6px; font-size:15px; text-decoration:none;}
.pgn a:hover{background:#ff0000;} 
.ftrLink{background:#39f; color:#fff; background:linear-gradient(to bottom, rgb(51,170,255), rgb(51,187,255), rgb(51,204,255)); padding:6px; margin-bottom:44px; font-weight:700; text-align:center;}
.ftrLink a{color:#fff;}
.updates{color:green; padding:8px; border-bottom:1px dashed #bbb; font-weight:bold;}
.updates a{color:#c09;}
.catRow{border-bottom:1px solid #ddd; font-weight:bold;}
.catRow:hover{background:#e0f4f9;}
.catRow a{display:block; background:right center no-repeat; font-weight:700; padding:8px;}
.catRow a div span{font-size:x-small; color:#5a5; font-weight:bold;}         
.notice{background:#dc143c; color:#fff; padding:4px; margin:6px; border:1px solid #ddd;}
.red_color{color: #c60000;}
#content{min-height:80vh;}
.btn {
    display: block;
    width: 200px;
    padding: 12px;
    margin: 10px auto;
    border: none;
    border-radius: 25px;
    font-weight: bold;
    cursor: pointer;
    text-align: center;
    font-family: sans-serif;
    transition: 0.3s;
}
button.btn {
    background-color: #4CAF50;
    color: #fff;
}
div.btn {
    background-color: #f44336;
    color: #fff;
}
.btn:hover {
    opacity: 0.8;
    transform: scale(1.05);
}
.bottom_pos {
    background: #fff;
    font-weight: bold;
    border-top: 1px solid #ddd;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    width: 100%;
    max-width: 960px;
}
.bottom_pos table {
    border-spacing: 0;
}
.bottom_pos td {
    width:33.33%;
}
.table-wrapper {
    width: 100%;
    margin: 15px 0;
    overflow-x: auto;
}
table {
    width: 100%;
    border-collapse: collapse;
    background: #ffffff;
    border: 1px solid #ddd;
    text-align: center;
}
table td {
    padding: 4px;
    border-bottom: 1px solid #eee;
    color: #333;
    font-size: 14px;
}
.dl-btn {
    background-color: #28a745;
    color: white;
    padding: 6px 12px;
    text-decoration: none;
    border-radius: 4px;
    display: inline-block;
    transition: 0.3s;
}
.dl-btn:hover {
    background-color: #218838;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}
.see-more-btn {
    display: block;
    margin: 20px auto;
    padding: 12px 30px;
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    background-color: #ff4757;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(255, 71, 87, 0.3);
    outline: none;
    letter-spacing: 1px;
}
.see-more-btn:hover {
    background-color: #e84118;
    box-shadow: 0 6px 20px rgba(232, 65, 24, 0.4);
    transform: translateY(-2px);
}
.see-more-btn:active {
    transform: translateY(0);
}
.see-more-btn:disabled {
    cursor: not-allowed;
    transform: translateY(0);
    opacity: 0.7;
}
.btn-spinner {
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    border-top-color: #ffffff;
    animation: spin 0.8s linear infinite;
    vertical-align: middle;
    margin-right: 10px;
}
#loader {
    border: 12px solid #dadada;
    border-radius: 50%;
    border-top: 12px solid #3399ff;
    width: 70px;
    height: 70px;
    animation: spin 1s linear infinite;
}
.center {
    position: absolute;
    top: 0; bottom: 0; left: 0; right: 0;
    margin: auto;
}
@keyframes spin {
    to { transform: rotate(360deg); }
}
.skeleton-item {
    display: flex;
    padding: 12px;
    gap: 12px;
    border-bottom: 1px solid #f0f0f0;
    align-items: flex-start;
}
.skeleton-thumb {
    width: 120px;
    height: 90px;
    background: #eee;
    border-radius: 4px;
    flex-shrink: 0;
}
.skeleton-details {
    flex: 1;
    display: flex;
    flex-direction: column;
}
.skeleton-title {
    width: 85%;
    height: 16px;
    background: #eee;
    margin-top: 4px;
    margin-bottom: 10px;
    border-radius: 3px;
}
.skeleton-meta-inline {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.skeleton-text-small {
    height: 12px;
    background: #eee;
    border-radius: 2px;
    margin-right: 12px;
}
.skeleton-text-small.channel { width: 70px; }
.skeleton-text-small.views   { width: 50px; }
.skeleton-text-small.time    { width: 40px; }
.skeleton-thumb, 
.skeleton-title, 
.skeleton-text-small {
    position: relative;
    overflow: hidden;
    background-color: #eee;
}
.skeleton-thumb::after, 
.skeleton-title::after, 
.skeleton-text-small::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        90deg, 
        transparent, 
        rgba(255, 255, 255, 0.6), 
        transparent
    );
    animation: shimmer 1.5s infinite;
}
@keyframes shimmer {
    0% { transform: translateX(-100%); }
    100% { transform: translateX(100%); }
}