﻿:root {
    --default-slider-thumb-color: #7f263d;
}

.info_panel,
.filter_container,
.search_type_container,
.wizard_type_container {
    background-color: #9d9688;
    flex: 1;
}

.search_type:hover,
.search_wizard:hover {
    transform: scale(1.075);
    background-color: #b9b1a3;
}

.mcdlg_btn {
    background-color: #7f263d;
    border: none;
}

    .mcdlg_btn:hover {
        background-color: #bc3b5c;
        border: none;
    }

    .mcdlg_btn:disabled {
        background-color: #bc3b5c;
        border: none;
    }

.mcdlg_select {
    background: #d3d3d3;
    margin-bottom: 2em;
}