.card-img-top {
    width: 100%;
    /*height: 40vh;*/
    object-fit: cover;
}


.text-pink {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-pink-rgb), var(--bs-text-opacity)) !important;
}

.bg-pink {
    --bs-bg-opacity: 1;
    background-color: #FF4081 !important;
}

.badge span {
    background-color: #ffc7ca;
    width: 60px;
    height: 25px;
    padding-bottom: 3px;
    border-radius: 15px;
    display: flex;
    color: #d24647;
    justify-content: center;
    align-items: center
}

.badge-condition,
.badge-transaction-status
{
    padding: 0em 0.65em;
}

.badge-transaction-status span.refunded {
    background-color: #ffc7ca;
    height: 25px;
    padding-bottom: 3px;
    border-radius: 5px;
    display: flex;
    color: #d24647;
    justify-content: center;
    align-items: center
}

.badge-transaction-status span.paid {
    background-color: #ddffd0;
    height: 25px;
    padding-bottom: 3px;
    border-radius: 5px;
    display: flex;
    color: #3ac332;
    justify-content: center;
    align-items: center
}

.badge-condition span.nm {
    background-color: #ddffd0;
    width: 60px;
    height: 25px;
    padding-bottom: 3px;
    border-radius: 15px;
    display: flex;
    color: #3ac332;
    justify-content: center;
    align-items: center
}

.badge-condition span.lp {
    background-color: #e1f5ff;
    width: 60px;
    height: 25px;
    padding-bottom: 3px;
    border-radius: 15px;
    display: flex;
    color: #319dc3;
    justify-content: center;
    align-items: center
}

.badge-actions {
    /*padding: 0em 0.65em;*/
}
.badge-actions span.alertmevalue {
    /*background-color: #ffa8a3;*/
    /*width: 60px;*/
    height: 25px;
    /*padding-bottom: 3px;*/
    border-radius: 15px;
    display: flex;
    /*color: #bb0005;*/
    justify-content: center;
    align-items: center;
    padding: 0em 0.65em;
    font-size:12px;
}

span.badge-danger,
span.alertmevalue.triggered {
    background-color: #ffa8a3;
    color: #bb0005;
}

span.badge-warning,
span.alertmevalue.not-triggered {
    background-color: #ffefb1;
    color: #ada900;
}

span.badge-success {
    background-color: #ddffd0;
    height: 25px;
    padding-bottom: 3px;
    border-radius: 5px;
    display: flex;
    color: #3ac332;
    justify-content: center;
    align-items: center
}


/* cookie css */
#cb-cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    border-radius: 0;
    display: none;
}


.supersmall {
    font-size: 8px !important;
}

/** upgrade page */
div.free-trial-highlight {
    background: url('https://i.pinimg.com/originals/07/b0/9d/07b09df78e71cc24eadee86744c7775b.png') no-repeat center;
    background-color: transparent;
    /*background-repeat: no-repeat;*/
    height:75px;
    background-size:200px;
    /*width: 200px;*/
}

.text-strike {
    text-decoration: line-through;
}

div.dtsp-searchPanes
table.dataTable tbody>tr.selected td,
div.dtsp-searchPanes
table.dataTable tbody>tr>.selected {
    background-color: #0d6efd !important;
    color: white;
}

/* make waiting more fun */
@keyframes spinning {
    from { transform: rotate(0deg) }
    to { transform: rotate(360deg) }
}
.spin {
    animation-name: spinning;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    /* linear | ease | ease-in | ease-out | ease-in-out */
    animation-timing-function: linear;
}
@keyframes spin3D {
    from { transform: rotateY(0deg) }
    to { transform: rotateY(360deg) }
}
.spin3d {
    animation-name: spin3D;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    /* linear | ease | ease-in | ease-out | ease-in-out */
    animation-timing-function: ease-in-out;
}



