* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Helvetica, Arial, sans-serif;
    background-color: black;
}

.navbar-toggler {
    box-shadow: none !important;
}

.navbar .navbar-brand img {
    height: 70px;
    width: 250px;
    object-fit: contain;
}

.mobile_list {
    display: none;
}

.navbar .nav-item {
    padding: 0px 25px;
}

.navbar .nav-link {
    color: #ffffff;
    display: inline;
    font-size: 20px;
    line-height: 70px;
}

.navbar .nav-link:hover {
    text-decoration: underline;
}

.navbar .navbar-toggler-icon {
    background-color: #ffffff;
}


.footer {
    background-color: #212121;
}

.footer .nav-link {
    color: #999999;
    padding: 0;
    /* border-right: 1px solid #999999; */
}

.footer:last-child .nav-link {
    border: none;
}

.footer .nav-link:hover {
    color: #CCCCC1;
}

.footer .second-ul p,
.footer .second-ul a {
    color: #CCCCC1;
    font-size: 16px;
    text-wrap: nowrap;
}

.footer .second-ul a {
    text-decoration: none;
}

.footer .second-ul {
    flex-wrap: wrap;
}

.footer .second-ul p:hover,
.footer .second-ul a:hover {
    color: #FFF;

}


.footer .copywright {
    color: #CCCCCC;
}


@media screen and (max-width: 769px) {
    .navbar .navbar-brand img {
        height: 42px;
        width: 161px;
    }

    .navbar .nav-item {
        border-bottom: 1px solid #CCCCC1;
    }

    .navbar .nav-link {
        line-height: 40px;

    }

    .navbar .nav-link:hover {
        text-decoration: none;
    }

}


.ll_box_list {
    height: 60px;
    width: 100%;
    display: block;
    cursor: pointer;
    position: relative;
    margin-top: 10px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(68, 68, 68, 1)), to(rgba(34, 34, 34, 1)));
    padding-top: 10px;
    padding-right: 180px;
    padding-bottom: 10px;
    padding-left: 10px;
}

.ll_box_list .list_hover {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    background-color: rgba(0, 0, 0, 0.0);
    z-index: 10;
}

.ll_box_list .list_hover .lh_left {
    float: left;
    height: 60px;
    width: 10%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.9)), to(rgba(51, 51, 51, 0)));
}

.ll_box_list .list_hover .lh_right {
    float: right;
    height: 60px;
    width: 180px;
    background: -webkit-gradient(linear, left top, right top, from(rgba(51, 51, 51, 0)), to(rgba(0, 0, 0, 0.9)));
}

