.wcfm-container.wcfm_marketplace_store_settings {
    display: block;
    width: 50%;
}

.onecity_report_progress_track {
    width: 100%;
    height: 14px;
    border-radius: 7px;
    background: #e5e5e5;
    overflow: hidden;
    margin-top: 10px;
}

.onecity_report_progress_bar {
    height: 100%;
    background: #2271b1;
    transition: width 0.2s ease;
}

.onecity_report_progress_text {
    margin-top: 8px;
    font-size: 13px;
    color: #555;
    direction: ltr;
}

.reports-progress-bar-sub-title-messages{
    .sub-title{
        font-size: 18px;
        margin: 0px;
    }
    .sub-title-warning{
        font-size: 16px;
        font-weight: bold;
        margin: 0px;
    }
}

.wcfm_title {
    display: inline;
}

#order_buyer_id,
#order_buyer_email,
#order_buyer_phone {
    text-align: left;
}

div.modal-content{
    width: 20%;
}

div.orders_report_settings {
    display: flex;
    justify-content: space-evenly;
    margin: 10px;
}

fieldset {
    border: 1px solid black;
    margin-left: 15px;
}

.store_address>div {
    padding: 5px 5px;
}


div.store_address fieldset {
    margin-top: 20px;
}

div.input_and_button_pair,
div.dropdown-content {
    padding: 0px;
}

div.dropdown,
div.dropdown-content {
    width: 100% !important;
    padding: 0px;
    position: relative;
}

div.dropdown-content {
    position: absolute;
    margin-top: 50px;
    background: white;
    z-index: 100;
}

div.dropdown a {
    position: initial;
    height: initial;
    width: 50px;
}

div.dropdown span.ui-icon {
    position: absolute;
    left: 23px;
}

.input_and_button_pair a:active,
.input_and_button_pair a:focus {
    background: unset;
    border: 1px solid #0E5F78;
}

ul.current_report_filters {
    list-style: disc;
    margin: 0 20px;
}

label.current_report_filters_title {
    display: none;
    font-weight: bold;
}

div.dropdown div.dropdown-content {
    width: 100% !important;
    top: -10px;
}

.store_address input[type=text],
.store_address input[type=number],
.store_address input[type=email] {
    font-size: 14px;
    font-family: 'Rubik';
    padding: 4px;
}

#wcfm_settings_form_store_expander fieldset legend {
    background: unset;
}

div.orders_report_settings {
    display: flex;
    justify-content: flex-start;
    margin: 0;
    gap: 16px;
}

@media screen and (max-width: 600px) {
    div.orders_report_settings {
        flex-direction: column;
    }

    fieldset div.orders_report_settings div {
        margin-bottom: 10px;
    }

    fieldset.report_filters {
        display: flex;
        flex-direction: column;
    }

    div.store_address div {
        width: auto !important;
    }

    div.dropdown-content {
        width: auto !important;
    }

    div.store_address div.combobox_filter {
        display: flex;
        flex-direction: column;
    }

    div.dropdown div.input_and_button_pair {
        width: 100% !important;
    }
}