.select2-container--default .select2-selection--single {
	display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .275rem .50rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}

#carddata > *
{
    display: inline-block;
    position: relative;
    width: 265px;
    margin: 15px;
    padding: 10px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 2px;
    -moz-box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 2px;
    box-shadow: rgba(0, 0, 0, 0.2) 3px 3px 8px;
}
#carddata:after
{
    content: " ";
    clear: both;
    display: table;
}
#carddata .nr, #carddata .title, #carddata .artist, #carddata .date
{
    color: #888;
    text-align: center;
    font-size: 11px;
}
#carddata .nr, #carddata .date
{
    display: inline-block;
    margin: 5px;
    padding: 2px 5px;
    width: auto;
    background: #777;
    color: white;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
}
#carddata .date
{
    float: right;
}
#carddata .title
{
    font-size: 14px;
    color: inherit;
}

.highlight
{
    background-color: #fd0;
}

.cardImgFrame {
    display: table-cell;
    height: 200px;
    text-align: center;
    width: 300px;
    vertical-align: middle;
    /*border: 1px solid black;*/
    /*background-color: rgb(204, 204, 204);*/
}
.cardImage {
    max-width: 100%;
    max-height: 100%;
}

.modal-dialog {
    margin: 4.75rem auto;
}
.modal.in {
   display:block;
}
.card-body{
    padding: 10px;
}
.card-footer{
    padding: 0;
    padding-left: 20px;
    padding-top: 10px;
}

.modal-xl {
    max-width: 1000px;
}

[data-theme="dark"] .bg-black{
  background-color: #111 !important;
  color: #eee;
}