/* ========================================================
   Banking Academy of Vietnam (Học viện Ngân hàng) Stylesheet
   Replicating https://online.hvnh.edu.vn/
   ======================================================== */

:root {
    --hvnh-blue: #056382;
    --hvnh-blue-light: #077da5;
    --hvnh-blue-dark: #03485f;
    --hvnh-accent: #ffa500;
    --hvnh-gold: #fece7a;
    --hvnh-gray-border: #dadada;
    --hvnh-gray-light: #f5f5f5;
    --hvnh-text: #333333;
}

* {
    box-sizing: border-box;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

body {
    background-color: #ffffff;
    color: var(--hvnh-text);
    margin: 0;
    padding: 0;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    overflow-x: hidden;
}

input,
button,
select,
textarea {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

a {
    color: #337ab7;
    text-decoration: none;
    transition: color 0.15s ease-in-out;
}

a:hover {
    color: #23527c;
}

a:focus,
a:active {
    outline: none !important;
    box-shadow: none !important;
}

/* Container wrapper matching online.hvnh.edu.vn */
.page-wrapper {
    background: #fff;
    min-height: 100vh;
    margin: 0px 1px;
}

/* Header & Banner */
#header {
    width: 100%;
}

#header img {
    width: 100%;
    max-height: 400px;
    display: block;
}

/* Navbar replicating online.hvnh.edu.vn */
.stylecolor {
    background-color: #056382 !important;
}

.navbar {
    border-radius: 0px !important;
    border: 0px !important;
    color: #FFF;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
    min-height: 40px !important;
    background-color: #056382 !important;
}

.navbar-nav li a {
    color: #555;
    margin-bottom: 0px;
    margin-top: 0px;
    font-weight: bold;
}

#header nav {
    background-color: #056382 !important;
}

#header nav a {
    color: #fff !important;
}

#header nav a:hover {
    color: #e4e1e1;
}

#header .navbar {
    min-height: 40px !important;
}

#header .navbar-nav>li>a {
    padding-top: 9px !important;
    padding-bottom: 5px !important;
    padding-left: 12px !important;
    padding-right: 12px !important;
    color: #fff !important;
    font-weight: bold;
    font-size: 13.5px;
    background-color: transparent !important;
    white-space: nowrap !important;
}

#menu ul li a:hover {
    color: #ffa500 !important;
    background-color: transparent !important;
    text-decoration: none !important;
}

#menu ul li a:focus,
#menu ul li a:active,
#menu ul li.active a {
    color: #fff !important;
    background-color: transparent !important;
    outline: none !important;
    box-shadow: none !important;
    text-decoration: none !important;
}

.dropdown.stylecolor span a {
    color: #fff !important;
    font-weight: bold;
    text-decoration: none;
    white-space: nowrap !important;
}

.dropdown.stylecolor span a:hover {
    color: #ffa500 !important;
}

.navbar-toggle {
    margin-top: 3px;
    margin-bottom: 3px;
    border-color: rgba(255, 255, 255, 0.5) !important;
}

.navbar-toggle .icon-bar {
    background-color: #fff !important;
}

/* User Account Dropdown on Navbar (Matching online.hvnh.edu.vn) */
.user-nav-item {
    position: relative;
    padding: 0 !important;
}

.user-nav-link {
    color: #ffffff !important;
    font-weight: bold !important;
    font-size: 13.5px !important;
    text-decoration: none !important;
    display: inline-block !important;
    padding: 9px 12px 5px 12px !important;
    cursor: pointer !important;
    background-color: transparent !important;
    line-height: 20px;
    transition: color 0.15s ease;
    white-space: nowrap !important;
}

/* When clicked, focused, active, or dropdown is open: text turns orange */
.user-nav-link:hover,
.user-nav-link:focus,
.user-nav-link:active,
.user-nav-link.active,
.user-nav-link.is-open,
.user-nav-item.open>.user-nav-link,
.user-nav-item.open>.user-nav-link .user-display-name {
    color: #ffa500 !important;
    background-color: transparent !important;
    text-decoration: none !important;
}

/* Authentic dark teal dropdown menu matching user's photo */
.user-nav-dropdown {
    background-color: #056382 !important;
    border-radius: 0px !important;
    border: 1px solid #03485f !important;
    border-top: none !important;
    right: 0 !important;
    left: auto !important;
    min-width: 175px !important;
    padding: 4px 0 !important;
    margin-top: 0px !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25) !important;
    z-index: 1050 !important;
}

.user-nav-dropdown>li {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.user-nav-dropdown>li>a {
    color: #ffffff !important;
    font-weight: bold !important;
    font-size: 13.5px !important;
    padding: 8px 18px !important;
    display: block !important;
    text-decoration: none !important;
    background-color: transparent !important;
    text-align: left !important;
    line-height: 1.4 !important;
    transition: background-color 0.15s ease, color 0.15s ease;
}

.user-nav-dropdown>li>a:hover,
.user-nav-dropdown>li>a:focus {
    background-color: #044b62 !important;
    color: #ffffff !important;
    text-decoration: none !important;
}

.user-nav-dropdown .divider,
.user-nav-dropdown .user-nav-divider {
    height: 1px !important;
    margin: 4px 0 !important;
    overflow: hidden !important;
    background-color: rgba(255, 255, 255, 0.25) !important;
    border-bottom: 1px solid #03485f !important;
}

/* Body Layout & Sidebar Menu */
#body {
    margin-top: 1px;
}

#leftMenu {
    margin-top: 0px;
    margin-bottom: 20px;
    border: 1px solid #dadada;
    border-bottom: 0;
}

#leftMenu .accordion-group {
    margin-bottom: 0;
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #dadada;
}

