 .oddevenbox {
        width: 50%;
        text-align: center;

    }

    .borderorange {
        border: 2px solid rgb(213, 115, 0);
    }

    .borderblue {
        border: 2px solid rgb(0, 135, 212);
    }

    .bordergreen {
        border: 2px solid rgb(103, 165, 25);
		
    }

    .bgrred {
        background-color:#FF0000;
    }
	
	.bgrorange {
        background-color:#FF6600;
    }

    .bgrblue {
        background-color:#0033CC;
    }

    .bgrgreen {
        background-color:#00CC66;
    }

    .borderred {
        border: 2px solid rgb(213, 0, 0);
    }

    .bordergreen {
        border: 2px solid rgb(103, 165, 25);
    }

    .orcircle {
        display: inline-block;
        width: 10px;
        height: 10px;
        border-radius: 100px;
        background: rgb(213, 115, 0);
    }

    .bluecir {
        display: inline-block;
        width: 10px;
        height: 10px;
        border-radius: 100px;
        background: rgb(0, 135, 212);
    }

    .recircle {
        display: inline-block;
        width: 10px;
        height: 10px;
        border-radius: 100px;
        background: red;
    }

    .grecircle {
        display: inline-block;
        width: 10px;
        height: 10px;
        border-radius: 100px;
        background: rgb(103, 165, 25);
    }

    .bordetopsm {
        border-top: 1px solid rgb(233, 236, 245);
    }

    .priced {
        width: 20%;
    }

    .priced_2 {
        width: 8%;
    }

    .orangetext {
        color: rgb(213, 115, 0);
    }

    .bluetext {
        color: rgb(0, 135, 212);
    }

    .retext {
        color: rgb(213, 0, 0);
    }

    .greetext {
        color: rgb(103, 165, 25);
    }

    .smtextcir {
        font-size: 11px;
    }

    #customeTab2 .nav-item {
        width: auto;
    }

    #myTab2 .nav-item {
        width: 32.5%;

    }

    #myTab2 .nav-tabs .nav-item.show .nav-link,
    .nav-tabs .nav-link.active {
        border-bottom: 2px solid green;
    }

    .cir_orage {
        background: rgb(213, 115, 0);
        color: #fff;
        width: 25px;
        height: 25px;
        display: inline-block;
        border-radius: 100px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .cir_blue_sky {
        background: rgb(0, 135, 212);
        color: #fff;
        width: 25px;
        height: 25px;
        display: inline-block;
        border-radius: 100px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .twocoltable,
    .tab2bg {
        border-top: 1px solid #ccc;
    }

    .twocoltable .div-table-row .div-table-cell:nth-child(1) {
        width: 55%;


    }

    .nav-tabs .nav-item.show .nav-link,
    .nav-tabs .nav-link.active {
        background: none;
    }

    .text-right {
        text-align: right;
        justify-content: right;
        display: flex;
    }

    .dig_footer {
        padding: 10px;
        background: #fff;
        position: fixed;
        bottom: 0;
        width: 400px;
        box-shadow: 0px 0 4px 0px #ccc;
    }

    .btnnone {
        background: none;
        border: none;
    }

    .bgred {
        background-color: rgb(213, 0, 0);
        color: white;
        padding: 2px 5px;
        border-radius: 5px;
    }

    .redclr {
        color: rgb(213, 0, 0);
    }

    .pop_green_btn {
        background: #1BB458;
        color: #fff;
    }

    .pop_blue_btn {
        background: #228BA3;
        color: #fff;
    }

    .pop_blue2_btn {
        background: #2047AC;
        color: #fff;
    }

    .pop_purple_btn {
        background: #A538B7;
        color: #fff;
    }

    .pop_grey_btn {
        background: #5F6975;
        color: #fff;
    }

    .btn_sm {
        border: none;
        padding: 8px 20px;
        border-radius: 5px;
        box-shadow: 2px 5px 0px 0px #ccc;
        font-size: 16px;
    }

    .rd20 {
        border-radius: 10px;
    }

    .hfixed {
        height: 350px;
        overflow: auto;
    }

    .anprice button {
        background: #5F6975;
        border: none;
        padding: 5px 8px;
        border-radius: 100px;
        color: #fff;
        font-weight: 600;
        font-size: 16px;
        white-space: nowrap;
    }

    .anprice {
        overflow: auto;
        padding: 8px 8px 8px 50px;
        background: #F7F9FF;
    }




    .bssection {
        background: #E9ECF5;
        padding: 10px;
    }

    .marrow {
        padding: 0 3rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .sqrow {

        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 0;

    }

    .sqrow .sqcol {
        border-top: 1px solid #ccc;
        border-right: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        border-left: 1px solid #ccc;
        padding: 0;
        width: 33px;
        height: 33px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .sqrow .sqcol span {
        background: orange;
        width: 25px;
        height: 25px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 100px;
        color: #fff;
    }

    .orangedark span {
        background: rgb(213, 115, 0) !important;
    }

    .sqrow .sqcol:nth-last-child {
        border-right: none !important;
    }

    .w30 {
        width: 30%;
        background: #fff;
        padding: 1rem 1rem;
        border-radius: 5px 15px 5px 5px;
        border-top: 5px solid #fff;
        display: flex;
        gap: 10px;
        justify-content: center;
        align-items: center;

    }

    .bggreynew {
        background: linear-gradient(rgb(183, 175, 175), rgb(218, 206, 206));
    }

    .w30:hover {
        width: 30%;
        background: linear-gradient(rgb(183, 175, 175), rgb(218, 206, 206));
        padding: .5rem 1rem;
        border-radius: 5px 15px 5px 5px;
        border-top: 5px solid green;
    }

    .bordertop {
        border-top: 1px solid #333;
        margin-top: 1rem;
    }

    .bordertop .lotleft {
        padding-top: 1rem;
        border-right: 1px solid #333;
        width: 50%;
    }

    .wspace {
        width: 60%;
    }

    .ms {
        width: 32px;
    }

    .bge {
        background: #D5CECE;
    }

    .bordertop .lotright {
        padding-top: 1rem;
    }

    .selectblock {

        align-content: center;
        justify-content: center;
        align-items: center;
        margin-top: 5px;
        border-radius: 5px;
        padding: 3px 8px;
        width: 55px;
    }

    .mlst {
        flex-direction: column;
        gap: 10px;
    }

    .bichart {
        width: 32.0%;
        background: #EFF1F7;
        padding: 10px;
        border-radius: 5px;
    }

    .tab2bg {
        background-image: linear-gradient(rgb(255, 255, 255), rgb(246, 247, 250));
    }
	
	 .bggrey {
                            padding: 10px 10px;
                        }

                        .pricebtn {
                            background: #5F6975;
                            padding: 4px 17px;
                            display: inline-block;
                            border-radius: 100px;
                            color: #fff;
                        }

                        .pricebtn_1:hover {
                            background: #5F6975;
                            padding: 4px 17px;
                            display: inline-block;
                            border-radius: 100px;
                            color: #fff;
                        }

                        .oddevenbox_circle {
                            width: 40px;
                            text-align: center;
                            height: 40px;
                            border-radius: 100px;
                        }

                        .ovright {
                            display: flex;
                            flex-wrap: wrap;
                            gap: 10px 10px;
                        }

                        .bggrey_2 {
                            padding: 10px 10px;
                            display: flex;
                            align-items: center;
                            font-weight: 400;
                            background: #F5F6FA;
                        }
                        .gy1{
                            background: #DFE3EE;
                        }
                         .gy2{
                            background: #E7E9F5;
                        }
						
						
    .sport_book_main {
        display: flex;
        justify-content: space-between;
        padding: 1rem;
        width: 100%;
        background: #fafafa;
        gap: 1rem;
        margin: 0 auto;
    }

    .sbmbox {
        background: #fff;
        border-radius: 5px;
        padding: .5rem;
    }

    .sbm_left {
        width: 50%;
         text-align: center;
    }

    .sbm_left p {
        margin: 0;
        line-height: 18px;
       
    }

    .sbm_right {
        text-align: left;
        width: 50%;
        text-align: center;
    }
    .timering{
        display: flex;
        margin: 0;
        padding: 0;
        gap:5px;
         margin-top: .5rem;
    }
    .timering li{
        padding: 0;
        list-style: none;
        width: 30px;
        height: 30px;
        background: #000;
        color: #fff;
        text-align: center;
        border-radius: 3px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
