.navbar {
    background-color: #4c2822!important;
}

.footer {
    background-color: #4c2822!important;
    position: fixed;
    bottom: 0;
    width: 100%;
}

.nav-link {
    color: white!important;
}


body {
    background: url('../lib/images/ClubhouseBackground.svg') repeat;
    color: white;
}

.force-black-text {
    color: black!important;
}

a {
    color: white;
}

.form-floating {
    color: #ccc;
}


.mud-dialog {
    background: url('../lib/images/ClubhouseBackground.svg') repeat;
    color: white;
}

    .mud-dialog .mud-button-label {
        color: white;
    }
    .mud-dialog .mud-dialog-title {
        color: white;
    }
    .mud-dialog .mud-icon-button-label {
        color: white;
    }
    .mud-dialog .mud-input > input.mud-input-root:disabled, div.mud-input-slot.mud-input-root:disabled {
        color: white;
    }
    .mud-dialog .mud-input-control > .mud-input-control-input-container > .mud-input-label-inputcontrol.mud-disabled {
        color: white;
    }

    gmp-place-autocomplete {
        background-color: white;
        border-radius: 5px;
    }
    .mud-dialog .mud-input {
        color: white !important;
    }
    .mud-dialog .mud-shrink~label.mud-input-label.mud-input-label-inputcontrol, .mud-input:focus-within~label.mud-input-label.mud-input-label-inputcontrol {
        color: white !important;
    }
    .mud-dialog .mud-input-control>.mud-input-control-input-container>.mud-input-label-inputcontrol {
        color: white !important;
    }
    .mud-dialog td button span svg {
        color: black !important;
    }
    .mud-dialog td .mud-input-control.mud-input-number-control.mud-input-showspin .mud-input:not(.mud-input-adorned-end) input {

        color: black !important;
    }
.navbar-light .navbar-toggler {
    color: #fff !important;
    border-color: #fff !important;
}

.navbar-light .navbar-toggler-icon {
    filter: brightness(0) invert(1);
}