@import url(../font/Inter/font.css);
@import url(../font/Poppins/font.css);
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

*::-webkit-scrollbar {
    background: rgba(26, 35, 60, 1);
    width: 9px;
    border-radius: 20px;
}

*::-webkit-scrollbar-thumb {
    background: rgba(107, 105, 75, 1);
    cursor: pointer;
    border-radius: 20px;
}

body {
    background: #041833;
    font-family: 'Inter', serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 400;
}

.nav-left {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    background: #041833;
    width: 250px;
    border-right: 1px solid rgba(228, 228, 228, 0.1);
}

.nav-left .div-1 {
    float: left;
    width: 100%;
    padding-inline: 40px;
    padding-block: 29px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.nav-left .div-1 .div {
    width: 176px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav-left .div-1 .div img {
    width: 81px;
    height: 31px;
    object-fit: cover;
    cursor: pointer;
}

.nav-left .div-1 .div div {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    cursor: pointer;
}

.nav-left .div-1 .div svg {
    width: 32px;
    height: 20px;
    fill: #FFFFFF;
}

.nav-left .div-1 .div div:hover {
    background: #48445e9c;
    opacity: 0.5;
}

.nav-left .div-1 .div div:active {
    background: #48445e9c;
    opacity: 0.8;
}

.nav-left .div-2 {
    float: left;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: auto;
    top: 98px;
    padding-bottom: 20px;
}

.nav-left .div-2::-webkit-scrollbar {
    width: 8px;
    background-color: transparent;
}

.nav-left .div-2::-webkit-scrollbar-thumb {
    background-color: rgba(128, 129, 145, 1);
    border-radius: 20px;
}

.nav-left .div-2 ul {
    float: left;
    width: 100%;
    list-style-type: none;
}

.nav-left .div-2 ul li {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.nav-left .div-2 ul li a {
    width: 200px;
    height: 45px;
    border-radius: 12px;
    display: flex;
    justify-content: left;
    align-items: center;
    padding-inline: 20px;
    text-decoration: none;
    cursor: pointer;
    color: rgba(128, 129, 145, 1);
}


.nav-left .div-2 ul li a span {
    margin-left: 20px;
    font-weight: 600;
    font-size: 14px;
}

.nav-left .div-2 ul li a.active {
    height: 50px;
    background: rgba(234, 216, 12, 1);
}

.nav-left .div-2 ul li a.active svg {
    stroke: rgba(0, 0, 0, 1);
    fill: transparent;
}

.nav-left .div-2 ul li a.active span {
    color: rgba(0, 0, 0, 1);
}

.nav-left hr {
    margin-inline: 20%;
    margin-block: 20px;
    background: transparent;
    border-color: rgba(228, 228, 228, 0.1);
}

.nav-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 250px;
    height: 80px;
    background: #041833;
    z-index: 20;
}

.nav-top .div-1 {
    float: left;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-inline: 20px;
    height: 80px;
}

.nav-top .div-1 .search {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 50%;
}

.nav-top .div-1 .search svg {
    margin-right: 16px;
}

.nav-top .div-1 .search input {
    float: left;
    width: 100%;
    background: transparent;
    border: none;
    outline: none;
    color: #FFFFFF;
}

.nav-top .div-1 .search input::placeholder {
    color: rgba(128, 129, 145, 1);
}

.nav-top .div-1 .bx-1 button {
    border-radius: 16px;
    height: 50px;
    border: none;
    min-width: 118px;
    cursor: pointer;
    font-weight: 700;
    background: rgba(17, 57, 119, 1);
    color: rgba(234, 216, 12, 1);
}

.nav-top .div-1 .bx-1 button:first-child {
    margin-right: 10px;
}

.nav-top .div-1 .bx-1 button:last-child {
    color: rgba(0, 0, 0, 1);
    background: rgba(234, 216, 12, 1);
}

.nav-top .div-1 .account {
    display: flex;
    justify-content: center;
    gap: 30px;
    align-items: center;
}

.nav-top .div-1 .account .wallet {
    border-radius: 10px;
    min-width: 130px;
    height: 40px;
    position: relative;
    background: radial-gradient(90.16% 143.01% at 15.32% 21.04%, 
        rgba(165, 239, 255, 0.2) 0%, 
        rgba(110, 191, 244, 0.0448) 77.08%, 
        rgba(70, 144, 213, 0) 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    float: left;
}

.nav-top .div-1 .account .wallet::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit; 
    padding: 1px; 
    background: 
      radial-gradient(80.38% 222.5% at -13.75% -12.36%, #A2A2A2 0%, rgba(191, 193, 193, 0) 100%), 
      radial-gradient(80.69% 208.78% at 108.28% 112.58%, rgba(238, 100, 42, 0.67) 0%, rgba(135, 38, 183, 0) 100%);
    
    -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none; 
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 10;
}

.nav-top .div-1 .account .wallet svg {
    float: left;
    margin-right: 5px;
}

.nav-top .div-1 .account .wallet .number {
    color: rgba(234, 216, 12, 1);
    opacity: 0.8;
    font-weight: 500;
    font-size: 14px;
}

.nav-top .div-1 .account .icon {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    float: left;
}

.nav-top .div-1 .account .icon .ico {
    float: left;
    position: relative;
    cursor: pointer;
    border-radius: 50%;
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.nav-top .div-1 .account .icon .ico:hover {
    background: #48445e9c;
}

.nav-top .div-1 .account .icon .ico:active {
    background: #48445e9c;
}

.nav-top .div-1 .account .icon .ico .notice {
    position: absolute;
    background: linear-gradient(0deg, #FF544D 0%, #FF754C 100%);
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    display: flex;
    top: -12px;
    right: -12px;
    font-weight: 500;
    color: rgba(255, 255, 255, 1);
    width: 16px;
    height: 16px;
    font-size: 12px;
}

.nav-top .div-1 .account .profil {
    justify-content: center;
    align-items: center;
    display: flex;
    gap: 20px;
    margin-left: 30px;   
}

.nav-top .div-1 .account .profil .username {
    font-size: 14px;
    font-weight: 500;
    color: rgba(255, 255, 255, 1);
    opacity: 0.5;
    padding-top: 5px;
}

.nav-top .div-1 .account .profil img {
    width: 48px;
    height: 48px;
    object-fit: cover;
    border-radius: 50%;
}



.main-1 {
    position: relative;
    margin-left: 250px;
    margin-top: 80px;
}

.main-1 .banniere {
    float: left;
    width: 100%;
    height: 441px;
    position: relative;
    margin-bottom: 24px;
}

.main-1 .banniere .img img {
    float: left;
    width: 100%;
    height: 441px;
    object-fit: cover;
}

.main-1 .banniere .img {
    float: left;
    width: 100%;
    height: 441px;    
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.main-1 .banniere .img.active {
    opacity: 1;
    transition: opacity 2s ease-in-out;
}

.main-1 .banniere .img .bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 1)),
                linear-gradient(rgba(0, 0, 0, 0),rgba(0, 73, 198, 0.6)),
                    linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 1));
    opacity: 0.7;
}

.main-1 .banniere .img .content {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main-1 .banniere .img .content .box {
    width: 90%;
    color: #FFFFFF;
}

.main-1 .banniere .img .content .box h1 {
    font-size: 52px;
    line-height: 67px;
}

.main-1 .banniere .img .content .box h1.outline {
    color: rgba(234, 216, 12, 1);
}

.main-1 .banniere .img .content .box p {
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
}

.main-1 .banniere .img .content .box button {
    background:rgba(234, 216, 12, 1);
    min-height: 50px;
    border-radius: 16px;
    font-weight: 700;
    border: none;
    font-size: 14px;
    padding-inline: 20px;
    margin-top: 24px;
    cursor: pointer;
}

.main-1 .banniere .bot {
    position: absolute;
    height: 20px;
    bottom: 10px;
    z-index: 20;
    left: 50%;
    display: grid;
    grid-template-columns: 10px 10px 10px 10px 10px;
    grid-gap: 10px;
    transform: translateY(-50%, -50%);
}

.main-1 .banniere .bot span {
    width: 10px;
    height: 10px;
    background-color: rgb(115, 114, 130);
    float: left;
    border-radius: 50%;
}

.main-1 .banniere .bot span.active {
    background: rgba(217, 217, 217, 1);
}

.main-1 .col-title {
    float: left;
    width: 100%;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-inline: 30px;
    font-family: 'Poppins';
    margin-bottom: 15px;
}

.main-1 .col-title a {
    text-decoration: none;
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    color: #FFFFFF;
}

.main-1 .col-title h2 {
    font-weight: 600;
    font-size: 22px;
    line-height: 33px;
}

.main-1 .grid-bx {
    float: left;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 15px;
    padding-inline: 30px;
    row-gap: 15px;
    margin-bottom: 30px;
}

.main-1 .grid-bx .box {
    float: left;
    position: relative;
    padding: 15px;
    border-radius: 15.1px;   
    overflow: hidden;
    background: radial-gradient(90.16% 143.01% at 15.32% 21.04%, 
        rgba(165, 239, 255, 0.2) 0%, 
        rgba(110, 191, 244, 0.0448) 77.08%, 
        rgba(70, 144, 213, 0) 100%);
}

.main-1 .grid-bx .box::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit; 
    padding: 1px; 
    background: 
      radial-gradient(80.38% 222.5% at -13.75% -12.36%, #A2A2A2 0%, rgba(191, 193, 193, 0) 100%), 
      radial-gradient(80.69% 208.78% at 108.28% 112.58%, rgba(238, 100, 42, 0.67) 0%, rgba(135, 38, 183, 0) 100%);
    
    -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none; 
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 10;
}

.main-1 .grid-bx .box .bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('../images/bg-box.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.3; 
    z-index: -1; 
}

.main-1 .grid-bx .box .body {
    position: relative;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}

.main-1 .grid-bx .box .league {
    float: left;
    width: 100%;
    font-weight: 600;
    font-size: 12px;
    color: rgba(255, 255, 255, 1);
    text-align: center;
    opacity: 0.8;
    margin-top: 10px;
}

.main-1 .grid-bx .box .col-1 {
    display: flex;
    float: left;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: 10px;
    cursor: pointer;
    padding-inline: 10px;
}

.main-1 .grid-bx .box .col-1 .team img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 30px;
}

.main-1 .grid-bx .box .col-1 .team p {
    text-align: center;
    width: 100%;
    margin-top: 8px;
    font-weight: 600;
    font-size: 10px;
    color: rgba(255, 255, 255, 1);
}

.main-1 .grid-bx .box .col-1 .infos h1 {
    width: 100%;
    font-size: 22px;
    text-align: center;
    color: rgba(255, 255, 255, 1);
}

.main-1 .grid-bx .box .col-1 .infos .date {
    font-weight: 600;
    font-size: 12px;
    color: rgba(255, 255, 255, 1);
    opacity: 0.5;
    text-align: center;
    line-height: 14.52px;
}

.main-1 .grid-bx .box .col-1 .infos .time-2 {
    font-weight: 600;
    font-size: 12px;
    color: rgba(255, 255, 255, 1);
    opacity: 0.5;
    text-align: center;
}

.main-1 .grid-bx .box .col-1 .bottom {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 10px;
    align-items: center;
}
.main-1 .grid-bx .box .col-1 .bottom .bot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin-right: 10px;
    background: rgba(255, 75, 0, 1);
}

