html{-webkit-text-size-adjust: 100%;text-size-adjust: 100%;}
body{margin:0;padding:0;font-size:12px;line-height: 1.7;width:100%;font-family: Arial, sans-serif;background:var(--body-bg);color:var(--body-text);} a{text-decoration: none;color:var(--body-anchor);}* {box-sizing: border-box;}
.main-header {
    background: #111;min-height: 75px;
    color: #fff;
    padding: 10px 20px;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;z-index: 9999;
}
.header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.menu-dropdown {
    position: relative;
}

.menu-btn {
    background: #222;
    color: #fff;
    border: none;
    padding: 8px 14px;
    cursor: pointer;
    border-radius: 6px;font-weight: bold;
    font-size: 14px;
}

.menu-content {
    display: none;
    position: absolute;
    background: #222;
    min-width: 200px;
    border-radius: 6px;
    margin-top: 0;
    z-index: 9999;top:35px;overflow: auto;
    scroll-behavior: smooth;
    max-height: 600px;
}

.menu-content a {
    display: block;
    padding: 1px 5px;
    color: #fff;
    text-decoration: none;
}

.menu-content a:hover {
    background: #333;
}
.label-name {
    background: #000;padding:2px;text-align:center;
}
.menu-dropdown:hover .menu-content {
    display: block;
}
.profile-dropdown {
    position: relative;
}

.profile-btn {
    background: #222;
    border: none;
    color: #fff;
    padding: 6px 10px;
    border-radius: 30px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
}

.profile-btn img {
    border-radius: 50%; border: 2px solid var(--main-light); box-shadow: 0px 0px 6px 3px var(--main-light);
}

.profile-content {
    display: none;
    position: absolute;
    right: 0;
    background: #222;
    min-width: 220px;
    border-radius: 6px;
    margin-top: 0;
    z-index: 9999;top:45px;
}

.profile-content a {
    display: block;
    padding: 5px;
    color: #fff;
    text-decoration: none;
}

.profile-content a:hover {
    background: #333;
}

.profile-dropdown:hover .profile-content {
    display: block;
}

.profile-content hr {
    border: 0;
    height: 1px;
    background: #333;
    margin: 6px 0;
}


.main-layout {
    display: flex;
    min-height: 100vh;
    background: #f5f6fa;
}
.sidebar-card {
    display: inline-block;
    margin-left: 250px;
}
.sidebar {
    width: 250px;
    background: #111;
    color: #fff;
    padding: 20px;
    position: fixed;
    top: 60px;
    left: 0;
    bottom: 0;
    overflow-y: auto;
}

.sidebar h3 {
    margin-bottom: 15px;
    font-size: 18px;
}

.sidebar ul {
    list-style: none;
    padding: 0;
}

.sidebar ul li a {
    display: block;
    padding: 2px 5px;
    color: #ddd;
    text-decoration: none;
    border-radius: 6px;
}

.sidebar ul li a:hover {
    background: #222;
    color: #fff;
}
.content-card{    flex: 1;}
.content-area {
    padding: 30px;

}

@media (max-width: 768px) {
.main-layout{display:block;}
    .sidebar {
        display: none;
    }

    .content-area {
        margin-left: 0;
        padding: 15px;
    }
}

nav {
    display: flex;
    align-items: center;
    gap: 15px;
    position: relative;justify-content: space-between;
}
nav a {
    color: #fff;
    text-decoration: none;padding: 0px 10px;
}

nav a:hover {
    background: #696969;
}
.left-bars{
    display: flex;
    gap: 4px;
}
.right-bars {
    display: flex;
    gap: 4px;
}
.profile-dropdown {
    position: relative;
    cursor: pointer;
}

.user-icon {
    width: 36px;
    height: 36px;
    background: #0073e6;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    transition: background 0.2s;
}

.user-icon:hover {
    background: #005bb5;
}

.dropdown-guest {
    display: none;
    position: absolute;
    top: 34px;
    right: 0;
    background: #fff;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    border-radius: 6px;
    min-width: 120px;
    width: 200px;
    flex-direction: column;
    z-index: 10;
    padding: 20px;
    text-align: center;
}

.dropdown-guest a {
    display: inline-block;
    width: auto;
    margin: auto;
    text-decoration: none;
    color: #333;
    padding: 3px 12px;
    transition: background 0.2s;
    border-radius: 5px;
    border: 1px solid #ccc;
}

.dropdown-guest a:hover {
    background: #f0f0f0;color:blue;
}

