body {
    background-color: #fefefe;
}

.navbar-toggler-icon {
    background: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'><path stroke='black' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/></svg>");
}

.nav-link:hover{
    color:#777;
    border-bottom: solid 2px #555;
}
nav {
    background-color: 'var(--themeColor)';
}

.style-heading {
    color: black;
}

.color-text {
    color: #198754
}

.loader-container {
    background-color: rgba(255, 255, 255, 1);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 500;
}

input[type],
option,
select {
    background-color: white;
    border-color: lightgray;
    color: black;
}

.delBtn:active {
    color: black;
}

select:invalid,
select:checked {
    background-color: white;
    border-color: lightgray;
    color: black;
}

.bg-secondary {
    background-color: whitesmoke !important;
}

.bg-danger {
    color: whitesmoke;
}

#textureForm,#sendEditedForm,#editedListPanel {
    background-color: whitesmoke;
}

#backgroundFilter {
    background-color: rgba(0, 0, 0, 0.0);
}

.navbar-brand:hover {
    color: #555;
}
.blue-navbar .nav-item{
    color: #333 !important;
}
.blue-navbar{
    background-color: var(--themeColor) !important;
}
.blue-navbar .navbar-toggler-icon{
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.8%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.blue-navbar .navbar-brand{
    color:#333 !important; 
}
.blue-navbar .nav-link{
    color:#333 !important; 
}