@import url("../assets/libs/toastr/toastr.css");

.bd-navbar {

    background-color: transparent;
    box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.15),inset 0 -1px 0 rgba(255,255,255,0.15)
}

.bd-navbar::after {
    position: absolute;
    inset: 0;
    z-index: -1;
    display: block;
    content: "";
    background: linear-gradient(to right, rgb(222 61 59 / 60%), rgb(245 138 99), rgb(250 171 74 / 60%));
}

.bettable td{
    padding: 2px 5px;
    text-align: right;
}
.bettable td:nth-child(2){
    text-align: center;
}
.nav-pillsmy{
    background:transparent !important;
}
.nav-pillsmy .nav-link{
   color: #ffffff !important;
    font-weight: bold;
}
.nav-pillsmy .nav-link.active,.nav-pillsmy .nav-link:hover{
   /* background: linear-gradient(314deg, rgba(226, 74, 69, 1), rgba(240, 142, 76, 1), rgba(250, 171, 74, 1), rgb(250, 171, 74), rgb(250 171 74));*/
    background-image: linear-gradient(195deg, #EC407A 0%, #D81B60 100%);
    box-shadow: 0px 1px 5px 1px #edb666;
}
.kysstype{
    cursor: pointer;
}

.kysstype::after{
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    /* margin-left: auto; */
    content: "";
    /* float: right; */
    position: absolute;
    right: 5px;
    top: 20px;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg'  viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' fill='%23ffffff'  d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform 0.2s ease-in-out;

}

.kysstype:not(.collapsed) {
    color: var(--bs-accordion-active-color);
    background-color: #cfe2ff;
    box-shadow: inset 0 calc(-1 * 1px) 0 #dee2e6;
}

.kysstype:not(.collapsed)::after {

    transform: rotate(-180deg);
}

.collapse:not(.show) {
    display: none;
}


.bs{
    background-color: red;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    font-weight: 700;
    font-size: 18px;
    /* text-align: center; */
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.bs_1,.bs_2,.bs_7,.bs_8,.bs_12,.bs_13,.bs_18,.bs_19,.bs_23,.bs_24,.bs_29,.bs_30,.bs_34,.bs_35,.bs_40,.bs_45,.bs_46{
 background-color:red;
}
.bs_3,.bs_4,.bs_9,.bs_10,.bs_14,.bs_15,.bs_20,.bs_25,.bs_26,.bs_31,.bs_36,.bs_37,.bs_41,.bs_42,.bs_47,.bs_48{
    background-color:royalblue;
}
.bs_5,.bs_6,.bs_11,.bs_16,.bs_17,.bs_21,.bs_22,.bs_27,.bs_28,.bs_32,.bs_33,.bs_38,.bs_39,.bs_43,.bs_44,.bs_49{
    background-color:green;
}
.bet_pl{
    font-weight: 700 !important;
    color: #ee9900 !important;
}
.green{
    color: green !important;
}
.red{
    color:orangered !important;
}
.is-dialog .layer-footer {
    display: none;
}
.colnopm .col{
    padding: 0;
    margin: 0;
}
.colnopm .col .table > :not(caption) > * > * {
    line-height: 2rem;
    padding: 2px 3px;

}
.winty1{
    background-image: url(/images/winty1.png);
    background-repeat: no-repeat;
    background-position: right 5rem bottom 0.6rem;
    background-size: 2.5rem 2.5rem;
}
.winty2{
    background-image: url(/images/winty2.png);
    background-repeat: no-repeat;
    background-position: right 5rem bottom 0.6rem;
    background-size: 2.5rem 2.5rem;
}
.wintytext1{
    color: #4CAF50 !important;
}
.wintytext2{
    color: #F44335 !important;
}

.thm-btn {
    border: 0;
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    border-radius: 10px;
    font-weight: 600;
    font-size: 18px;
    padding: 14px 30px;
    color: #121212;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    position: relative;
    letter-spacing: .01em
}

.thm-btn::before {
    content: '';
    position: absolute;
    top: -50%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 150%;
    height: 150%;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    background-color: #fff;
    -webkit-transition: 700ms cubic-bezier(0.52,1.64,0.37,0.66);
    transition: 700ms cubic-bezier(0.52,1.64,0.37,0.66)
}

.thm-btn::after {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 150%;
    height: 150%;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    background-color: #121212;
    -webkit-transition-duration: 700ms;
    transition-duration: 700ms;
    -webkit-transition-timing-function: cubic-bezier(0.52,1.64,0.37,0.66);
    transition-timing-function: cubic-bezier(0.52,1.64,0.37,0.66)
}

.thm-btn:hover {
    color: #fff
}

.thm-btn:hover::before {
    top: 100%
}

.thm-btn:hover::after {
    bottom: -50%
}

.thm-btn span {
    position: relative;
    color: inherit;
    z-index: 2
}

.thm-btn i {
    font-size: 12px;
    color: inherit;
    margin-left: 9px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease
}

.banner-one__btn {
    color: #fff;
    -webkit-box-shadow: 0 13px 24px rgba(229,51,42,0.3);
    box-shadow: 0 13px 24px rgba(229,51,42,0.3)
}

.banner-one__btn:hover {
    color: #121212
}

.banner-one__btn:before {
    background: linear-gradient(-43.72deg,#FFA065 6.68%,#FF5A74 76.23%)
}

.banner-one__btn:after {
    background-color: #fff
}
.main-header-one__btn {
    font-size: 14px;
    padding-top: 9px;
    padding-bottom: 9px;
    color: #fff;
    display: inline-flex;
    margin-left: 5px
}

.main-header-one__btn:hover {
    color: #121212 !important;
}

.main-header-one__btn::before {
    background-image: linear-gradient(93.28deg,#FFA065 -5.32%,#FF5A74 105.23%)
}

.main-header-one__btn::after {
    background-color: #fff
}


@media screen and (max-width:750px) {
    .main-header-one__btn {
        font-size: 12px;

        padding: 6px 9px;
        margin-left: 5px
    }
    .winty1{

        background-size: 2rem 2rem;
    }
    .winty2{

        background-size: 2rem 2rem;
    }
    .bs {
        width: 25px;
        height: 25px;
        font-size: 14px;
    }
    hr {
        margin: 0.5rem 0;

    }
    .iphoneb .card-header{
        padding: 0.3rem 1rem;
    }
    .iphoneb .card-body{
        padding: 0.8rem;
    }
    .iphoneb .input-group{
        border-bottom: 0;
        background-color: var(--bs-tertiary-bg);
        border: var(--bs-border-width) solid var(--bs-border-color);
        border-radius: 0.375rem;
    }
    .iphoneb .input-group .input-group-text {
        background-color: initial;
        border: 0;
        border-radius: 0;
    }

    .iphoneb  .input-group .form-control{
        width: 60%;
        height: 100px;
        border: 1px solid var(--bs-tertiary-bg);

    }
    .iphoneb .xsfd{
        width: 100%;
        justify-content: space-around;
    }

    .colnopm .col .table > :not(caption) > * > * {
        line-height: 1.8rem;
        padding: 2px 2px;
        font-size: 14px;
        text-align: end;
    }
    .nav-link {
        padding: 0.5rem 0.5rem;
        font-size: 0.8rem;
    }
    .icon-lg {
        height: 47px;
    }
    .icon-lg i {
        top: 25%;
        font-size: 1.3rem;
    }
    .p-3 {
        padding: 0.5rem !important;
    }
    .accordion-body {
        padding: 0 0rem;
    }
    .accordion-body .fs-5{
        font-size: 1rem !important;
    }
    .btn {
        margin-bottom: 0;
    }
    .btn-sm, .btn-group-sm>.btn {
        --bs-btn-padding-y: 0.2rem;
       --bs-btn-padding-x: 0.5rem;

    }
    .cardbtn{
        justify-content: space-around;
    }

    .cardbtn .btn {
        --bs-btn-padding-x: 0.5rem;
        --bs-btn-padding-y: 0.3rem;
        margin-bottom: 3px;
        margin-right: 3px;




    }


}

.layui-layer{
    border-radius: 0.8rem!important;
}
.layui-layer-title {
    --bs-btn-color: #000;
    --bs-btn-bg: #e91e63;
    background-color: var(--bs-btn-bg);
    transition: all 0.15s ease-in;
    color: #FFFFFF !important;
    border-top-left-radius: 0.8rem!important;
    border-top-right-radius: 0.8rem!important;

    box-shadow: 0 3px 3px 0 rgba(233, 30, 99, 0.15), 0 3px 1px -2px rgba(233, 30, 99, 0.2), 0 1px 5px 0 rgba(233, 30, 99, 0.15);
}

.layui-layer-btn .layui-layer-btn0 {
    border-color: transparent !important;
    background-color: transparent !important;
    background-image: linear-gradient(195deg, #EC407A 0%, #D81B60 100%);

    color: #fff;
}
.layui-layer-btn a {
    padding: 6px 10px !important;
    height: auto !important;
    line-height:normal !important;
}
.fixed-plugin{
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.16);
}

.form-group.has-error label {
    color: #f75444;
}
.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
    color: #f75444;
}
.form-group.has-error .form-control, .form-group.has-error .input-group-addon {
    border-color: #f75444;
    box-shadow: none;
}
.help-block{
    padding-top: 6px;
}

.n-right .msg-wrap {
    margin-left: 6px;
}
.n-error {
    color: #c33;
}
.msg-wrap, .n-icon, .n-msg {
    vertical-align: top;
}
.n-default .msg-wrap .n-icon {
    background-image: url(../assets/libs/nice-validator/dist/images/validator_default.png);
}
.n-error .n-icon {
    background-position: 0 0;
}
.n-icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    overflow: hidden;
    background-repeat: no-repeat;
}

.msg-wrap {
    display: inline-block;
    position: relative;
    white-space: nowrap;
    line-height: 16px;
    font-size: 12px;
}
.ss {
    background-color: red;

    border-radius: 3px;
    font-weight: 700;
    font-size: 14px;
    text-align: center;
    color: #000000;
    padding: 3px;

}



.ss_2c880707b4b38d84b23b9a7862715666{
    /*鼠*/
    background-color: #ffae00;
}
.ss_a933ef6a9bf8d424a75715f5075ee758{
    /*牛*/
    background-color: #90f66b;
}
.ss_5ccc31d23bc3f126addd73c0a4dfcdc5{
    /*虎*/
    background-color: #00fff7;
}
.ss_ff5e0a155e87dadbb671c1bdd1c837ee{
    /*兔*/
    background-color: #006fff;
}
.ss_ff5e0a155e87dadbb671c1bdd1c837ee{
    /*兔*/
    background-color: #903aef;
}
.ss_682570a229cbd3d67e76ad99b3152060{
    /*龙*/
    background-color: #f700ff;
}
.ss_37e76c8a4168a8c9a8c25509702490cb{
    /*蛇*/
    background-color: #43c300;
}
.ss_4e2572e0c72972309a476b0b5e33ff73{
    /*马*/
    background-color: #00ff80;
}
.ss_a136f339af8c799ea9f58e6818f14f6e{
    /*羊*/
    background-color: #8fd2fd;
}
.ss_89510ab4bde7abc73afc21e3185bed62{
    /*猴*/
    background-color: #c88ff3;
}
.ss_ef2712b1bb1f0b6a316714994a2d2d45{
    /*鸡*/
    background-color: #968aff;
}
.ss_5090e44ef940af08f45a982d87d02db4{
    /*狗*/
    background-color: #ff8a8a;
}