.card-section {
    display: none;
  }
    .row{
    padding-top:8px !important;
    }
     tfoot {
     color: white;
        display: table-header-group !important;
    }
    th {
        text-align: center!important;
    }
    table.dataTable tfoot th, table.dataTable tfoot td {
        padding: 0px 5px 10px 10px;
        border-top: 0px solid #111;
    }
    table.dataTable thead th, table.dataTable thead td {
        padding: 0px 10px;
        border-bottom: 0px solid #111;
    }
    .dataTables_filter{
    padding-bottom:20px;
    }
    thead{
    color:white;
    }
    td {
      text-align: center;
      vertical-align: middle;
    }
    .table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {
        background  :#0000002b !important;
        color: white;
    }
    .table.dataTable.stripe tbody tr.even, table.dataTable.display tbody tr.even {
        background  :#0009 !important;
        color: white;
    }
    .table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td {
    border-top: 1px solid #dc354585;
    }
    input[type=search] {
        background: #181818;
        color: white;
        border-bottom: 1px;
        border-color: #dc3545;
        border-style: solid;
        border-top: 0px;
        border-left: 0px;
        border-right: 0px;
        text-align: center;
    }
    .current-link {
        color:#dc3545;
    }
    .main-nav ul {
        display: flex;
        justify-content: center;
        list-style-type: none;
        padding: 0;
        margin: 0;
    }

    .main-nav ul li {
        margin: 0 10px;
    }

    .main-nav ul li a {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-decoration: none;
        color: #fff;
        font-size: 10px;
        transition: 0.3s;
    }

    .main-nav ul li a:hover {
        color: #dc3545;
    }

    .main-nav ul li a i {
        font-size: 14px;
        margin-bottom: 1px;
    }

    @media (max-width: 768px) {
        .main-nav ul {
            flex-wrap: wrap;
        }

        .main-nav ul li {
            flex: 0 0 33.33%;
            margin: 2px;
        }

        .main-nav ul li a {
            font-size: 10px;
        }

        .main-nav ul li a i {
            font-size: 16px;
        }
    }
    active-nav{
    color:green !important;
    }
    .ads{
    padding-right:30px !important; 
    padding-left:5px !important;
    }
    @media (max-width: 768px) {
    .ads{
    padding-right:0px !important; 
    padding-left:0px !important;
    }	
    }
    @media (max-width: 768px) {
    .adsimg{
    padding-top:5px !important; 
    }
    }
    @media (max-width: 768px) {
        .container {
          padding: 10px;
        }
      
        h1, h2 {
          font-size: 1.5rem;
        }
      
        .nav-menu {
          display: none; /* Hide full menu on mobile */
        }
      
        /* Mobile menu toggle removed */
      
        .search-and-filters {
          flex-direction: column;
        }
      
        .table-responsive {
          overflow-x: auto;
        }
      
        .join-telegram {
          position: fixed;
          bottom: 20px;
          right: 20px;
          z-index: 1000;
        }
      }
      
    /* Base styles */
    body {
      font-size: 16px;
      line-height: 1.5;
    }

    /* Responsive styles */
    @media screen and (max-width: 768px) {
      body {
        font-size: 14px;
      }

      .container {
        width: 100%;
        padding: 0 15px;
      }

      /* Adjust header */
      header {
        text-align: center;
      }

      /* Make the search bar full width */
      input[type="search"] {
        width: 100%;
        max-width: none;
      }

      /* Adjust button size */
      .join-button {
        font-size: 14px;
        padding: 8px 16px;
      }

      /* Stack filters vertically */
      .filters {
        display: flex;
        flex-direction: column;
      }

      .filters button {
        margin-bottom: 10px;
      }
    }

    @media screen and (max-width: 768px) {
      /* ... other styles ... */

      .join-button {
        position: fixed;
        bottom: 20px;
        right: 20px;
        z-index: 1000;
        font-size: 12px;
        padding: 8px 12px;
      }
    }