.main-1 .grid-bx .box .col-1 .bottom .time {
    color: rgba(255, 255, 255, 1);
    opacity: 0.5;
    font-size: 11px;
}

.main-1 .grid-bx .box .col-2 {
    display: flex;
    float: left;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: 10px;
    font-size: 11px;
}

.main-1 .grid-bx .box .col-2 .row {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    background: rgba(0, 0, 0, 1);
    min-height: 30px;
    padding-inline: 8px;
    padding-block: 8px;
    font-weight: 400;
    cursor: pointer;
}

.main-1 .grid-bx .box .col-2 .row .option {
    color: rgba(170, 170, 167, 1);
    margin-right: 10px;
}

.main-1 .grid-bx .box .col-2 .row .odd {
    color: rgba(234, 216, 12, 1);
}

.main-1 .grid-bx .box .tp {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 10;
}

.main-1 .grid-bx .box .tp.top-live {
    background: rgba(255, 0, 0, 1);
    border-radius: 3.02px;
    width: 25px;
    height: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main-1 .grid-bx .box .tp.top-live span {
    font-family: 'Poppins';
    font-size: 8px;
    color: rgba(255, 255, 255, 1);
    width: 16px;
    font-weight: 600;
}

.main-1 .li-sport {
    float: left;
    display: flex;
    justify-content: left;
    align-items: center;
    padding-inline: 30px;
}

.main-1 .li-sport ul {
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    list-style-type: none;
    gap: 10px;
}

.main-1 .li-sport ul li {
    float: left;
    min-width: 120px;
    min-height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}

.main-1 .li-sport ul li span {
    font-weight: 600;
    color: rgba(138, 146, 161, 1);
    font-size: 14px;
}

.main-1 .li-sport ul li.active {
    color: rgba(255, 255, 255, 1);
    background: linear-gradient(270deg, rgba(234, 216, 12, 0.5) 0%, #828EA2 100%);
    border-radius: 46px;
}

.main-1 .li-sport ul li.active span {
    color: rgba(255, 255, 255, 1);
}

.main-1 .space {
    float: left;
    width: 100%;
    height: 100px;
}

.main-1 .tb-sport {
    float: left;
    width: 100%;
    padding-inline: 30px;
    margin-top: 30px;
}

.main-1 .tb-sport .table {
    float: left;
    width: 100%;
    border-collapse: collapse;
}

.main-1 .tb-sport .table thead {
    background: rgba(7, 37, 72, 1);
    border-radius: 30px;
}

.main-1 .tb-sport .table thead .th-1 {
    border-radius: 10px 0px 0px 0px;
    color: rgba(255, 255, 255, 1);
}

.main-1 .tb-sport .table thead .th-1 div {
    display: flex;
    justify-content: left;
    align-items: center;
    gap: 10px;
}

.main-1 .tb-sport .table thead .th-1 span {
    font-weight: 600;
    font-size: 14px;
}

.main-1 .tb-sport .table thead .th span {
    font-size: 12px;
    color: rgba(255, 255, 255, 1);
    font-weight: 400;
    opacity: 0.5;
}

.main-1 .tb-sport .table thead .th-6 {
    border-radius: 0px 10px 0px 0px;
}

.main-1 .tb-sport .table thead th {
    padding: 15px;
}

.main-1 .tb-sport .table thead .important img {
    width: 33px;
}

.main-1 .tb-sport .table tbody {
    background: rgba(4, 13, 41, 1);
}

.main-1 .tb-sport .table tbody td {
    padding: 15px;
}

.main-1 .tb-sport .table tbody tr {
    padding-inline: 20px;
}

.main-1 .tb-sport .table tbody .important {
    cursor: pointer;
}

.main-1 .tb-sport .table tbody .important .card {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.main-1 .tb-sport .table tbody .important .card .team {
    display: flex;
    justify-content: left;
    align-items: center;
    gap: 10px;
}

.main-1 .tb-sport .table tbody .important .card .team img {
    width: 30px;
}

.main-1 .tb-sport .table tbody .important .card .team h3 {
    color: rgba(255, 255, 255, 1);
    font-weight: 600;
    font-size: 12px;
}

.main-1 .tb-sport .table tbody .important .card .vs {
    font-weight: 600;
    font-size: 12px;
    color: rgba(138, 146, 161, 1);
}

.main-1 .tb-sport .table tbody .goal h1 {
    width: 100%;
    text-align: center;
    font-size: 18px !important;
    font-weight: 700;
    color: rgba(255, 255, 255, 1) !important;
}

.main-1 .tb-sport .table tbody .time .bx {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    gap: 5px;
}

.main-1 .tb-sport .table tbody .time .bx .time-2 {
    font-size: 12px;
    font-weight: 600;
    color: rgba(255, 255, 255, 1);
    opacity: 0.5;
}

.main-1 .tb-sport .table tbody .time .bx .bot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(255, 75, 0, 1);
}

.main-1 .tb-sport .table tbody .row .bx div {
    background: rgba(4, 24, 51, 1);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    cursor: pointer;
    gap: 10px;
    min-width: 40px;
    min-height: 40px;
    font-size: 12px;
    font-weight: 400;
}

.main-1 .tb-sport .table tbody .row .bx div .option {
    color: rgba(170, 170, 167, 1);
}

.main-1 .tb-sport .table tbody .row .bx div .odd {
    color: rgba(234, 216, 12, 1);
}

.main-1 .tb-sport .table tbody tr {
    border-bottom: 1px solid rgba(228, 228, 228, 0.1);
    padding-inline: 10px;
}

.main-1 .footer-1 {
    float: left;
    width: 100%;
    padding-inline: 30px;
    margin-top: 70px;
}

.main-1 .footer-1 .div-1 {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-inline: 20px;
  width: 100%;
  margin-bottom: 20px;
}

.main-1 .footer-1 .div-1 img {
    flex: 0 1 auto; 
    width: 150px;
    height: 50px;
    object-fit: cover;
}

.main-1 .footer-1 .div-1 .links {
    flex: 0 1 auto; 
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.main-1 .footer-1 .div-1 .links svg {
    cursor: pointer;
}

.main-1 .footer-1 .div-1 .text {
    flex: 1 1 100%; 
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    color: rgba(148, 163, 184, 1);
} 

.main-1 .footer-1 hr {
    border-bottom: 1px solid rgba(228, 228, 228, 0.1);   
    border-top: none;
    border-inline: none;
    margin-inline: 30px;
    display: block;
}

.main-1 .footer-1 .div-2 {
    float: left;
    width: 100%;
    padding-inline: 30px;
    margin-top: 40px;
}

.main-1 .footer-1 .div-2 ul {
    float: left;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style-type: none;
}

.main-1 .footer-1 .div-2 ul li h3 {
    width: 100%;
    font-size: 14px;
    color: rgba(255, 255, 255, 1);
    font-weight: 600;
}

.main-1 .footer-1 .div-2 ul li a {
    display: block;
    text-decoration: none;
    margin-top: 15px;
    font-size: 13px;
    font-weight: 400;
    color: rgba(148, 163, 184, 1);
}

.main-1 .footer-1 .div-3 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 100px;
    float: left;
    width: 100%;
    padding-inline: 30px;
}

.main-1 .footer-1 .div-3 svg {
    width: 50px;
}

.main-1 .footer-1 .end {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    float: left;
    padding-inline: 30px;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(209, 187, 222, 0.104) 25%, rgba(169, 168, 161, 0.104) 84.63%, rgba(0, 0, 0, 0) 100%);
    padding-block: 20px;
}

.main-1 .footer-1 .end .links {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.main-1 .footer-1 .end .links a {
    text-decoration: none;
    font-size: 13px;
    font-weight: 400;
    color: rgba(251, 250, 242, 1);
    opacity: 0.6;
}

.main-1 .footer-1 .end .left {
    color: rgba(251, 250, 242, 1);
    opacity: 0.6;
    font-weight: 500;
    font-size: 12px;
}

.art-1 {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 30;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.art-1::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 1);
    z-index: -1;
    opacity: 0.7;
}

.art-1 .div-1 {
    width: 420px;
    min-height: 480px;
    padding-block: 20px;
    overflow: auto;
    background: rgba(36, 39, 49, 1);
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    cursor: default;
}

.art-1 .div-1 .bloc {
    width: 80%;
    float: left;
}

.art-1 .div-1 .bloc img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 80px;
    margin-top: 10px;
    height: 50px;
    object-fit: cover;
}

