/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */


/* Files loading */

.mwf,
.mwp {
    font-family: "Exo 2", 'Open Sans', Sans-serif;
}

.mwf-content,
.mwp-content-wrapper {
    display: none;
}

.mwf-no-data,
.mwp-no-data {
    display: none;
}

.mwf-error,
.mwp-error {
    display: none;
}

.mwf-preloader,
.mwp-preloader {
    text-align: center;
    padding: 30px;
}

.mwf-file-wrap {
    padding: 5px;
}

@media (max-width: 1000px) {
    .mwf-file-wrap {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (max-width: 600px) {
    .mwf-file-wrap {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.mwf-file {
    display: flex;
    align-items: center;
    color: rgba(0, 0, 0, 0.87);
    text-decoration: none;
    /* background-color: rgba(0, 0, 0, 0.1); */
    border-radius: 5px;
    padding: 0px;
    padding-left: 10px;
    padding-right: 10px;
    /* margin-left: -10px; */
    transition: all 300ms;
}

.mwf-file:hover {
    background-color: rgba(0, 0, 0, 0.06);
    color: rgba(0, 0, 0, 0.87);
}

.mwf-file-icon:before {
    color: #f58228;
    font-size: 40px !important;
}

.mwf-file>div:nth-child(1) {
    padding-left: 0px;
    padding-right: 10px;
}

.mwf-file>div:nth-child(2) {}

.mwf-row {
    display: flex;
    flex-wrap: wrap;
}

.mwf-file-title {
    font-size: 20px;
    color: #fff;
}

.mwf-file-subtitle1 {
    font-size: 13px;
    color: rgb(196, 195, 195);
}

.mwf-file-subtitle2 {
    font-size: 13px;
}


/* PARTNERS */

.mwp {
    background-color: white;
}

.mwp .mwp-content table {
    border-collapse: collapse;
    border: none;
    margin: 0px;
    font-family: 'Open Sans', sans-serif;
}

.mwp .mwp-content table tr {}

.mwp .mwp-content table td,
.mwp .mwp-content table th {
    font-size: 15px;
    border-style: none;
    border-bottom: solid 1px rgba(0, 0, 0, .12);
    color: rgba(0, 0, 0, .87);
    padding: 6px;
    vertical-align: middle;
}

.mwp .mwp-content table thead td {
    font-weight: bold;
}

.mwp .mwp-content table tbody tr:hover {
    background-color: rgba(0, 0, 0, 0.02);
}

.mwp .mwp-content table thead td:last-child {
    padding-right: 12px;
}

.mwp-text-right {
    text-align: right;
}

.mwp-nowrap {
    white-space: nowrap;
}

.mwp-contact-button {
    text-decoration: none;
    color: #f58228;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 0.95em;
    padding: 6px 6px;
    border-radius: 3px;
}

.mwp-contact-button:hover {
    background-color: rgba(0, 0, 0, 0.05);
}

.mpw-tbody-no-partners-found {
    text-align: center;
    display: none;
}

.mwp-map.loaded {
    height: 500px;
}

.mwp table img.mwp-table-division-icon {
    height: 22px;
    display: inline-block;
    margin-right: 5px;
}

.mwp-table-division-badge {
    display: inline-block;
    background-color: rgba(0, 0, 0, 0.1);
    padding: 2px 5px;
    box-sizing: border-box;
    border-radius: 3px;
    margin: 2px;
}

@media (max-width: 500px) {
    .mwp .mwp-content table thead {
        display: none;
    }
    .mwp .mwp-content table tr {
        display: flex;
        flex-wrap: wrap;
        border-top: solid 1px rgba(0, 0, 0, .12);
    }
    .mwp .mwp-content table td,
    .mwp .mwp-content table th {
        display: block;
        border: none;
    }
    .mwp .mwp-content table tr td:nth-child(1) {
        order: 1;
        padding-right: 0;
    }
    .mwp .mwp-content table tr td:nth-child(1)::after {
        content: ","
    }
    .mwp .mwp-content table tr td:nth-child(2) {
        order: 2;
        flex: 1;
        padding-left: 2px;
    }
    .mwp .mwp-content table tr td:nth-child(3) {
        order: 4;
        flex-basis: 100%;
        padding-top: 0;
    }
    .mwp .mwp-content table tr td:nth-child(3):empty {
        display: none;
    }
    .mwp .mwp-content table tr td:nth-child(4) {
        order: 3;
    }
}

.mwp-switch {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 15px;
    margin-bottom: 15px;
}

.mwp-switch-item {
    display: inline-block;
    flex-basis: 80px;
    flex-shrink: 0;
    flex-grow: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* background-color: red; */
    padding-top: 8px;
    padding-bottom: 15px;
    cursor: pointer;
}


/* .mwp-switch-item.selected {
    background-color: lime;
} */

.mwp-switch-item-label {
    text-align: center;
    line-height: 1;
    font-size: 16px;
    padding-top: 8px;
}

.mwp-switch-item img,
.mwp-switch-item-img-wrapper .mwp-switch-item-img-replacement {
    width: 60px;
    height: 60px;
}

.mwp-switch-item-img-replacement {
    border: solid 1px rgba(0, 0, 0, 0.87);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mwp-switch-item-img-wrapper {
    position: relative;
}

.mwp-switch-item .mwp-switch-item-img-wrapper::after {
    content: "";
    background-repeat: no-repeat;
    width: 28px;
    height: 28px;
    position: absolute;
    top: 0;
    right: 0;
}

.mwp-switch-item:not(.selected) .mwp-switch-item-img-wrapper::after {
    background-image: var(--wpr-bg-e97c93ee-d1c1-4a0e-bc78-25f63979d22c);
} 

.mwp-switch-item:not(.selected):hover .mwp-switch-item-img-wrapper::after {
    background-image: var(--wpr-bg-5eca9e84-896c-4e11-8254-fa9227f47c76);
}

.mwp-switch-item.selected .mwp-switch-item-img-wrapper::after {
    background-image: var(--wpr-bg-01822640-5821-45cf-9e5f-ad7b2d194fef);
}

.mwp-row-hidden {
    display: none;
}