#leftMenu .accordion-heading {
    padding: 5px 10px;
    background: #fff;
}

#leftMenu .accordion-heading.menuhome {
    background-color: #056382 !important;
    padding: 10px 10px !important;
    border: none;
}

#leftMenu .accordion-heading.menuhome a {
    color: #fff !important;
    font-weight: bold;
    text-decoration: none;
    font-size: 14px;
}

#leftMenu .accordion-heading a {
    text-decoration: none;
    color: #333;
    font-size: 13px;
    font-weight: normal;
    display: block;
}

#leftMenu .accordion-heading a:hover {
    color: #056382;
}

#leftMenu .accordion-heading a i.glyphicon-chevron-right {
    color: #056382;
    font-size: 10px;
    margin-right: 4px;
}

#leftMenu .accordion-inner {
    padding: 3px 0 5px 0;
    background: #fff;
}

#leftMenu .accordion-inner ul {
    padding-left: 20px;
    margin-bottom: 0;
}

#leftMenu .accordion-inner ul li {
    list-style: none;
    border-left: 1px dotted #555;
    padding: 2px 0 2px 8px;
}

#leftMenu .accordion-inner ul li a {
    color: #333;
    font-size: 12.5px;
    text-decoration: none;
}

#leftMenu .accordion-inner ul li a:hover {
    color: #056382;
    text-decoration: underline;
}

/* Main Content Box & News List */
.divmain {
    border: 1px solid #dfdfdf;
    border-top: 0;
    background: #ffffff;
    margin-bottom: 20px;
    min-height: 520px;
}

.bgtitle {
    border-radius: 0;
    background-color: #056382;
    color: #ffffff;
    font-weight: bold;
    padding: 8px 12px;
    margin-bottom: 0;
    font-size: 14px;
    text-transform: none;
    letter-spacing: normal;
}

#newsListContainer {
    background: #ffffff;
    border: 1px solid #e7e7e7;
    border-top: none;
    padding: 2px 4px;
    margin-bottom: 5px;
}

.news-item-row {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    padding: 7px 8px;
    border-bottom: 1px dotted #dcdcdc;
}

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

.news-item-link {
    color: #005580 !important;
    text-decoration: none !important;
    font-size: 13.5px;
    line-height: 1.5;
    flex: 1;
    padding-right: 15px;
}

.news-item-link:hover {
    color: #003350 !important;
    text-decoration: underline !important;
}

.news-item-date {
    color: #888;
    font-size: 12px;
    font-style: italic;
    white-space: nowrap;
}

/* Left Menu Styling Matching online.hvnh.edu.vn */
#leftMenu {
    border: none;
    margin-bottom: 20px;
}

#leftMenu .accordion-group {
    border: none;
    margin-bottom: 0;
    border-radius: 0;
}

#leftMenu .menuhome {
    background-color: #056382 !important;
    padding: 8px 10px !important;
    border-radius: 0 !important;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
}

#leftMenu .accordion-heading:not(.menuhome) {
    background-color: #ffffff;
    border: 1px solid #e7e7e7;
    border-top: none;
    padding: 6px 10px !important;
    transition: background-color 0.15s ease;
}

#leftMenu .accordion-heading:not(.menuhome):hover {
    background-color: #f7f9fa;
}

#leftMenu .accordion-toggle {
    display: block;
    color: #333 !important;
    font-size: 13px;
    text-decoration: none !important;
}

#leftMenu .accordion-toggle:hover {
    color: #056382 !important;
    text-decoration: none !important;
}

#leftMenu .accordion-toggle .glyphicon-chevron-right {
    color: #056382 !important;
    font-size: 10px;
    margin-right: 6px;
}

/* Logged-in User Nav Item */
.user-nav-item>a {
    color: #fff !important;
    font-weight: bold !important;
    font-size: 14px !important;
    padding-top: 9px !important;
    padding-bottom: 5px !important;
    background-color: transparent !important;
}

