/*
Welcome to Custom CSS!

To learn how this works, see http://wp.me/PEmnE-Bt
*/
/* For correct SVG scaling*/
.style-svg {
       max-width: auto;
       height: 100%;
}

.blinking{
animation:blinkingmenu 0.9s infinite;
}
@keyframes blinkingmenu{
 0%{     color: #FFBF00;}
49%{    color: #ffffff; }
60%{    color: #ffeb00; }
99%{    color:#f95e68;  }
100%{   color: #ffffff; }
}

.border
{
 background-color:indigo;
 border-width:2px;
 border-radius:4px;
 font-size:12px;
 padding:4px;
}

.section.footer {
background-color: #be4749 !important;}

.footer .widget-content {color: #fff;}

pre {
  border: 2px solid #007BFF;
  border-radius: 5px;
  background: #f9f9f9;
  padding: 10px;
  overflow-x: auto;
}

.site-banner-text {
  background-color: red; /* deep blue */
  color: #ffffff;
  text-align: center;
  font-size: 17px;
  font-weight: 600;
  padding: 10px;
  line-height: 1.5;
  position: relative;
  z-index: 9999;
}
.site-banner-text a {
  color: #ffcc00;
  text-decoration: underline;
  font-weight: 700;
}
.site-banner-text a:hover {
  color: #ffffff;
}

#LTF_live_website_visitor a {
    pointer-events: none;  /* Disable clicks */
    cursor: default;       /* Show default cursor instead of pointer */
    text-decoration: none; /* Remove underline */
    color: inherit;        /* Keep text color same */
}

/* Main menu / navigation bar background */
.site-header,
.main-navigation,
.navbar {
    background-color: yellow !important; /* Light Blue */
}

/*Sub menu / navigation bar background */

ul.sub-menu,
.dropdown-menu {
    background-color: #3366ff !important;
}

ul.sub-menu li a {
    color: #ffffff !important;
}

ul.sub-menu li:hover {
    background-color: #073763 !important;
}

.text-danger-000{
color:#000 !important;
}

.bg-text-200\/5{
background:#ffeb3b !important;
}

.br8-sql{
background:#1e1e1e;
color:#e6e6e6;
padding:12px;
border-radius:6px;
font-family:Consolas, monospace;
font-size:13px;
}

.br8-grid-container{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:20px;
margin-top:20px;
}

.br8-grid-item{
border:1px solid #ddd;
padding:15px;
border-radius:6px;
background:#ffffff;
}

.br8-grid-item h3{
margin-top:0;
font-size:16px;
color:#0b5394;
}

.paoc-credit-link,
.paoc-credit-wrp,
.paoc-credit-copyright-text,
.paoc-credit-copyright-logo{
display:none !important;
}
