.mode-select-wrapper {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
}

.mode-select-wrapper > .mode-select {
    flex-grow: 1;
    max-width: max-content;
}

th.dimensions,
td.dimensions,
th.where_found,
td.where_found,
th.dimension_pools,
td.dimension_pools {
    width: 132px !important;
}

.mortys_icon_20x20 {
    margin-right: 5px;
}

body.lightcase-open div#lightcase-case,
body.lightcase-open div.lightcase-contentInner,
body.lightcase-open .lightcase-contentInner,
body.lightcase-open .lightcase-contentInner iframe {
    min-width: 70vw !important;
    min-height: 80vh !important;
}

.g-pocketmortys .dataTable-wrapper.searchable,
.g-pocketmortys .datatable-wrapper.searchable {
    margin-top: 0;
}

/* New CSS */
#mortys_table td a {
    display: flex;
    align-items: center;
}

.mortys_icon_20x20 {
    min-width: 20px;
}

@media only all and (min-width: 1024px) and (max-width: 1279px) {
    .toggler {
        display: none;
    }

    .mode-select-wrapper > .mode-select > div {
        margin-right: 10px;
        flex-grow: 1;
        max-width: 125px;
    }

    .mode-select-wrapper > .mode-select:first-child,
    .mode-select-wrapper > .mode-select:nth-child(2) {
        width: 100%;
    }

    div.dataTables_wrapper .dataTables_filter#mortytable_filter {
        top: -108px;
    }
}

@media only all and (min-width: 1280px) and (max-width: 1365px) {
    .toggler {
        display: none;
    }

    .mode-select-wrapper > .mode-select:first-child {
        width: 100%;
    }

    .mode-select-wrapper > .mode-select:last-child {
        justify-content: flex-end;
        margin-right: 0;
    }

    #show_exotic {
        margin-right: 0;
    }
}

@media only all and (min-width: 1366px) and (max-width: 1439px) {
    .toggler {
        display: none;
    }

    #show_exotic {
        margin-right: 0;
    }
}

@media only all and (min-width: 1440px) and (max-width: 1919px) {
    .toggler {
        display: inline;
    }

    .mode-select-wrapper > .mode-select:first-child {
        width: 100%;
    }

    .mode-select-wrapper > .mode-select:last-child {
        justify-content: flex-end;
    }
}

@media only screen and (min-width: 1920px) {
    .toggler {
        display: none;
    }

    .mode-select-wrapper > .mode-select:first-child {
        width: unset;
    }

    .mode-select-wrapper > .mode-select:last-child {
        justify-content: flex-start;
    }
}
