﻿.light-style .menu .app-brand.demo {
  height: 64px;
}

.dark-style .menu .app-brand.demo {
  height: 64px;
}

.app-brand-logo.demo svg {
  width: 38px;
  height: 20px;
}

.app-brand-text.demo {
  font-size: 1.25rem;
}


.layout-navbar-fixed .layout-wrapper:not(.layout-without-menu) .layout-page {
  padding-top: 64px !important;
}


.content-wrapper .navbar {
  z-index: auto;
}



.demo-blocks > * {
  display: block !important;
}

.demo-inline-spacing > * {
  margin: 1rem 0.375rem 0 0 !important;
}


.demo-vertical-spacing > * {
  margin-top: 1.25rem !important;
  margin-bottom: 0 !important;
}
.demo-vertical-spacing.demo-only-element > :first-child {
  margin-top: 0 !important;
}

.demo-vertical-spacing-lg > * {
  margin-top: 1.875rem !important;
  margin-bottom: 0 !important;
}
.demo-vertical-spacing-lg.demo-only-element > :first-child {
  margin-top: 0 !important;
}

.demo-vertical-spacing-xl > * {
  margin-top: 5rem !important;
  margin-bottom: 0 !important;
}
.demo-vertical-spacing-xl.demo-only-element > :first-child {
  margin-top: 0 !important;
}

.rtl-only {
  display: none !important;
  text-align: left !important;
  direction: ltr !important;
}

[dir='rtl'] .rtl-only {
  display: block !important;
}


@media (max-width: 576px) {
  #dropdown-variation-demo .btn-group .text-truncate {
    width: 300px;
    position: relative;
  }
  #dropdown-variation-demo .btn-group .text-truncate::after {
    position: absolute;
    top: 45%;
    right: 0.65rem;
  }
}


.layout-demo-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 1.25rem;
}
.layout-demo-placeholder img {
  width: 900px;
}
.layout-demo-info {
  text-align: center;
  margin-top: 1.25rem;
}

.marquee-container {
    width: 100%;
    overflow: hidden; 
    white-space: nowrap;
    display: flex;
    align-items: center;
}

.marquee-content {
    display: inline-block;
    padding-left: 100%; 
    animation: marquee 60s linear infinite;
}


.marquee-container:hover .marquee-content {
    animation-play-state: paused;
}

@keyframes marquee {
    0%   { transform: translate(0, 0); }
    100% { transform: translate(-100%, 0); }
}
.banner-icon {
    color: #5A5FE0;
    font-size: 0.9rem;
}
.banner-category {
    font-weight: 900;
    margin-left: 10px;
    color: #5A5FE0;
}

.banner-title {
    font-weight: 500 !important;
    color: #333 !important;
}
.banner-title:hover {
    text-decoration: underline !important;
    color: #6366f1 !important;
}
.banner-item-group {
    display: inline-flex;
    align-items: center;
    margin-right: 60px; 
}
.main-container {
  display: flex;       
  gap: 20px;           
  align-items: flex-start; 
  padding: 20px;
}

.search-sidebar {
  flex: 0 0 250px;     
  border-right: 1px solid #ddd;
  padding: 15px;
}

.content-table {
  flex: 1;
}


.content-table {
    flex: 1;
    padding: 0 20px;
}

.custom-table {
    width: 100%;
    border-collapse: collapse;
}

.custom-table th {
    text-align: left;
    padding: 15px;
    color: #013289;
    text-transform: uppercase;
    font-size: 14px;
    border-bottom: 2px solid #e0e7ff; 
    background-color: #f8faff;
}

.custom-table td {
    padding: 20px 15px;
    border-bottom: 1px solid #eee;
    vertical-align: top;
}


.date-col {
    color: #777;
    width: 120px;
}


.announcement-title {
    display: block;
    font-weight: 700;
    color: #444;
    margin-bottom: 8px;
}

.announcement-preview {
    color: #888;
    font-size: 13px;
    line-height: 1.5;
}


.badge-pill {
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 500;
    display: inline-block;
}

.update-bg { background-color: #fff8e6; color: #f59e0b; } 
.release-bg { background-color: #eef2ff; color: #6366f1; } 
.notice-bg { background-color: #f3f4f6; color: #6b7280; } 

[class^="bg-label-"] {
  padding: 0.4em 0.8em;
  border-radius: 0.375rem;
  font-weight: 500;
  display: inline-block;
}


.bg-label-warning {
  background-color: #fff3e0 !important; 
  color: #ff9800 !important;            
}


.bg-label-primary {
  background-color: #e7e7ff !important; 
  color: #696cff !important;            
}


.bg-label-dark {
  background-color: #eceef1 !important; 
  color: #4b4b4b !important;            
}
.announcement-link:hover {
    text-decoration: underline !important;
    color: #6366f1 !important;
}
.content-sidebar {
  flex: 0 0 400px;
  padding: 15px;
  margin-left: auto;
}
.back-button {
  color: #696cff !important;
}
.back-button:hover {
    text-decoration: underline !important;
    color: #6366f1 !important;
}
.content-header {
  text-align: left;
  padding-bottom: 40px;
}

.content-header h2 {
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 700;
  margin: 0;
  color: #4154f1;
  text-transform: uppercase;
}

.content-header p {
  margin: 10px 0 0 0;
  padding: 0;
  font-size: 30px;
  line-height: 42px;
  font-weight: 700;
  color: #012970;
}

@media (max-width: 768px) {
  .content-header p {
    font-size: 28px;
    line-height: 32px;
  }
}
.detail-sidebar{
  font-size: 15px;
  font-weight: 700;
  color: #012970 !important;
}
.value-sidebar{
  font-size: 15px;
  font-weight: 600;
  color: #A9A9A9 !important;
}
.btn-close-banner {
    background: none;
    border: none;
    font-size: 1.2rem;
    cursor: pointer;
    padding: 0 15px;
    color: #333;
    display: flex;
    align-items: center;
    height: 100%;
    z-index: 1032; 
}

.btn-close-banner:hover {
    color: #000;
    font-weight: bold;
}


.marquee-container {
    flex-grow: 1;
    overflow: hidden;
}