.pop-comp-slider {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.pop-comp-slider-wrapper {
    display: flex;
    transition: transform 0.5s ease;
}

.pop-comp-slider-card {
    border-radius: 10px;
    flex: 0 0 32%;
    box-sizing: border-box;
    padding: 10px;
    border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
    border-image: linear-gradient(to right, rgba(0, 0, 0, 0), #D1D5FB , rgba(0, 0, 0, 0));
    border-image-slice: 1;
    color: #fff;
	font-family: 'Inter';
	background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
	display: flex;
    flex-direction: column;
    justify-content: end;
}

@media only screen and (min-width: 768px){
	.pop-comp-slider-card {
		margin-right: 20px;
	}
}

.pop-comp-slider-card img {
    max-width: 100%;
    height: auto;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.pop-comp-slider-prev, .pop-comp-slider-next {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(209, 213, 251, 0.32);
    color: #fff;
    cursor: pointer;
    padding: 15px 20px 15px 20px;
    margin: 0 5px 0 5px;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	border-image: linear-gradient(to right, rgba(0, 0, 0, 0), #D1D5FB , rgba(0, 0, 0, 0));
	border-image-slice: 1;
	border-radius: 5px;
}

@media (max-width: 768px) {
    .pop-comp-slider-card {
        flex: 0 0 100%;
    }
}

.spacer {
    height: 100px;
}

.wrapper1,
.wrapper2,
.start,
.end,
.ends {
    background-color:rgba(0,0,0,0.7);
    padding: 5px;
    border-radius: 5px;
}

.start-balance {
    display: flex;
}

.comp-title {
    padding: 20px 0 20px 0;
}

.start-end {
    display: flex;
    justify-content: space-between;
}

.start {
    margin-right: 10px;
}

.ends {
    margin: 10px 0 0 0;
}

.start,
.end{
    width: 100%;
}

.button-wrapper {
    display: flex;
	padding-top:15px;
}

.register-button a,
.leaderboard-button a,
.register-button,
.leaderboard-button {
    width: 100%;
    display: block;
    border-radius: 5px;
}

.register-button {
    margin-right: 10px;
}

.wrapper1 {
	display: flex;
    align-items: center;
    margin-right: 10px;
}

.comp-title h3 {
    font-family: "Fixture";
    font-size: 42px;
    text-transform: uppercase;
	line-height:1em;
	height:90px;
}

span.start-balance-amount,
span.type {
    color: #15ECC9;
}

.start .time {
    color: #FF5722;
}

.ends .time {
    color: #FF5722;
}

.end .time {
    color: #15ECC9;
}

.ends {
    align-items: center;
}

.date {
    color: #ababab;
}

.registration-ends-date {
    text-align: right;
}

.start-balance,
.date,
.button-wrapper {
    font-size: 14px;
}

.registration-ends,
.date-comp {
    font-size: 16px;
}

.time {
    font-weight: 500;
}

.pop-comp-slider-card .flex.items-center.justify-center.w-3.h-3.fill-current {
    width: 0.9rem;
    fill: #15ECC9;
    margin-right: 5px;
}

.pop-comp-slider-card .flex.justify-center.w-4.h-4.text-error-primary.items-start.fill-current {
    width: 0.9rem;
    fill: #FF5722;
    margin-right: 5px;
}

.pop-comp-slider-card svg {
    vertical-align: middle;
}

.pop-comp-slider-card span.start-balance-label {
    margin-right: 5px;
}

.pop-comp-slider-card .registration-ends {
    display: flex;
}

.prize-amount {
    font-size: 24px;
    
}

.prize-amount-label {
    padding: 10px;
	margin-top:0;
	margin-bottom:auto;
}

.register-button a:hover {
    background: #fff !important;
    color: #111117 !important;
}

.leaderboard-button a:hover {
    background: #111117 !important;
    color: #fff !important;
}