@media screen and (max-width: 768px) {
  /* ... other styles ... */

  h1, h2, h3, p {
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
}


.container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.column {
  flex: 1 1 200px;
  margin: 10px;
}

@media screen and (max-width: 768px) {
  .column {
    flex-basis: 100%;
  }
}


.filter-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.filter-button {
  flex: 1 1 auto;
  margin: 5px;
  min-width: 100px;
}

@media screen and (max-width: 768px) {
  .filter-button {
    flex-basis: 100%;
  }
}


.flag-text-combo {
  display: flex;
  align-items: center;
}

.flag-text-combo img {
  margin-right: 10px;
}


@media (max-width: 768px) {
    .container {
        padding: 10px;
    }

    h1, h2 {
        font-size: 1.2rem;
    }

    .widget-box {
        padding: 5px;
    }

    table.dataTable {
        font-size: 12px;
    }

    table.dataTable th,
    table.dataTable td {
        padding: 5px 3px;
    }

    .dataTables_filter input {
        width: 100%;
        margin-bottom: 10px;
    }

    .filter-button {
        width: 100%;
        margin-bottom: 5px;
    }

    .join-telegram {
        position: fixed;
        bottom: 10px;
        right: 10px;
        z-index: 1000;
        font-size: 12px;
        padding: 5px 10px;
    }

    .content-wrapper {
        display: flex;
        flex-direction: column;
    }

    .main-content {
        order: 1;
    }

    .sidebar-content {
        order: 2;
    }
}

@media (min-width: 769px) {
    .content-wrapper {
        display: flex;
        flex-direction: row;
    }

    .main-content {
        flex: 1;
        margin-right: 20px;
    }

    .sidebar-content {
        width: 300px;
    }
}

@media (max-width: 768px) {
    .widget-box ul {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        padding: 0;
        margin: 0;
    }

    .widget-box ul li {
        flex: 0 0 20%;
        max-width: 20%;
        text-align: center;
        margin-bottom: 10px;
    }

    .widget-box ul li a {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .widget-box ul li a .icon {
        margin-bottom: 5px;
    }

    @media screen and (max-width: 768px) {
        .widget-box ul li {
            flex: 0 0 33.33%;
            max-width: 33.33%;
        }
    }

    @media screen and (max-width: 480px) {
        .widget-box ul li {
            flex: 0 0 50%;
            max-width: 50%;
        }
    }

    .text-center.mt-3 {
        margin-top: 10px !important;
    }
}

.navbar-nav {
    width: 100%;
    justify-content: center;
}

.navbar-nav .nav-item {
    text-align: center;
}

@media (max-width: 991px) {
    .navbar-nav {
        flex-direction: row;
        flex-wrap: wrap;
    }
    
    .navbar-nav .nav-item {
        flex: 0 0 20%;
        max-width: 20%;
    }
    
    .navbar-nav .nav-link {
        padding: 0.5rem 0.25rem;
        font-size: 0.8rem;
    }
    
    .navbar-nav .nav-link i {
        display: block;
        font-size: 1.2rem;
        margin-bottom: 0.25rem;
    }
}

.widget-box ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
}

.widget-box ul li {
    flex: 0 0 auto;
    text-align: center;
    margin: 0 10px;
}

.widget-box ul li a {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.widget-box ul li a .icon {
    margin-bottom: 5px;
}

@media (max-width: 768px) {
    .widget-box ul {
        justify-content: space-around;
    }
    
    .widget-box ul li {
        flex: 0 0 30%;
        margin: 5px 0;
    }
}

@media (max-width: 480px) {
    .widget-box ul li {
        flex: 0 0 45%;
    }
}

.widget-box {
    background-color: #1a1a1a;
    padding: 20px;
    margin-bottom: 20px;
    width: 100%;
    box-sizing: border-box;
}

.header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.title-area {
    flex: 0 0 auto;
}

.main-nav {
    flex: 0 0 auto;
}

.main-nav ul {
    display: flex;
    list-style-type: none;
    padding: 0;
    margin: 0;
    justify-content: center;
}

.main-nav ul li {
    margin: 0 10px;
}

.main-nav ul li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    transition: 0.3s;
}

.main-nav ul li a:hover {
    color: #dc3545;
}

.main-nav ul li a i {
    font-size: 24px;
    margin-bottom: 5px;
}

.secondary-nav {
    display: flex;
    justify-content: flex-start;
    margin-top: 10px;
}

.secondary-nav a {
    color: #dc3545;
    text-decoration: none;
    margin-right: 20px;
    font-size: 14px;
}

@media (max-width: 1024px) {
    .header-content {
        flex-direction: column;
        align-items: center;
    }

    .main-nav {
        margin-top: 20px;
        width: 100%;
    }

    .main-nav ul {
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .main-nav ul {
        flex-wrap: wrap;
    }

    .main-nav ul li {
        flex: 0 0 33.33%;
        margin-bottom: 10px;
    }

    .main-nav ul li a {
        font-size: 12px;
    }

    .main-nav ul li a i {
        font-size: 20px;
    }
}

/* ========================================================================== */
/* Original animations.css - Animations and transitions */
/* ========================================================================== */

/* Page transition effect */
body {
    opacity: 0;
    transition: opacity 0.4s ease-in;
}

body.loaded {
    opacity: 1;
}

/* Button hover animations */
.main-nav a, 
.secondary-nav a,
button,
.widget-box-title,
.back-link {
    position: relative;
    transition: all 0.3s ease;
}

/* Underline animation for navigation links */
.main-nav a::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    bottom: -2px;
    left: 50%;
    background-color: #dc3545;
    transition: all 0.3s ease;
    transform: translateX(-50%);
}

.main-nav a:hover::after {
    width: 100%;
}

/* Scale effect for buttons */
button:hover {
    transform: scale(1.05);
    box-shadow: 0 0 10px rgba(220, 53, 69, 0.5);
}

/* Glow effect for important elements */
.widget-box-title:hover {
    text-shadow: 0 0 8px rgba(220, 53, 69, 0.7);
}

/* Pulse animation for call-to-action elements */
@keyframes pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
    100% {
        transform: scale(1);
    }
}

