/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */
 
 
 .custom-lang-dropdown {
  position: relative;
  display: inline-block;
}

.lang-toggle {
  background: none;
  border: none;
  cursor: pointer;
  font-weight: 600;
  font-size: 1rem;
  
  display: flex;
  align-items: center;
  gap: 10px;
  margin-left: 30px;
  color: #ffffff;
}

.lang-menu {
  position: absolute;
  top: 100%;
  right: 0;
  min-width: 140px;
  background-color: white;
  border: 1px solid #ddd;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  padding: 8px 0;
  z-index: 999;
}

.lang-menu li {
  list-style: none;
  padding: 0;
}

.lang-menu li a {
  display: block;
  padding: 8px 12px;
  text-decoration: none;
  color: #333;
  font-size: 0.95rem;
}

.lang-menu li a:hover {
  background-color: #f0f0f0;
}


/* DARK MODE */

body.dark-mode {
  background-color: #090c10;
}

body.dark-mode .stk-fabb7a6, body.dark-mode .stk-9a799e5 {
    background-color: #090c10 !important;
}

body.dark-mode p, body.dark-mode h1, body.dark-mode h2, body.dark-mode ul li,
body.dark-mode h3, body.dark-mode h4, body.dark-mode h5  {
    color:#ffffff;    
}

body.dark-mode .stk-06dcceb p {
    color:#000000;    
}

body.dark-mode .stk-72a3f00, body.dark-mode .stk-08a6094 {
 box-shadow: 60px 60px 0px -20px #5a5a5a75 !important;
}

body.dark-mode #footer {
    background-color: #202020;
}

body.dark-mode .ct-footer [data-row*="bottom"]  {
    background-color: #353535;
}

body.dark-mode .stk-5b0d21f {
    background-color: #000000 !important;
    opacity: 0.5 !important;
}

body.dark-mode .isaac-middle-banner {
    display: none;
}

body.dark-mode .ct-footer .ct-widget {
    color: #ffffff !important;    
}

body.dark-mode #menu-info-v-nogi a {
    color: #ffffff !important;      
}

body.dark-mode .widget-title {
 color: #ffffff !important;    
}


 /* piskotki */


.notification-bottom {
    position: fixed;
    display: none;
    max-width: 350px;
    bottom: 20px;
    left: 20px;
    z-index: 9999;
    padding: 10px 5px 5px 5px;
    color: #5e5653;
    background-color: #090c10;
    opacity: 0.9;
    text-align: center;
    border: 1px solid #848484;
}
    
.notification-bottom a {
    text-decoration: underline; 
    color:#dd0e0b;  
}
    
.notification-bottom a:hover {
    color: #dd0e0b !important;   
}
    
.notification-bottom p {
    color: #000000;
    font-size: 16px;
    line-height: 23px; 
    padding: 8px;  
}
    
.notification-close {
    position: absolute;
    right: 8px;
    top: 1px;
    cursor: pointer;
    font-size: 16px;
    color: #ffffff;
}
    
.cookie-ok {
        cursor: pointer;
        padding: 0 15px 0 15px;    
}