a:not(table a){
    color: inherit;
}

a:not(table a):hover{
    color: inherit;
    text-decoration: none;
}

a.un-inherit,
.text-link{
    color: #1E34A3;
}

a.un-inherit:hover{
    color: #1E34A3;
    text-decoration: underline;
}

body.modal-open {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
    overflow: unset;
}

body.modal-open::-webkit-scrollbar {
    display: none;
    /* Chrome  */
}

.modal-open .modal {
    /* overflow-y: hidden !important; */
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
    padding-right: 0px !important;
}

.modal-open .modal::-webkit-scrollbar {
    display: none;
    /* Chrome  */
}

.modal-dialog {
    margin: 0px auto!important;
}


.modal-dialog-centered::before{
    height: unset;
}

.modal-dialog.modal-dialog-centered{
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.modal .modal-dialog .close {
    position: absolute;
    right: 40px;
    color: #7D9195;
    padding: 0px 10px;
    font-size: 26px;
    cursor: pointer;
    border-radius: 5px;
    opacity: 1;
    margin: 0px;
    text-shadow: none;
}

.modal .modal-dialog .close>span>i {
    line-height: 38px;
}

.modal .modal-dialog .close:hover {
    background-color: #535657;
}

.modal .modal-dialog .close:hover i{
    color: #fff;
}

.modal-header {
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: none;
}

.modal-footer {
    border-top: none;
}

/* scroll bar  */
.rounded-scroll-bar::-webkit-scrollbar{
    width: 8px;
}

.rounded-scroll-bar::-webkit-scrollbar-track{
    background: #FFFFFF;
    border-radius: 0px 0.3rem 0.3rem 0px;
}

.rounded-scroll-bar::-webkit-scrollbar-thumb{
    background: #D9D9D9;
    border-radius: 3px;
}

/* preview card  */
.preview-card-wp{
    min-width: 375px;
    max-width: 410px;
    padding-bottom: 12px;
    max-width: unset;
    border-radius: 5px;
}

.preview-card-wp.unset-width{
    min-width: unset;
}

.preview-card-top{
    background-color: #000;
    height: 13px;
    border-radius: 5px 5px 0px 0px;
}

.preview-card-body{
    min-height: 245px;
    position: relative;
    border-radius: 0px 0px 5px 5px;
    overflow: hidden;
    padding-left: 11px;
    padding-right: 26px;
}

.preview-card-body .card-rarity{
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: #000;
    font-size: 30px;
    min-width: 50px;
    padding: 0px 10px;
    height: 38px;
    font-weight: bold;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.preview-card-body .card-rarity::after{
    content: "";
	border-top: 38px solid #000000;
	border-left: 0px solid transparent;
	border-right: 15px solid transparent;
	height: 0px;
	width: 0px;
    position: absolute;
    left: 100%;
}

.preview-card-body .card-rarity + div{
    align-items: center;
    margin-top: 10px;
}

.preview-card-body .card-info{
    margin-top: auto;
    margin-right: 30px;
    margin-bottom: 6px;
    flex: 1 1;
    line-break: anywhere;
    max-width: 300px;
}

.preview-card-body .card-info>p:first-child{
    margin-top: 38px;
}

.preview-card-body .card-info>p:nth-child(2),
.preview-card-body .card-info>p:first-child{
    font-size: 20px;
    font-weight: bold;
}

.preview-card-body .card-image{
    margin-top: 20px;
    flex: 0 0;
}

.preview-card-body .card-image .card-image-preview{
    width: 162px;
    height: 225px;
}

.preview-card-body .card-image .card-image-preview img{
    width: auto;
    height: 100%;
    object-fit: contain;
    object-position: left;
}

.preview-card-body .selling-point{
    background-color: #D9D9D9;
    height: 40px;
    text-align: center;
    border-radius: 5px;
    line-height: 40px;
    padding: 0px 10px;
}

.preview-card-bottom{
    padding-left: 11px;
    padding-right: 26px;
}

.preview-card-bottom .collectable-title{
    background-color: #CE4740;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 5px;
    text-align: center;
    font-weight: bold;
    height: 40px;
    color: #FFFFFF;
}
