/* Minification failed. Returning unminified contents.
(137,26): run-time error CSS1039: Token not allowed after unary operator: '-bg-header-color-logo'
(138,28): run-time error CSS1039: Token not allowed after unary operator: '-bg-header-color-logo'
 */
.event-card {
    border: solid 2px #363d4f;
    min-height: 150px;
    display: flex;
    flex-wrap: wrap;
}

.bluebar {
    min-width: 2.5rem;
    background: #00B1FF;
}

.event-card img {
    height: auto;
    width: auto;
    padding: 10px;
    max-height: 350px;
    display: flex;
    max-width: 100%;
}

.d-flex-column {
    display: flex;
    flex-direction: column;
}

.m-t-auto {
    margin-top: auto;
}

.status-custom-event * {
    background-color: transparent;
    padding: 0;
}

.mt-0 {
    margin-top: 0;
}

.mb-0 {
    margin-bottom: 0;
}

.me-2 {
    margin-right: 0.5rem !important;
}

.m-auto {
    margin: auto !important;
}

.event-card .event-title {
    display: flex;
    align-items: baseline;
    color: #fff;
    padding: 1em 0 1em 2em;
    width: 100%;
    min-width: 0;
}

    .event-card .event-title h3 {
        font-weight: bolder;
    }

.newsbg {
    background-color: #363d4f;
}

.para_market {
    word-wrap: break-word;
    font-size: 18px;
    color: #000;
    text-align: left !important;
}

.p-l-r-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.p-r-0 {
    padding-right: 0 !important;
}

.p-3 {
    padding: 1rem !important;
}

.justify-content-center {
    justify-content: center;
}

.d-flex {
    display: flex;
}

.padding-description * {
    color: #7f7777;
}

.btn-view-event {
    text-align: center;
}

.proxy-bid-info {
    padding-left: 30px;
}

.premium-and-tax {
    padding-left: 16px;
}

.exploreAllBtn {
    font-weight: 800;
    clip-path: polygon(100% 0, 100% 100%, 88% 100%, 0 100%, 0 0) !important;
    width: 220px;
    margin-top: 0px;
    text-align: center;
}

.theme-btn {
    background: #FF5E14;
    color: #fff;
    display: inline-block;
    font-weight: 600;
    padding: 10px;
    border: 0;
    text-transform: capitalize;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    position: relative;
    font-size: 16px;
}

    .theme-btn:hover {
        background: var(--bg-header-color-logo) !important;
        border-color: var(--bg-header-color-logo) !important;
    }

.mb-3 {
    margin-bottom: 1rem !important;
}

.fw-normal {
    font-weight: 400;
    font-size: 1.6rem;
}

.detail__buyer-premium {
    margin-bottom: 8px !important;
}

@media only screen and (max-width: 425px) {
    .exploreAllBtn {
        font-size: 13px !important;
        width: 160px !important;
    }
}

@media screen and (max-width: 768px) {
    .padding-description {
        padding: 0 !important;
    }

    .exploreAllBtn {
        font-size: 14px;
        width: 175px;
        margin-top: 0px;
    }

    .ps-0 {
        padding: 0 !important;
    }

    .event-card img {
        z-index: 999;
        max-height: 200px;
    }

    .event-card .event-title h3 {
        font-size: calc(1rem + 1vw);
    }

    .fw-normal {
        font-size: calc(0.8rem + 1vw);
    }

    .event-card .event-title {
        padding-left: 1.8rem !important;
    }

    .para_market {
        text-align: center !important;
    }

    .event-card .padding-description {
        font-size: 14px;
    }

    .premium-and-tax {
        font-size: 12px;
    }
}

.padding-description {
    padding: 1rem 0 0rem 1.7em;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 1rem;
}

@media (min-width: 576px) and (max-width:768px) {
    .container-constraint {
        max-width: 540px;
    }
}

@media only screen and (min-width: 768px) {
/*    .event-card {
        margin-top: 10px;
    }*/
}

