.button-shortcode {
    padding: 10px 0 10px 0;
    margin-bottom: 20px;
}

.button-heading {
    text-align: center;
    color: #298fbc;
    margin-bottom: 20px;
    font-size: 25px;
    padding: 0 25px 0 25px;
    font-weight: bold;
}

.button-list {
    display: flex;
    justify-content: space-between;
    /*padding: 25px;*/
}

.button-list a, .button-list a:hover {
    margin: 10px auto 10px auto;
    display: block;
    text-decoration: none;
    padding: 5px;
    color: #ffffff;
    width: 30%;
    text-align: center;
    font-size: 17px;
    font-weight: 700;
    border-radius: 5px;
}

.button-list a.login-mobile {
    background: #d3a56a;
}

.button-list a.login-pc {
    background: #d3a56a;
}

.button-list a.recover-link {
    background: #d3a56a;
}

.button-list a.link-mobile {
    background-color: #2790d6;
}

.button-list a.link-pc {
    background-color: #227cc5;
}

.button-list a.link-mobile, .button-list a.link-pc {
    width: 45%;
}

@media only screen and (max-width: 768px ) {
    .button-list {
        display: flex;
        align-items: center;
        flex-direction: column;
        padding: 10px;
    }

    .button-list a.login-pc,
    .button-list a.login-mobile,
    .button-list a.recover-link,
    .button-list a.link-mobile,
    .button-list a.link-pc {
        margin-bottom: 10px;
        width: 100%;
    }
}

.btn-group-wrapper {
    display: flex;
    flex-direction: column;
}

.btn-group-wrapper img {
    vertical-align: middle;
    width: 20px;
    margin: -5px 5px -5px -5px;
}

.btn-group-wrapper a {
    display: block;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    padding: 10px 25px;
    border-radius: 20px;
}

.btn-group-wrapper a.login-btn {
    background: transparent;
}

.btn-group-wrapper a.register-btn {
    background: #d3a56a;
}

.btn-group-wrapper .top-btn-group {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 5px;
    gap: 5px;
}

.btn-group-wrapper .bottom-btn-group {
    display: flex;
    justify-content: space-between;
    gap: 5px;
}

.btn-group-wrapper a:hover {
    color: #ffffff;
}

#real-time-data {
    color: #ffffff;
    align-self: end;
}

.clockdate-wrapper {
    max-width: 350px;
    width: 100%;
    text-align: center;
    border-radius: 5px;
    margin: 0 auto;
    font-family: arial, sans-serif;
}

#clock {
    color: #000000;
    margin-right: 5px;
}

#clock span {
    color: rgba(255, 255, 255, 0.8);
    font-size: 50px;
    position: relative;
    top: -5px;
    left: 10px;
}

#date {
    /*letter-spacing: 3px;*/
    font-size: 14px;
    font-family: arial, sans-serif;
    color: #000000;
}

.custom-margin-btn {
    margin: auto;
}

/*List site top CSS*/

.betting-site-item {
    display: flex;
    gap: 10px;
    margin: 10px 0 10px 0;
    box-shadow: 2px 0 3px 0 rgba(0, 0, 0, 0.5);
    background-color: transparent;
    background-image: linear-gradient(180deg, #FFFFFF 0%, #EDF3FF 100%);
}

.betting-site-image-num {
    width: 10%;
    position: relative;
    text-align: center;
    display: flex;
    align-items: center;
}

.betting-site-image-num .ranking-num {
    position: absolute;
    background: #0600bb;
    padding: 5px 8px;
    font-weight: 900;
    top: 5px;
    left: 5px;
    border-radius: 8px;
    color: #ffffff;
}

.betting-site-content {
    width: 90%;
    display: flex;
}

.betting-site-description {
    width: 40%;
    align-self: end;
}

.betting-site-feature-products {
    width: 40%;
    align-self: end;
}

.betting-site-links > a, .betting-site-links > a:hover {
    display: block;
    border: 1px solid;
    margin: 10px;
    padding: 5px 15px;
    border-radius: 16px;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
}

.betting-site-links > a.betting-site-href {
    background-color: #d70000;
}

.betting-site-links > a.betting-site-redirect {
    background-color: #1e38ec;
}

.betting-site-star {
    text-align: center;
}

@media only screen and (max-width: 768px) {
    .betting-site-image-num {
        width: 20%;
    }

    .betting-site-content {
        width: 80%;
        flex-direction: column;
    }

    .betting-site-description, .betting-site-feature-products, .betting-site-links {
        width: 100%;
    }
}