.art-1 .div-1 .bloc h1 {
    text-align: center;
    width: 100%;
    float: left;
    color: rgba(255, 255, 255, 1);
    margin-top: 10px;
    margin-bottom: 15px;
}

.art-1 .div-1 .bloc label {
    float: left;
    width: 100%;
    color: rgba(128, 129, 145, 1);
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 5px;
}

.art-1 .div-1 .bloc .input {
    float: left;
    width: 100%;
    font-family: 'Inter', serif;
    padding-inline: 10px;
    height: 35px;
    border-radius: 8px;
    background: rgba(228, 228, 228, 0.1);
    border: none;
    outline: none;
    color: rgba(255, 255, 255, 1);
    font-weight: 600;
    font-size: 13px;
}

.art-1 .div-1 .bloc .input-1 {
    margin-bottom: 30px;
}

.art-1 .div-1 .bloc input::placeholder {
    color: rgba(255, 255, 255, 1);
    opacity: 0.5;
}

.art-1 .div-1 .bloc button {
    float: left;
    width: 100%;
    border-radius: 8px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    font-size: 14px;
    border: none;
    cursor: pointer;
    color: rgba(0, 0, 0, 1);
}

.art-1 .div-1 .bloc button.btn {
    margin-top: 30px;
}

.art-1 .div-1 .bloc button.btn-1 {
    background: rgba(234, 216, 12, 1);
    border: 1px solid rgba(76, 163, 13, 1);
    margin-bottom: 15px;
}

.art-1 .div-1 .bloc button.btn-2 {
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(208, 213, 221, 1)
}

.art-1 .div-1 .bloc button svg {
    width: 24px;
    height: 24px;
    margin-right: 10px;
}

.art-1 .div-1 .bloc .box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    float: left;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 30px;
}

.art-1 .div-1 .bloc .box div {
    display: flex;
    justify-content: center;
    align-items: center;
}

.art-1 .div-1 .bloc .box a {
    font-size: 12px;
    font-weight: 500;
    color: rgba(128, 129, 145, 1);
    text-decoration: none;
}

.art-1 .div-1 .bloc .box span {
    font-size: 12px;
    font-weight: 500;
    color: rgba(128, 129, 145, 1);
    margin-left: 5px;
}

.art-1 .div-1 .bloc input[type=checkbox] {
    accent-color: rgba(234, 216, 12, 1);
    cursor: pointer;
}

.art-1 .div-1 .bloc .end {
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-block: 20px;
    font-size: 12px;
    color: rgba(128, 129, 145, 1);
}

