/* Sakriva dugme (pretpostavljeno SpeedDial dugme iz Material UI) */
.MuiSpeedDial-root.MuiSpeedDial-directionUp.css-dnki4r {
    display: none !important;
}

.app-bar .app-bar-nav
{
display: none !important;
}

.action-inner-wraper { 
 background: rgba(0, 0, 0, 0);
  backdrop-filter: blur(1px);
  padding: 0.5rem;
  box-shadow: 0 8px 32px rgba(0,0,0,0.3);
  border: 1px solid rgba(255, 255, 255, 0.3);
  height: 2.5rem;
}

#vlc .action-inner-wraper .action-btn i {
  color: black !important;
}

#vlc .action-inner-wraper .action-btn:not(.disabled) i {
  color: white !important;
}
/*
#vl-ca-html-modal > div > div {
  background: rgba(255, 255, 255, 0.25); 
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  border-radius: 16px;
  padding: 0.5rem;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.4);
  color: black;  
}

.btn.btn-primary.btn-md {
  display: none !important;
}*/



#vl-ca-html-modal > div > div {
  background: rgba(255, 255, 255, 0.25);  /* more white, less transparent */
  backdrop-filter: blur(25px);
  -webkit-backdrop-filter: blur(15px);
  border-radius: 16px;
  padding: 0.5rem;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.4);
  color: white;  /* reset text color to black */

}
#vl-ca-html-modal > div > div > div.modal-header > button
{
  color:white !important;
}
.btn-close {
  filter: invert(1); /* pretvara crno u belo */
}

body > react-root:nth-child(33) > button
{
  display:none;
}

body > react-root:nth-child(39) > button
{
display:none;
}