.single-page-cls{
padding:0px;
margen:0px;
}
::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: rgb(177, 32, 40)
}

::-webkit-scrollbar-thumb {
    background: rgb(127, 32, 40);
    border-radius: 3px;
    width: 13px;
}

iframe {
    overflow: hidden !important;
    scrollbar-width: none !important;
}

iframe::-webkit-scrollbar {
    display: none !important;}
    #app > h1{display:none;}
    
.bg-inherit{
background-color: rgba(0, 0, 0, 0.05) !important;
}


.header-menu-icon {
  animation: redPulse 2s ease-in-out infinite;
}

@keyframes redPulse {
  0% {
    color: #ff0000; /* Bright red */
  }
  50% {
    color: #660000; /* Dim red */
  }
  100% {
    color: #ffff; /* Back to bright red */
  }
}