.profile-dropdown:hover .dropdown-guest {
    display: block;
}
.logout-btn {
    text-align: center;
}
.logout-btn a {
    background: #d19100;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}
.header-margin {margin-top: 70px;}
.inlines{display: flex;align-items: center;} .inlines.plan-notify { color: #ffe000; font-size: 14px; font-weight: bold; }
.top { display: flex; justify-content: space-between; align-items: center; width: 100%; }
#cache{color:yellow;mix-blend-mode: difference;display: inline-block;}
h1 {padding: 3px 10px;border-radius: 3px; font-size: 12px; margin: 0px 0; }
h2,h3 {font-size: 12px;padding: 1px 7px; margin: 6px 0;}
h2 span{color:var(--headingtext2);}
h4 { background: #636363; color: #ffffff; padding: 2px; }
p { margin: 12px 0; font-size: 15px; }
ul { margin-left: 20px; }
input {font-size: 12px;padding: 3px 0px;margin-top: 2px;color:#000000;}
select {padding: 3px 0;margin: 2px;text-transform: capitalize;} option { background: #222426; margin: 2px;color:#ffffff; }
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button { -webkit-appearance: none; margin: 0; }
input[type=number] {-moz-appearance: textfield;appearance: textfield;}
input[type=range] {vertical-align: middle;}
input[type="submit"] { background: var(--submit-bg); color: var(--submit-text);margin: 4px;padding: 4px 6px; font-weight: bold; font-size: 14px; border: 0; border-radius: 2px; cursor: pointer; transition: all 0.3s ease; box-shadow: 0 2px 5px rgba(0,0,0,0.2); text-transform: uppercase; } input[type="submit"]:hover { background: var(--main-base); color: var(--submit-text); transform: translateY(-2px); box-shadow: 0 4px 10px rgba(0,0,0,0.25); } 
input[type="submit"]:active { transform: translateY(0); box-shadow: 0 2px 5px rgba(0,0,0,0.2); }
input[type="file"]{background:#ccc;width:200px;max-width:250px;color:#000;}
input[type=color] {width:30px;padding:auto;}
input[type=checkbox] {width: auto;}
textarea {width: 99%;}
button {cursor: pointer; font-size: 12px; color: white; background: #626262; border: 1px solid; padding:5px; margin: 1px 5px; }
button.homeBtn { background: #005feb; box-shadow: unset; padding: 2px; }
.saveData {text-align:center;} .saveData input[type="submit"]{padding:8px 10px;}
.save-record { text-align: right; } .save-record button { padding: 9px 30px; border-radius: 5px; background: linear-gradient(180deg, var(--main-base), var(--main-dark));}
summary { padding: 5px; }
img {vertical-align: bottom;}
.head-wrap {
    background: url('/images/bg-effect-2.png') repeat, linear-gradient(135deg, #bd1c76, #ff8c00);
    background-size: cover;
    padding: 14px;
    color: #fff;
    margin: 24px;
    border-radius: 20px;
}
.head-wrap h1 {
    font-weight: bold;
    font-size: 40px;
    background: none;
    color: #fff;
}
.container h1,.container h2, .container h3, .container h4{background:unset; color:#000000;font-size:18px;}
.container h1{color: #1a73e8;} .container h2{font-size:16px;} .container h3{font-size:14px;}
.container { max-width: 900px; margin: 40px auto; background: #ffffff; padding: 30px; border-radius: 10px; box-shadow: 0 6px 20px rgba(0,0,0,.08); }
.section-a {
    background: #ffffff;
    border-radius: 12px;
}

.req-card {
    background: url(/images/bg-effect-2.png) no-repeat center top, linear-gradient(135deg, rgb(0 123 255 / 86%), rgb(0 200 150 / 86%));
    background-size: cover;color:#fff;
    padding: 30px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}
.req-card h3{color: #fff;}
.req-btn {
    display: inline-block;
    padding: 10px 18px;
    background: #007bff;
    color: #fff;
    text-decoration: none;
    border-radius: 6px;
    margin-top: 10px;
}

.highlight { background: #fff3cd; padding: 12px; border-left: 4px solid #ffc107; margin: 15px 0; font-size: 14px; }
.policy-container { max-width: 800px; margin: 60px auto; background: #ffffff; padding: 30px; border-radius: 12px; box-shadow: 0 6px 20px rgba(0,0,0,0.08); }
.contact-info{ margin-top: 30px; background: #f1f5ff; padding: 15px; border-left: 4px solid #1a73e8; }
.contact-info a{color:blue;}
.author-box { max-width: 720px; margin: 40px auto; padding: 18px 22px; background: #f9fafb; border-left: 4px solid #0d6efd; border-radius: 10px; box-shadow: 0 4px 12px rgba(0,0,0,0.05); font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; } .author-box p { margin: 0 0 8px; color: #333; font-size: 14px; line-height: 1.6; } .author-box p strong { font-size: 15px; color: #0950b7; letter-spacing: 0.3px; }
.article { margin-top: 30px; padding-top: 20px; border-top: 1px solid #ddd; }
.ugc-notice { margin: 30px 0; padding: 14px 18px; border-left: 4px solid #0d6efd; background: #f5f8ff; color: #333; font-size: 14px; line-height: 1.6; border-radius: 6px; } .ugc-notice strong { display: block; margin-bottom: 4px; color: #3100ff; font-weight: 600; }
.popup { position: fixed; z-index: 1; left: 0; top: 0; width: 100%; height: 100%; overflow: auto; background-color: rgba(0, 0, 0, 0.5); }
.popup-content { background-color: #fefefe; margin: 15% auto; padding: 20px; border: 1px solid #888; width: 80%; max-width: 400px; }
.button { display: inline-block; padding: 4px 16px; background-color: #4CAF50; color: white; text-align: center; text-decoration: none; font-size: 16px; border-radius: 16px; }.link-button { display: inline-block; padding: 3px 16px; background: #003881; color: white; text-align: center; text-decoration: none; border-radius: 16px; }
.dl-content{text-align: center; padding: 50px; max-width: 600px; margin: auto; background: #efefef; border-radius: 7px; }
.dl-info{margin-top:15px;font-size:14px;color:#555;}
.dl-btn { display: inline-block; padding: 15px 30px; background: #004d8f; color: #ffffff; text-decoration: none; border-radius: 6px; font-size: 18px; box-shadow: 3px 6px 8px 0px #9d9d9d; }
.video-content{margin-top:40px;} .video-player{max-width: 100%; aspect-ratio: 16 / 9;  background: #000000; border-radius: 8px; overflow: hidden;} .video-player iframe{ width: 100%; height: 100%; border: 0; }
.yt-player { position: relative; width: 100%; max-width: 560px; aspect-ratio: 16 / 9; background-color: #000000; cursor: pointer; overflow: hidden; } .yt-player img { width: 100%; height: 100%; object-fit: cover; display: block; } .yt-play-btn { position: absolute; top: 50%; left: 50%; width: 68px; height: 48px; transform: translate(-50%, -50%); background: #ff0000; border-radius: 14%;box-shadow:unset; border:0;} .yt-play-btn::before { content: ""; position: absolute; left: 26px; top: 14px; border-style: solid; border-width: 10px 0 10px 18px; border-color: transparent transparent transparent #ffffff; } .yt-player:hover .yt-play-btn { background: #ff0000; }.yt-play-btn:focus-visible { outline: 3px solid #ffffff; }
.wrap{overflow-wrap: break-word; }
td.bottomline {border-bottom: 1px solid #2b2b2b;text-align: right;}
table {width: 100%;border-collapse: collapse;}th,td { border: 1px solid #ddd; padding: 10px; font-size: 14px; }
th{background:var(--header-bg);color:var(--header-text);border:1px solid;}
.fl td{border: 1px solid #e6e6e6;}
.fl a {color:var(--main-dark);}
.fl a i {color:#ffffff;}
.list {border: 1px solid var(--main-light);border-top: 0;margin-bottom: 8px;}
.row { display: flex; justify-content: center; } .row .cols { display: flex; flex-wrap: wrap; flex-direction: column; align-content: center; justify-content: center; }
.search-wrapper {padding: 0 25px;} .search-box { position: relative; max-width: 520px; margin: 5px auto; display: flex; align-content: center; align-items: center; flex-wrap: nowrap; } .search-input { width: 100%; padding: 6px 50px 6px 6px; font-size: 16px; border-radius: 30px; border: 1px solid #e5e7eb; background: #f9fafb; transition: all 0.25s ease; outline: none;margin: 0; } .search-input:focus { background: #ffffff; border-color: var(--main-dark); box-shadow: 0 0 0 4px rgba(99,102,241,0.12); } .search-box .mic {color: var(--main-dark); transform: translateY(-50%);cursor: pointer;font-size: 16px; position: absolute;top: 50%; right: 36px; } .search-box .mic.active {animation: pulse 1s infinite; color: red; }@keyframes pulse { 0% { transform: translateY(-50%) scale(1); text-shadow: 0 0 0 rgba(225,29,72,0.6); } 50% { transform: translateY(-50%) scale(1.2); text-shadow: 0 0 12px rgba(225,29,72,0.8); } 100% { transform: translateY(-50%) scale(1); text-shadow: 0 0 0 rgba(225,29,72,0.6); } } .search-button { position: absolute; right: 0; top: 50%; transform: translateY(-50%); border: none; background: var(--main-dark);color:#fff; width: 31px; height: 31px; border-radius: 50%; display: flex; align-items: center; justify-content: center; cursor: pointer; transition: all 0.2s ease;margin: 0; } .search-button:hover { background: #4f46e5; transform: translateY(-50%) scale(1.05); } .search-button:active { transform: translateY(-50%) scale(0.95); }

.login-wrapper{
    text-align:center;
    margin-top:40px;
}

.login-card{
    width:360px;
    background:#fff;
    border-radius:12px;
    box-shadow:0 8px 25px rgba(0,0,0,0.08);
    display:inline-block;
    text-align:left;
    overflow:hidden;
}

.login-header{
    background:linear-gradient(135deg,#3a7bd5,#00c6ff);
    color:#fff;
    padding:6px 20px;
    text-align:center;
}

.login-header h1{
    font-size:16px; 
    margin:0;
    line-height:1.4;
    max-width:260px;
    margin-left:auto;
    margin-right:auto;
}

.login-card form{
    padding:25px;
}

.form-group{
    margin-bottom:18px;
}

.form-group label{
    font-size:14px;
    color:#333;
    font-weight:500;
}
.form-group input,.form-group select{
    width:100%;
    padding:11px;
    border:1px solid #ddd;
    border-radius:6px;
    margin-top:6px;
    font-size:14px;
    background:#fafafa;
}

.form-group input:focus{
    border-color:#3a7bd5;
    background:#fff;
    outline:none;
}

.show-pass{
    font-size:13px;
    margin-bottom:18px;
}

.login-btn{
    width:100%;
    padding:12px;
    border:none;
    border-radius:6px;
    background:#3a7bd5;
    color:#fff;
    font-size:15px;
    cursor:pointer;
    font-weight:600;
}
.login-btn:hover{
    background:#2f64b3;
}
.signup-link{
    text-align:center;
    margin-top:18px;
}
.signup-link a{
    text-decoration:none;
    color:#3a7bd5;
    font-size:14px;
}
.clear{clear:both;}
.hidden { display:none; }
.right{text-align: right;}
.center{text-align:center;}
.left{text-align:left;}
.bold{font-weight:bold;}
.sort { display: flex; gap: 8px; margin: 12px 0; } .sort a,.sort span { padding: 6px 12px; font-size: 13px; text-decoration: none; color: #155724; background: #e9f5ee; border: 1px solid #c3e6cb; border-radius: 4px; transition: all .2s ease; } .sort a:hover { background: #d4edda; color: #0b2e13; } .sort span.active { background: #28a745; color: #ffffff; border-color: #28a745; }
hr { margin: 0; background-color: #000000; border: 0; height: 1px; }
.form-block{background:#e6e6e6; border:1px solid #4c4c4c;margin:4px 2px;}
.alert { background: #ff3737; color: #ffffff; padding: 3px; border-radius: 3px; margin: 3px; font-size: 15px; font-weight: bold; border: 2px solid #ccc; text-align: center;}
.label{width: 57px;display: inline-block;font-weight:bold;margin-left: 2px;font-size: 11px;}
.fa{font-size:12;}
footer { background: var(--footer-bg);margin-top: 10px; color: var(--footer-text); padding: 4px 20px 5px; font-family: "Segoe UI", sans-serif; } .footer-container { max-width: 1200px; display: flex; justify-content: space-between; align-items: flex-start; gap: 40px; flex-wrap: nowrap; } .footer-left { flex: 1; min-width: 170px; } .footer-left p { margin: 8px 0; } .footer-left a { color: #ddd; text-decoration: none; } .footer-left a:hover { color: #4CAF50; } .footer-left i { width: 16px; color: #4CAF50; } .footer-left .dev { margin-top: 15px; font-size: 14px; color: #aaa; } .footer-right { flex: 1; min-width: 220px; } footer h3, footer h4{ margin: 4px 1px;background:none; font-size: 13px; color: #4CAF50; } .policy-links { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; gap: 8px 12px; } .policy-links li { margin: 0; padding: 0; } .policy-links a { display: inline-block; padding: 5px 10px; font-size: 12px; color: #ffffff; text-decoration: none; border-radius: 3px; transition: all 0.25s ease; white-space: nowrap; } .policy-links a:hover { background: #4CAF50; border-color: #4CAF50; color: #000000; transform: translateY(-2px); } .footer-bottom { text-align: center; margin-top: 1px; padding-top: 10px; border-top: 1px solid #333; font-size: 13px; color: #888; } 
@media (max-width: 700px) { .policy-links { gap: 8px 12px; } .footer-container{flex-wrap: wrap;}}
.loading { position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%); }
.loaderhide{display:none;}
#dropdown-list { display: none; border: 1px solid #ccc; max-height: 300px; overflow-y: auto;position: absolute; background: var(--main-dark); color: #ffffff;width: 100%;z-index: 1;left: 0; }
#dropdown-list a { display: block; padding: 5px; color: #ffffff;border-bottom: 1px solid #a7a7a7; }
.fl { margin: 3px; border: 1px solid #dadada; padding: 3px; }
.fl-info { vertical-align: top; display: inline-block;width:calc(100% - 64px); }
.fl-dp { display: inline-block;position: relative; }
.fl-dp img{border-radius:8px;}
.fl-dp span { position: absolute; right: 0; bottom: 0; background: #000000a8; color: #ffe200; font-size: 0.4rem; padding: 1px 2px;border-radius: 5px;}
.fl-eye { display: inline; }
.action-links { display: flex; gap: 6px; justify-content: center; align-items: center; flex-wrap: nowrap; }
.action-links a, .action-links span { width: 26px; height: 26px; display: flex; cursor: pointer; align-items: center; justify-content: center; font-weight: bold; background: #008dd3;color: #ffffff; text-decoration: none; border-radius: 4px; font-size: 13px; line-height: 1; box-sizing: border-box; }
.action-links .delete { background: #d43333; }
.action-links .chat{background:#ffb100;}
.active-block .A, .active-block .B { background: green; padding: 3px 6px; color: #ffffff; font-weight: bold; border-radius: 3px; }.active-block .B {background:red;}
.dp img { border-radius: 50%; vertical-align: middle; border: 1px solid var(--main-light); box-shadow: 0px 0px 12px 2px var(--main-light); }
.dppic{border:2px solid #000000;display:inline-block;}
.headingtext{background:var(--heading-bg);color:var(--heading-text);width:100%;z-index: 1; bottom: 0; position: absolute;}
.timeAgo, #timeAgo{font-size:10px;float: right;}
.toggle-label { display: inline-block; width:17px; text-align:center; padding: 3px 3px; font-size: 12px; font-weight: bold; color: white; background-color: red; border: none; border-radius: 5px; cursor: pointer; transition: background-color 0.3s ease; } .toggle-label span { margin-left: 1px; font-size: 12px; } .toggle-input { display: none; } .toggle-input:checked + .toggle-label { background-color: green; } .toggle-input:checked + .toggle-label span::before { content: "A"; } .toggle-label span::before { content: "B"; }
.notice{background:;color:#ffffff;font-size:14px;border:1px solid #ccc;}
#cropArea { width: 180px; height: 180px; overflow: hidden; border: 2px solid black; position: relative; text-align: initial;} 
#imageToCrop { position: absolute; cursor: move; transform-origin: 0 0; } 
#zoomRange { width: 160px; }
.crop-wrapper {
    margin-bottom: 30px;
    border: 3px solid #e3e2e2;
    border-radius: 10px;
    padding: 10px;
}

.crop-area{
    position:relative;
    overflow:hidden;
    border:1px solid #ddd;
    background:#f3f3f3;
    text-align: center;
    margin: auto;
}

.crop-image{
    position:absolute;
    top:0;
    left:0;
    transform-origin:top left;
    cursor:grab;
    user-select:none;
    -webkit-user-drag:none;
}
.crop-card {
    max-width: 300px;
    margin: auto;padding: 10px;
}
::-webkit-scrollbar { width: 10px;}
::-webkit-scrollbar-track { background: var(--main-dark);}
::-webkit-scrollbar-thumb {background: var(--main-light); border-radius: 5px;}
::-webkit-scrollbar-thumb:hover {background: var(--main-base);}
@media (min-width: 500px) {.fl-dp span {font-size: 10px;}}
.form { max-width: 480px; margin: 40px auto; padding: 0; font-family: "Segoe UI", Arial, sans-serif; } .form-block { background: #ffffff; padding: 25px 30px; border-radius: 12px; box-shadow: 0 10px 25px rgba(0,0,0,0.08); } .form h3{ margin-bottom: 20px; font-size: 20px; font-weight: 600; text-align: center; color: #222; border-bottom: 1px solid #eee; padding-bottom: 12px; } .form-block > div { margin-bottom: 15px; } .form-block lebel{ display: block; font-size: 13px; font-weight: 600; margin-bottom: 6px; color: #555; } .form-block input, .form-block select { width: 100%; padding: 10px 12px; border: 1px solid #dcdcdc; border-radius: 6px; font-size: 14px; transition: all 0.2s ease; outline: none; } .form-block input[type=checkbox] { width: auto; } .form-block input:focus, .form-block select:focus { border-color: #0d6efd; box-shadow: 0 0 0 3px rgba(13,110,253,0.15); } .form-block input[name="mobile_no"] { letter-spacing: 0.5px; } .form-block select{ background-color: #ffffff; cursor: pointer; margin: 0;} .form-block input[type="submit"], .form-block button, .form-card button{ width: 100%; margin-top: 15px; padding: 12px; border: none; border-radius: 8px; background: linear-gradient(135deg, #0d6efd, #084298); color: #ffffff; font-size: 15px; font-weight: 600; cursor: pointer; transition: all 0.25s ease; } .form-block .cancel{background:red;max-width:100px;} .form-block input[type="submit"]:hover { background: linear-gradient(135deg, #084298, #0d6efd); transform: translateY(-1px); box-shadow: 0 6px 15px rgba(13,110,253,0.25); } .form-block input[type="submit"]:active { transform: translateY(0); box-shadow: none; }
@media (max-width: 520px) { .create-user { padding: 20px; } }
.loader-box { position: fixed;display: flex; inset: 0; background: rgba(0,0,0,0.7); justify-content: center; align-items: center; z-index: 9999; } .loader-icon { width: 45px; height: 45px; border: 6px solid #ffffff; border-top-color: transparent; border-radius: 50%; animation: spin .8s linear infinite; } @keyframes spin { to { transform: rotate(360deg); } }
.dropdown { position: absolute; right: 0; left: 0; display:none; background: #232323; border: 0px solid #ddd; max-height: 220px; overflow-y: auto; min-width: 160px;width: 100%; z-index: 999; font-family: Arial, sans-serif; font-size: 13px; } .droplist { padding: 4px 0; } .drop-name { background: #515151; margin: 1px; color: #fff;padding: 2px 7px; cursor: pointer; transition: background 0.2s, color 0.2s; white-space: nowrap; } .drop-name:hover { background-color: #f0f0f0; color: #007bff; } .drop-name::selection { background: transparent; } .dropdown::-webkit-scrollbar { width: 6px; } .dropdown::-webkit-scrollbar-thumb { background: rgba(0,0,0,0.2); border-radius: 3px; } 
textarea.editable { width: 100%; border: none; border-top: 1px dashed #ddd; padding: 6px; font-size: 12px; resize: none; background: #0000 !important; color:#ffffff; } textarea.readonly{outline:0;}
.card {background: #0f1b24; padding: 6px;border-radius:8px;margin: 6px 8px;color: #ffffff; font-weight: bold;box-shadow: 0px 6px 8px 1px #0000009e;} .card h4 { font-size: 12px; margin: 0;background:unset; } .button-wrapper{ display:flex; gap:10px; align-items:center; justify-content:space-between; flex-wrap:wrap; } 
.hr { margin-top: 19px; border-top: 1px solid #292929a1; margin-bottom: 3px; }
.onOffBtn{ display:inline-block; } .onOffBtn input{position: absolute; visibility:hidden; } .onOffBtn span{ display:inline-flex; align-items:center; justify-content:center; min-width:30px; height:26px; padding:0 10px; border-radius:6px; background:#8d8d8d; color:#ffffff; font-weight:bold; cursor:pointer; } .onOffBtn span::before{ content:"OFF"; } .onOffBtn input:checked + span{ background:#1db954; } .onOffBtn input:checked + span::before{ content:"ON"; }
.activeBlockBtn{ display:inline-block; } .activeBlockBtn input{position: absolute; visibility:hidden; } .activeBlockBtn span{ display:inline-flex; align-items:center; justify-content:center; min-width:30px; height:30px; padding:0 10px; border-radius:6px; background:#ff4e4e; color:#ffffff; font-weight:bold; cursor:pointer; } .activeBlockBtn span::before{ content:"Block"; } .activeBlockBtn input:checked + span{ background:#1db954; } .activeBlockBtn input:checked + span::before{ content:"Active"; }
.switch{ display:inline-block; min-width:70px; padding:2px 5px; border-radius:20px; text-align:center; font-weight:600; cursor:pointer; user-select:none; transition:all .25s ease; border:1px solid transparent; background:#8d8d8d; color:#ffffff; }.switch.night{ background:#263238; color:#ffffff; border-color:#000000; } .switch.day::before{ content: "\1F31E"; margin-right:6px; } .switch.night::before{ content: "\1F319"; margin-right:6px; }
.popup { position: fixed; inset: 0; background: rgba(0,0,0,.6); display: flex; align-items: center; justify-content: center; } .popup.hidden { display:none; } .popup-box { background:#ffffff; padding:20px; width:300px; border-radius:10px; text-align:center; }
.plans-wrapper { max-width: 900px; margin: auto; display: grid; gap: 20px; } .pricing-wrap { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 24px; max-width: 1100px; margin: 40px auto; } .plan-card { background: #ffffff; border-radius: 18px; padding: 28px; position: relative; box-shadow: 0 10px 30px rgba(0,0,0,.08); transition: .3s; } .plan-card:hover { transform: translateY(-6px); } .plan-card .description { margin-top: 12px; font-size: 14px; line-height: 1.6; color: #555; text-align: center; padding: 6px 10px; } .plan-card .description strong { color: #000000; font-weight: 600; } .plan-card .description::before { content: ""; display: block; width: 40px; height: 2px; background: #e0e0e0; margin: 0 auto 8px; } .plan-card.popular .description { color: #333; } .plan-card h3 { font-size: 22px; margin-bottom: 6px; } .sub-row { display: flex; align-items: center; justify-content: space-between; margin-bottom: 10px; } .sub-row .sub { margin: 0; font-size: 14px; color: #585858; } span.per { background: #caff00; border-radius: 15px; padding: 4px 8px; font-weight: 700; font-size: 12px; } .price { font-size: 36px; font-weight: 700; margin: 10px 0; } .price span { font-size: 16px; color: #666; } .old-price { text-decoration: line-through; color: #999; font-size: 14px; } .duration { font-size: 16px; margin-bottom: 15px; } .discount { position: absolute; top: 18px; right: 18px; background: #d9f99d; color: #365314; padding: 5px 10px; border-radius: 20px; font-size: 12px; font-weight: 600; } .discount-per { text-decoration-line: line-through; } .badge { position: absolute; top: -14px; left: 50%; transform: translateX(-50%); background: #6d4aff; color: #ffffff; padding: 6px 14px; border-radius: 20px; font-size: 12px; font-weight: 700; } .plan-card ul { list-style: none; padding: 0; margin-top: 20px; } .plan-card ul li { margin-bottom: 10px; color: #333; }
.btn { width: 100%; padding: 12px; border-radius: 10px; border: 2px solid #000000; background: #ffffff;color:#000000; font-weight: 600; cursor: pointer; } .btn.primary { background: #000000; color: #ffffff; border: none; }
.popular { border: 2px solid #6d4aff; transform: scale(1.05); }.more-plans { max-width: 420px; margin: 50px auto 0; padding: 26px 22px 28px; text-align: center; background: #ffffff; border-radius: 18px; box-shadow: 0 14px 40px rgba(0,0,0,.08); } .more-plans h4 { font-size: 18px; font-weight: 700; margin-bottom: 18px; color: #111;background: #ffffff; position: relative; } .more-plans h4::after { content: ""; display: block; width: 48px; height: 3px; background: #6d4aff; margin: 10px auto 0; border-radius: 2px; } .more-plans select { width: 100%; padding: 14px 16px; font-size: 15px; border-radius: 12px; border: 1px solid #d1d5db; background: #f9fafb; outline: none; transition: all .25s ease; cursor: pointer; } .more-plans select:focus { border-color: #6d4aff; background: #ffffff; box-shadow: 0 0 0 3px rgba(109,74,255,.18); } .more-plans .btn { width: 100%; margin-top: 20px; padding: 14px; font-size: 16px; font-weight: 600; border-radius: 12px; cursor: pointer; transition: all .25s ease; } .more-plans .btn.primary:hover { transform: translateY(-2px); box-shadow: 0 10px 24px rgba(0,0,0,.18); } .plan-benefits { background: #ffffff; max-width: 1000px; margin: 20px auto; padding: 20px 30px; border-radius: 10px; } .plan-benefits ul { padding-left: 20px; } .testimonials, .customer-feedback { background: #ffffff; max-width: 900px; margin: 30px auto; padding: 25px; border-radius: 10px; text-align: center; } .testimonials p { font-style: italic; } .features-extra { max-width: 1000px; margin: 40px auto; background: #ffffff; padding: 30px; border-radius: 10px; } .features-extra ul { padding-left: 20px; } .features-cards { max-width: 900px; margin: 30px auto 60px; display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 20px; } .feature-card { background: #ffffff; padding: 20px; border-radius: 12px; text-align: center; font-size: 16px; font-weight: 600; box-shadow: 0 6px 15px rgba(0,0,0,0.05); }
@media (max-width: 768px) { .plans-wrapper { padding: 10px; } .pricing-wrap { grid-template-columns: 1fr; /* single column */ gap: 16px; margin: 20px auto; } .plan-card { padding: 20px; border-radius: 14px; transform: none !important; /* stop zoom */ } .plan-card:hover { transform: none; } .plan-card.popular { transform: none; border-width: 2px; } .plan-card h3 { font-size: 20px; text-align: center; } .sub-row { flex-direction: column; gap: 6px; text-align: center; } .price { font-size: 30px; text-align: center; } .price span { font-size: 14px; } .duration { text-align: center; font-size: 15px; } .description { font-size: 13px; padding: 6px; } .badge { top: -10px; font-size: 11px; padding: 5px 10px; } .discount, .discount-per { font-size: 12px; } .btn { padding: 14px; font-size: 15px; } }
@media (max-width: 480px) { .price { font-size: 26px; } .plan-card { padding: 18px; } .description { font-size: 12.5px; } span.per { font-size: 11px; padding: 3px 8px; } }
.breadcrumbs { color: #fff; font-size: 0.9rem; margin: 10px 0 20px; background: #1e1e1e; padding: 5px; } .breadcrumbs ol { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; } .breadcrumbs li + li::before { content: "›"; padding: 0 8px; color: #999; } .breadcrumbs a {color:#ffffff; } .breadcrumbs a:hover { color:yellow; }
.paging{ display:flex; flex-wrap:wrap; justify-content:center; align-items:center; gap:8px; margin:24px auto; padding:0 10px; font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif; } .paging a, .paging span{ min-width:38px; height:38px; padding:0 12px; display:inline-flex; align-items:center; justify-content:center; border-radius:8px; border:1px solid #d0d7de; background:#ffffff; color:#24292f; font-size:14px; font-weight:500; text-decoration:none; transition:all .2s ease; user-select:none; } .paging a:hover{ background:#0969da; color:#ffffff; border-color:#0969da; } .paging .cur{ background:#0969da; color:#ffffff; border-color:#0969da; font-weight:600; cursor:default; } .paging a[title="â®â®"], .paging a[title="â¯â¯"]{ font-size:16px; padding:0 14px; } 
@media (max-width: 480px) { .paging{ gap:6px; } .paging a, .paging span{ min-width:34px; height:34px; font-size:13px; padding:0 10px; border-radius:6px; } .paging a:not([title]), .paging span{ display:inline-flex; } }
.social-links {margin: 4px;display: flex; }
.social-links a { display: flex; width: 36px; height: 36px; margin-right: 10px; text-align: center; border-radius: 50%; color: #ffffff; background-color: #333; font-size: 16px; transition: all 0.3s; flex-wrap: nowrap; justify-content: center; align-items: center; }
.social-links a:hover {transform: scale(1.1);}
.social-links .share-icon { display: flex; align-items: center; justify-content: space-around; flex-wrap: nowrap; margin: 0px 5px; font-size: 19px; }
.social-links a.whatsapp:hover {background-color: #25d366;}
.social-links a.facebook:hover {background-color: #3b5998;}
.social-links a.instagram:hover {background-color: #e4405f;}
.social-links a.telegram:hover {background-color: #0088cc;}
.list-boxes { display: flex; flex-wrap: wrap; gap: 5px;margin: 5px;} .boxes { background: #2b2b2b47; padding: 6px;min-width: 250px;margin-bottom: 0px;}
#cookie-banner{position:fixed; bottom:0; left:0; right:0; background:#222; color:#ffffff; padding:15px; font-size:14px; display:none; z-index:9999;}
#accept-cookies{color: #313131; font-weight: bold;margin-left:15px; padding:6px 12px; background:#4dd0e1; border:none; cursor:pointer;}
.theme-selector { display: flex; align-items: center; gap: 10px; background: #2c2f33;margin: 5px; padding: 5px 10px; border-radius: 8px; width: fit-content; box-shadow: 0 4px 12px rgba(0,0,0,0.15);color: #fff; font-weight: bold; } .theme-selector select { padding: 8px 12px; border-radius: 6px; border: 1px solid #444; background: #1f2124; color: #fff; font-weight: 500; cursor: pointer; transition: all 0.2s ease; } .theme-selector select:hover { border-color: #ff9800; }
.form-card{
width:100%;
max-width:480px;
background:#ffffff;
padding:35px;
border-radius:12px;
box-shadow:0 15px 35px rgba(0,0,0,0.15);
}
.form-card h1{
margin:0;
font-size:16px;
text-align:center;
color:#222;
}
.form-card h2{
margin:8px 0 25px;
font-size:14px;
font-weight:normal;
text-align:center;
color:#777;
}
.form-card label{
display:block;
font-weight:600;
font-size:14px;
margin-bottom:6px;
color:#333;
}
.form-card input,
.form-card select{
width:100%;
padding:12px;
border:1px solid #ddd;
border-radius:6px;
font-size:14px;
margin-bottom:18px;
transition:0.25s;
}

.form-card input:focus,
.form-card select:focus{
border-color:#4e73df;
outline:none;
box-shadow:0 0 4px rgba(78,115,223,0.3);
}
.readonly{
background:#f8f9ff;
border:1px dashed #4e73df;
padding:12px;
border-radius:6px;
font-weight:bold;
text-align:center;
margin-bottom:20px;
}
@media(max-width:600px){
.form-card{
padding:25px;
}
}
.wallet-box{
    display:flex;
    align-items:center;justify-content: flex-end;
    gap:10px;
    background:#f5f7ff;
    padding:6px 12px;
    border-radius:20px;
    border:1px solid #d6dcff;
    font-family:Arial,sans-serif;
}

.wallet-balance{
    font-weight:bold;
    color:#2c3e50;
    font-size:14px;
}

.wallet-btn{
    background:#4f46e5;
    color:#fff;
    text-decoration:none;
    padding:4px 10px;
    border-radius:12px;
    font-size:12px;
    transition:0.3s;
}

.wallet-btn:hover{
    background:#3730a3;
}
.wallet-amount-box{
    max-width:500px;
    margin:20px auto;
    padding:20px;
    background:#fff;
    border-radius:10px;
    box-shadow:0 2px 10px rgba(0,0,0,0.1);
    text-align:center;
}

.wallet-amount-box h3{
    margin-bottom:15px;
    font-size:20px;
}

.amount-list{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:10px;
}

.amount-list a{
    display:block;
    padding:12px;
    background:#2563eb;
    color:#fff;
    text-decoration:none;
    border-radius:6px;
    font-weight:600;
    transition:0.2s;
}

.amount-list a:hover{
    background:#1d4ed8;
    transform:scale(1.05);
}

@media(max-width:500px){
    .amount-list{
        grid-template-columns:repeat(2,1fr);
    }
}
.remove-button {
    background: #f3bfbf;
    display: flex;
    width: 30px;
    height: 30px;
    text-align: center;
    justify-content: center;
    align-items: center;
    border-radius: 50px;cursor: pointer;
}
.request-container {
    max-width: 900px;
    margin: 20px auto;
}

.request-card {
    background: #ffffff;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    transition: 0.3s ease;
}

.request-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 18px rgba(0,0,0,0.12);
}

.request-info div {
    margin-bottom: 6px;
    font-size: 14px;
    color: #333;
}

.request-info span {
    font-weight: 600;
    color: #007bff;
}

.request-action {
    margin-top: 10px;
}

.request-action input[type="file"] {
    margin-bottom: 8px;
    font-size: 13px;
}

.request-action button {
    padding: 8px 15px;
    border: none;
    background: #28a745;
    color: #ffffff;
    border-radius: 6px;
    cursor: pointer;
    font-size: 13px;
    font-weight: bold;
    transition: 0.3s;
}

.request-action button:hover {
    background: #218838;
}

.uploaded {
    padding: 8px 15px;
    background: #e6f9ed;
    color: #28a745;
    font-weight: bold;
    border-radius: 6px;
    font-size: 14px;
}

@media (max-width: 768px) {
    .request-card {
        flex-direction: column;
        align-items: flex-start;
    }

    .request-action {
        width: 100%;
        margin-top: 15px;
    }

    .request-action button {
        width: 100%;
    }
}

.card-wrap {
    padding: 30px 20px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: #f8faff;
}


.card-wrap h2,.card-wrap h3 {
    font-size: 17px;line-height: 1.2rem;
    color: #1a2b49;
    margin-bottom: 40px;padding: 0px 7px;
    font-weight: 700;border-left: 4px solid #3b82f6;
}

.card-wrap h3 {border-left: 5px solid green;}
.card-grid,.dynamic-card {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto; text-align:center;
}
.dynamic-card {gap: 3px;grid-template-columns: repeat(6, 1fr);}
.dynamic-card .card{margin: 1px;padding: 8px;}
.dynamic-card .card .fa-lock {
    background: #e7edf5;color:#94a3b8;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border-radius: 50%;position: absolute;top: 10px;
}
.card-wrap .card {
    background: #fff;position: relative;
    padding: 20px 10px;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    transition: transform 0.3s ease;
    border: 1px solid #eee;
}
.card-wrap .card img {
    width: 50px;
}
.icon-box {
    font-size: 30px;
    margin-bottom: 20px;
}

.purple { color: #8e44ad; }
.green  { color: #27ae60; }
.red    { color: #e74c3c; }
.blue   { color: #2980b9; }
.card-wrap .card h3 {
    font-size: 18px;
    color: #333;
    margin-bottom: 15px;
    font-weight: 600;
}

.card-wrap .card p {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
}


.card-dropdown {
    display: none;color: #000;text-align: left;
    flex-direction: column;
    background: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 8px;
    margin-top: 8px;
    padding: 5px;
    position: absolute;
    width: 240px;
    left: 0;
    z-index: 99999;
}

.card-dropdown a {
    padding: 6px 8px;
    text-decoration: none;
    color: #333;
    border-bottom: 1px solid #eee;
}

.card-dropdown a:last-child {
    border-bottom: none;
}

.card:hover .card-dropdown {
    display: block;
}
@media (max-width: 992px) {
    .card-grid{
        grid-template-columns: repeat(2, 1fr);
    }
    .dynamic-card {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 600px) {
    .card-grid {
        grid-template-columns: 4fr;
    }
    .dynamic-card {
        grid-template-columns: repeat(3, 1fr);
    }
    .card-wrap h2 {
        font-size: 22px;
    }
}
@media (max-width: 300px) {
    .card-grid {
        grid-template-columns: 1fr;
    }
    .dynamic-card {
        grid-template-columns: repeat(2, 1fr);
    }
    .card-wrap h2 {
        font-size: 22px;
    }
}
.verify-switch{
display:flex;
gap:10px;
margin-bottom:15px;
}

.verify-switch button{
flex:1;
padding:8px;
border:1px solid #ccc;
background:#f5f5f5;color:#000;
cursor:pointer;
}

.verify-switch button.active{
background:#007bff;
color:#fff;
border-color:#007bff;
}
.drag-file{
    border:2px dashed #ccc;
    border-radius:10px;
    padding:30px;margin: 5px;
    text-align:center;
    cursor:pointer;
    transition:0.3s;
    background:#fafafa;
}
.drag-file input[type=file]{display:none;}
.drag-file:hover{
    border-color:#2563eb;
    background:#f0f6ff;
}

.drag-file.dragover{
    border-color:#16a34a;
    background:#e8fff1;
}
    .drag-file::before{
        content:"⬆";
        display:block;
        font-size:42px;
        margin-bottom:12px;
    }
.drag-file p{color:#474646;font-size:12px;}

.listing-wrap{
    max-width:900px;
    margin:25px auto;
    background:#fff;
    border:1px solid #e5e7eb;
    border-radius:16px;
    box-shadow:0 6px 20px rgba(0,0,0,0.06);
    overflow:hidden;
}

.listing-title{
    margin:0;
    padding:18px 20px;
    font-size:22px;
    font-weight:700;
    color:#0d1b2a;
    text-align:center;
    background:#f8fbff;
    border-bottom:1px solid #e5e7eb;
}

.listing-wrap table{
    width:100%;
    border-collapse:collapse;
}

.listing-wrap th{
    background:linear-gradient(135deg,#00b4ff,#0062ff);
    color:#fff;
    font-size:14px;
    font-weight:700;
    padding:14px 16px;
    text-align:left;
}

.listing-wrap td{
    padding:14px 16px;
    border-top:1px solid #eef2f7;
    vertical-align:middle;
    font-size:14px;
    color:#374151;
}

.listing-wrap tr:hover td{
    background:#f9fbff;
}

.listing-wrap table a{
    color:#0062ff;
    text-decoration:none;
    font-weight:600;
}

.listing-wrap table a:hover{
    text-decoration:underline;
}

.listing-wrap table input,
.listing-wrap table textarea,
.listing-wrap table select{
    width:100%;
    padding:10px 12px;
    border:1px solid #d1d5db;
    border-radius:8px;
    background:#f9fafb;
    color:#374151;
    font-size:14px;
    outline:none;
}

.listing-wrap .delete, .edit{
    display:inline-block;
    padding:2px 6px;
    border-radius:8px;
    background:#eef4ff;
    color:#0062ff;
    font-weight:600;
    text-decoration:none;
    border:1px solid #d9e6ff;
    transition:0.2s ease;
}

.listing-btn:hover{
    background:#dbeafe;
    text-decoration:none;
}

.listing-wrap .delete{
    background:#fee2e2;
    color:#dc2626;
    border-color:#fecaca;
}
.listing-wrap .edit {
    background: #cfeaff;
    color: #005edb;
    border-color: #00adff;
}
.listing-btn.danger:hover{
    background:#fecaca;
}

@media (max-width:768px){
    .listing-wrap{
        border-radius:12px;
        overflow-x:auto;
    }

    .listing-title{
        font-size:20px;
        padding:16px;
    }

    .listing-wrap table{
        min-width:650px;
    }
}


.page-details{
    max-width:700px;
    margin:0 auto 20px;
    background:#ffffff;
    border:1px solid #e5e7eb;
    border-radius:15px;
    padding:20px;
    box-shadow:0 6px 20px rgba(0,0,0,0.05);
}

.page-details h3{
    margin:0 0 10px;
    font-size:18px;
    color:#0d1b2a;
    text-align:center;
}

.page-details p{
    margin:0;
    text-align:center;
}
.tags{
    max-width:700px;
    margin:18px auto 0;
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    gap:10px;
}

.tags span{
    display:inline-block;
    padding:8px 14px;
    border-radius:999px;
    background:#eef4ff;
    color:#0062ff;
    font-size:13px;
    font-weight:600;
    border:1px solid #d9e6ff;
}

.form-card,
.container{
    max-width:700px;
    margin:30px auto 25px auto;
    padding:25px;
    background:#fff;
    border-radius:15px;
    box-shadow:0 6px 20px rgba(0,0,0,0.08);
    text-align:center;
    border:1px solid #e5e7eb;
}
.info-grid{
    max-width:700px;
    margin:20px auto 0;
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(150px,1fr));
    gap:12px;
}

.info-box{
    background:#fff;
    border:1px solid #e5e7eb;
    border-radius:12px;
    padding:14px;
    text-align:center;
    box-shadow:0 4px 12px rgba(0,0,0,0.04);
}

.info-box strong{
    display:block;
    color:#0d1b2a;
    margin-bottom:6px;
    font-size:14px;
}

.info-box span{
    font-size:13px;
    color:#6b7280;
}
.form-card label{
    font-weight:600;
    margin-bottom:8px;
    display:block;
    color:#0d1b2a;
    text-align:left;
}
.form-card p{
    max-width:700px;
    margin:10px auto;
    line-height:1.7;
    font-size:15px;
    color:#4b5563;
    text-align:center;
}
.form-card input[type="date"]{
    width:100%;
    padding:12px;
    border-radius:10px;
    border:1px solid #d1d5db;
    margin-bottom:15px;
    font-size:14px;
    outline:none;
    transition:0.2s ease;
    background:#fff;
    box-sizing:border-box;
}

.form-card input[type="date"]:focus{
    border-color:#0062ff;
    box-shadow:0 0 6px rgba(0,98,255,0.25);
}
.button-row{
    display:flex;
    flex-wrap:wrap;
    gap:12px;
    justify-content:center;
    margin:18px 0;
}
.button-row button{width:auto;}
.result-box{
    margin-top:22px;
    padding:20px;
    border-radius:14px;
    background:#f8fbff;
    border:1px solid #dbe7ff;
    text-align:left;
}

.result-box h3{
    margin:0 0 15px;
    font-size:18px;
    color:#0d1b2a;
}

.result-item{
    font-size:15px;
    color:#374151;
    padding:8px 0;
    border-bottom:1px dashed #dbe7ff;
}

.result-item:last-child{
    border-bottom:none;
}

.note-box{
    margin-top:18px;
    padding:14px;
    background:#f9fafb;
    border:1px solid #e5e7eb;
    border-radius:12px;
    text-align:left;
    font-size:13px;
    color:#4b5563;
    line-height:1.6;
}
.form-card textarea{
    width:100%;
    min-height:180px;
    padding:14px;
    font-family:monospace;
    font-size:13px;
    border-radius:12px;
    border:1px solid #d1d5db;
    resize:vertical;
    background:#f9fafb;
    outline:none;
    transition:0.2s ease;
    box-sizing:border-box;
}

.form-card textarea:focus{
    border-color:#0062ff;
    box-shadow:0 0 6px rgba(0,98,255,0.25);
    background:#fff;
}

.preview-box{
    margin-top:25px;
    padding:20px;
    border:1px solid #e5e7eb;
    border-radius:14px;
    background:#f9fafb;
}

.preview-title{
    font-size:16px;
    font-weight:700;
    color:#0d1b2a;
    margin-bottom:15px;
}

.preview-image{
    max-width:100%;
    max-height:450px;
    border-radius:12px;
    border:1px solid #d1d5db;
    background:#fff;
    padding:6px;
    display:none;
}

.note{
    margin-top:12px;
    font-size:13px;
    color:#6b7280;
}

.error-msg{
    margin-top:15px;
    color:#dc2626;
    font-size:14px;
    font-weight:600;
}
.form-card a#downloadLink {
    display: inline-block;
    margin-top: 15px;
    padding: 10px 18px;
    background: #000;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.3s ease;
}
.form-card a#downloadLink:hover {
    background: #0062ff;
    transform: translateY(-2px);
}
.form-card #fileList{
        max-width:760px;
        margin:20px auto 0;
    }
.form-card .file{
        background:#ffffff;
        border:1px solid #e5e7eb;
        border-left:5px solid #f59e0b;
        border-radius:12px;
        padding:14px 16px;
        margin-top:14px;
        box-shadow:0 4px 12px rgba(0,0,0,0.05);
        font-size:15px;
        color:#374151;
        word-break:break-word;
    }

.form-card .file.done{
        background:#ecfdf5;
        border-color:#bbf7d0;
        border-left-color:#22c55e;
        color:#166534;
    }

.form-card .file.error{
        background:#fef2f2;
        border-color:#fecaca;
        border-left-color:#ef4444;
        color:#991b1b;
    }

.form-card .progress{
        height:8px;
        background:#e5e7eb;
        margin-top:10px;
        border-radius:999px;
        overflow:hidden;
    }

.form-card .progress span{
        display:block;
        height:100%;
        width:0%;
        border-radius:999px;
        background:linear-gradient(90deg,#f59e0b,#f97316);
        transition:width 0.25s ease;
        box-shadow:0 0 10px rgba(249,115,22,0.35);
    }
@media(max-width:768px){
    .form-card,
    .container{
        padding:20px;
    }

    h1{
        font-size:16px;
    }

    h2{
        font-size:14px;
    }

    p{
        font-size:14px;
    }
}



.popup-overlay{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.6);
    display:none;
    justify-content:center;
    align-items:center;
    z-index:9999;
}


.popup-box{
    width:300px;
    height:500px;
    background:#fff;
    border-radius:10px;
    box-shadow:0 0 15px rgba(0,0,0,0.3);
    position:relative;
    padding:15px;
    display:flex;
    flex-direction:column;
    overflow:hidden;
}


.close-btn{
    position:absolute;
    top:10px;
    right:12px;
    font-size:20px;
    cursor:pointer;
    color:#333;
    z-index:10;
}


.popup-header{
    font-size:18px;
    font-weight:bold;
    margin-bottom:10px;
}


.popup-msgbox{
    flex:1;
    overflow:auto;
    font-size:14px;
}
.popup-msgbox .message{ text-align:left;background:#f8fff8;border-left:4px solid #27ae60;padding:12px;border-radius:8px;margin-bottom:12px;}

.timer-bar{
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    height:5px;
    background:#ddd;
}


.timer-progress{
    height:100%;
    width:100%;
    background:#007bff;
    transform-origin:left;
}