.art-1 .div-1 .bloc .end a {
    font-size: 12px;
    text-decoration: none;
    color: rgba(234, 216, 12, 1);
    font-weight: 600;
    margin-left: 10px;
}

.art-1 .div-1 .bloc .close {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
    border-radius: 50%;
}

.art-1 .div-1 .bloc .close:hover {
    background: #48445e9c;
    opacity: 0.5;
}

.art-1 .div-1 .bloc .close:active {
    background: #48445e9c;
    opacity: 0.8;
}

.main-right {
    margin-right: 264px;
}

.main-right .banniere {
    padding-right: 300px;
}

.main-right .li-sport, .main-1 .col-title, .main-1 .tb-sport {
    padding-inline: unset;
    padding-left: 30px;
}

.main-right-2 {
    padding-left: 15px;
}

.betting {
    position: absolute;
    right: 0px;
    top: 80px;
    bottom: 0;
    width: 264px;
    padding-inline: 15px;
    padding-top: 30px;
}

.betting h1 {
    color: rgba(255, 255, 255, 1);
    font-size: 22px;
    font-weight: 600;
    font-family: 'Poppins';
}

.betting .div-1 {
    overflow: hidden;
    border-radius: 10px;
    margin-top: 20px;
    width: 100%;
    background: rgba(4, 13, 41, 1);
    padding-bottom: 10px;
}