.back-link:hover {
    animation: pulse 1.5s infinite;
}

/* Table row hover effect */
#example tbody tr {
    transition: background-color 0.3s ease;
}

#example tbody tr:hover {
    background-color: rgba(220, 53, 69, 0.1) !important;
}

/* Search input focus animation */
.dataTables_filter input {
    transition: all 0.3s ease;
    border: 1px solid #333;
}

.dataTables_filter input:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 2px rgba(220, 53, 69, 0.25);
    width: 250px;
}

/* Fade in animation for sidebar elements */
@keyframes fadeIn {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

.sidebar-content > * {
    animation: fadeIn 0.5s ease-out forwards;
}

.sidebar-content > *:nth-child(1) { animation-delay: 0.1s; }
.sidebar-content > *:nth-child(2) { animation-delay: 0.2s; }
.sidebar-content > *:nth-child(3) { animation-delay: 0.3s; }
.sidebar-content > *:nth-child(4) { animation-delay: 0.4s; } 

/* ========================================================================== */
/* Original layout-fix.css - Clean layout for NO SIDEBAR, full width content */
/* ========================================================================== */

/* Basic layout structure - full width content always */
.content-wrapper {
    display: block;
    width: 100%;
    margin-top: 0px !important;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0 !important;
}

/* Hide any sidebar content that might still exist */
.sidebar-content {
    display: none !important;
}

/* Ensure main content takes full width */
.main-content {
    width: 100% !important;
    max-width: 100% !important;
}

/* Table responsiveness - now with full width */
.table-container, .widget-box {
    overflow-x: auto;
    width: 100%;
}

table, table.display, table.dataTable {
    width: 100% !important;
    max-width: 100% !important;
    font-size: 14px;
    table-layout: auto;
}

/* Ensure table cells use available space efficiently */
th, td {
    padding: 8px 6px !important;
    word-wrap: break-word;
}

/* Responsive table adjustments */
@media (max-width: 1200px) {
    table, table.display, table.dataTable {
        font-size: 13px;
    }
    
    th, td {
        padding: 6px 4px !important;
    }
}

@media (max-width: 900px) {
    table, table.display, table.dataTable {
        font-size: 12px;
    }
    
    th, td {
        padding: 4px 3px !important;
    }
}

@media (max-width: 600px) {
    table, table.display, table.dataTable {
        font-size: 11px;
    }
    
    th, td {
        padding: 3px 2px !important;
    }
}

/* Remove all unnecessary spacing */
br {
    display: none !important;
    height: 0 !important;
    line-height: 0 !important;
    font-size: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    visibility: hidden !important;
}

/* Header and navigation - FULL WIDTH */
.header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 15px;  /* Add horizontal padding to match container */
    margin-bottom: 0;
    /* Removed max-width: 1400px to allow full width */
    margin-left: auto;
    margin-right: auto;
    flex-wrap: wrap;
    width: 100%;
}

