.select2-selection[aria-labelledby="select2-set-container"],
.select2-selection[aria-labelledby="select2-region-container"],
.select2-selection[aria-labelledby="select2-patch-container"],
.select2-selection[aria-labelledby="select2-mode-container"],
.select2-selection[aria-labelledby="select2-map-container"],
.select2-selection[aria-labelledby="select2-affixes-container"],
.key-select .select2-selection,
.rank-select .select2-selection {
    border: none !important;
}
#select2-set-container, #select2-region-container, #select2-patch-container, #select2-mode-container, #select2-map-container, #select2-rank-container, #select2-affixes-container, #select2-key-container {
    color: #FFFFFF !important;
}
.select2-selection[aria-labelledby="select2-set-container"]:focus,
.select2-selection[aria-labelledby="select2-region-container"]:focus,
.select2-selection[aria-labelledby="select2-patch-container"]:focus,
.select2-selection[aria-labelledby="select2-mode-container"],
.select2-selection[aria-labelledby="select2-map-container"]:focus,
.select2-selection[aria-labelledby="select2-affixes-container"]:focus,
.key-select .select2-selection:focus,
.rank-select .select2-selection:focus {
    outline: none;
}
.select2-dropdown, .select2-results {
    border: none !important;
    z-index: 2147483647 !important;
}
#select2-set-results, #select2-region-results, #select2-patch-results, #select2-mode-results, #select2-map-results, #select2-rank-results, #select2-affixes-results, #select2-key-results {
    border: none !important;
    -moz-box-shadow: 5px 5px 10px black, -5px 5px 10px black, 0 0 2px black;
    -webkit-box-shadow: 5px 5px 10px black, -5px 5px 10px black, 0 0 2px black;
    box-shadow: 5px 5px 10px black, -5px 5px 10px black, 0 0 2px black;
}
#select2-set-results, #select2-region-results, #select2-patch-results, #select2-rank-results, #select2-mode-results, #select2-map-results, #select2-affixes-results, #select2-key-results {
    color:#FFFFFF;
}
#select2-set-results .select2-results__option--highlighted, #select2-set-results .select2-results__option--highlighted[aria-selected="true"],
#select2-region-results .select2-results__option--highlighted, #select2-region-results .select2-results__option--highlighted[aria-selected="true"],
#select2-patch-results .select2-results__option--highlighted, #select2-patch-results .select2-results__option--highlighted[aria-selected="true"],
#select2-rank-results .select2-results__option--highlighted, #select2-rank-results .select2-results__option--highlighted[aria-selected="true"],
#select2-mode-results .select2-results__option--highlighted, #select2-mode-results .select2-results__option--highlighted[aria-selected="true"],
#select2-map-results .select2-results__option--highlighted, #select2-map-results .select2-results__option--highlighted[aria-selected="true"],
#select2-affixes-results .select2-results__option--highlighted, #select2-affixes-results .select2-results__option--highlighted[aria-selected="true"],
#select2-key-results .select2-results__option--highlighted, #select2-key-results .select2-results__option--highlighted[aria-selected="true"]
{
    color: #000000 !important;
    background: #FBAF17 !important;
}
#select2-key-results .select2-results__option--highlighted img.hover-black,
#select2-rank-results .select2-results__option--highlighted img.hover-black {
    filter: brightness(0) !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-selection__choice {
    background-color: #FBAF17 !important;
}

.select2-selection__choice {
    padding: 3px !important;
    flex-direction: row-reverse;
    display: flex;
    align-items: center;
    gap: 3px;
    margin: 0 !important;
}

.select2-selection--multiple .select2-selection__rendered {
    display: flex !important;
    align-items: center;
    padding: 2px 5px !important;
    gap: 5px;
    flex-wrap: wrap;
}

.select2-selection.select2-selection--multiple {
    display: flex;
}

.select2-search.select2-search--inline {
    height: 30px;
    flex-grow: 99;
}

.select2-selection__clear {
    color: #999;
    margin: 0 !important;
}

.select2-selection__clear:hover {
    color: #333;
}

.select2-search__field {
    color: #000;
    height: 100%;
    width: 100% !important;
    margin-top: 0 !important;
    text-transform: capitalize;
}

#select2-region-results, #select2-set-results, #select2-patch-results, #select2-mode-results, #select2-rank-results, #select2-map-results, #select2-affixes-results, #select2-key-results {
    max-height: 500px;
}

.navbar-collapse.collapse {
    display: block!important;
}

.navbar-nav {
    margin: 0 !important;
}

.navbar-nav>li, .navbar-nav {
    float: left !important;
}

.navbar-nav.navbar-right:last-child {
    margin-right: -15px !important;
}

.navbar-right {
    float: right !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
}

.select2-container--default.select2-container--open .select2-selection--multiple .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px;
}

.key-select .select2-selection--multiple,
.rank-select .select2-selection--multiple {
    cursor: pointer !important;
    min-height: inherit;
}

.key-select .select2-selection--multiple .select2-selection__rendered,
.rank-select .select2-selection--multiple .select2-selection__rendered {
    vertical-align: middle;
    display: table-cell;
    height: 28px;
}

.select2-container--disabled .select2-selection--multiple,
.select2-container--disabled .select2-selection--single {
    cursor: not-allowed !important;
}

.select2-container--disabled .select2-selection--multiple ul li img {
    filter: grayscale(1);
}

#key-selection,
#rank-selection {
    width: 100% !important;
    padding-right: 20px;
}