.betting .div-1 .top {
    float: left;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.betting .div-1 .top div {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 44px;
    background: rgba(7, 37, 72, 1);
    cursor: pointer;
}

.betting .div-1 .top div.active {
    background: linear-gradient(270deg, rgba(234, 216, 12, 0.5) 0%, #828EA2 100%);
}

.betting .div-1 .top div span {
    color: rgba(255, 255, 255, 1);
    font-size: 14px;
    font-weight: 500;
}

.betting .div-1 .top-2 {
    float: left;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-inline: 10px;
    border-bottom: 1px solid rgba(228, 228, 228, 0.1);
    height: 44px;
}

.betting .div-1 .top-2 div {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 44px;
    cursor: pointer;
}

.betting .div-1 .top-2 div.active {
    border-bottom: 1px solid rgba(234, 216, 12, 1);
}

.betting .div-1 .top-2 div span {
    color: rgba(255, 255, 255, 1);
    font-size: 14px;
    font-weight: 400;
}

.betting .div-1 .box {
    float: left;
    width: 100%;
    padding-inline: 10px;
    padding-bottom: 10px;
}

.betting .div-1 .box .bets {
    float: left;
    width: 100%;
}

.betting .div-1 .box .bets .bet {
    float: left;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr minmax(0, auto);
    margin-top: 10px;
    background: rgba(7, 37, 72, 1);
    border-radius: 5px;
    overflow: hidden;
}

.betting .div-1 .box .bets .bet .bx-1 {
    padding-block: 5px;
    padding-left: 5px;
    padding-right: 34px;
}

.betting .div-1 .box .bets .bet .bx-1 .option {
    display: flex;
    justify-content: left;
    align-items: center;
    gap: 3px;
    float: left;
    width: 100%;
}

.betting .div-1 .box .bets .bet .bx-1 .option .option-check {
    font-size: 12px;
    color: rgba(255, 255, 255, 1);
    font-weight: 500;
    line-height: 14.52px;
}

.betting .div-1 .box .bets .bet .bx-1 .title {
    float: left;
    width: 100%;
}

.betting .div-1 .box .bets .bet .bx-1 .type {
    float: left;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 5px;
}

.betting .div-1 .box .bets .bet .bx-1 .type .index {
    color: rgba(131, 146, 163, 1);
    font-weight: 400;
    font-size: 12px;
    line-height: 14.52px;
}

.betting .div-1 .box .bets .bet .bx-1 .type h3 {
    font-weight: 600;
    font-size: 18px;
    color: rgba(255, 255, 255, 1);
    line-height: 21.78px;
}


.betting .div-1 .box .bets .bet .bx-1 .title span {
    font-size: 12px;
    font-weight: 500;
    color: rgba(131, 146, 163, 1);
    line-height: 14.52px;
}

.betting .div-1 .box .bets .bet .bx-2 {
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(11, 45, 85, 1);
    width: 44px;
}

.betting .div-1 .box .bets .bet .bx-2 svg {
    cursor: pointer;
}

.betting .div-1 .box .stack-amount {
    float: left;
    margin-top: 30px;
    width: 100%;
}

.betting .div-1 .box .stack-amount h4 {
    font-size: 14px;
    line-height: 20px;
    float: left;
    width: 100%;
    color: rgba(255, 255, 255, 1);
    font-weight: 400;
    margin-bottom: 10px;
}

.betting .div-1 .box .stack-amount .input {
    display: flex;
    justify-content: left;
    align-items: center;
    width: 100%;
    background: rgba(228, 228, 228, 0.1);
    padding-left: 14px;
    padding-block: 10px;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 10px;
}

.betting .div-1 .box .stack-amount .input input {
    border: none;
    outline: none;
    background: transparent;
    font-weight: 600;
    width: 100%;
    color: rgba(255, 255, 255, 1);
    font-family: 'Inter', serif;
    appearance: none;
    -moz-appearance: textfield;
    -webkit-appearance: none;
    margin-inline: 5px;
    font-size: 14px;
}
.betting .div-1 .box .stack-amount .input .name {
    margin-right: 14px;
}

.betting .div-1 .box .stack-amount .input span {
    font-weight: 600;
    color: rgba(255, 255, 255, 1);
    font-size: 14px;
}

.betting .div-1 .box .stack-amount .input input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.betting .div-1 .box .stack-amount .line {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}

.betting .div-1 .box .stack-amount .line p {
    font-size: 14px;
    color: rgba(131, 146, 163, 1);
    font-weight: 400;
}

.betting .div-1 .box .stack-amount .line .bold {
    color: rgba(255, 255, 255, 1);
    font-weight: 600;
}

.betting .div-1 .box .stack-amount .line .bold b {
    color: rgba(255, 255, 255, 1);
    font-weight: 600;
}

.betting .div-1 .box .stack-amount .line b {
    font-size: 14px;
    color: rgba(131, 146, 163, 1);
    font-weight: 400;
}

.betting .div-1 .box .stack-amount .actions {
    float: left;
    width: 100%;
    display: grid;
    grid-template-rows: repeat(2, 1fr);
    row-gap: 10px;
    margin-top: 30px;
}

.betting .div-1 .box .stack-amount .actions button {
    height: 40px;
    font-weight: 700;
    line-height: 20px;
    color: rgba(255, 255, 255, 1);
    background: rgba(27, 35, 60, 1);
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    border-radius: 8px;
    border: none;
    outline: none;
    cursor: pointer;
}

.betting .div-1 .box .stack-amount .actions .btn-1 {
    background: rgba(234, 216, 12, 1);
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    color: rgba(0, 0, 0, 1);
}

.main-1 .card-bloc {
    float: left;
    width: 100%;
    padding-inline: 30px;
}

.main-1 .card-bloc .h1-title {
    float: left;
    width: 100%;
    padding-top: 30px;
    font-family: 'Poppins';
    font-size: 22px;
    font-weight: 600;
    color: rgba(250, 250, 251, 1);
}

.main-1 .card-bloc .h1-title .name {
    float: left;
}

.main-1 .card-bloc .h1-title .date {
    float: left;
    margin-left: 100px;
    font-size: 14px;
    font-weight: 400;
    background: rgba(228, 228, 228, 0.1);
    border-radius: 8px;
    padding-inline: 20px;
    padding-block: 10px;
    color: rgba(131, 146, 163, 1);
}

.main-1 .card-bloc .h1-title input {
    width: 50px;
    appearance: none;
    background: transparent;
    border: none;
    outline: none;
}


.main-1 .card-bloc .bloc {
    float: left;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    background: rgba(4, 13, 41, 1);
    min-height: 500px;
    margin-top: 20px;
}

.main-1 .card-bloc .bloc .top {
    background: rgba(7, 37, 72, 1);
    display: flex;
    justify-content: left;
    align-items: center;
    width: 100%;
    height: 55px;
    padding-inline: 24px;
    color: rgba(250, 250, 251, 1);
    font-weight: 600;
    font-size: 14px;
}
.main-1 .card-bloc .bloc .grid {
    display: grid;
    grid-template-columns: minmax(0, auto) 1fr;
}

.main-1 .card-bloc .grid .left {
    width: 250px;
    height: 100%;
    border-right: 2px solid rgba(228, 228, 228, 0.1);
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 20px;
    padding-inline: 30px;
    padding-block: 30px;
}

.main-1 .card-bloc .grid .left .div {
    display: flex;
    justify-content: center;
    align-items: center;
    background: radial-gradient(90.16% 143.01% at 15.32% 21.04%, 
    rgba(165, 239, 255, 0.2) 0%, 
    rgba(110, 191, 244, 0.0448) 77.08%, 
    rgba(70, 144, 213, 0) 100%);
    position: relative;
    border-radius: 10px;
    height: 55px;
    cursor: pointer;
}


.main-1 .card-bloc .grid .left .div::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit; 
    padding: 1px; 
    background: 
      radial-gradient(80.38% 222.5% at -13.75% -12.36%, #A2A2A2 0%, rgba(191, 193, 193, 0) 100%), 
      radial-gradient(80.69% 208.78% at 108.28% 112.58%, rgba(238, 100, 42, 0.67) 0%, rgba(135, 38, 183, 0) 100%);
    
    -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none; 
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 10;
}

.main-1 .card-bloc .grid .right .child-1 {
    display: flex;
    justify-content: space-between;
    padding-inline: 40px;
    padding-block: 30px;
    gap: 100px;
    width: 100%;
}

.main-1 .card-bloc .grid .right .child-1 h3 {
    color: rgba(255, 255, 255, 1);
    font-size: 16px;
    font-weight: 600;
    float: left;
    width: 100%;
    margin-bottom: 20px;
    margin-top: 10px;
}

.main-1 .card-bloc .grid .right .child-1 label {
    float: left;
    width: 100%;
    font-size: 12px;
    font-weight: 500;
    color: rgba(128, 129, 145, 1);
    margin-bottom: 5px;
}

.main-1 .card-bloc .grid .right .child-1 .col-y {
    width: 100%;
}

.main-1 .card-bloc .grid .right .child-1 .col-y .input {
    height: 44px;
    border-radius: 8px;
    background: rgba(228, 228, 228, 0.1);
    display: flex;
    justify-content: left;
    align-items: center;
    float: left;
    padding-inline: 10px;
    width: 100%;
    margin-bottom: 20px;
}
.main-1 .card-bloc .grid .right .child-1 .col-y .input svg {
    width: 45px;
}

.main-1 .card-bloc .grid .right .child-1 .col-y .input input {
    border: none;
    outline: none;
    background-color: transparent;
    float: left;
    width: 100%;
    color: white;
    font-size: 14px;
    font-weight: 500;
    margin-right: 5px;
}

.main-1 .card-bloc .grid .right .child-1 .col-y input::placeholder {
    color: rgba(131, 146, 163, 1);
    font-weight: 400;
}

.main-1 .card-bloc .grid .right .child-1 .col-y .inp {
    height: 44px;
    border-radius: 8px;
    background: rgba(228, 228, 228, 0.1);
    display: flex;
    justify-content: left;
    align-items: center;
    float: left;
    padding-inline: 10px;
    width: 100%;
    margin-bottom: 20px;
    border: none;
    outline: none;
    color: rgba(255, 255, 255, 1);
    font-weight: 500;
    font-family: 'Inter';
}

.main-1 .card-bloc .grid .right .child-1 .col-y .mix-1 {
    float: left;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 20px;
}

.main-1 .card-bloc .grid .right .child-1 .col-y .mix-1 input {
    height: 44px;
    border-radius: 8px;
    background: rgba(228, 228, 228, 0.1);
    display: flex;
    justify-content: left;
    align-items: center;
    float: left;
    padding-inline: 10px;
    width: 100%;
    margin-bottom: 20px;
    border: none;
    outline: none;
    color: rgba(255, 255, 255, 1);
    font-weight: 500;
    font-family: 'Inter';
    text-align: center;
}

.main-1 .card-bloc .grid .right .child-1 .col-y .mix-1 .sel {
    height: 44px;
    border-radius: 8px;
    background: rgba(228, 228, 228, 0.1);
    display: flex;
    justify-content: center;
    align-items: center;
    float: left;
    padding-inline: 10px;
    width: 100%;
    margin-bottom: 20px;
    border: none;
    outline: none;
    color: rgba(255, 255, 255, 1);
    gap: 5px;
    color: rgba(131, 146, 163, 1);
    font-weight: 400;
}

.main-1 .card-bloc .grid .right .child-1 .col-y .mix-1 .sel select {
    background: transparent;
    border: none;
    outline: none;
    appearance: none;
    color: rgba(131, 146, 163, 1);
    font-weight: 400;
}

.main-1 .card-bloc .grid .right .child-1 .col-y .mix-2 {
    float: left;
    width: 100%;
    margin-top: 30px;
}

.main-1 .card-bloc .grid .right .child-1 .col-y .mix-2 button {
    height: 44px;
    border-radius: 8px;
    background: rgba(234, 216, 12, 1);
    width: 100%;
    margin-bottom: 20px;
    border: none;
    outline: none;
    color: rgba(0, 0, 0, 1);
    font-weight: 700;
    font-size: 14px;
    margin-top: 10px;
    cursor: pointer;
}

.main-1 .card-bloc .grid .right .child-1 .col-x {
    margin-right: 50px;
}

.main-1 .card-bloc .grid .right .child-1 .col-x p {
    float: left;
    font-size: 14px;
    width: 100%;
    margin-bottom: 15px;
    color: rgba(148, 163, 184, 1);
}

.main-1 .card-bloc .grid .right .child-1 .col-x .right-span {
    color: rgba(255, 255, 255, 1);
    margin-left: 10px;
}

.main-1 .card-bloc .tb-h {
    float: left;
    width: 100%;
    margin-top: 30px;
    border-radius: 10px;
    overflow: hidden;
    background: rgba(4, 13, 41, 1);
    padding-bottom: 20px;
}

.main-1 .card-bloc .tb-h .top {
    float: left;
    width: 100%;
    height: 49px;
    background: rgba(7, 37, 72, 1);
    display: flex;
    justify-content: left;
    align-items: center;
    gap: 30px;
}

.main-1 .card-bloc .tb-h .top div {
    float: left;
    display: flex;
    justify-content: left;
    align-items: center;
    height: 49px;
    padding-inline: 10px;
    font-size: 14px;
    color: rgba(255, 255, 255, 1);
    cursor: pointer;
}

.main-1 .card-bloc .tb-h .top div.active {
    border-bottom: 1px solid rgba(234, 216, 12, 1);
}

.main-1 .card-bloc .tb-h .box-table {
    float: left;
    width: 100%;
    height: 500px;
    overflow: auto;
    margin-top: 10px;
}

.main-1 .card-bloc .tb-h .box-table::-webkit-scrollbar {
    background: rgba(26, 35, 60, 1);
    width: 9px;
    border-radius: 20px;
}

.main-1 .card-bloc .tb-h .box-table::-webkit-scrollbar-thumb {
    background: rgba(107, 105, 75, 1);
    cursor: pointer;
    border-radius: 20px;
}

.main-1 .card-bloc .tb-h .box-table table {
    float: left;
    width: 100%;
    border-collapse: collapse;
}

.main-1 .card-bloc .tb-h .box-table table th {
    height: 55px;
    font-weight: 400;
    color: rgba(131, 146, 163, 1);
    font-size: 14px;
    text-align: center;
}

.main-1 .card-bloc .tb-h .box-table table td {
    height: 55px;
    font-weight: 400;
    color: rgba(131, 146, 163, 1);
    font-size: 14px;
    text-align: center;
}

.main-1 .card-bloc .tb-h .box-table table td .from-user {
    display: flex;
    justify-content: center;
    align-items: center;
}

.main-1 .card-bloc .tb-h .box-table table td .from-user .circle {
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    font-size: 16px;
    color: rgba(255, 255, 255, 1);
    border-radius: 50%;
    margin-right: 5px;
}

.main-1 .card-bloc .tb-h .box-table table td.ok {
    color: rgba(234, 216, 12, 1);
}

.main-1 .card-bloc .tb-h .box-table tr {
    border-bottom: 1px solid rgba(228, 228, 228, 0.1);
}

.main-1 .card-bloc .tb-h .box-table table td .from-user .circle.user {
    background: rgba(64, 62, 62, 1);
}

.main-1 .card-bloc .tb-h .box-table table td .from-user .circle.paypal {
    background: rgba(24, 75, 251, 1);
}

.main-1 .card-bloc .tb-h .box-table table td .from-user .circle.not {
    background: rgba(7, 37, 72, 1);
}

.main-1 .card-bloc .txt {
    float: left;
    width: 100%;
    margin-top: 15px;
    color: rgba(234, 236, 240, 1);
    font-weight: 400;
    font-size: 16px;
}

.main-1 .card-bloc .txt.first {
    margin-top: 30px;
    margin-bottom: 5px;
}

.main-1 .card-bloc .txt a {
    text-decoration: none;
    font-weight: 400;
    font-size: 16px;
    color: rgba(234, 216, 12, 1);
}

.main-1 .card-bloc .faq {
    float: left;
    width: 100%;
    margin-top: 30px;
}

.main-1 .card-bloc .faq h3 {
    float: left;
    width: 100%;
    color: rgba(128, 129, 145, 1);
    font-weight: 500;
    font-size: 18px;
    cursor: pointer;
}

.main-1 .card-bloc .faq svg {
    cursor: pointer;
}

.main-1 .card-bloc .faq h3 svg {
    float: right;
}

.main-1 .card-bloc .faq .active h3 {
    color: rgba(255, 255, 255, 1);
    float: left;
    width: 100%;
    cursor: default;
}

.main-1 .card-bloc .faq .active p {
    margin-top: 20px;
    float: left;
    width: 100%;
    font-size: 14px;
    color: rgba(234, 236, 240, 1);
    padding-right: 35px;
    line-height: 24px;
}


.main-1 .card-bloc .faq div {
    width: 78%;
    padding: 30px;
    border-radius: 10px;
    float: left;
}

.main-1 .card-bloc .faq .active {
    background: rgba(4, 13, 41, 1);
}

.main-1 .card-bloc .bloc .bx-center {
    float: left;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 500px;
}

.main-1 .card-bloc .bloc .bx-center .search {
    width: 361px;
    height: 85%;
}

.main-1 .card-bloc .bloc .bx-center .search .h4 {
    font-weight: 600;
    font-size: 20px;
    color: rgba(255, 255, 255, 1);
    float: left;
    width: 100%;
    margin-bottom: 15px;
}

.main-1 .card-bloc .bloc .bx-center .search .input-search {
    float: left;
    width: 100%;
    display: flex;
    justify-content: left;
    align-items: center;
    background: rgba(228, 228, 228, 0.1);
    height: 60px;
    gap: 16px;
    padding-inline: 14px;
    border-radius: 8px;
    margin-bottom: 20px;
}

.main-1 .card-bloc .bloc .bx-center .search .input-search input {
    outline: none;
    border: none;
    background: transparent;
    font-weight: 500;
    font-family: 'Inter', serif;
    font-size: 14px;
    color: rgba(255, 255, 255, 1);
    width: 100%;
}

.main-1 .card-bloc .bloc .bx-center .search .input-search input::placeholder {
    font-weight: 400;
    color: rgba(131, 146, 163, 1);
}

.main-1 .card-bloc .bloc .bx-center .search .list-sugg {
    float: left;
    width: 100%;
    max-height: 170px;
    overflow: auto;
}

.main-1 .card-bloc .bloc .bx-center .search .list-sugg .sugg {
    float: left;
    width: 100%;
    display: flex;
    justify-content: left;
    align-items: center;
    border-radius: 5px;
    gap: 10px;
    padding-inline: 20px;
    padding-block: 16px;
    cursor: pointer;
    margin-bottom: 10px;
    user-select: none;
    position: relative;
}

.main-1 .card-bloc .bloc .bx-center .search .list-sugg .sugg svg {
    position: absolute;
    right: 28px;
    top: 33px;
    cursor: pointer;
    height: 18px;
    width: 18px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 3px;
}

.main-1 .card-bloc .bloc .bx-center .search .list-sugg .sugg svg:hover {
    background: rgba(228, 228, 228, 0.1);
}

.main-1 .card-bloc .bloc .bx-center .search .list-sugg .sugg img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
}

.main-1 .card-bloc .bloc .bx-center .search .list-sugg .sugg div {
    float: left;
    width: 100%;
}

.main-1 .card-bloc .bloc .bx-center .search .list-sugg .sugg h4 {
    float: left;
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    color: rgba(255, 255, 255, 1);
}

.main-1 .card-bloc .bloc .bx-center .search .list-sugg .sugg p {
    float: left;
    width: 100%;
    font-size: 12px;
    font-weight: 500;
    color: rgba(128, 129, 145, 1);
}

.main-1 .card-bloc .bloc .bx-center .search .list-sugg .sugg:hover {
    background: rgba(7, 37, 72, 1);
}

.main-1 .card-bloc .bloc .bx-center .search .list-sugg .sugg.active {
    background: rgba(7, 37, 72, 1);
}

.main-1 .card-bloc .bloc .bx-center .search .list-sugg .sugg:active {
    background: rgba(7, 37, 72, 1);
    opacity: 0.8;
}

.main-1 .card-bloc .bloc .bx-center .search button {
    height: 40px;
    float: left;
    width: 100%;
    border-radius: 8px;
    background: rgba(234, 216, 12, 1);
    border: 1px solid rgba(76, 163, 13, 1);
    font-weight: 700;
    font-size: 14px;
    color: rgba(0, 0, 0, 1);
    margin-top: 100px;
    cursor: pointer;
}

.main-1 .card-bloc .bloc .bx-center .search form {
    float: left;
    width: 100%;
    margin-top: 20px;
}

.main-1 .card-bloc .bloc .bx-center .search form label {
    float: left;
    width: 100%;
    color: rgba(255, 255, 255, 1);
    margin-bottom: 5px;
    font-weight: 600;
    font-size: 16px;
}

.main-1 .card-bloc .bloc .bx-center .search form input {
    float: left;
    width: 100%;
    background: rgba(228, 228, 228, 0.1);
    height: 60px;
    border-radius: 8px;
    border: none;
    outline: none;
    padding-inline: 14px;
    font-weight: 500;
    font-size: 20px;
    color: rgba(255, 255, 255, 1);
}

.main-1 .card-bloc .bloc .bx-center .search form input::placeholder {
    color: rgba(128, 129, 145, 1);
    font-size: 15px;
}

.main-1 .card-bloc .bloc .bx-center .search form .notice {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    font-size: 12px;
    color: rgba(128, 129, 145, 1);
    margin-top: 10px;
}

.main-1 .card-bloc .bloc .bx-center .search form button {
    margin-top: 40px;
}

.main-1 .card-bloc .bloc .bx-center .search form .a-center {
    text-align: center;
    color: rgba(128, 129, 145, 1);
    font-size: 14px;
    font-weight: 500;
    padding-inline: 20%;
    margin-bottom: 42px;
    margin-top: 55px;
}

.main-1 .card-bloc .bloc .bx-center .search form .code-confirm {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    float: left;
    width: 100%;
    column-gap: 17px;
}

.main-1 .card-bloc .bloc .bx-center .search form .code-confirm input {
    text-align: center;
    -moz-appearance: textfield;
    -webkit-appearance: none;
}

.main-1 .card-bloc .bloc .bx-center .search .form button {
    margin-top: 85px;
}

.art-1 .check {
    float: left;
    width: 100%;
}

.art-1 .check .svg {
    display: flex;
    justify-content: center;
    align-items: center;
    float: left;
    width: 100%;
    margin-top: 54px;
}

.art-1 .check h4 {
    float: left;
    text-align: center;
    width: 100%;
    font-size: 20px;
    color: rgba(255, 255, 255, 1);
    margin-top: 30px;
    font-weight: 500;
    margin-bottom: 20px;
}

.art-1 .check p {
    float: left;
    width: 100%;
    text-align: center;
    color: rgba(148, 163, 184, 1);
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 56px;
    padding-inline: 50px;
    line-height: 21px;
}

.art-1 .check button {
    background: rgba(234, 216, 12, 1);
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    height: 50px !important;
    float: none !important;
    width: 250px !important;
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.art-1 .bloc-fx img {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}

.main-1 .standing {
    float: left;
    width: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 73, 198, 0.48) 100%);
    padding: 30px;
    border-radius: 10px;
    margin-bottom: 30px;
}

