﻿
/*-------------------------------Kuldip RegisterUser Header And Footer CSS----------------------------------------------------------------------------*/

.whatsapp-icon {
    width: 22px;
}

.tenderdetail-navbar {
    background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%) !important;
}



/* Logo size */
.navbar .brand-image {
    max-height: 55px;
    width: auto;
}

/* Desktop search visible */
#desktopSearch {
    display: flex;
}

/* Mobile search hidden default */
.mobile-search-container {
    display: none;
    width: 100%;
    border-top: 1px solid #ddd;
}

    .mobile-search-container.active {
        display: block;
    }


/* ================= MOBILE ROW FIX ================= */
@media (max-width: 991px) {
body {font-size: 14px;}
    /* Force navbar main row */
    .main-header .container-fluid {
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        flex-wrap: nowrap !important;
    }

    /* Keep LEFT logo inline */
    .navbar-nav.align-items-center {
        flex-direction: row !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    /* Remove collapse behaviour */
    #navbarContent {
        display: flex !important;
        align-items: center !important;
        justify-content: flex-end !important;
        flex-basis: auto !important;
        margin-right: 15px;
    }

    /* Hide desktop search */
    #desktopSearch {
        display: none !important;
    }

    /* Keep right icons inline */
    .navbar-nav.ml-auto {
        flex-direction: row !important;
        align-items: center !important;
        margin: 0 !important;
    }

    /* Hide whatsapp number text */
    .navbar-nav .nav-item span {
        display: none !important;
    }

    /* Right side icons spacing using flex gap */
    .navbar-nav.ml-auto {
        display: flex !important;
        align-items: center !important;
        gap: 18px; /* 👈 Increase or decrease here */
    }

        /* Remove bootstrap margin conflicts */
        .navbar-nav.ml-auto .nav-item {
            margin: 0 !important;
        }

    /* Smaller logo */
    .navbar .brand-image {
        max-height: 50px !important;
    }

    .whatsapp-icon {
        width: 28px; /* slightly bigger for mobile */
    }

    /* Fix dropdown position on mobile */
    .navbar-nav .dropdown-menu {
        position: absolute !important;
        top: 100% !important;
        right: 0 !important;
        left: auto !important;
        float: none;
    }
    .navbar-nav .dropdown-menu .dropdown-item { font-size:14px; }

    /* Prevent navbar height jump */
    .navbar-nav .dropdown {
        position: relative;
    }
}
/*rachana theme*/
/* Global Inbox Layout (Rachana Theme) */
.file-preview-container {
    border: 1px solid #ddd;
    padding: 10px;
    background: #fafafa;
    max-height: 500px;
    overflow: auto;
}

.document-preview {
    width: 100%;
    border-radius: 4px;
}

.global-inbox-wrapper {
    width: 100%;
    font-family: Arial, Helvetica, sans-serif;
}

    /* HEADER */

    .global-inbox-wrapper .header {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-wrap: wrap;
        margin-bottom: 10px;
    }

    .global-inbox-wrapper .logo img {
        width: 230px;
        max-width: 100%;
    }

    .global-inbox-wrapper .header-right {
        text-align: right;
        color: #157a13;
    }

    .global-inbox-wrapper .header-title {
        font-size: 20px;
        font-weight: bold;
    }

    .global-inbox-wrapper .support {
        margin-top: 6px;
    }

    .global-inbox-wrapper .summary {
        margin-top: 6px;
        font-weight: bold;
    }

/* MOBILE */

@media (max-width:768px) {

    .global-inbox-wrapper .header {
        flex-direction: column;
        align-items: flex-start;
    }

    .global-inbox-wrapper .header-right {
        text-align: left;
        margin-top: 10px;
    }

    .global-inbox-wrapper .summary {
        font-size: 13px;
    }

    .global-inbox-wrapper .header-title {
        font-size: 18px;
    }
}

/* QUERY TABLE */

.global-inbox-wrapper .query-table {
    width: 100%;
    border-collapse: collapse;
}

    .global-inbox-wrapper .query-table th {
        background: #9bbb59;
        padding: 10px;
        text-align: left;
    }

    .global-inbox-wrapper .query-table td {
        padding: 6px;
        border-bottom: 1px solid #ddd;
    }

        .global-inbox-wrapper .query-table td:nth-child(2),
        .global-inbox-wrapper .query-table th:nth-child(2) {
            text-align: center;
        }

        .global-inbox-wrapper .query-table td:nth-child(3),
        .global-inbox-wrapper .query-table th:nth-child(3) {
            text-align: center;
        }

/* QUERY TITLE */

.global-inbox-wrapper .query-title {
    background: #9bbb59;
    padding: 10px;
    text-align: center;
    font-weight: bold;
    margin-top: 10px;
}

/* TENDER LIST */

.global-inbox-wrapper .tender-row {
    padding: 10px;
}

    .global-inbox-wrapper .tender-row:nth-child(odd) {
        background: #ffffff;
    }

    .global-inbox-wrapper .tender-row:nth-child(even) {
        background: #e6eed5;
    }

.global-inbox-wrapper .tender-head {
    display: flex;
    justify-content: space-between;
    font-weight: bold;
    color: #3c5901;
}

.global-inbox-wrapper .tender-desc {
    margin-top: 5px;
}

.global-inbox-wrapper .tender-footer {
    display: flex;
    justify-content: space-between;
    margin-top: 8px;
    flex-wrap: wrap;
}

.global-inbox-wrapper .value {
    width: 40%;
}

.global-inbox-wrapper .date {
    width: 30%;
    text-align: center;
}

.global-inbox-wrapper .view {
    width: 30%;
    text-align: right;
}

@media(max-width:768px) {

    .global-inbox-wrapper .value,
    .global-inbox-wrapper .date,
    .global-inbox-wrapper .view {
        width: 100%;
        text-align: left;
        margin-top: 4px;
    }
}