.ll_box_list .list_hover .lh_right .lh_btn {
    background: linear-gradient(to top, #cc8804, #eba114 46%, #f9b300);
    border-radius: 40px;
    height: 40px;
    font-size: 14px;
    letter-spacing: 1px;
    color: #000000;
    text-align: center;
    text-transform: uppercase;
    line-height: 40px;
    width: 100%;
    font-weight: bold;
    margin-top: 10px;
    margin-right: 10px;
    display: none;
    position: relative;
}


.ll_box_list .team_1 {
    float: left;
    height: 40px;
    width: 43%;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 40px;
    padding-right: 45px;
    display: flex;
}


.ll_box_list .date {
    font-size: 20px;
    line-height: 40px;
    font-weight: bold;
    color: #f5f5f5;
    text-align: center;
    float: left;
    height: 40px;
    width: 14%;
    z-index: 11;
}

.ll_box_list .team_2 {

    float: left;
    height: 40px;
    width: 43%;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 40px;
    padding-left: 45px;
}

.ll_box_list .team_1 span {
    text-align: end;
    font-size: 22px;
    line-height: 40px;
    color: #FFF;
    width: 100%;
    font-weight: bold;
    /* overflow: hidden;
    overflow-wrap: normal;
    text-overflow: ellipsis; */
    white-space: nowrap;
}

/* .ll_box .ll_box_list .team_2 span {
    text-align: left;
    font-size: 22px;
    line-height: 40px;
    color: #FFF;
    width: 100%;
    font-weight: bold;
    white-space: nowrap;
} */

.ll_box_list .team_2 span {
    text-align: left;
    font-size: 22px;
    line-height: 40px;
    color: #FFF;
    width: 100%;
    font-weight: bold;
    /* overflow: hidden;
    overflow-wrap: normal;
    text-overflow: ellipsis; */
    white-space: nowrap;
}

.ll_box_list:hover .list_hover {
    background-color: rgba(255, 255, 255, 0.2);
}

.main-heading {
    color: #FFF;
    font-size: 30px;
    font-weight: bold;
}

.heading-2 {
    font-size: 26px;
    color: #FFF;
    width: 100%;
}

.pop_down .row img {
    order: 1;
}

.pop_down .row p {
    order: 2;
}

.pop_down .row a {
    order: 3;
}

@media screen and (max-width: 1220px) {
    .ll_box_list .list_hover .lh_right .lh_btn {
        display: inline-block;
    }
}

@media screen and (max-width: 920px) {

    .ll_box_list {
        height: 100%;
        padding-top: 0px;
    }

    .ll_box_list .list_hover .lh_right .lh_btn {
        width: 90%;
    }

    .ll_box_list .list_hover .lh_left {
        height: 90px;
    }

    .ll_box_list .list_hover .lh_right {
        height: 90px;
    }

    .ll_box_list .date {
        width: 60px;
        margin-top: -20px;
        position: absolute;
        left: 10px;
        top: 50%;
        font-size: 16px;
    }

    .ll_box_list .team_1 {
        height: 35px;
        width: 100%;
        background-position: left center;
        background-size: 30px;
        padding-left: 57px;
        padding-right: 0px;
    }

    .ll_box_list .list_hover .lh_right,
    .ll_box_list .list_hover .lh_btn {
        /* margin-top: 25px; */
    }

    .mobile_list {
        display: inline-block;
    }

    .pc_list {
        display: none;
    }

    .ll_box_list .team_1 span {
        text-align: left;
        font-size: 18px;
        line-height: 35px;
    }

    .ll_box_list .team_2 {
        height: 35px;
        width: 100%;
        background-size: 30px;
        padding-left: 57px;
    }

    .ll_box_list .team_2 span {
        font-size: 18px;
        line-height: 35px;
    }

    .ll_box_list .team_2 span {
        font-size: 18px;
        line-height: 35px;
    }

    .pop_down .row img {
        order: 1;
    }

    .pop_down .row p {
        order: 3;
    }

    .pop_down .row a {
        order: 2;
    }

    .modal .pop_btn {
        width: 160px;
    }

    .heading-2 {
        font-size: 18px;
    }
}


@media screen and (max-width:460px) {
    .ll_box_list .date {
        width: 45px;
    }

    .ll_box_list .list_hover .lh_right {
        width: 123px;
        display: flex;
        justify-content: end;
        align-items: center;
        height: 100%;
        margin-top: 0px;
        margin-bottom: 10px;
    }

    .ll_box_list .team_1 {
        width: 152px;

    }

    .ll_box_list .team_1 .mobile_list {
        font-size: 12px;

    }

    .ll_box_list .team_2 .mobile_list {
        font-size: 12px;
        width: 90px;
    }

   

    .ll_box_list .list_hover .lh_right .lh_btn {
        width: 70%;
        margin: 0;
        font-size: 10px;
        height: 35px;
    }


    .footer .second-ul p,
    .footer .second-ul a,
    .footer .nav-link,
    .footer .copywright {
        font-size: 12px;
    }
}


@media screen and (max-width: 375px) {
    .ll_box_list .date {
        width: 35px;
    }

    .ll_box_list .date {
        font-size: 12px;
    }

    .ll_box_list .team_1 {
        padding-left: 45px;
    }

    .ll_box_list .team_2 {
        padding-left: 45px;
    }



}

.blinking-dot {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: red;
    border-radius: 50%;
    animation: blink 1s infinite;
}


.modal .pop_btn {
    height: 40px;
    width: 190px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    font-size: 18px;
    line-height: 40px;
    font-weight: bold;
    color: #333;
    text-align: center;
    background-color: #FFCC33;
    text-decoration: none;
}

@keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}