.user-nav-dropdown {
    background-color: #056382 !important;
    border-radius: 0 !important;
    border: none !important;
    min-width: 170px !important;
    margin-top: 1px !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.user-nav-dropdown>li>a {
    color: #ffffff !important;
    padding: 8px 16px !important;
    font-size: 13px !important;
    font-weight: 500 !important;
}

.user-nav-dropdown>li>a:hover {
    background-color: #034b63 !important;
    color: #ffa500 !important;
}

.user-nav-divider {
    background-color: rgba(255, 255, 255, 0.2) !important;
    margin: 4px 0 !important;
}

/* Footer replicating online.hvnh.edu.vn */
.footer {
    background: #056382;
    color: white;
    margin-top: 20px;
    border: none;
}

.cus-ttcedu-footer {
    font-size: 13px;
    padding: 1px;
    line-height: 1.4;
    color: #fff;
}

/* Degree Lookup (Tra cứu văn bằng) */
.vanbang-container {
    padding: 15px;
}

.vanbang-form label {
    font-weight: 600;
    color: #444;
    margin-bottom: 4px;
}

.vanbang-form input.form-control {
    border-radius: 3px;
    border: 1px solid #ccc;
    box-shadow: none;
    height: 34px;
}

.vanbang-form input.form-control:focus {
    border-color: var(--hvnh-blue);
    box-shadow: 0 0 5px rgba(5, 99, 130, 0.3);
}

.vanbang-result-table {
    width: 100%;
    margin-top: 20px;
    border-collapse: collapse;
}

.vanbang-result-table th {
    background-color: #609810 !important;
    color: #ffffff !important;
    padding: 8px !important;
    font-size: 13px;
    text-align: center;
    border: 1px solid #4a750c;
}

.vanbang-result-table td {
    padding: 8px !important;
    font-size: 13px;
    border: 1px solid #ddd;
    vertical-align: middle;
}

.vanbang-result-table tr:hover {
    background-color: #f1f8e9;
}

/* Degree Certificate Card / Preview */
.degree-card {
    border: 8px double #c59b27;
    padding: 30px;
    background: #fffef9;
    border-radius: 4px;
    position: relative;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.degree-card::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 220px;
    height: 220px;
    background: url('../logo/logo.png') center/contain no-repeat;
    opacity: 0.06;
    pointer-events: none;
}

.degree-header {
    text-align: center;
    margin-bottom: 25px;
}

.degree-header h3 {
    margin: 0 0 5px 0;
    font-size: 16px;
    font-weight: bold;
    color: #8b0000;
    text-transform: uppercase;
}

.degree-header h2 {
    margin: 5px 0 0 0;
    font-size: 22px;
    font-weight: 700;
    color: #056382;
    text-transform: uppercase;
}

.degree-body {
    font-size: 14.5px;
    line-height: 1.8;
}

.degree-field {
    margin-bottom: 8px;
    display: flex;
}

.degree-label {
    width: 180px;
    font-weight: 600;
    color: #555;
}

.degree-value {
    flex: 1;
    font-weight: bold;
    color: #111;
}

/* Timetable Lookup (Tra cứu thời khóa biểu) */
.tkb-btn-bar {
    padding: 10px 15px;
    background: #f8f9fa;
    border-bottom: 1px solid #e9ecef;
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.hlbtn {
    background-color: #3EECAC !important;
    background-image: linear-gradient(19deg, #3EECAC 0%, #EE74E1 100%) !important;
    color: white !important;
    border: none !important;
}

.tkb-filter-bar {
    padding: 15px;
    background: #ffffff;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    align-items: center;
    border-bottom: 1px solid #eeeeee;
}

.tkb-filter-group {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 13.5px;
    font-weight: 500;
}

.tkb-filter-group select {
    padding: 4px 8px;
    border: 1px solid #ccc;
    border-radius: 3px;
    font-size: 13px;
    height: 32px;
}

/* Main Timetable Table */
.maindivtb {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #b2dfdb;
    margin-top: 10px;
}

.maindivtb th {
    background-color: var(--hvnh-blue) !important;
    color: #ffffff !important;
    padding: 10px 6px !important;
    text-align: center;
    font-size: 13.5px;
    border: 1px solid #03485f;
}

.maindivtb .thu {
    background-color: #f4fbf7;
    font-weight: bold;
    color: #056382;
    height: 60px;
    text-align: center;
    vertical-align: middle !important;
    width: 80px;
    border: 1px solid #b2dfdb;
}

.maindivtb td {
    border: 1px solid #e0e0e0;
    padding: 8px;
    vertical-align: top;
    width: 30%;
    min-height: 80px;
    background-color: #ffffff;
}

.maindivtb .divcontent {
    border: 1px dashed orange !important;
    background-color: #fffdf8;
    padding: 8px 10px;
    margin-bottom: 6px;
    border-radius: 4px;
    text-align: left;
    font-size: 12.5px;
    line-height: 1.5;
    transition: transform 0.15s, box-shadow 0.15s;
}

.maindivtb .divcontent:hover {
    transform: translateY(-2px);
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08);
}

.maindivtb .divcontent b {
    color: #056382;
}

.slot-empty {
    color: #bbb;
    font-style: italic;
    font-size: 12px;
    text-align: center;
    padding: 15px 0;
}

/* Admissions Lookup (Tra cứu tuyển sinh) */
.tuyensinh-container {
    padding: 15px;
}

.tuyensinh-search-box {
    display: flex;
    gap: 8px;
    max-width: 550px;
    margin-bottom: 20px;
}

.tuyensinh-note {
    border: 1px solid #d9edf7;
    background-color: #f4faff;
    border-left: 4px solid var(--hvnh-blue);
    border-radius: 4px;
    padding: 15px;
    margin-top: 25px;
    font-size: 13.5px;
}

/* Login Page Component (matching target_login.html) */
.login-container {
    max-width: 420px;
    margin: 40px auto;
    padding: 0 15px;
}

.loginbox {
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    padding: 30px;
    border-radius: 4px;
    position: relative;
}

.loginbox-social {
    text-align: center;
    margin-bottom: 20px;
}

.loginbox-social .logo img {
    width: 140px;
    height: auto;
    margin: 0 auto;
}

.loginbox-social .uni-name {
    margin-top: 10px;
    font-weight: bold;
    color: var(--hvnh-blue);
    font-size: 16px;
    letter-spacing: 0.5px;
}

.loginbox-social .social-title {
    color: var(--hvnh-blue);
    font-size: 14px;
    font-weight: 500;
    margin-top: 2px;
}

.loginbox-or {
    position: relative;
    text-align: center;
    margin: 15px 0 20px 0;
}

.loginbox-or .or-line {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #e5e5e5;
}

.loginbox-or .or {
    position: relative;
    background: #fff;
    padding: 0 10px;
    color: #888;
    font-size: 12px;
    display: inline-block;
}

.loginbox-textbox {
    margin-bottom: 15px;
}

.loginbox-textbox input.form-control {
    height: 38px;
    border-radius: 3px;
    padding: 8px 12px;
    font-size: 14px;
}

.loginbox-forgot {
    margin-bottom: 20px;
}

.captcha-box {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 8px 0;
}

#captchaCanvas {
    background: #eef2f5;
    border: 1px solid #ccc;
    border-radius: 3px;
}

.btn-refresh-captcha {
    color: var(--hvnh-blue);
    cursor: pointer;
    font-size: 14px;
    border: none;
    background: none;
    padding: 5px;
}

.btn-refresh-captcha:hover {
    color: #03485f;
}

/* ========================================================
   Authentic Student Portal (Matching online.hvnh.edu.vn)
   ======================================================== */
.portal-wrapper {
    display: flex;
    min-height: 720px;
    background-color: #ffffff;
    border: 1px solid #dcd8cf;
    margin-top: 1px;
    margin-bottom: 20px;
}

/* Left TreeView Sidebar */
.portal-sidebar {
    width: 250px;
    min-width: 250px;
    max-width: 250px;
    background-color: #edeae2;
    /* Exact warm beige-grey from photo */
    border-right: 1px solid #d5d1c7;
    padding-bottom: 30px;
    box-sizing: border-box;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.portal-sidebar-title {
    background-color: #056382;
    color: #ffffff;
    font-weight: bold;
    font-size: 14px;
    padding: 9px 12px;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 4px;
}

.portal-sidebar-group {
    margin-bottom: 2px;
}

/* Group Header like "> Chức năng trực tuyến" */
.portal-sidebar-group-header {
    background-color: #f2efe8;
    color: #222222;
    font-weight: bold;
    font-size: 13.5px;
    padding: 7px 10px;
    border-top: 1px solid #dfdad0;
    border-bottom: 1px solid #dfdad0;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 6px;
    user-select: none;
}

.portal-sidebar-group-header .tree-chevron {
    font-size: 10px;
    font-weight: bold;
    color: #222222;
    display: inline-block;
    line-height: 1;
}

/* TreeView Submenu with authentic dotted connecting lines */
.portal-sidebar-nav {
    list-style: none;
    margin: 0;
    padding: 2px 0 4px 10px;
}

.portal-sidebar-nav>li {
    position: relative;
    padding-left: 18px;
    line-height: 27px;
    height: 27px;
    list-style: none;
}

/* Vertical dotted tree line */
.portal-sidebar-nav>li::before {
    content: "";
    position: absolute;
    left: 4px;
    top: 0;
    bottom: 0;
    width: 1px;
    border-left: 1px dotted #8c8c8c;
}

/* For last item in group, cut vertical line at halfway point */
.portal-sidebar-nav>li:last-child::before {
    height: 14px;
    bottom: auto;
}

/* Horizontal dotted tree branch */
.portal-sidebar-nav>li::after {
    content: "";
    position: absolute;
    left: 4px;
    top: 13px;
    width: 12px;
    height: 1px;
    border-bottom: 1px dotted #8c8c8c;
}

.portal-sidebar-nav>li>a {
    color: #333333;
    text-decoration: none;
    font-size: 13px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 200px;
    line-height: 27px;
    transition: color 0.1s ease;
    background: transparent !important;
    background-color: transparent !important;
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
}

.portal-sidebar-nav>li>a:hover {
    color: #056382;
    text-decoration: underline;
    background: transparent !important;
    background-color: transparent !important;
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
}

.portal-sidebar-nav>li>a.active,
.portal-sidebar-nav>li.active>a,
.portal-sidebar-nav>li>a:focus,
.portal-sidebar-nav>li>a:active {
    font-weight: normal !important;
    color: #333333 !important;
    background: transparent !important;
    background-color: transparent !important;
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
    text-decoration: none !important;
}

/* Right Main Content Panel */
.portal-main-panel {
    flex: 1;
    background-color: #ffffff;
    min-width: 0;
}

.portal-header-bar {
    background-color: #056382;
    color: #ffffff;
    font-weight: bold;
    padding: 9px 15px;
    font-size: 14px;
}

.portal-body-inner {
    padding: 15px 20px;
}

/* Portal Circular Dot Loading Spinner (Matching online.hvnh.edu.vn) */
.portal-loader-wrapper {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding-top: 60px;
    padding-bottom: 80px;
    min-height: 400px;
    width: 100%;
    background-color: #ffffff;
    box-sizing: border-box;
}

.portal-dot-spinner-svg {
    width: 46px;
    height: 46px;
    display: block;
}

.portal-dot-spinner-svg .p-dot {
    animation: portalDotFade 0.8s linear infinite;
    transform-origin: center;
}

.portal-dot-spinner-svg .p-dot-1 {
    animation-delay: 0s;
}

.portal-dot-spinner-svg .p-dot-2 {
    animation-delay: -0.7s;
}

.portal-dot-spinner-svg .p-dot-3 {
    animation-delay: -0.6s;
}

.portal-dot-spinner-svg .p-dot-4 {
    animation-delay: -0.5s;
}

.portal-dot-spinner-svg .p-dot-5 {
    animation-delay: -0.4s;
}

.portal-dot-spinner-svg .p-dot-6 {
    animation-delay: -0.3s;
}

.portal-dot-spinner-svg .p-dot-7 {
    animation-delay: -0.2s;
}

.portal-dot-spinner-svg .p-dot-8 {
    animation-delay: -0.1s;
}

@keyframes portalDotFade {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0.12;
    }
}

/* Table styles inside portal */
.portal-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 10px;
}

