.notice-wrapper {
    margin: 0;
}

.notice-spl-card.gradient {
    background-image: linear-gradient(to bottom,#3f2a58,#4b325c,#573a61,#624365,#6c4c6a);
}

.notice-spl-card {
    margin: 0 auto 10px;
    padding: 3px;
    display: block;
    border-radius: 2px;
    -webkit-box-shadow: 0 7px 14px rgb(50 50 93 / 5%), 0 3px 6px rgb(0 0 0 / 8%);
    box-shadow: 0 7px 14px rgb(50 50 93 / 5%), 0 3px 6px rgb(0 0 0 / 8%);
    background-image: linear-gradient(to right,#676058,#64635a,#60665f,#5e6864,#5f6a6a,#636d70,#677175,#6c747a,#747a82,#7d7f89,#87858f,#918a94);
}
.btn-ok, .btn-search, .country-msg, .crate-top, .notice-spl-card, .np-item img, .optmized-div {
    text-align: center;
}

.notice-spl-card.gradient a {
    background: 0 0;
}

.notice-spl-card a {
    padding: 9px;
    background: #fff;
    display: block;
}

.notice-spl-card.gradient .ncard-title {
    color: #fff;
}

.ncard-title {
    margin: 0 auto 12px;
    font-size: 16px;
    font-weight: 800;
    color: #e1006b;
}
.notice-spl-card.gradient .notice-img.round {
    width: 180px;
    height: 180px;
    background: linear-gradient(to bottom,#fff3be,#ff648d);
}

.notice-spl-card .notice-img.round {
    margin: 0 auto;
    display: block;
    float: none;
    width: 150px;
    height: 150px;
    background: linear-gradient(to bottom,#fbe195,#ff5722);
    border-radius: 100%;
    position: relative;
    border: 0;
}

.notice-spl-card.gradient .notice-img.round img {
    width: 165px;
    height: 165px;
}

.notice-spl-card .notice-img.round img {
    position: absolute;
    left: 7px;
    top: 7px;
    width: 135px;
    height: 135px;
    border-radius: 50%;
    border: 0;
    margin: 0;
}

.bouquet {
    margin: -40px auto 10px!important;
    position: relative;
    width: 180px!important;
}

.notice-spl-card.gradient .card-type {
    color: #ef1c43;
}

.notice-spl-card .card-type {
    margin: 0 auto 10px;
    display: block;
    color: #1d1c1c;
}
.card-type {
    margin-right: 2px;
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    color: #1d1c1c;
}
.notice-spl-card.gradient .notice-name {
    color: #fff;
}

.notice-name {
    margin: 0 0 5px;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    color: #1d1c1c;
}

.notice-spl-card.gradient .notice-city {
    color: #ececec;
}

.notice-city {
    margin: 0;
    padding: 0;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    color: #4e5058;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 36px;
}

.spl-labels {
    margin: 10px auto 0;
    text-align: center;
}

.spl-labels .label {
    padding: 3px 4px 2px;
    font-size: 12px;
}

.label.video {
    background: #4caf50;
    color: #fff!important;
}
.label {
    margin: 0 0 0 5px;
    padding: 1px 4px 0;
    line-height: 13px;
    display: inline-block;
    font-size: 9px;
    font-weight: 400;
    border-radius: 2px;
}
.eve-date span, .event-date span, .label, .live-lable {
    text-transform: uppercase;
}

.label.live-red {
    background: #f44336!important;
    color: #fff!important;
}


