        .fake-btn {
            cursor: pointer;
        }

        .fake-btn:hover {
            background-color: #e6e5e5;
            /* Change to the desired grey color */
        }

        .modal-fullscreen .modal-dialog {
            max-width: 100%;
            margin: 0;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            height: 100vh;
            display: flex;
            position: fixed;
            z-index: 100000;
        }