.portal-table th {
    background: var(--hvnh-blue) !important;
    color: #fff !important;
    padding: 8px;
    font-size: 13px;
    text-align: center;
}

.portal-table td {
    padding: 8px;
    border: 1px solid #e2e8f0;
    font-size: 13px;
}

.portal-table tr:nth-child(even) {
    background: #f8fafc;
}

/* Footer (Matching online.hvnh.edu.vn) */
.footer {
    width: 100%;
    background: var(--hvnh-blue);
    color: #ffffff;
    margin-top: 25px;
    padding: 20px 0;
}

.footer .row {
    margin: 0;
}

.footer-logo {
    width: 85px;
    height: auto;
    display: block;
}

.footer-info {
    font-size: 13px;
    line-height: 1.6;
}

.footer-title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 6px;
    color: #ffffff;
}

.footer-links a {
    color: #e2e8f0;
    margin-right: 15px;
    font-size: 13px;
}

.footer-links a:hover {
    color: var(--hvnh-accent);
}

/* Modal styling */
.modal-header {
    background-color: var(--hvnh-blue) !important;
    color: #ffffff !important;
    border-radius: 0;
    padding: 12px 15px;
}

.modal-header .close {
    color: #ffffff !important;
    opacity: 0.9;
    font-size: 24px;
}