.main-1 .standing .h3 {
    float: left;
    width: 100%;
    color: rgba(255, 255, 255, 1);
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 16px;
}

.main-1 .standing .box {
    display: grid;
    grid-template-columns: minmax(0, auto) 1fr;
    column-gap: 22px;
    float: left;
    width: 100%;
}

.main-1 .standing .box .left {
    width: 300px;
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 8px;
}

.main-1 .standing .box .left .line {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: radial-gradient(90.16% 143.01% at 15.32% 21.04%, 
        rgba(165, 239, 255, 0.2) 0%, 
        rgba(110, 191, 244, 0.0448) 77.08%, 
        rgba(70, 144, 213, 0) 100%);
    position: relative;
    border-radius: 5px;
    padding-inline: 10px;
}

.main-1 .standing .box .left .line .ll {
    color: rgba(234, 216, 12, 1);
}

.main-1 .standing .box .left .line .lc {
    color: rgba(255, 255, 255, 1);
}

.main-1 .standing .box .left .line .lr {
    color: rgba(131, 146, 163, 1);
}

.main-1 .standing .box .left .line span {
    font-size: 12px;
}

.main-1 .standing .box .left .line::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit; 
    padding: 1px; 
    background: 
      radial-gradient(80.38% 222.5% at -13.75% -12.36%, #A2A2A2 0%, rgba(191, 193, 193, 0) 100%), 
      radial-gradient(80.69% 208.78% at 108.28% 112.58%, rgba(238, 100, 42, 0.67) 0%, rgba(135, 38, 183, 0) 100%);
    
    -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none; 
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 10;
}

