
            .HeaderApp1 {
                backdrop-filter: blur(2px);
            }
            .HeaderApp2 {
                margin: 0;
                border-radius: 12px;
            }
            .HeaderApp3 {
                width: 100%;
            }
            .HeaderApp4 {
                height: 100%;
                display: flex;
                border-radius: 12px;
                flex-direction: column;
                background-color: #ffffff;
            }
            .HeaderApp5 {
                top: 12px;
                right: 12px;
                border: none;
                padding: 0;
                position: absolute;
                background-color: transparent;
            }
            .HeaderApp5:hover {
                cursor: pointer;
            }
            .HeaderApp5:focus {
                outline: none;
            }
        