.modal-title {
    font-weight: bold;
    font-size: 16px;
    margin: 0;
}

.modal-footer {
    border-top: 1px solid #eeeeee;
    padding: 10px 15px;
}

/* Alert Notification Banner / Toast */
.hvnh-alert {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 9999;
    min-width: 280px;
    max-width: 400px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    animation: slideInRight 0.3s ease-out;
}

@keyframes slideInRight {
    from {
        transform: translateX(100%);
        opacity: 0;
    }

    to {
        transform: translateX(0);
        opacity: 1;
    }
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .navbar-hvnh .navbar-nav>li>a {
        padding: 10px 15px;
    }

    .degree-field {
        flex-direction: column;
    }

    .degree-label {
        width: 100%;
        margin-bottom: 2px;
    }

    .maindivtb .thu {
        width: 60px;
        font-size: 12px;
    }

    .maindivtb td {
        padding: 4px;
        font-size: 11px;
    }

    .maindivtb .divcontent {
        padding: 5px;
        font-size: 11px;
    }

    .footer {
        text-align: center;
    }

    .footer-logo {
        margin: 0 auto 15px auto;
    }
}

/* ==========================================================================
   AUTHENTIC STUDENT PORTAL STYLES (online.hvnh.edu.vn / Home / Info etc.)
   ========================================================================== */
.portal-wrapper {
    display: flex;
    gap: 15px;
    margin-top: 5px;
    align-items: flex-start;
}

@media (max-width: 991px) {
    .portal-wrapper {
        flex-direction: column;
    }
}