.main-1 .standing .box .right {
    background: radial-gradient(90.16% 143.01% at 15.32% 21.04%, 
        rgba(165, 239, 255, 0.2) 0%, 
        rgba(110, 191, 244, 0.0448) 77.08%, 
        rgba(70, 144, 213, 0) 100%);
    position: relative;
    border-radius: 5px;
    padding-block: 30px;
    padding-inline: 30px;
}

.main-1 .standing .box .right:after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit; 
    padding: 1px; 
    background: 
      radial-gradient(80.38% 222.5% at -13.75% -12.36%, #A2A2A2 0%, rgba(191, 193, 193, 0) 100%), 
      radial-gradient(80.69% 208.78% at 108.28% 112.58%, rgba(238, 100, 42, 0.67) 0%, rgba(135, 38, 183, 0) 100%);
    
    -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none; 
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 10;
}

.main-1 .standing .box .right .type {
    font-size: 8px;
    font-weight: 500;
    color: rgba(255, 255, 255, 1);
    font-family: 'Poppins';
    position: absolute;
    top: 14px;
    left: 18px;
    background: rgba(255, 0, 0, 1);
    width: 30px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main-1 .standing .box .right .h4 {
    float: left;
    width: 100%;
    text-align: center;
    font-weight: 600;
    font-size: 14px;
    color: rgba(255, 255, 255, 1);
    opacity: 0.8;
}

.main-1 .standing .box .right .long {
    float: left;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 68px;
}

.main-1 .standing .box .right .long .team img {
    margin-inline: auto;
    display: block;
    margin-bottom: 7px;
}

.main-1 .standing .box .right .long .team h5 {
    color: rgba(255, 255, 255, 1);
    text-align: center;
    font-size: 12px;
    font-weight: 600;
}

.main-1 .standing .box .right .long .main h1 {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    color: rgba(255, 255, 255, 1);
    font-size: 22px;
    gap: 5px;
    margin-bottom: 8px;
}

.main-1 .standing .box .right .long .main .home {
    color: rgba(234, 216, 12, 1);
}

.main-1 .standing .box .right .long .main .time {
    justify-content: center;
    align-items: center;
    display: flex;
    white-space: nowrap;
    font-size: 12px;
    font-weight: 400;
    gap: 4px;
}

.main-1 .standing .box .right .long .main .time span {
    color: rgba(255, 255, 255, 1);
    opacity: 0.5;
}

.main-1 .standing .box .right .long .main .time .bot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(255, 75, 0, 1);
}

.main-1 .standing .box .right .bx-down {
    float: left;
    width: 100%;
    margin-top: 18px;
}

.main-1 .standing .box .right .bx-down h6 {
    float: left;
    width: 100%;
    font-size: 12px;
    font-weight: 600;
    color: rgba(161, 185, 212, 1);
}

.main-1 .standing .box .right .bx-down .divise {
    float: left;
    width: 100%;
    text-align: center;
    font-weight: 400;
    font-size: 12px;
    margin-bottom: 4px;
    color: rgba(161, 185, 212, 1);
}
.main-1 .standing .box .right .bx-down .line {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
    float: left;
    column-gap: 3px;
}

.main-1 .standing .box .right .bx-down .line p {
    height: 4px;
    background: rgba(234, 216, 12, 1);
    border-radius: 3px;
    margin-bottom: 4px;
}