.read-row {
    background-color: #f4f4f4;
}

.card {
    border-radius: 6px;
    border: 1px solid #e3e6f0;
}

.text-primary {
    color: #0070b8 !important;
}

.chart-container {
    position: relative;
    height: 420px;
    margin-bottom: 30px;
}

    .chart-container.small-chart {
        height: 420px;
    }

        .chart-container.small-chart canvas {
            max-height: 420px;
        }

.total-badge {
    background: rgba(255,255,255,0.15);
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
    backdrop-filter: blur(3px);
}
/* Card */
.query-card {
    border-radius: 10px;
    overflow: hidden;
}

/* Header strip like Dashboard */
.query-header {
    background: linear-gradient(90deg, #1e8f9a, #2ca8b3);
    color: #fff;
    padding: 14px 20px;
    font-weight: 600;
}

/* Compact Row Layout */
.form-row-modern {
    display: flex;
    align-items: center;
    gap: 25px;
    margin-bottom: 16px;
}

    .form-row-modern label {
        width: 240px;
        font-weight: 600;
        color: #333;
        margin-bottom: 0;
    }

    .form-row-modern .form-select,
    .form-row-modern .form-control {
        flex: 1;
    }


/* ===== Modal Card ===== */
.save-modal {
    border-radius: 14px;
    overflow: hidden;
    border: none;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

/* ===== Header ===== */
.save-modal-header {
    background: linear-gradient(90deg, #1e8f9a, #2ca8b3);
    color: #fff;
    padding: 16px 22px;
    border-bottom: none;
}

    .save-modal-header .modal-title {
        font-weight: 600;
    }

/* ===== Input Styling ===== */
.modern-input {
    height: 45px;
    border-radius: 8px;
    border: 1px solid #ced4da;
    padding-left: 12px;
}

    .modern-input:focus {
        border-color: #1e8f9a;
        box-shadow: 0 0 0 0.15rem rgba(30,143,154,.2);
    }

.table-scroll {
    max-height: 500px; /* vertical scroll limit */
    overflow-y: auto; /* vertical scroll */
    overflow-x: auto; /* horizontal scroll */
}

    .table-scroll table {
        min-width: 1400px; /* horizontal scroll ke liye */
    }

.only-number {
    ime-mode: disabled;
}

.ui-autocomplete {
    z-index: 9999 !important;
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    border-radius: 6px;
}
/*rachana theme*/
.unread-row a {
    color: #3c8dbc !important;
}

.read-row a {
    color: #000 !important;
}
/* Mobile search toggle */
.mobile-search-container {
    display: none;
    width: 100%;
    background: #fff;
    border-top: 1px solid #ddd;
}

    .mobile-search-container.show-search {
        display: block;
    }



/*Footer*/
.footer-gradient {
    background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);
    color: #fff;
}

.footer-links li {
    font-size: 13px;
    margin-bottom: 6px;
    color: #fff;
}

.footer-social a {
    width: 32px;
    height: 32px;
    line-height: 32px;
    background: rgba(255,255,255,0.2);
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    margin-right: 5px;
    color: #fff;
}

.footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.3);
}





/*-------------------------------Kuldip Fix Header And Footer CSS----------------------------------------------------------------------------*/

/* Full Height Layout */
html, body {
    height: 100%;
    margin: 0;
    overflow-x: hidden;
}

/* Use same font family as main website (Inter) on all pages after login.
   Only text elements are listed (never <i>/.fa/svg icons), so Font Awesome and
   other icon fonts keep their own font. Plain spans/divs inherit Inter from body. */
body,
.wrapper,
.content-wrapper,
.main-content,
h1, h2, h3, h4, h5, h6,
p, a, label, li, td, th,
.btn, .nav-link, .dropdown-item, .breadcrumb,
input, select, textarea, button,
.form-control, .form-select, .table, .card, .modal, .badge {
    font-family: 'Inter', sans-serif !important;
}

.layout-wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

/* Content Grow */
.main-content {
    flex: 1;
}

/* Optional Fixed Header */
header {
    position: fixed !important;
    top: 0;
    width: 100%;
    z-index: 999;
}

/* Footer Always Bottom */
footer {
    background: #111;
    color: #fff;
    padding: 15px 0;
}


.nav-link.active {
    font-weight: bold;
}


.col-md-75 {
    flex: 0 0 auto;
    width: 54.333%;
}

#custom-tabs-four-CompetitiveBidAnalysis {
    color: green;
}
/*-------------------------------Saumil Fix Header And Footer CSS----------------------------------------------------------------------------*/

/* FORCE SHOW FANCYTREE CHECKBOX */
.fancytree-checkbox {
    display: inline-block !important;
    visibility: visible !important;
    opacity: 1 !important;
    width: 16px !important;
    height: 16px !important;
    margin-right: 6px !important;
}

    /* REMOVE any background override */
    .fancytree-checkbox::before {
        display: inline-block !important;
    }

/* Ensure container doesn't hide it */
.fancytree-node span {
    display: inline-block !important;
}



/*-------------------------------Kuldip loader CSS----------------------------------------------------------------------------*/

