.bdwp-tabs-pool {
    display: flex;
    padding: 0;
    margin-bottom: 0;
}

.bdwp-tabs-pool menuitem {
    padding: 10px;
    margin: 0 5px;
    border: 1px solid gray;
    border-radius: 5px 5px 0 0;
    background: lightgrey;
    z-index: 99;
    cursor: pointer;
}

.bdwp-tabs-pool menuitem.active {
    background: initial;
    border-bottom: 1px solid rgb(241, 241, 241);
}

.bdwp-tabs-pool menuitem:hover {
    background: white;
}

.bdwp-tabs-pool menuitem.active:hover {
    background: initial;
}

.bdwp-tabs-pool menuitem h2 {
    margin: 0;
}

.bdwp-tabs-wrapper {
    padding: 10px;
    border-top: 1px solid gray;
    position: relative;
    top: -1px;
}

.bdwp-tabs-wrapper th {
    vertical-align: middle;
}

.bdwp-tabs-wrapper h2.underlined {
    border-bottom: 1px solid;
    font-size: 1.2em;
}

.bdwp-icon-uploader {
    display: flex;
    align-items: center;
}

.bdwp-icon-uploader a {
    margin-left: 10px;
    margin-right: 20px;
}

.bdwp-icon-uploader img {
    height: 2em;
}

.bdwp-icon-uploader i {
    font-style: normal;
}

.bdwp-icon-uploader i:before {
    min-width: 28px;
    display: inline-block;
}

.bdwp-icon-uploader .fa-upload {
    margin-left: 4em;
}

#bdwp-modal-wrapper {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 10000;
    display: flex;
    justify-content: center;
    align-items: center;
    visibility: collapse;
}

#bdwp-fa-icon-modal {
    font-size: 1.6em;
    width: 300px;
    background: white;
    padding: 1em;
}

#bdwp-fa-icon-modal div {
    margin-top: 1.2em;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.select2-results {
    font-size: 1.6em;
}

.select2-container {
    z-index: 10001;
}

.select2-search__field {
    font-size: 20px;
    line-height: 28px;
}