.main-1 .standing .box .right .bx-down .svg-place {
    float: left;
    width: 100%;
    display: inline-flex;
    justify-content: left;
    align-items: center;
    gap: 16px;
}

.main-1 .bet {
    float: left;
    width: 100%;
    background: rgba(7, 37, 72, 1);
    padding-inline: 20px;
    padding-block: 10px;
    margin-bottom: 16px;
    border-radius: 5px;
}

.main-1 .bet h3 {
    float: left;
    width: 100%;
    font-weight: 400;
    font-size: 14px;
    color: rgba(255, 255, 255, 1);
    margin-bottom: 12px;
}

.main-1 .bet .line {
    float: left;
    width: 100%;
    display: grid;
    column-gap: 8px;
    row-gap: 8px;
}

.main-1 .bet .line.line-2 {
    grid-template-columns: repeat(2, 1fr);
}

.main-1 .bet .line.line-3 {
    grid-template-columns: repeat(3, 1fr);
}


.main-1 .bet .line div {
    background: rgba(4, 24, 51, 1);
    backdrop-filter: blur(60.392154693603516px);
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 5px;
    padding-inline: 23px;
    padding-block: 10px;
    cursor: pointer;
}

.main-1 .bet .line div span {
    font-weight: 400;
    font-size: 12px;
    color: rgba(170, 170, 167, 1);
}

.main-1 .bet .line div span.right {
    color: rgba(234, 216, 12, 1);
}

.main-1 .card-bloc .tb-h .box-table .thead {
    background: rgba(7, 37, 72, 1);
}

.main-1 .card-bloc .tb-h .box-table.boxtb {
    margin-top: 0;
}

.main-1 .card-bloc .tb-h .box-table table td.event {
    color: rgba(255, 255, 255, 1);
}

.main-1 .card-bloc .tb-h .box-table table td.perte {
    color: rgba(255, 0, 0, 1);
}

.main-1 .card-bloc .tb-h .box-table table td.success {
    color: rgba(81, 183, 107, 1);
}

.main-1 .card-bloc .tb-h .box-table table .tbody td {
    font-size: 12px;
}

.main-1 .card-bloc .notices {
    float: left;
    width: 100%;
    margin-top: 36px;
    padding-right: 150px;
    grid-template-columns: 1fr;
    row-gap: 16px;
    display: grid;
    max-height: 350px;
    overflow: auto;
}


.main-1 .card-bloc .notices .notice {
    float: left;
    padding-inline: 30px;
    padding-block: 14px;
    border-radius: 16px;
    display: flex;
    justify-content: left;
    position: relative;
    background: radial-gradient(90.16% 143.01% at 15.32% 21.04%, 
        rgba(165, 239, 255, 0.2) 0%, 
        rgba(110, 191, 244, 0.0448) 77.08%, 
        rgba(70, 144, 213, 0) 100%);
    gap: 10px;
    color: rgba(255, 255, 255, 1);
}

.main-1 .card-bloc .notices .notice:after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit; 
    padding: 1px; 
    background: 
      radial-gradient(80.38% 222.5% at -13.75% -12.36%, #A2A2A2 0%, rgba(191, 193, 193, 0) 100%), 
      radial-gradient(80.69% 208.78% at 108.28% 112.58%, rgba(238, 100, 42, 0.67) 0%, rgba(135, 38, 183, 0) 100%);
    
    -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none; 
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 10;
}

.main-1 .card-bloc .notices .notice p {
    width: 53%;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
}

.main-1 .card-bloc .notices .notice .date {
    position: absolute;
    right: 30px;
    top: 16px;
    font-size: 12px;
    font-weight: 400;
}

.nav-top .div-1 .account .icon .ico .notices {
    position: absolute;
    height: 500px;
    background-color: rgba(36, 39, 49, 1);
    width: 400px;
    top: 40px;
    right: 0;
    border-radius: 15px;
    opacity: 1;
    cursor: default;
    padding: 20px;
}

.nav-top .div-1 .account .icon .ico .notices h3 {
    color: rgba(255, 255, 255, 1);
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 22px;
    width: 100%;
    float: left;
    position: relative;
}

.nav-top .div-1 .account .icon .ico .notices h3 svg {
    position: absolute;
    right: 10px;
    cursor: pointer;

}


.nav-top .div-1 .account .icon .ico .notices .not {
    float: left;
    padding-inline: 30px;
    padding-top: 14px;
    padding-bottom: 30px;
    border-radius: 16px;
    position: relative;
    display: flex;
    width: 100%;
    background: radial-gradient(90.16% 143.01% at 15.32% 21.04%, 
        rgba(165, 239, 255, 0.2) 0%, 
        rgba(110, 191, 244, 0.0448) 77.08%, 
        rgba(70, 144, 213, 0) 100%);
    gap: 10px;
    color: rgba(255, 255, 255, 1);
}

.nav-top .div-1 .account .icon .ico .notices .not:after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit; 
    padding: 1px; 
    background: 
      radial-gradient(80.38% 222.5% at -13.75% -12.36%, #A2A2A2 0%, rgba(191, 193, 193, 0) 100%), 
      radial-gradient(80.69% 208.78% at 108.28% 112.58%, rgba(238, 100, 42, 0.67) 0%, rgba(135, 38, 183, 0) 100%);
    
    -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none; 
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 10;
}

.nav-top .div-1 .account .icon .ico .notices .not p {
    font-size: 12px;
    font-weight: 500;
    line-height: 21px;
    float: left;
    width: auto;
    width: 90%;
}

.nav-top .div-1 .account .icon .ico .notices .not .date {
    position: absolute;
    font-size: 10px;
    font-weight: 400;
    bottom: 10px;
    right: 20px;
}

.nav-top .div-1 .account .icon .ico .notices .group {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 10px;
    float: left;
    width: 100%;
}

.nav-top .div-1 .account .icon .ico .notices .group a {
    display: block;
    margin-inline: auto;
    color: rgba(255, 255, 255, 1);
    font-weight: 600;
    text-decoration: none;
    font-size: 14px;
    margin-top: 10px;
}

.nav-top .div-1 .account .icon .ico .notices .not:hover {
    background: radial-gradient(90.16% 143.01% at 15.32% 21.04%, rgba(165, 239, 255, 0.2) 0%, rgba(110, 191, 244, 0.0447917) 77.08%, rgba(70, 144, 213, 0) 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */,
    linear-gradient(0deg, rgba(234, 216, 12, 0.4), rgba(234, 216, 12, 0.4));
    cursor: pointer;
}

.main-1 .support {
    float: left;
    width: 70%;
    padding-inline: 20px;
    margin-top: 20px;
}

.main-1 .support .lists {
    display: flex;
    justify-content: space-between;
    float: left;
    width: 100%;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
}

.main-1 .support .lists .l-li {
    display: flex;
    justify-content: left;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
}

.main-1 .support .lists .l-li div  h5 {
    color: rgba(255, 255, 255, 1);
    font-weight: 500;
    font-size: 14px;
}

.main-1 .support .lists .l-li div  span {
    color: rgba(128, 129, 145, 1);
    font-weight: 400;
    font-size: 12px;
}

.main-1 .support p {
    float: left;
    width: 100%;
    font-size: 14px;
    color: rgba(234, 236, 240, 1);
    font-weight: 400;
}

.main-1 .h1-tt {
    color: rgba(255, 255, 255, 1);
    font-size: 18px;
    float: left;
    width: 100%;
    padding-left: 20px;
    margin-top: 30px;
    margin-bottom: 20px;
}