.title-area {
    margin-right: 15px;
    flex-shrink: 0;
}

/* Make navigation fill remaining space */
.main-nav {
    display: flex;
    justify-content: stretch;
    flex: 1;
    width: 100%;
    margin: 0 auto;
}

.main-nav ul {
    display: flex;
    flex-wrap: nowrap;
    justify-content: stretch;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    gap: 2px;
}

.main-nav li {
    flex: 1 1 0;
    display: flex;
    min-width: 0;
}

.main-nav a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2px 8px;
    text-decoration: none;
    color: #fff;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 4px;
    transition: all 0.3s ease;
    font-size: 10px;
    font-weight: 500;
    text-transform: uppercase;
    white-space: nowrap;
    flex: 1;
    text-align: center;
    width: 100%;
    min-height: 30px;
}

.main-nav a:hover {
    background: rgba(220, 53, 69, 0.2);
    color: #dc3545;
}

.main-nav a.active {
    background: #dc3545;
    color: white;
}

.main-nav a.active:hover {
    background: #dc3545;
    color: white;
}

.main-nav a i {
    margin-right: 0;
    margin-bottom: 1px;
    font-size: 14px;
    display: block;
}

@media (max-width: 900px) {
    .header-content {
        flex-direction: column;
        text-align: center;
        gap: 10px !important;
    }
    
    .title-area {
        margin-right: 0;
        margin-bottom: 5px;
    }
    
    .header-actions {
        order: -1;
        margin-bottom: 10px;
    }
    
    .submit-btn {
        font-size: 11px !important;
        padding: 6px 12px !important;
    }
    
    .main-nav {
        justify-content: center;
        width: 100%;
    }
    
    .main-nav ul {
        justify-content: center;
        flex-wrap: wrap;
        gap: 2px;
    }
    
    .main-nav li {
        flex: 1 1 30%;
        min-width: 95px;
        max-width: 110px;
    }
    
    .main-nav a {
        font-size: 9px !important;
        padding: 2px 5px !important;
        min-height: 32px !important;
    }
    
    .main-nav a i {
        font-size: 14px !important;
    }
} 

/* Make all content full width */
.container {
    max-width: 100% !important;
    padding-left: 15px;
    padding-right: 15px;
}

/* Header widget-box - remove horizontal padding to match ad container width */
.widget-box:has(.header-content) {
    padding-left: 0;
    padding-right: 0;
}