#navbar .select2-container--default {
    width: unset !important;
}

.typeahead__container {
    font: inherit !important;
}

.typeahead__list {
    padding: 0 !important;
    border: none !important;
    z-index: 2147483647 !important;
}

#navbar .typeahead__field input {
    height: 28px !important;
    min-height: 28px !important;
}

#relation-search .typeahead__field input, #ultbook-stats .typeahead__field input,
#augment-search .typeahead__field input, #ultbook-stats .typeahead__field input {
    height: 21px !important;
    min-height: 21px !important;
    border-radius: 0 !important;
}

#mobile-nav-menu .nav-link {
    font-size: 1.8rem !important;
}

#augment-search .select2-container--default .select2-selection--multiple .select2-search__field {
    text-transform: none;
}

@media only screen and (max-device-width: 767px) {
    .select2-results__option {
        font-size: 1.4rem !important;
    }
    #select2-region-results, #select2-set-results, #select2-patch-results, #select2-rank-results, #select2-mode-results, #select2-map-results, #select2-affixes-results, #select2-key-results {
        max-height: 60vh;
    }
}

@media only screen and (min-device-width: 1023px) {
    #select2-region-results,
    #select2-set-results,
    #select2-patch-results,
    #select2-rank-results,
    #select2-mode-results,
    #select2-affixes-results,
    #select2-key-results,
    #select2-map-results {
        scrollbar-width: thin;
        scrollbar-color: dimgray;
    }

    #select2-region-results::-webkit-scrollbar,
    #select2-set-results::-webkit-scrollbar,
    #select2-patch-results::-webkit-scrollbar,
    #select2-rank-results::-webkit-scrollbar,
    #select2-mode-results::-webkit-scrollbar,
    #select2-affixes-results::-webkit-scrollbar,
    #select2-key-results::-webkit-scrollbar,
    #select2-map-results::-webkit-scrollbar {
        width: 5px;
        height: 5px;
    }

    #select2-region-results::-webkit-scrollbar-thumb,
    #select2-set-results::-webkit-scrollbar-thumb,
    #select2-patch-results::-webkit-scrollbar-thumb,
    #select2-rank-results::-webkit-scrollbar-thumb,
    #select2-mode-results::-webkit-scrollbar-thumb,
    #select2-affixes-results::-webkit-scrollbar-thumb,
    #select2-key-results::-webkit-scrollbar-thumb,
    #select2-map-results::-webkit-scrollbar-thumb {
        background-color: dimgray;
        border-radius: 3px;
    }
}

@media (hover: none) {
    body {
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }
}

/* clears the 'X' from Internet Explorer */
input[type=search]::-ms-clear {  display: none; width : 0; height: 0; }
input[type=search]::-ms-reveal {  display: none; width : 0; height: 0; }

/* clears the 'X' from Chrome */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration { display: none; }

.prvk #under_page_title {
    background-color: transparent !important;
}

.prvk #under_page_title > span {
    display:none !important;
}

.prvk #video {
    display: none !important;
}

.prvk #footer-content {
    gap: 0 !important;
    grid-gap: 0 !important;
}

.prvk #footer-content #footer-spacer {
    display:none !important;
}

.prvk #sb-wrap {
    display: none !important;
}

.prvk .sidebar-spacer {
    display: none !important;
}

.prvk #content-wrapper {
    max-width: 990px !important;
}

/** start Playwire overrides **/
body.flex-skin-active #content-body,
body.flex-skin-docked #content-body {
    background-color: rgba(0, 0, 0, 0) !important;
}

body.flex-skin-active #content-wrapper,
body.flex-skin-docked #content-wrapper {
    max-width: 1100px !important;
    padding: 20px !important;
}

body.flex-skin-active #footer-content #footer-spacer,
body.flex-skin-docked #footer-content #footer-spacer{
    display:none !important;
}

body.flex-skin-active #footer-content,
body.flex-skin-docked #footer-content {
    gap: 0 !important;
    grid-gap: 0 !important;
}

body.flex-skin-active #bgdiv,
body.flex-skin-docked #bgdiv {
    z-index: unset !important;
}

body.flex-skin-docked #sidebar-wrapper,
body.flex-leaderboard-docked #sidebar-wrapper {
    top: 190px;
}

#pw-oop-flex_leaderboard_container {
    top: 70px !important;
    position: relative !important;
}

#pw-oop-flex_leaderboard * {
    max-width: 100% !important;
}

@media only screen and (min-device-width: 1024px) {
    #pw-oop-flex_leaderboard_container {
        left: 70px !important;
    }

    #pw-oop-flex_leaderboard {
        width: calc(100% - 70px) !important;
    }

    body.flex-skin-active #bgdiv,
    body.flex-skin-docked #bgdiv {
        width: calc(100% - 70px) !important;
        left: 70px !important;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1023px) {
    body.flex-skin-active #content-wrapper,
    body.flex-skin-docked #content-wrapper {
        margin-left: 20px !important;
    }
}

.pw-standardIAB-tag {
    margin: 0 !important;
}
/** end Playwire overrides **/

.egskin #content-wrapper {
    max-width: 1074px !important;
    padding: 20px;
}

.egskin #footer-content #footer-spacer {
    display: none !important;
}

._r35p0n51v3 .pw_report_ad_container {
    display: none !important;
}

*[id^='eg-sticky'] {
    z-index: 9000 !important;
}

*[id^='eg-sticky'] > *:not(:empty) {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}