﻿body {
      background-color: #f9f9f9;
     font-family: 'Athiti', sans-serif;
      color: #333;
    }
    .high-contrast body {
      background-color: #000 !important;
      color: #FFD700 !important;
    }
    .high-contrast .panel, .high-contrast .side-menu, .high-contrast .social-media {
      background-color: #000 !important;
      color: #FFD700 !important;
      border-color: #FFD700 !important;
    }
    .header {
      background: linear-gradient(90deg, #6a1b9a, #ba68c8);
      color: white;
      padding: 20px;
      text-align: center;
    }
    .news-title {
      color: #6a1b9a;
      font-family: 'Athiti', sans-serif;
    }
    .news-img {
      max-width: 100%;
      height: auto;
      border-radius: 8px;
    }
    .news-content {
      margin-top: 20px;
      line-height: 1.8;
      font-family: 'Athiti', sans-serif;
    }
    .side-menu, .social-media {
      background-color: #fff;
      padding: 20px;
      border-radius: 10px;
      margin-bottom: 20px;
      box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    }
    .btn-accessibility {
      margin-top: 15px;
      background-color: #fbc02d;
      color: #000;
    }
  .panel-body {
    padding: 15px !important;
    border-radius: 10px;
}




  .container.wide-container {
    max-width: 1600px;
    width: 100%;
  }



  .udfollow {
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    margin-top: 30px;
    font-family: 'Athiti', sans-serif;
  }

  .udfollow__header {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 15px;
  }

  .udfollow__header .icon-facebook {
    color: #3b5998;
    font-size: 24px;
    margin-right: 10px;
  }

  .udfollow__header-text {
    font-size: 20px;
    font-weight: 600;
    margin: 0;
  }

  .udfollow__body .fb-page {
    margin-top: 10px;
    border-radius: 8px;
    overflow: hidden;
  }


  .tiktok-widget {
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    margin-top: 30px;
    font-family: 'Athiti', sans-serif;
  }

  .tiktok-widget h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
  }


   .empty-widget {
    background-color: #f8f8f8;
    border: 2px dashed #ccc;
    border-radius: 10px;
    padding: 30px;
    margin-top: 30px;
    text-align: center;
    font-family: 'Athiti', sans-serif;
    color: #999;
    font-size: 18px;
  }


   .empty-widget {
    background-color: #f8f8f8;
    border: 2px dashed #ccc;
    border-radius: 10px;
    padding: 30px;
    margin-top: 30px;
    font-family: 'Athiti', sans-serif;
    color: #333;
    font-size: 18px;
  }

  .top-news-header {
    font-family: 'Athiti', sans-serif;
    font-size: 22px;
    font-weight: 600;
    margin-top: 40px;
    margin-bottom: 15px;
    color: #6a1b9a;
    display: flex;
    align-items: center;
  }

  .top-news-header i {
    margin-right: 10px;
    color: #ba68c8;
  }

  .top-news-list {
    margin-top: 15px;
    padding-left: 20px;
  }

  .top-news-list li {
    margin-bottom: 10px;
    line-height: 1.6;
  }


   @media (max-width: 1200px) {
    #news-row {
      display: flex;
      flex-direction: column;
      flex-wrap: nowrap;
    }

    #main-content {
      order: 1 !important;
      width: 100% !important;
      float: none !important;
      display: block !important;
      max-width: 100% !important;
      margin-left: auto;
      margin-right: auto;
    }

    .social-block {
      order: 2 !important;
      width: 100% !important;
      float: none !important;
      display: block !important;
      max-width: 100% !important;
      margin-left: auto;
      margin-right: auto;
    }

    .side-block {
      order: 3 !important;
      width: 100% !important;
      float: none !important;
      display: block !important;
      max-width: 100% !important;
      margin-left: auto;
      margin-right: auto;
    }
  }

  .content-padding-lg {
   
    padding-top: 3.8rem;
}