.loader-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.loader-spinner {
    width: 60px;
    height: 60px;
    border: 6px solid #ddd;
    border-top: 6px solid #007bff;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}

input[type="date"]::-webkit-calendar-picker-indicator {
    opacity: 1;
    position: absolute;
    right: 10px;
    cursor: pointer;
}

.navbar-dark-tenderdetail-navbar {
    background-color: #3c8dbc;
}


.table-th-head {
    color: #367fa9 !important;
}


.action-tools {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 15px;
    flex-wrap: nowrap;
}

.icon-wrapper {
    position: relative;
    font-size: 18px;
    margin-top: 8px;
}

/* Desktop */
@media (min-width: 768px) {
    .badge-count {
        position: absolute;
        top: -6px;
        right: -8px;
        font-size: 9px;
    }
}

/* Mobile */
@media (max-width: 767px) {

    .action-tools {
        justify-content: flex-end;
        gap: 10px;
    }

    .badge-count {
        position: absolute; /* ⚡ keep absolute */
        top: -5px;
        right: -6px;
        font-size: 8px;
    }
}






/* Wrapper border */
.custom-search-group {
    border: 1px solid #dcdcdc;
    border-radius: 6px;
}

    /* Remove internal borders */
    .custom-search-group .btn,
    .custom-search-group .form-control {
        border: none !important;
        box-shadow: none !important;
    }

/* Dropdown button */
.search-dropdown {
    background: #f8f9fa;
    border-right: 1px solid #e0e0e0 !important;
    font-size: 14px;
}

/* Input */
.search-input {
    font-size: 14px;
}

/* Search button */
.search-btn {
    background: #f8f9fa;
    border-left: 1px solid #e0e0e0 !important;
}

/* Mobile specific */
@media (max-width: 991px) {
    .custom-search-group {
        width: 100%;
    }
}

.info-row {
    display: flex;
    align-items: center;
    margin-bottom: 8px; /* reduced spacing */
}

    .info-row:last-child {
        margin-bottom: 0;
    }

.icon-box {
    width: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.info-row   .icon-box {
       justify-content: start;
}

    .icon-box i {
        font-size: 14px;
    }

/* Inline SVG icons used in project list / info rows */
.info-svg {
    display: block;
    flex: 0 0 auto;
    width: 22px;
}

/* Inline SVG icon that sits inside a text run (aligns like a font glyph) */
.svg-inline {
    vertical-align: -0.125em;
    flex: 0 0 auto;
}

/* Spinning SVG loader (reuses the existing @keyframes spin) */
.svg-spin {
    animation: spin 1s linear infinite;
}

.tender-card {
    border-radius: 8px;
}

    .tender-card:hover {
        border: 1px solid #0073b7; /* blue highlight border */
        box-shadow: 10px 8px 20px rgba(0, 0, 0, 0.12);
    }



.highlight {
    color: #000 !important; /* black text */
    font-weight: 600; /* optional - makes it slightly bold */
}

/*.scroll-top-btn {
    position: fixed;
    bottom: 40px;
    right: 30px;
    display: none;
    background-color: #3c8dbc;*/ /* AdminLTE primary */
/*color: #fff;
    border: none;
    border-radius: 50px;
    padding: 12px 18px;
    font-size: 14px;
    cursor: pointer;
    box-shadow: 0 4px 6px rgba(0,0,0,0.2);
    z-index: 9999;
    transition: all 0.3s ease;
}

    .scroll-top-btn:hover {
        background-color: #367fa9;
    }*/

.scroll-top-btn {
    position: fixed;
    bottom: 25px;
    right: 20px;
    display: none;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: linear-gradient(135deg, #3c8dbc, #00c0ef);
    color: #fff;
    border: none;
    font-size: 20px;
    cursor: pointer;
    z-index: 9999;
    transition: all 0.3s ease;
    /* IMPORTANT */
    position: fixed;
}

    /* Outer ripple circle */
    .scroll-top-btn::after {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        border-radius: 50%;
        top: 0;
        left: 0;
        background: rgba(0, 192, 239, 0.4);
        z-index: -1;
        animation: pulse 1.5s infinite;
    }

/* Animation */
@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 0.6;
    }

    70% {
        transform: scale(1.6);
        opacity: 0;
    }

    100% {
        transform: scale(1);
        opacity: 0;
    }
}

/* Hover ma strong effect */
.scroll-top-btn:hover {
    transform: scale(1.1);
}

.daterangepicker {
    z-index: 1055 !important;
}

.analytics-section {
    margin-bottom: 30px;
    background: #fff;
    border: 1px solid #dee2e6;
    border-top: 3px solid #007bff;
    padding: 15px;
}

.section-title {
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 15px;
    color: #007bff;
}

.chart-wrapper {
    position: relative;
    height: 350px; /* 🔥 fixed height */
    width: 100%;
}

    .chart-wrapper canvas {
        max-height: 350px !important;
    }

.favorite-btn {
    background: #fff;
    border: 1px solid #6c757d;
    padding: 4px 8px;
    border-radius: 3px;
    color: #6c757d;
}

    .favorite-btn:hover {
        background: #fff;
        border: 1px solid #6c757d;
    }

    .favorite-btn:focus,
    .favorite-btn:active,
    .favorite-btn:focus-visible {
        outline: none !important;
        box-shadow: none !important;
    }

    .favorite-btn i {
        color: #6c757d;
    }

    .favorite-btn.active {
        background: #ffc107;
    }

        .favorite-btn.active i {
            color: #fff;
        }

/* Day header color (Mon Tue Wed...) */
.fc-col-header-cell-cushion {
    color: #333 !important;
    font-weight: 600;
}

/* Date number color */
.fc-daygrid-day-number {
    color: #333 !important;
    font-weight: 500;
}

/* Remove blue borders from events */
.fc-event {
    border: none !important;
}

/* Orange bar style */
.fc-daygrid-event {
    background: #f39c12 !important;
    color: #fff !important;
    border-radius: 3px !important;
    text-align: center;
    font-weight: bold;
}

/* Make bar full width */
.fc-daygrid-event-harness {
    margin-left: 3px;
    margin-right: 3px;
}




.tender-card {
    border: 1px solid #e3e6ea;
    border-radius: 6px;
    transition: 0.2s ease;
}

    .tender-card:hover {
        box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    }

    .tender-card .badge-primary {
        background-color: #0d6efd;
    }

.gold-icon {
    color: #d4af37;
}


.tender_row.position-relative {
    position: relative; /* Ensure ribbon is positioned relative to this block */
}


.ml-6 {
    margin-left: 2.5rem !important;
}


.tender-serial {
    width: 40px;
    flex-shrink: 0;
    font-weight: 600;
    white-space: nowrap; /* Prevent wrap */
}


.fontsize12 {
    font-size: 12px;
}

.fontsize14 {
    font-size: 14px;
}

/* Selected tag background */
.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice {
    background-color: #007bff !important; /* Bootstrap Primary */
    border: 1px solid #007bff !important;
    color: #ffffff !important;
    font-weight: 500;
}

/* Remove (×) button color */
.select2-container--bootstrap4 .select2-selection__choice__remove {
    color: #ffffff !important;
    margin-right: 6px;
    font-weight: bold;
}

    .select2-container--bootstrap4 .select2-selection__choice__remove:hover {
        color: #e2e6ea !important;
    }


/* Desktop */
.tender-title-content {
    display: flex;
    align-items: center;
    gap: 10px;
}

/* Mobile Only */
@media (max-width: 768px) {
    .tender-title-content {
        display: block;
    }

    .tender-status-badge {
        margin-top: 5px;
    }

    .Mobileview {
        display: block;
        text-align: center;
        margin-top: 15px;
    }

        .Mobileview .pagination {
            justify-content: center !important;
            flex-wrap: wrap;
        }

        .Mobileview .page-link {
            padding: 6px 10px;
            font-size: 13px;
        }

    .mycalendarview {
        margin-left: 0rem;
    }
}








.blurred-box {
    filter: blur(3px);
    opacity: 0.7;
}

.thead-fixed th {
    position: sticky;
    top: 0;
    background-color: #17a2b8;
    color: #fff;
    z-index: 5;
}

.resultnoticetable {
    max-height: 300px;
    overflow-y: auto;
    overflow-x: auto;
}

.cardborder {
    border: 2px solid #17a2b8;
    border-radius: 6px;
    padding: 0px 20px 0px 20px;
    box-shadow: none;
}

.scrollable-container {
    max-height: 85px; /* Define the maximum height */
    overflow-y: auto; /* Enable vertical scrolling */
    border: 0px solid #ddd; /* Optional: Adds a subtle border for clarity */
    text-align: center;
    /* Firefox */
    scrollbar-width: none;
    /* IE / Edge */
    -ms-overflow-style: none;
}


    .scrollable-container::-webkit-scrollbar {
        width: 0px;
        height: 0px;
    }

.winnerbox {
    background-color: #a92626;
    font-size: 14px;
    border-radius: 6px;
}


.bidder-scroll {
    max-height: 220px;
    overflow-y: auto;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    padding: 6px;
    background: #fff;
}

.bidder-row {
    padding: 4px 6px;
    border-bottom: 1px solid #eee;
    font-size: 14px;
}

/* Header buttons style */
.fc-button {
    background: #e9ecef !important;
    border: none !important;
    color: #333 !important;
}

.bidder-row:last-child {
    border-bottom: none;
}

.bidder-number {
    font-weight: 600;
    margin-right: 5px;
    color: #555;
}

.mycalendarview {
    margin-left: 15rem;
}
/* Hover */
.fc-button:hover {
    background: #dcdcdc !important;
}



/*Mailer CSS*/


.tender-block {
    background: #f2f2f2;
    padding: 15px;
    margin-bottom: 10px;
}

.query-header {
    background: #1b6fa8;
    color: #fff;
    padding: 10px;
    font-weight: 600;
}

.tender-agency {
    color: #1b6fa8;
    font-weight: 600;
}

.tender-location {
    color: #1b6fa8;
    font-weight: 600;
}

.thead-fixed-Mailer th {
    position: sticky;
    top: 0;
    background-color: #3c8dbc;
    color: #fff;
    z-index: 5;
}








.table-container-bidderinsight {
    max-height: 400px; /* table height */
    overflow-y: auto; /* vertical scroll */
}

.select2-container--default .select2-selection--single {
    height: 38px;
    padding-top: 4px;
}

/* Select2 single select Bootstrap style */
.select2-container--default .select2-selection--single {
    height: 38px;
    padding: 6px 12px;
    border: 1px solid #ced4da;
    border-radius: 4px;
    background-color: #fff;
}

/* Select2 multi select Bootstrap style */
.select2-container--default .select2-selection--multiple {
    min-height: 38px;
    border: 1px solid #ced4da;
    border-radius: 4px;
    background-color: #fff;
    padding: 2px;
}

    /* Selected tag style */
    .select2-container--default .select2-selection--multiple .select2-selection__choice {
        background-color: #007bff;
        border: none;
        color: #fff;
        padding: 3px 8px;
        margin-top: 4px;
    }

/* Dropdown arrow alignment */
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 36px;
}