.card.wide-card {
    /*color:#ff9900;*/
    /*font-size:115%;*/
    /*font-weight:500;*/
    /*height:100px;*/
    /*text-align:center;*/

    /** add **/
    position: relative;
    overflow:hidden;
    background-image: url('/assets/images/pokeball-160.png');
    opacity:0.15;
}
.card-body.wide-card
{
    /*content: "\f06d";*/
    /*font-family: 'FontAwesome';*/
    /*font-size:150px;*/
    position: absolute;
    top: -60px;
    left: 10px;
    color:#ff9900;
    opacity:1;
}


/* get around the alignment issue on iphone/mobile device... */
@media screen and (max-width: 767px) {
    div.dataTables_wrapper div.dataTables_length,
    div.dataTables_wrapper div.dataTables_filter,
    div.dataTables_wrapper div.dataTables_info,
    div.dataTables_wrapper div.dataTables_paginate {
        text-align: left !important;
    }

    div#list_wrapper .form-check {
        text-align: left !important;
    }
}

@media (max-width: 576px) {
    .hideable-sm {
        display:none;
    }
}
@media (max-width: 768px) {
    .hideable-md {
        display:none;
    }
}

/** canvas chartjs styles **/
.chartjs-canvas {
    margin-bottom: 40px !important;
    padding-bottom: 40px !important;
}



/***
badges
 */
