.navbar {
    padding: 0rem 1rem;
}

.expansion {
    margin: 5px;
}

.searchedMain {
    border: 1px solid;
    z-index: 999;
    position: absolute;
    background-color: white;
    margin: .25rem .5rem;
}

.cardShow {
    width: 100px;
    height: 150px;
    transition: transform .2s; /* Animation */
}

.imgBackground{
    background-color: #fff6a1;
    margin: 5px;
    padding: 0px;
}

.imgBackgroundShow{
    background-color: #fff6a1;
    margin: 2em;
    width: 300px;
    padding: 0;

}

.cardImg {
    width: 100px;
    height: 140px;
}

.cardImgShow{
    width: 300px;
}
.foil{
    opacity: 0.7;
}

.cardShow:hover{
    margin-top: 70px;
    margin-bottom: 70px;
    margin-left: 40px;
    transform: scale(2);
}
.pagination{
    flex-wrap:wrap;
}

.itemDiv{
    min-height: 150px;
}

.selectedItem{
    background-color: lightgray !important;
}

.currency-icon{
    width: 16px;
}

.foil-icon{
    width: 30px ;
    height: 13px ;
    background-image: url('/storage/public/icons/foil-star.png') ;
    background-size: contain ;
}

.expansionIcon{
    width: 24px;
}
.btn-size{
    width: 24px;
    height: 24px;
    margin: 1px;
}

.row-uncommon {
    background:lightgrey;
}

.row-rare {
    background: lightyellow;
}

.row-mythic {
    background: lightcoral;
}

/*  Filip Doskočil */
.btn, .col-md-3 .list-group-item a {background-color:#9de};
.btn, .col-md-3 .list-group-item a:hover {background-color:#none !important};
.card-header {border:none !imporant;}
.card {border:none !imporant;}
h3 {font-size: 1rem;}
h4 {font-size: 0.8rem;}
.navbar {background-image: linear-gradient(to top left, rgba(0,136,238,.25) 1%, rgba(0,136,238,1) 99% ); opacity: 1 !important; background-color: white}
/*.side-bar{background-image: linear-gradient(to right, rgba(0,136,238,.5) 70%, rgba(0,136,238,.15)  ) !important;}*/
.side-bar{background-image: radial-gradient(closest-corner at 0% 0%, rgba(0,136,238,.15) , rgba(0,136,238,.1)  ) !important;  min-height: 91vh; max-height: 91vh; top:82px !important;  }
.main{margin-top:82px;}
@media (max-width: 750px){
    cardmarket-logo{
        display: none !important;
    }
}
.table-hover tbody tr.trBuyListItem:hover td {
background-color: red !important;
}
.table-hover tbody tr.trBuyListItem:hover {
border: 1px solid;
background-color: red;

}