/* Left Sidebar - Chức năng */
.portal-sidebar {
    width: 250px;
    flex-shrink: 0;
    background: #ffffff;
    border: 1px solid #c4d7e0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

@media (max-width: 991px) {
    .portal-sidebar {
        width: 100%;
    }
}

.portal-sidebar-title {
    background-color: #004b63;
    color: #ffffff;
    font-size: 13.5px;
    font-weight: bold;
    padding: 8px 12px;
    display: flex;
    align-items: center;
    gap: 8px;
    letter-spacing: 0.3px;
}

.portal-sidebar-group {
    border-bottom: 1px solid #e1ebf0;
}

.portal-sidebar-group-header {
    background-color: #f2f7fa;
    color: #1e3a47;
    font-weight: 700;
    font-size: 13px;
    padding: 8px 12px;
    cursor: default;
    border-bottom: 1px solid #e5eef3;
    display: flex;
    align-items: center;
    gap: 5px;
}

.portal-sidebar-nav {
    list-style: none;
    padding: 0;
    margin: 0;
}

.portal-sidebar-nav li {
    border-bottom: 1px solid #f0f4f7;
}

.portal-sidebar-nav li:last-child {
    border-bottom: none;
}

.portal-sidebar-nav a {
    display: block;
    padding: 7px 12px 7px 22px;
    color: #333333;
    font-size: 13px;
    text-decoration: none !important;
    position: relative;
    transition: color 0.15s ease-in-out;
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
    background: transparent !important;
    background-color: transparent !important;
    -webkit-tap-highlight-color: transparent;
}

.portal-sidebar-nav a::before {
    content: "—";
    position: absolute;
    left: 10px;
    color: #8fa7b3;
    font-size: 11px;
}

.portal-sidebar-nav a:hover {
    background: transparent !important;
    background-color: transparent !important;
    color: #004b63;
    font-weight: normal !important;
    text-decoration: underline !important;
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
}

.portal-sidebar-nav a.active,
.portal-sidebar-nav a:focus,
.portal-sidebar-nav a:active,
.portal-sidebar-nav li.active>a {
    background: transparent !important;
    background-color: transparent !important;
    color: #333333 !important;
    font-weight: normal !important;
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
    text-decoration: none !important;
}

.portal-sidebar-nav a.active::before,
.portal-sidebar-nav a:focus::before,
.portal-sidebar-nav a:active::before {
    color: #8fa7b3 !important;
    font-weight: normal !important;
}

/* Right Content Area */
.portal-main-panel {
    flex: 1;
    min-width: 0;
    background: #ffffff;
    border: 1px solid #c4d7e0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.portal-header-bar {
    background-color: #004b63;
    color: #ffffff;
    padding: 8px 14px;
    font-size: 14px;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.portal-body-inner {
    padding: 15px;
    background-color: #ffffff;
}

/* Authentic Table with Yellow-Orange Header */
.portal-table-hvnh {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 15px;
    font-size: 13px;
    background-color: #fff;
    border: 1px solid #d5d5d5;
}

.portal-table-hvnh th {
    background-color: #f5be7e;
    color: #222222;
    font-weight: 600;
    padding: 7px 8px;
    text-align: center;
    border: 1px solid #e2b478;
    font-size: 12.5px;
}

.portal-table-hvnh td {
    padding: 7px 8px;
    border: 1px solid #d5d5d5;
    color: #333333;
    vertical-align: middle;
}

.portal-table-hvnh tr:hover td {
    background-color: #fbfbfb;
}

.portal-filter-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 25px;
    margin-bottom: 12px;
    padding: 4px 0;
    font-size: 13px;
    color: #222;
}

.portal-filter-item {
    display: flex;
    align-items: center;
    gap: 8px;
}

.portal-filter-item label {
    margin-bottom: 0;
    font-weight: normal;
    white-space: nowrap;
    color: #222;
}

.portal-filter-item select,
.portal-filter-select {
    height: 28px;
    padding: 2px 8px;
    font-size: 13px;
    border: 1px solid #ccc;
    border-radius: 3px;
    background-color: #fff;
    color: #333;
    outline: none;
}

.portal-filter-item select:focus,
.portal-filter-select:focus {
    border-color: #056382;
}

.portal-btn-action-light {
    height: 28px;
    line-height: 1.4;
    padding: 3px 14px;
    font-size: 13px;
    background-color: #fafafa;
    border: 1px solid #ccc;
    border-radius: 3px;
    color: #333;
    cursor: pointer;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
}

.portal-btn-action-light:hover {
    background-color: #f0f0f0;
    border-color: #bbb;
}

.portal-step-block {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 13px;
}

.portal-step-title {
    color: #c0392b;
    font-weight: bold;
    margin-bottom: 8px;
    font-size: 13px;
}

.portal-step-item {
    border-top: 1px solid #ebebeb;
    padding: 8px 0;
    color: #222;
}

.portal-step-item:last-child {
    border-bottom: 1px solid #ebebeb;
}

.portal-table-hvnh .semester-row {
    background-color: #e6eef3 !important;
    color: #004b63;
    font-weight: bold;
    padding: 8px 10px;
    border-top: 2px solid #b2cad6;
    border-bottom: 1px solid #b2cad6;
}

.portal-table-hvnh .semester-summary-row {
    background-color: #fdfaf3;
    font-size: 12.5px;
    line-height: 1.6;
}

.portal-table-hvnh .total-debt-row {
    background-color: #fce8a6;
    color: #843b00;
    font-weight: bold;
    font-size: 13.5px;
    padding: 8px 12px;
}

/* Student Info Profile 3-Column Grid */
.student-info-grid {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e1e8ed;
    padding-bottom: 20px;
}

@media (max-width: 991px) {
    .student-info-grid {
        flex-direction: column;
    }
}

.student-col {
    flex: 1;
    font-size: 13px;
    line-height: 1.8;
}

.student-col-avatar {
    width: 140px;
    flex-shrink: 0;
    text-align: center;
    margin-right: 10px;
}

.student-avatar-img {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    border: 2px solid #c4d7e0;
    object-fit: cover;
    background-color: #f0f4f7;
    padding: 2px;
    display: block;
    margin: 0 auto 12px auto;
}

.student-info-table {
    width: 100%;
    border-collapse: collapse;
}

.student-info-table td {
    padding: 3px 6px;
    vertical-align: top;
    font-size: 13px;
}

.student-info-table .label-td {
    color: #555555;
    font-weight: 500;
    white-space: nowrap;
    width: 130px;
}

.student-info-table .val-td {
    color: #111111;
    font-weight: 600;
}

.section-sub-title {
    font-size: 13.5px;
    font-weight: bold;
    color: #004b63;
    border-bottom: 1px solid #d0dfe6;
    padding-bottom: 5px;
    margin: 15px 0 10px 0;
}

.portal-action-btn-group {
    display: flex;
    gap: 8px;
    margin-top: 10px;
}

.portal-action-btn {
    display: inline-block;
    padding: 4px 10px;
    background-color: #004b63;
    color: #ffffff;
    font-size: 12px;
    border-radius: 3px;
    text-decoration: none;
    border: 1px solid #003647;
    cursor: pointer;
    font-weight: 500;
}

.portal-action-btn:hover {
    background-color: #003647;
    color: #ffffff;
}

.portal-action-btn.btn-orange {
    background-color: #e09d37;
    border-color: #c98e27;
    color: #000;
}

.portal-action-btn.btn-orange:hover {
    background-color: #c98e27;
    color: #000;
}

.portal-action-btn.btn-green {
    background-color: #3b873e;
    border-color: #2d6b30;
    color: #fff;
}

.portal-action-btn.btn-green:hover {
    background-color: #2d6b30;
    color: #fff;
}

/* User top badge in header */
.user-top-badge {
    color: #ffffff;
    font-size: 13.5px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 10px;
}

.user-top-badge .logout-link {
    color: #ffd54f;
    text-decoration: none;
    cursor: pointer;
    font-weight: normal;
    font-size: 12.5px;
    padding: 2px 6px;
    border: 1px solid rgba(255, 213, 79, 0.4);
    border-radius: 3px;
}

.user-top-badge .logout-link:hover {
    background: rgba(255, 213, 79, 0.2);
    color: #fff;
}

/* ========================================================
   Login Card & Interactive Button Animations
   ======================================================== */
.login-card {
    position: relative;
    overflow: hidden;
    animation: cardEntrance 0.45s cubic-bezier(0.16, 1, 0.3, 1);
    transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.login-card.card-exit {
    transform: translateY(-12px) scale(0.97);
    opacity: 0;
}

.login-card.shake {
    animation: cardShake 0.45s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
}

.card-loader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: #e5e7eb;
    overflow: hidden;
    opacity: 0;
    transition: opacity 0.2s ease;
}

.card-loader.active {
    opacity: 1;
}

.card-loader-bar {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0%;
    background: linear-gradient(90deg, #1877f2, #38bdf8, #1877f2);
    box-shadow: 0 0 10px rgba(24, 119, 242, 0.8);
    transition: width 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.card-loader.indeterminate .card-loader-bar {
    width: 45%;
    animation: barIndeterminate 1.15s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
}

@keyframes barIndeterminate {
    0% {
        left: -45%;
        width: 35%;
    }

    50% {
        left: 25%;
        width: 60%;
    }

    100% {
        left: 100%;
        width: 45%;
    }
}

@keyframes cardEntrance {
    from {
        opacity: 0;
        transform: translateY(18px) scale(0.98);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@keyframes cardShake {

    0%,
    100% {
        transform: translateX(0);
    }

    15%,
    45%,
    75% {
        transform: translateX(-8px);
    }

    30%,
    60%,
    90% {
        transform: translateX(8px);
    }
}

.btn-login {
    width: 100%;
    height: 40px;
    background-color: #1877f2;
    color: #ffffff;
    border: none;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 6px;
    transition: background-color 0.25s ease, transform 0.12s ease, box-shadow 0.25s ease;
    box-shadow: 0 2px 6px rgba(24, 119, 242, 0.25);
    user-select: none;
}

.btn-login:hover:not(:disabled) {
    background-color: #166fe5;
    box-shadow: 0 4px 12px rgba(24, 119, 242, 0.35);
}

.btn-login:active:not(:disabled) {
    background-color: #0e5aab;
    transform: scale(0.985);
}

.btn-login:disabled {
    cursor: not-allowed;
}

.btn-login.is-loading {
    background: linear-gradient(90deg, #1877f2, #3b82f6, #1877f2);
    background-size: 200% 100%;
    animation: btnShimmer 1.5s infinite;
    cursor: wait;
    pointer-events: none;
    box-shadow: 0 4px 14px rgba(24, 119, 242, 0.35);
}

@keyframes btnShimmer {
    0% {
        background-position: 100% 0;
    }

    100% {
        background-position: -100% 0;
    }
}

.btn-login.is-success {
    background-color: #16a34a !important;
    box-shadow: 0 4px 14px rgba(22, 163, 74, 0.4) !important;
    pointer-events: none;
    transform: scale(1.01);
}

.btn-login.is-error {
    background-color: #dc2626 !important;
    box-shadow: 0 4px 14px rgba(220, 38, 38, 0.35) !important;
    animation: btnWiggle 0.4s ease-in-out;
}

@keyframes btnWiggle {

    0%,
    100% {
        transform: translateX(0);
    }

    20%,
    60% {
        transform: translateX(-5px);
    }

    40%,
    80% {
        transform: translateX(5px);
    }
}

.btn-spinner {
    width: 16px;
    height: 16px;
    border: 2px solid rgba(255, 255, 255, 0.35);
    border-radius: 50%;
    border-top-color: #ffffff;
    animation: btnRotate 0.65s linear infinite;
    display: inline-block;
    flex-shrink: 0;
}

@keyframes btnRotate {
    to {
        transform: rotate(360deg);
    }
}

.btn-checkmark {
    width: 17px;
    height: 17px;
    stroke: #ffffff;
    stroke-width: 3;
    stroke-linecap: round;
    stroke-linejoin: round;
    fill: none;
    display: inline-block;
    flex-shrink: 0;
}

.btn-checkmark path {
    stroke-dasharray: 24;
    stroke-dashoffset: 24;
    animation: checkmarkDraw 0.35s ease-out forwards;
}

@keyframes checkmarkDraw {
    to {
        stroke-dashoffset: 0;
    }
}

.ripple-circle {
    position: absolute;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.45);
    transform: scale(0);
    animation: rippleAnim 0.55s linear;
    pointer-events: none;
}

@keyframes rippleAnim {
    to {
        transform: scale(4);
        opacity: 0;
    }
}

/* ========================================================
   CỔNG DỊCH VỤ CÔNG TRỰC TUYẾN - HỌC VIỆN NGÂN HÀNG
   (dichvucong.hvnh.edu.vn - Replicating Photo 2)
   ======================================================== */
.dvc-page-wrapper {
    background-color: #f1f5f9;
    min-height: 100vh;
    color: #1e293b;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* Simulated Browser Address Ribbon */
.dvc-browser-bar {
    background: #e2e8f0;
    border-bottom: 1px solid #cbd5e1;
    padding: 6px 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 12px;
    color: #475569;
}

.dvc-browser-url {
    background: #ffffff;
    border: 1px solid #cbd5e1;
    border-radius: 16px;
    padding: 4px 14px;
    display: flex;
    align-items: center;
    gap: 8px;
    color: #334155;
    font-family: monospace;
    font-size: 12px;
    max-width: 680px;
    flex: 1;
    margin: 0 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dvc-back-btn {
    background: #004b63;
    color: #ffffff !important;
    border: none;
    border-radius: 4px;
    padding: 4px 12px;
    font-size: 12px;
    cursor: pointer;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    transition: background 0.15s ease;
}

.dvc-back-btn:hover {
    background: #003647;
    color: #ffffff !important;
}

/* Top Navigation Header */
.dvc-header {
    background: #ffffff;
    border-bottom: 1px solid #e2e8f0;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 24px;
}

.dvc-logo-box {
    background: #163b65;
    height: 60px;
    padding: 0 20px;
    display: flex;
    align-items: center;
    gap: 12px;
    color: #ffffff;
}

.dvc-logo-box .title-top {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    line-height: 1.25;
}

.dvc-logo-box .title-sub {
    font-size: 11.5px;
    font-weight: 600;
    color: #ffd54f;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.dvc-nav-menu {
    display: flex;
    align-items: center;
    gap: 22px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.dvc-nav-item {
    font-size: 13px;
    font-weight: 500;
    color: #334155;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
    transition: color 0.15s ease;
}

.dvc-nav-item:hover {
    color: #1d4ed8;
}

.dvc-top-right {
    display: flex;
    align-items: center;
    gap: 14px;
}

.dvc-lang-flag {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e2e8f0;
}

.dvc-btn-login {
    background: #163b65;
    color: #ffffff !important;
    border: none;
    padding: 6px 14px;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
}

.dvc-btn-login:hover {
    background: #0f2d4e;
}

/* Breadcrumb Sub-Header Banner */
.dvc-breadcrumb-bar {
    background: #163b65;
    padding: 9px 24px;
    color: #ffffff;
    font-size: 13.5px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

/* 2-Column Body Layout */
.dvc-content-grid {
    display: flex;
    gap: 20px;
    max-width: 1460px;
    margin: 18px auto;
    padding: 0 20px;
    align-items: flex-start;
}

/* Left Sidebar: Lĩnh Vực */
.dvc-sidebar {
    width: 290px;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    padding: 16px 12px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
}

.dvc-sidebar-title {
    font-size: 12px;
    font-weight: 700;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.dvc-search-input {
    width: 100%;
    height: 35px;
    padding: 6px 12px;
    border: 1px solid #cbd5e1;
    border-radius: 4px;
    font-size: 13px;
    color: #334155;
    margin-bottom: 12px;
    outline: none;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.dvc-search-input:focus {
    border-color: #2563eb;
    box-shadow: 0 0 0 2px rgba(37, 99, 235, 0.12);
}

.dvc-category-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.dvc-cat-item {
    display: block;
    padding: 8px 12px;
    font-size: 13px;
    color: #334155;
    border-radius: 4px;
    margin-bottom: 2px;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.15s ease;
}

.dvc-cat-item:hover {
    background-color: #f1f5f9;
    color: #0f172a;
}

/* Active Category - Solid Orange matching Photo 2 */
.dvc-cat-item.active {
    background-color: #e68a00 !important;
    color: #ffffff !important;
    font-weight: 600;
}

/* Right Main Content Panel */
.dvc-main-panel {
    flex: 1;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    padding: 20px 24px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
}

/* Filter Controls Row */
.dvc-filter-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    margin-bottom: 18px;
    flex-wrap: wrap;
}

.dvc-filter-group {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    font-weight: 500;
    color: #475569;
}

.dvc-pill-container {
    display: inline-flex;
    background: #f1f5f9;
    padding: 3px;
    border-radius: 6px;
    gap: 2px;
}

.dvc-pill-btn {
    border: none;
    background: transparent;
    padding: 5px 14px;
    border-radius: 4px;
    font-size: 12.5px;
    color: #475569;
    cursor: pointer;
    transition: all 0.15s ease;
}

.dvc-pill-btn.active {
    background: #163b65;
    color: #ffffff;
    font-weight: 600;
}

.dvc-search-box {
    display: flex;
    align-items: center;
    gap: 8px;
}

.dvc-procedure-input {
    height: 35px;
    width: 290px;
    padding: 6px 12px;
    border: 1px solid #cbd5e1;
    border-radius: 4px;
    font-size: 13px;
    color: #334155;
    outline: none;
}

.dvc-procedure-input:focus {
    border-color: #2563eb;
    box-shadow: 0 0 0 2px rgba(37, 99, 235, 0.12);
}

/* Orange Search Button */
.dvc-btn-search {
    height: 35px;
    padding: 0 16px;
    background-color: #eab308;
    color: #1e293b;
    border: none;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: background 0.15s ease;
}

.dvc-btn-search:hover {
    background-color: #ca8a04;
}

/* Procedures Table matching Photo 2 */
.dvc-table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #e2e8f0;
    margin-bottom: 16px;
}

.dvc-table thead th {
    background-color: #163b65;
    color: #ffffff;
    font-size: 13px;
    font-weight: 600;
    padding: 11px 14px;
    border: 1px solid #163b65;
    text-align: left;
}

.dvc-table tbody tr {
    transition: background-color 0.12s ease;
}

.dvc-table tbody tr:nth-child(even) {
    background-color: #fafbfc;
}

.dvc-table tbody tr:hover {
    background-color: #f1f5f9;
}

.dvc-table tbody td {
    padding: 12px 14px;
    font-size: 13px;
    color: #1e293b;
    border: 1px solid #e2e8f0;
    vertical-align: middle;
}

/* Badges & Action Buttons */
.badge-online {
    background-color: #2563eb;
    color: #ffffff;
    font-size: 11.5px;
    font-weight: 500;
    padding: 3px 12px;
    border-radius: 12px;
    display: inline-block;
    white-space: nowrap;
}

.btn-nop-hoso {
    background: #f8fafc;
    border: 1px solid #cbd5e1;
    color: #475569;
    font-size: 12px;
    font-weight: 600;
    padding: 5px 12px;
    border-radius: 4px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: all 0.15s ease;
    white-space: nowrap;
}

.btn-nop-hoso:hover {
    background: #163b65;
    color: #ffffff;
    border-color: #163b65;
}

/* Pagination Bar */
.dvc-pagination-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12.5px;
    color: #64748b;
    padding-top: 10px;
    border-top: 1px solid #f1f5f9;
}

.dvc-page-controls {
    display: flex;
    align-items: center;
    gap: 6px;
}

.dvc-page-btn {
    border: 1px solid #cbd5e1;
    background: #ffffff;
    color: #475569;
    padding: 3px 8px;
    font-size: 12px;
    border-radius: 3px;
    cursor: pointer;
}

.dvc-page-btn.active {
    background: #163b65;
    color: #ffffff;
    border-color: #163b65;
    font-weight: 600;
}