.badge_earn {
    position: relative;
    margin: 1.5em 3em;
    width: 4em;
    height: 6.2em;
    border-radius: 10px;
    display: inline-block;
    top: 0;
    transition: all 0.2s ease;
}
.badge_earn:before, .badge_earn:after {
    position: absolute;
    width: inherit;
    height: inherit;
    border-radius: inherit;
    background: inherit;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.badge_earn:before {
    transform: rotate(60deg);
}
.badge_earn:after {
    transform: rotate(-60deg);
}
.badge_earn:hover {
    top: -4px;
}
.badge_earn .circle {
    width: 60px;
    height: 60px;
    position: absolute;
    background: #fff;
    z-index: 10;
    border-radius: 50%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.badge_earn .circle i.fa {
    font-size: 2em;
    margin-top: 8px;
}
.badge_earn .font {
    display: inline-block;
    margin-top: 1em;
}
.badge_earn .ribbon_earn {
    position: absolute;
    border-radius: 4px;
    padding: 3px 5px 2px;
    width: 100px;
    z-index: 11;
    color: #fff;
    bottom: 12px;
    left: 55%; /* 50% */
    margin-left: -55px;
    height: 25px;
    font-size: 14px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.27);
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
    text-transform: uppercase;
    background: linear-gradient(to bottom right, #555 0%, #333 100%);
    cursor: default;
}

/** badge earn small */
.badge_earn_small {
    position: relative;
    margin: 0.25em 0.5em;
    width: 2em;
    height: 3em;
    border-radius: 10px;
    display: inline-block;
    top: 0;
    transition: all 0.2s ease;
}
.badge_earn_small:before, .badge_earn_small:after {
    position: absolute;
    width: inherit;
    height: inherit;
    border-radius: inherit;
    background: inherit;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.badge_earn_small:before {
    transform: rotate(60deg);
}
.badge_earn_small:after {
    transform: rotate(-60deg);
}
.badge_earn_small:hover {
    top: -4px;
}
.badge_earn_small .circle {
    width: 28px;
    height: 28px;
    position: absolute;
    background: #fff;
    z-index: 10;
    border-radius: 50%;
    top: 0;
    left: -2px;
    right: 0;
    bottom: 0;
    margin: auto;
}
.badge_earn_small .circle i.fa {
    font-size: 1em;
    margin-top: 4px;
    margin-left: 6px;
}
.badge_earn_small .font {
    display: inline-block;
    margin-top: 1em;
}
.badge_earn_small .ribbon_earn {
    position: absolute;
    border-radius: 4px;
    padding: 3px 5px 2px;
    width: 70px;
    z-index: 11;
    color: #fff;
    bottom: 12px;
    left: 55%; /* 50% */
    margin-left: -55px;
    height: 25px;
    font-size: 14px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.27);
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
    text-transform: uppercase;
    background: linear-gradient(to bottom right, #555 0%, #333 100%);
    cursor: default;
}

.yellow {
    background: linear-gradient(to bottom right, #ffeb3b 0%, #fbc02d 100%);
    color: #ffb300;
}

.orange {
    background: linear-gradient(to bottom right, #ffc107 0%, #f57c00 100%);
    color: #f68401;
}

.pink {
    background: linear-gradient(to bottom right, #F48FB1 0%, #d81b60 100%);
    color: #dc306f;
}

.red {
    background: linear-gradient(to bottom right, #f4511e 0%, #b71c1c 100%);
    color: #c62828;
}

.purple {
    background: linear-gradient(to bottom right, #ab47bc 0%, #4527a0 100%);
    color: #7127a8;
}

.teal {
    background: linear-gradient(to bottom right, #4DB6AC 0%, #00796B 100%);
    color: #34a297;
}

.blue {
    background: linear-gradient(to bottom right, #4FC3F7 0%, #2196F3 100%);
    color: #259af3;
}

.blue-dark {
    background: linear-gradient(to bottom right, #1976D2 0%, #283593 100%);
    color: #1c68c5;
}

.green {
    background: linear-gradient(to bottom right, #cddc39 0%, #8bc34a 100%);
    color: #7cb342;
}

.green-dark {
    background: linear-gradient(to bottom right, #4CAF50 0%, #1B5E20 100%);
    color: #00944a;
}

.silver {
    background: linear-gradient(to bottom right, #E0E0E0 0%, #BDBDBD 100%);
    color: #9e9e9e;
}

.gold {
    background: linear-gradient(to bottom right, #e6ce6a 0%, #b7892b 100%);
    color: #b7892b;
}


@media  print {
    header, footer, aside, form, .navbar, … {
        display: none;
    }
    article {
        width:100%!important;
        padding:0!important;
        margin:0!important;
    }
    button {
        display: none;
    }
    body {
        font-size: 12px !important;
    }
    /*h2.table-title {*/
        /*break-before: page; !* always *!*/
    /*}*/
    /*table, img, svg {*/
        /*break-inside: avoid;*/
    /*}*/
    pre, blockquote {
        break-before: page; /* always */
    }
}
@page {
    margin: 2cm;
}


/** landing page css **/
section.cardsstats h2 i.uil {
    font-size: 68px;
    color: white;
}
.bg-cream, div.site-details.card {
    background-color: rgb(254, 250, 240) !important;
}
.text-large {
    font-size: 150%;
    letter-spacing: -3px;
}
.bg-primary-transition {
    /* Created with https://www.css-gradient.com */
    background: #0F8DFF;
    background: -webkit-linear-gradient(top, #0F8DFF, #3C467A);
    background: -moz-linear-gradient(top, #0F8DFF, #3C467A);
    background: linear-gradient(to bottom, #0F8DFF, #3C467A);
}
.bg-hotpink-transition {
    /* Created with https://www.css-gradient.com */
    background: #E80390;
    background: -webkit-linear-gradient(top, #E80390, #820953);
    background: -moz-linear-gradient(top, #E80390, #820953);
    background: linear-gradient(to bottom, #E80390, #820953);
}
.card {
    background-color: transparent !important;
}
.card .list-unstyled i {
    margin-right:10px;
}
div.hero {
    /*background: linear-gradient(rgba(250,250,250, 0.3), rgba(250,250,250, 0.6)), url("/assets/images/price-range.png");*/
    background: linear-gradient(to bottom, rgba(250,250,250, 0.9), rgba(250,250,250, 0.9)), url("https://pngimage.net/wp-content/uploads/2018/06/trading-png.png");
    background-repeat: no-repeat !important;
    /*opacity: 0.3;*/
    background-position: bottom;
    background-size: cover;
    display: flex;
}


/* hot pink button */
.btn-outline-hotpink {
    color: #E80390;
    border-color: #E80390;
}
.btn-outline-hotpink:hover {
    color: #fff;
    background-color: #E80390;
    border-color: #E80390;
}
