.modal-dialog a {
    color: white
}

.modal-dialog a:hover {
    color: white;
    text-decoration: none;
}

.floating-btns{
    position: fixed;
    bottom: 40px;
    z-index: 1;
    right: 40px;
    color: white;
    border-radius: 10px;
    outline: none;
    border: none;
    display: flex;
    justify-content: space-between;
}
.floating-btns>a:hover{
    cursor: pointer;
}
#bet-wrap{
    padding: 10px;
}
.modal-content {
    background-color: unset;
    border: unset;
}

.login-container{
    position: absolute;
    width: 55%;
    top: 100px;
}

.login-container input{
    height: 64px;
    width: 100%;
    background-color: rgb(0 0 0 / 70%);
    border: solid 4px #3AC6FF;
    border-radius: 10px;
    margin-bottom: 1.5rem;
    font-size: 20px;
    padding: 10px;
    color: #ffffff;
}

.login-container input::placeholder{
    color: #ffffff;
}

.login-btn{
    background: linear-gradient(90deg, #C9106A, #AE0124);
    border-radius: 10px;
    border: solid 2px #fff;
}

.btn-close{
    position: absolute;
    top: 50px;
    right: 100px;
}

.conts {
    width: 100%;
    border-bottom: 1px solid #d9dee8;
    border-top: 1px solid #d9dee8;
    display: flex;
    justify-content: space-between;
    height: 13rem;
}
.conts .openTableName {
    width: calc(100% - 15rem);
    height: 13rem;
}
.conts .openTableName ul {
    width: 100%;
}
.conts .openTableName ul li {
    width: calc(100% / 19);
    height: 13rem;
    border-right: 1px solid #d9dee8;
    list-style-type: none;
    float: left;
}
.conts .openTableName ul li:nth-child(1){
    border-left: 1px solid #d9dee8;
}
.conts .openTableName ul li .row1 {
    width: 100%;
    height: calc(100% / 6);
    border-bottom: 1px solid #d9dee8;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.basecurr {
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    position: relative;
}
.villageWMcurr{
    border: .1rem solid #e30000 !important;
}
.basecurp {
    font-size: .6em;
    text-align: center;
    font-family: emoji;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
.leisureWMcurr{
    border: .1rem solid #2a70f4 !important;
}
.withT:after{
    content: "";
    position: absolute;
    top: 20%;
    width: .9rem;
    height: .1rem;
    background-color: #73ab26;
    transform: rotate(-45deg);
}
.conts .text {
    width: 15rem;
    height: 13rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.5rem;
    background-image: url("../images/bridge_bg.png");
    font-weight: 700;
    text-align: center;
    line-height: 1.3;
    color: #FDE23C;
    font-family: Times New Roman;
}

.withT:after{
    content: "";
    position: absolute;
    top: 45%;
    width: 1.5rem;
    height: .1rem;
    background-color: #73ab26;
    transform: rotate(-45deg);
}
.withT2:before{
    content: "";
    position: absolute;
    top: 58%;
    width: 1.4rem;
    height: .1rem;
    background-color: #73ab26;
    transform: rotate(-45deg);
    left: 10%;
}
.withT2:after{
    content: "";
    position: absolute;
    top: 30%;
    width: 1.4rem;
    height: .1rem;
    background-color: #73ab26;
    transform: rotate(-45deg);
    left: -17%;
}
body{
    font-family: 'Times New Roman';
}
.mobile{
    display: none;
}

.pc{
    display: block;
}
.register-container{
    top: 130px;
}
.container-fluid{
    padding: 0 3.5rem
}
.btn-wrap{
    position: absolute;
    top: -40px;
}
.table-name-btn img{
    width: 260px;
    height: 90px;
}
.success-wrap{
    width: 70%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.success-message{
    font-size: 36px;
    margin-top: 90px;
    margin-bottom: 20px;
}
.success-btn{
    position: absolute;
    width: 100%;
    height: 70%;
    top: 0;
    display: flex;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
    font-size: 28px;
    font-weight: 700;
    cursor: pointer;
}
.avatar{
    float: left;
}
#changePwBtn{
    top: 0;
}
.table_name{
    margin-top: 5px;
    float: left;
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
@media screen and (max-width: 768px) {
    .mobile{
        display: block;
    }

    .pc{
        display: none;
    }
    .btn-close{
        top: 20px;
        right: 0;
    }
    .login-container{
        width: 100%;
    }
    .register-container{
        top: 100px;
    }
    .container-fluid{
        padding: 0 15px
    }
    .back-btn img{
        width: 120px;
    }
    .table_box .table_con dl dt{
        flex: none !important;
    }
    .conts{
        display: block;
    }
    .conts .openTableName {
        width: 100%;
    }
    .conts .text{
        width: auto;
        height: auto;
        font-size: 1rem;
        background-image: url(../images/bridge_bg_mobile.png);
        background-size: cover;
        padding: 10px 0;
    }
    .table_box .table_con .road_play{
        padding: revert;
        margin-top: 45px !important;
    }
    .table_box .table_con .road_play span{
        margin: 8px 3px 0 5px !important;
    }
    .table_box .road_play p{
        margin: 0 !important;
    }
    .table_box .road_play li:last-child{
        margin: 0 10px !important;
    }
    .content-room{
        margin: 0 !important;
        border: none !important;
        padding: 40px 0 0 0 !important;
    }
    .btn-wrap{
        position: absolute;
        top: 40px;
    }
    .btn-wrap>div{
        padding: 0 !important;
    }
    .back-btn img{
        width: 122px;
    }
    .table-name-btn img{
        width: 122px;
        height: 40px;
    }
    #table-name{
        font-size: 18px !important;
    }
    /*.modal-dialog{*/
    /*    margin-top: 15rem;*/
    /*}*/
    .avatar{
        width: 80px;
    }
    .username-text{
        margin-top: 15px !important;
    }
    #changePwBtn{
        top: 10px;
        font-size: 28px;
    }
    .conts{
        height: 8rem !important;
    }
    .conts .openTableName{
        height: 8rem !important;
    }
    .conts .openTableName ul li{
        height: 8rem !important;
    }
    .statistic{
        font-size: 10px;
    }
    .symbol_img{
        width: 92px;
    }
    .basecurr{
        width: 1rem;
        height: 1rem;
    }
    .withT2:before{
        width: 1rem;
    }
    .withT2:after{
        width: 1rem;
    }
    .withT:after{
        width: 1rem;
    }
    .success-message, .success-btn{
        font-size: 18px;
    }
    .alert-coin{
        font-size: 24px;
    }
}