/* If :has() selector is not supported, use this alternative */
.widget-box.header-widget-box {
    padding-left: 0;
    padding-right: 0;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

.col-12 {
    padding-left: 15px;
    padding-right: 15px;
} 

/* ========================================================================== */
/* FINAL OVERRIDES - Navigation fixes to prevent wrapping and ensure full width */
/* ========================================================================== */

/* COMPLETE BOOTSTRAP OVERRIDE - Force header container to full width */
.container {
    max-width: 100% !important;
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.row {
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !important;
}

.col-12 {
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
}

/* Force header widget-box to full width like ad container */
.header-widget-box {
    padding: 0 !important;
    margin: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
}

/* Header content should span full viewport width */
.header-content {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    padding: 15px !important;
    margin: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    flex-wrap: nowrap !important;
    box-sizing: border-box !important;
    min-height: 60px !important;
    gap: 20px !important;
}

/* Header actions styling */
.header-actions {
    flex-shrink: 0 !important;
    display: flex !important;
    align-items: center !important;
}

.submit-btn {
    background: linear-gradient(135deg, #28a745 0%, #1e7e34 100%) !important;
    color: white !important;
    text-decoration: none !important;
    padding: 10px 18px !important;
    border-radius: 8px !important;
    font-weight: 700 !important;
    font-size: 13px !important;
    text-transform: uppercase !important;
    transition: all 0.3s ease !important;
    border: none !important;
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    white-space: nowrap !important;
    box-shadow: 0 3px 12px rgba(40, 167, 69, 0.4) !important;
    letter-spacing: 0.5px !important;
    animation: glow 2s ease-in-out infinite alternate !important;
}

.submit-btn:hover {
    background: linear-gradient(135deg, #1e7e34 0%, #155724 100%) !important;
    color: white !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 20px rgba(40, 167, 69, 0.6) !important;
    animation: none !important;
}

@keyframes glow {
    from {
        box-shadow: 0 3px 12px rgba(40, 167, 69, 0.4) !important;
    }
    to {
        box-shadow: 0 3px 12px rgba(40, 167, 69, 0.8) !important;
    }
}

.submit-btn i {
    font-size: 12px !important;
}

/* Title area - compact */
.title-area {
    flex-shrink: 0 !important;
    margin-right: 20px !important;
}

/* Navigation - take up remaining space */
.main-nav {
    display: flex !important;
    justify-content: stretch !important;
    flex: 1 !important;
    width: 100% !important;
    margin: 0 !important;
    box-sizing: border-box !important;
}

/* Navigation list - single line, equal width items */
.main-nav ul {
    display: flex !important;
    flex-wrap: nowrap !important;
    justify-content: space-between !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
    gap: 1px !important;
    box-sizing: border-box !important;
}

/* Navigation items - equal width */
.main-nav li {
    flex: 1 1 0 !important;
    display: flex !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
}

/* Navigation links - styled buttons */
.main-nav a {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 8px 2px !important;
    text-decoration: none !important;
    color: #fff !important;
    background: rgba(255, 255, 255, 0.1) !important;
    border-radius: 4px !important;
    transition: all 0.3s ease !important;
    font-size: 10px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    flex: 1 !important;
    text-align: center !important;
    width: 100% !important;
    min-height: 50px !important;
    box-sizing: border-box !important;
}

.main-nav a:hover {
    background: rgba(220, 53, 69, 0.2) !important;
    color: #dc3545 !important;
}

.main-nav a.active {
    background: #dc3545 !important;
    color: white !important;
}

.main-nav a.active:hover {
    background: #dc3545 !important;
    color: white !important;
}

.main-nav a i {
    margin: 0 0 4px 0 !important;
    font-size: 14px !important;
    display: block !important;
}

/* Responsive adjustments */
@media (max-width: 1200px) {
    .main-nav a {
        font-size: 9px !important;
        padding: 6px 1px !important;
    }
    
    .main-nav a i {
        font-size: 13px !important;
    }
}

@media (max-width: 768px) {
    .header-content {
        padding: 10px !important;
        min-height: 50px !important;
    }
    
    .main-nav ul {
        gap: 0px !important;
    }
    
    .main-nav a {
        font-size: 8px !important;
        padding: 4px 1px !important;
        min-height: 45px !important;
    }
    
    .main-nav a i {
        font-size: 12px !important;
        margin-bottom: 2px !important;
    }
}

@media (max-width: 480px) {
    .main-nav a {
        font-size: 7px !important;
        padding: 3px 0px !important;
        min-height: 40px !important;
    }
    
    .main-nav a i {
        font-size: 11px !important;
    }
} 