.click-back{
    margin-top: 70px;
    margin-left: 162px;
    margin-bottom: 66px;
    position: relative;
}

.click-back .back-img{
    position: absolute;
    left: -62px;
    top: -12px;
    cursor: pointer;
}

.click-back .text-border-bg{
    height: 10px;
    background-image: linear-gradient(to right, #7ff9f6, #e492f8, #ff84aa);
    width: 245px;
    margin-top: -10px;
}
.click-back span{
    text-shadow: 0 4px 4px rgba(127, 249, 246, 0.5);
    font-size: 24px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.08;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
    z-index: 9999;
}

.row.final{
    padding-bottom: 160px;
    margin-bottom: 0px;
}

.card{
    background-image: url('/assets/img/act-0730-rematch-video-bg.svg');
    background-position: initial;
}
.col-sm-2{
    flex-basis: 404px !important;
    max-width: 404px;
    padding-bottom: 43px;
}

.card-body{
    height: 379px;
    padding: 1px 1px 1px 1px;
}

.video-title{
    margin-left: 26px;
    margin-right: 16px;
    margin-top: 10px;
}

.video-title p{
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    text-align: left;
    color: #424242;
}

.video-bottom.vote{
    position: absolute;
    bottom: 27px;
    left: 26px;
}

.video-bottom.botton{
    position: absolute;
    bottom: 17px;
    right: 29px;
}

.video-bottom span{
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: normal;
    text-align: left;
    color: #a601e4;
}

.video-bottom button{
    width: 132px;
    height: 46px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 4px;
    padding: 12px 16px;
    border-radius: 10px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
    background-color: #00d1c3;
}

.video-bottom button:hover{
    background-color: #41a5a3;
}

.video-bottom button:disabled{
    background-color: #20283b !important;
}

.video-bottom button span.btn-title::before{
    content: 'Vote';
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
}

.btn-title.disabled::before{
    content: 'Voted' !important;
    color: #6bffe6 !important;
}

.modal-dialog {
    width: 284px;
    margin: 1.75rem auto;
}

.modal-content{
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    gap: 16px;
    border-radius: 8px;
    box-shadow: 8px 12px 32px 0 rgba(0, 0, 0, 0.08);
    background-color: #fff;
    height: 148px;
}

.modal-body{
    padding-top: 24px;
}

.modal-body p{
    flex-grow: 0;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: normal;
    text-align: center;
    color: #0f131c;
}

.modal-body button{
    width: 236px;
    height: 40px;
    align-self: stretch;
    flex-grow: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 10px 16px;
    border-radius: 10px;
    background-color: #b901bc;
    position: absolute;
    bottom: 24px;
    left: 24px;
}

.modal-body button span{
    flex-grow: 0;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
}

@media screen and (max-width: 500px) {
    .click-back {
        margin-left: 60px;
    }

    .act-img-2000{
        display: none;
    }

    .act-img-600{
        display: block !important;
    }
}

@media screen and (max-width: 400px) {
    .video iframe{
        width: 336px;
        height: 190px;
    }

    .card{
        background-image: url('/assets/img/act-0730-video-bg-small.svg');
    }

    .col-sm-2{
        max-width: 371px;
    }
}