/* Focus style */
.select2-container--default.select2-container--focus .select2-selection--single,
.select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color: #80bdff;
    outline: 0;
}


/*Domestic Tender Inbox Listing CSS*/

.tender-box {
    padding: 15px;
    margin-bottom: 10px;
}

.tender-grey {
    background: #f2f2f2;
}

.tender-white {
    background: #ffffff;
}

.tender-blue {
    color: #1b6fa8;
}

.tender-link {
    font-size: 12px;
    color: #1b6fa8;
}



@media (max-width: 768px) {
    .MobileviewInstantid {
        font-size: 14px;
    }

    #actionToolsContainer {
        margin-top: -125px !important; /* 🔥 FIX */
        text-align: right; /* optional alignment */
    }

    /* td {
        white-space: nowrap; /* 🔥 important */
    } */

    .mobile-no-margin {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .mobile-flex {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

        .mobile-flex .col-sm-6 {
            width: auto;
            flex: 0 0 auto;
        }

        .mobile-flex h1 {
            font-size: 18px;
            margin-bottom: 0;
        }

        .mobile-flex .breadcrumb {
            margin-bottom: 0;
            font-size: 12px;
        }

    #btnExportCsv {
        /* width: 35px;
        height: 35px;
        padding: 0;
        border-radius: 50%; */
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .mviewexceldownload {
        margin-top: -30px;
    }

    #analyticsCount {
        margin-top: 64px;
        margin-right: 12px;
    }

    .tender-header-mobile {
        display: flex !important;
        flex-direction: row !important;
        justify-content: space-between;
        align-items: center;
        flex-wrap: nowrap;
    }

        /* Heading small karo */
        .tender-header-mobile h4 {
            font-size: 16px;
            margin-bottom: 0;
            white-space: nowrap;
        }

        /* Right side buttons line ma */
        .tender-header-mobile .d-flex {
            flex-wrap: nowrap;
            gap: 4px;
        }

        /* Button size adjust */
        .tender-header-mobile .btn {
            padding: 3px 6px;
            font-size: 12px;
        }

    /* Hide "Back" text (optional clean UI) */
    #tenderback span {
        display: none;
    }

    .description-block.border-right {
        border-right: none !important; /* ❌ remove right border */
        border-bottom: none !important;
        margin-bottom: 5px;
    }


    .bidderdownloadexcelsheet {
        margin-top: -80px;
        margin-right: -20px;
    }

    .mbidderdashboardlabel {
        font-size: 60% !important;
    }

    .mvglobaldate {
        width: 0% !important;
    }
}

.mviewglobal {
    width: 30%;
}

.favourite-link[data-usertype="1"] {
    cursor: not-allowed;
}


/*-------------------------------Plan CSS----------------------------------------------------------------------------*/

.pricing-card {
    border-radius: 15px;
    transition: all 0.4s ease;
    overflow: hidden;
    position: relative;
}

    .pricing-card:hover {
        transform: translateY(-10px) scale(1.03);
        box-shadow: 0 15px 40px rgba(0,0,0,0.2);
    }

    .pricing-card .card-header {
        padding: 11px;
        font-size: 22px;
        font-weight: bold;
        color: white;
    }

.basic .card-header {
    background: linear-gradient(45deg, #3a3f51, #1d2671);
}

.business .card-header {
    background: linear-gradient(45deg, #ff6a00, #ee0979);
}

.premium .card-header {
    background: linear-gradient(45deg, #000000, #434343);
}

.pricing-card ul {
    list-style: none;
    padding: 0;
}

    .pricing-card ul li {
        padding: 10px 0;
        font-size: 15px;
        border-bottom: 1px solid #eee;
    }

.badge-popular {
    position: absolute;
    top: 10px;
    right: -30px;
    background: red;
    color: white;
    padding: 5px 40px;
    transform: rotate(45deg);
    font-size: 12px;
}


.pricing-card button {
    margin-top: 20px;
    transition: 0.3s;
}

    .pricing-card button:hover {
        transform: scale(1.05);
    }

.pricing-card i {
    margin-right: 8px;
}



/*--------------------------------------------------------pop SFT start-----------------------------------------*/
.trial-badge {
    display: inline-block;
    background: linear-gradient( 120deg, #ff2d2d, #ff7a18, #ffc371, #ff7a18, #ff2d2d );
    background-size: 300% 300%;
    color: #fff;
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 800;
    margin-bottom: 10px;
    letter-spacing: .6px;
    animation: shine 3s linear infinite, pulse 1.8s ease-in-out infinite;
}

/* 🔥 gradient move */
@keyframes shine {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

/* 🔥 glow pulse */
@keyframes pulse {
    0%, 100% {
        box-shadow: 0 6px 18px rgba(255,90,0,.45);
    }

    50% {
        box-shadow: 0 10px 26px rgba(255,120,0,.75);
    }
}

/* 🚀 Button */
.trial-btn {
    display: block;
    width: 100%;
    padding: 14px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 15px;
    text-decoration: none;
    color: #fff;
    background: linear-gradient(135deg,#6366f1,#22d3ee);
    transition: 0.3s;
}

    .trial-btn:hover {
        color: #fff;
        transform: translateY(-2px);
        box-shadow: 0 10px 25px rgba(99,102,241,0.4);
    }

.sftfeatures {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    padding: 10px;
    border-radius: 12px;
    font-size: 12px;
    text-align: left;
}

.sftmainfeatures {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-bottom: 18px;
}

.sftfooter {
    margin-top: 12px;
    font-size: 11px;
    color: #64748b;
}

.sfttimerset {
    display: block;
    font-size: 44px;
    font-weight: 900;
    letter-spacing: 2px;
    margin: 8px 0 18px;
    background: linear-gradient(135deg,#6366f1,#22d3ee);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}

.sfttimeleft {
    display: inline-block;
    background: #f1f5f9;
    border: 1px solid #e2e8f0;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 700;
    color: #475569;
}

.sftp {
    font-size: 17px;
    color: #64748b;
    line-height: 1.5;
    margin-bottom: 16px;
}

.sfth1 {
    font-size: 23px;
    font-weight: 800;
    color: #0f172a;
    margin: 10px 0 6px;
}

.sftanimatedmain {
    background: #fff;
    width: 100%;
    max-width: 720px;
    border-radius: 22px;
    padding: 22px 20px;
    text-align: center;
    box-shadow: 0 40px 90px rgba(15,23,42,.25);
    font-family: 'Segoe UI',sans-serif;
}


.timer-pill {
    position: relative;
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 8px 16px;
    border-radius: 999px;
    background: #fff;
    font-size: 13px;
    font-weight: 600;
    z-index: 1;
    overflow: hidden;
}

    /* 🔥 Rotating Border */
    .timer-pill::before {
        content: "";
        position: absolute;
        inset: -2px;
        border-radius: 999px;
        background: conic-gradient( #6366f1, #22d3ee, #6366f1 );
        animation: rotateBorder 3s linear infinite;
        z-index: -1;
    }

    /* 🔥 Inner white layer (to make border effect) */
    .timer-pill::after {
        content: "";
        position: absolute;
        inset: 2px;
        background: #fff;
        border-radius: 999px;
        z-index: -1;
    }

/* 🔄 Rotation animation */
@keyframes rotateBorder {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Icon */
.timer-icon {
    font-size: 14px;
}

/* Label */
.timer-label {
    color: #64748b;
}

/* Value */
.timer-value {
    font-weight: 800;
    background: linear-gradient(135deg,#6366f1,#22d3ee);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


/*--------------------------------------------------------pop SFT End------------------------------------------*/


/*Free Tender Notice input Sample User*/

.keyword-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 18px;
    border: 0;
    border-bottom: 1px solid #f1f3f5;
    color: #2c3e50;
    font-weight: 500;
    text-decoration: none;
    transition: all .25s ease;
}

    .keyword-item:last-child {
        border-bottom: none;
    }

    .keyword-item:hover {
        background: #f8f9fa;
        color: #198754;
        padding-left: 24px;
    }

    .keyword-item i {
        font-size: 12px;
        color: #adb5bd;
        transition: all .25s ease;
    }

    .keyword-item:hover i {
        color: #198754;
        transform: translateX(5px);
    }

.card-header {
    border-bottom: 1px solid #eef2f7;
}

.page-loader-overlay {
    position: fixed;
    inset: 0;
    z-index: 999999;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(15, 23, 42, 0.72);
    backdrop-filter: blur(8px);
    transition: all 0.35s ease;
}

    .page-loader-overlay.hide {
        opacity: 0;
        visibility: hidden;
    }

.page-loader-box {
    position: relative;
    text-align: center;
}

/* Animated Ring */

.loader-ring {
    width: 95px;
    height: 95px;
    border-radius: 50%;
    border: 4px solid rgba(255,255,255,0.08);
    border-top: 4px solid #3b82f6;
    animation: loaderSpin 1s linear infinite;
    box-shadow: 0 0 25px rgba(59,130,246,0.4), 0 0 60px rgba(59,130,246,0.25);
    margin: auto;
}

/* Center Logo */

.loader-logo {
    position: absolute;
    top: 27px;
    left: 50%;
    transform: translateX(-50%);
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: linear-gradient(135deg, #2563eb, #06b6d4);
    color: white;
    font-weight: 700;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 18px rgba(37,99,235,0.6);
}

/* Title */

.loader-title {
    margin-top: 24px;
    font-size: 28px;
    font-weight: 700;
    color: white;
    letter-spacing: 1px;
}

/* Subtitle */

.loader-subtitle {
    margin-top: 10px;
    color: rgba(255,255,255,0.75);
    font-size: 15px;
    letter-spacing: 0.4px;
}

/* Animated Dots */

.loader-dots::after {
    content: '';
    animation: dotsAnimation 1.5s infinite;
}

/* Ring Animation */

@keyframes loaderSpin {
    100% {
        transform: rotate(360deg);
    }
}

/* Dots Animation */

@keyframes dotsAnimation {

    0% {
        content: '';
    }

    25% {
        content: '.';
    }

    50% {
        content: '..';
    }

    75% {
        content: '...';
    }
}

.hidden {
    display: none !important;
}

/* Fix Select2 causing full page repaint */
#IndianTenderList {
    content-visibility: visible !important;
}

.select2-dropdown {
    will-change: transform;
    transform: translateZ(0);
    contain: layout style;
}

.select2-container--open .select2-dropdown {
    isolation: isolate;
}

/* Stop body reflow when dropdown appends */
body {
    overflow-anchor: none;
    contain: none;
}





.stage-container {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.stage-option {
    display: flex;
    align-items: center;
    gap: 6px;
    margin: 0;
    padding: 8px 12px;
    border: 1px solid #dee2e6;
    border-radius: 6px;
    background: #f8f9fa;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    transition: all .2s ease;
}

    .stage-option:hover {
        background: #eef5ff;
        border-color: #007bff;
    }

    .stage-option input[type="checkbox"] {
        margin: 0;
    }

        .stage-option input[type="checkbox"]:checked + span {
            color: #007bff;
            font-weight: 600;
        }

    .stage-option input[type="checkbox"] {
        accent-color: #007bff;
        width: 16px;
        height: 16px;
    }

    .stage-option:has(input:checked) {
        background: #eaf3ff;
        border-color: #007bff;
        color: #007bff;
    }




.tendernotice-tabs {
    display: flex;
    align-items: center;
    /* background: #fff;
    border: 1px solid #e9ecef; */
    /*border-radius: 14px;*/
    padding: 8px;
    /* box-shadow: 0 2px 12px rgba(0,0,0,.05); */
}

    .tendernotice-tabs .nav-item {
        margin-right: 6px;
    }

    .tendernotice-tabs .nav-link {
        display: flex;
        align-items: center;
        gap: 8px;
        padding: 10px 16px;
        border-radius: 10px;
        color: #5f6368;
        font-weight: 600;
        transition: all .25s ease;
        border: none;
    }

        .tendernotice-tabs .nav-link i {
            font-size: 15px;
        }

        .tendernotice-tabs .nav-link:hover {
            background: #f3f7ff;
            color: #0d6efd;
        }

        .tendernotice-tabs .nav-link.active {
            background: #0d6efd;
            color: #fff !important;
            box-shadow: 0 4px 12px rgba(13,110,253,.25);
        }

            .tendernotice-tabs .nav-link.active i {
                color: #fff !important;
            }

    .tendernotice-tabs .badge {
        border-radius: 20px;
        padding: 3px 8px;
        font-size: 11px;
    }


/*-------------------------------Dashboard Query - Mobile Card View----------------------------------------------------------------------------*/

.mobile-query-list {
    width: 100%;
}

/* Header row (Query Name / Due Date) */
.mobile-query-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 0;
    border-bottom: 1px solid #e3e6f0;
}

.mq-head-title {
    color: #0d6efd;
    font-weight: 600;
    font-size: 14px;
}

/* Each query card / row */
.mobile-query-card {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 10px;
    padding: 14px 0;
    border-bottom: 1px solid #eef0f5;
    background: #fff;
}

    .mobile-query-card:last-child {
        border-bottom: none;
    }

.mq-body {
    flex: 1 1 auto;
    min-width: 0;
}

.mq-name {
    font-weight: 700;
    font-size: 13px;
    color: #1f2d3d;
    margin-bottom: 8px;
}

.mq-badges {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

/* Pill buttons */
.mq-btn {
    display: inline-block;
    padding: 7px 8px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    border: 1px solid transparent;
    background: #fff;
    white-space: nowrap;
    line-height: 1.2;
}

.mq-btn-fresh {
    color: #1a9d54;
    border-color: #9fdcb8;
    background: #f3fbf6;
}

.mq-btn-live {
    color: #0d6efd;
    border-color: #a9c9ff;
    background: #f2f7ff;
}

.mq-btn-close {
    color: #e08b16;
    border-color: #f4d29a;
    background: #fff8ee;
}

.mq-btn:hover {
    filter: brightness(0.97);
    text-decoration: none;
}

/* Right side: date + kebab menu */
.mq-side {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
}

.mq-date {
    font-size: 12px;
    color: #1f2d3d;
    white-space: nowrap;
}

.mq-kebab {
    background: transparent;
    border: none;
    color: #4b5563;
    font-size: 18px;
    padding: 4px 8px;
    line-height: 1;
    cursor: pointer;
}

    .mq-kebab:focus {
        outline: none;
        box-shadow: none;
    }

.mobile-query-card .dropdown-menu {
    font-size: 14px;
}

    .mobile-query-card .dropdown-menu .dropdown-item {
        padding: 8px 16px;
    }


/* ----- Complaint list - mobile card view ----- */

.mobile-complaint-card {
    border: 1px solid #e3e6f0;
    border-radius: 10px;
    padding: 12px 14px;
    margin-bottom: 12px;
    background: #fff;
}

    .mobile-complaint-card:last-child {
        margin-bottom: 0;
    }

.mcc-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    margin-bottom: 8px;
}

.mcc-type {
    font-weight: 700;
    font-size: 14px;
    color: #1f2d3d;
}

.mcc-status {
    display: inline-block;
    padding: 3px 10px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    color: #0d6efd;
    background: #eef4ff;
    white-space: nowrap;
}

.mcc-desc {
    font-size: 14px;
    color: #4b5563;
    margin-bottom: 10px;
    word-break: break-word;
}

.mcc-foot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    border-top: 1px solid #f1f3f5;
    padding-top: 8px;
}

.mcc-date {
    font-size: 12px;
    color: #6b7280;
}

.mcc-view {
    font-size: 13px;
    font-weight: 600;
    color: #0d6efd;
    text-decoration: none;
    white-space: nowrap;
}

    .mcc-view:hover {
        text-decoration: underline;
    }


/* ----- Mobile bottom navigation ----- */

.mobile-bottom-nav {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1030;
    display: flex;
    align-items: stretch;
    justify-content: space-around;
    background: #fff;
    border-top: 1px solid #e3e6f0;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.08);
    height: 60px;
    padding-bottom: env(safe-area-inset-bottom); /* iPhone notch */
}

    .mobile-bottom-nav .mbn-item {
        flex: 1 1 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 3px;
        text-decoration: none;
        color: #6b7280;
        font-size: 12px;
        font-weight: 600;
        padding: 6px 0;
        transition: color .2s ease;
    }

        .mobile-bottom-nav .mbn-item i {
            font-size: 18px;
        }

        .mobile-bottom-nav .mbn-item:hover,
        .mobile-bottom-nav .mbn-item.active {
            color: #0d6efd;
        }

        .mobile-bottom-nav .mbn-item.active {
            position: relative;
        }

            .mobile-bottom-nav .mbn-item.active::before {
                content: "";
                position: absolute;
                top: 0;
                left: 20%;
                right: 20%;
                height: 3px;
                border-radius: 0 0 3px 3px;
                background: #0d6efd;
            }

/* Keep page content clear of the fixed bottom nav on mobile */
@media (max-width: 767px) {
    .main-content {
        padding-bottom: 70px;
    }

    /* Lift scroll-to-top button above the bottom nav */
    .scroll-top-btn {
        bottom: 75px;
    }
}


/*-------------------------------Tender Listing (Indian/Global) - Theme + Mobile----------------------------------------------------------------------------*/

/* Themed tender card (website blue accent) */
.tender-card {
    border: 1px solid #e3e6f0;
    border-left: 3px solid #2a5298;
    border-radius: 8px;
    transition: box-shadow .2s ease, border-color .2s ease;
}

    .tender-card:hover {
        border-left: 3px solid #1e3c72;
        box-shadow: 0 4px 14px rgba(30, 60, 114, 0.12);
    }

/* "View Notice" as a themed pill button */
.tender-card .view-tender,
.tender-card .view-Projectresult {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 5px 12px;
    border: 1px solid #2a5298;
    border-radius: 6px;
    background: #f2f6fc;
    color: #1e3c72 !important;
    font-size: 13px;
    justify-content: center;
}

    .tender-card .view-tender:hover,
    .tender-card .view-Projectresult:hover {
        background: #1e3c72;
        color: #fff !important;
        text-decoration: none;
    }

        .tender-card .view-tender:hover i,
        .tender-card .view-Projectresult:hover i {
            color: #fff !important;
        }

/* Toolbar (export / showing / sort) */
.tender-toolbar {
    gap: 8px;
}

/* ---- Mobile refinements ---- */
@media (max-width: 767px) {

    .content-header h1 {
        font-size: 20px;
    }

    /* Filter toggle button spacing */
    .filter-toggle-btn {
        font-weight: 600;
    }

    /* Neutralize the desktop left accent for the compact mobile card */
    .tender-card {
        border-left: 1px solid #e3e6f0;
    }

        .tender-card:hover {
            border-left: 1px solid #e3e6f0;
        }
}


/*-------------------------------Indian Tender - Mobile Card----------------------------------------------------------------------------*/

.tcard-mobile {
    padding: 4px 2px;
}

/* Top row: serial + tag + ref + status */
.tcm-top {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 8px;
}

.tcm-sr {
    font-weight: 700;
    color: #1f2d3d;
}

.tcm-tag {
    background: #eef0f2;
    color: #5f6b7a;
    font-size: 11px;
    font-weight: 600;
    padding: 2px 8px;
    border-radius: 4px;
}

.tcm-ref {
    color: #8a94a6;
    font-size: 13px;
}

.tcm-status {
    margin-left: auto;
    font-size: 11px;
    padding: 4px 10px;
    border-radius: 12px;
}

/* Title */
.tcm-title {
    display: block;
    color: #1f2d3d !important;
    font-weight: 700;
    font-size: 15px;
    line-height: 1.35;
    margin-bottom: 10px;
    text-decoration: none;
    overflow-wrap: anywhere;
    word-break: break-word;
}

    .tcm-title:hover {
        color: #1f2d3d !important;
        text-decoration: none;
    }

/* Info lines */
.tcm-line {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-size: 13.5px;
    color: #3a4656;
    margin-bottom: 7px;
}

    .tcm-line svg {
        flex: 0 0 auto;
        margin-top: 2px;
    }

    .tcm-line span {
        min-width: 0;
        overflow-wrap: anywhere;
        word-break: break-word;
    }

/* Card must contain its content on mobile */
.tcard-mobile {
    overflow: hidden;
}

    .tcard-mobile .tcm-ref {
        overflow-wrap: anywhere;
        word-break: break-word;
    }

.tcm-closing {
    color: #e08b16;
    font-weight: 500;
}

.tcm-docs {
    gap: 16px;
    flex-wrap: wrap;
    color: #5f6b7a;
}

    .tcm-docs .doc-item {
        display: inline-flex;
        align-items: center;
        gap: 5px;
    }

/* Footer: location + View Notice button */
.tcm-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-top: 12px;
    flex-direction: column;
}

.tcm-loc {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: #5f6b7a;
    font-size: 13px;
    border: 1px solid #e3e6f0;
    padding: 5px 12px;
    border-radius: 6px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}

.tcm-btn {
    flex: 0 0 auto;
    background: #0d6efd;
    color: #fff !important;
    font-weight: 600;
    font-size: 13px;
    padding: 9px 18px;
    border-radius: 8px;
    text-decoration: none;
    white-space: nowrap;
    text-align: center;
    width: 100%;
}

    .tcm-btn:hover {
        background: #0b5ed7;
        color: #fff !important;
        text-decoration: none;
    }


/*-------------------------------Tender Notice (View Notice) - Theme + Mobile----------------------------------------------------------------------------*/

/* Brand the section cards + headings */
.tender-notice-view .card-outline.card-primary {
    border-top: 3px solid #2a5298;
    border-radius: 8px;
}

.tender-notice-view .card-title {
    color: #1e3c72;
    font-weight: 600;
}

/* Label column look for info tables */
.tender-notice-view .notice-info-table td.font-weight-bold,
.tender-notice-view .notice-info-table th.font-weight-bold {
    color: #1f2d3d;
    background: #f7f9fc;
}

.tender-notice-view .notice-info-table td,
.tender-notice-view .notice-info-table th {
    vertical-align: top;
}

/* Themed navigation buttons in the tab bar */
.tender-notice-view #ITNprenextdiv .btn {
    border-radius: 6px;
}

/* Favorite star (SVG) toggle state */
#favorite .fav-star {
    fill: none;
    stroke: currentColor;
    color: #adb5bd;
}

#favorite.is-fav .fav-star {
    fill: #ffc107;
    stroke: #ffc107;
    color: #ffc107;
}

/* ---- Mobile ---- */
@media (max-width: 767px) {

    /* Tab bar + prev/next button group wrap onto their own lines */
    .tendernotice-tabs {
        flex-wrap: wrap;
    }

    .tender-notice-view #ITNprenextdiv {
        margin-left: 0 !important;
        margin-right: 0 !important;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 6px;
        margin-top: 8px;
    }

    /* Stack label/value info tables (label above value) */
    .tender-notice-view .notice-info-table tr {
        display: block;
        border-bottom: 1px solid #eef0f5;
        padding: 4px 0;
    }

        .tender-notice-view .notice-info-table tr:last-child {
            border-bottom: 0;
        }

    .tender-notice-view .notice-info-table td,
    .tender-notice-view .notice-info-table th {
        display: block;
        width: 100% !important;
        border: 0 !important;
        padding: 2px 12px;
    }

        .tender-notice-view .notice-info-table td.font-weight-bold,
        .tender-notice-view .notice-info-table th.font-weight-bold {
            background: transparent;
            color: #1e3c72;
            padding-bottom: 0;
            font-size: 13px;
        }

    /* Data tables (corrigendum/BOQ) keep horizontal scroll, not stacked */
    .tender-notice-view .table-responsive-lg > table {
        min-width: 560px;
    }

    .card-body.p-0 .table tbody > tr > td:first-of-type, .card-body.p-0 .table tbody > tr > th:first-of-type, .card-body.p-0 .table tfoot > tr > td:first-of-type, .card-body.p-0 .table tfoot > tr > th:first-of-type, .card-body.p-0 .table thead > tr > td:first-of-type, .card-body.p-0 .table thead > tr > th:first-of-type {
  padding-left: 12px;
}
  #btnExportCsv {
        width: 35px;
        height: 35px;
        padding: 0;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}