  .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);
    }

    .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%;
    }

    .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 40px;
        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));
    }
    .w40{
        width: 40%;
        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;
    }
    .time-duration {      
        overflow-x: auto;
        white-space: nowrap;
        padding: 1rem 1rem 1rem 1rem;      
    }
    

     #scrollContainer::-webkit-scrollbar {
      display: none;                  /* Chrome/Safari */
    }
	
	/* Overlay background */
            .overlay {
                position: fixed;
                top: 0;
                left: 0;
                height: 100vh;
                width: 100vw;
                background-color: rgba(0, 0, 0, 0.5);
                display: flex;
                justify-content: center;
                align-items: flex-end;
                z-index: 1000;
                opacity: 0;
                visibility: hidden;
                transition: opacity 0.3s ease;
            }

            .overlay.active {
                opacity: 1;
                visibility: visible;
            }

            /* Popup box */
            .popup {
                background: #fff;
                padding: 20px;
                width: 100%;
                max-width: 500px;
                border-radius: 12px 12px 0 0;
                box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.2);
                transform: translateY(100%);
                transition: transform 0.3s ease;
                position: relative;
            }

            .overlay.active .popup {
                transform: translateY(0);
            }

            /* Close button */
            .close-btn {
                position: absolute;
                top: 10px;
                right: 15px;
                font-size: 20px;
                background: none;
                border: none;
                cursor: pointer;
                color: #333;
            }

            .close-btn:hover {
                color: red;
            }

            .bottombtn {
                padding: 1rem;
                background: #333;
                color: #fff;
                border: none;
            }

            .buttonlist {
                padding: .5rem 1.5rem .5rem .5rem;
                border: none;
                background: #ddd;
                border-radius: 10px;
                position: relative;
                margin-right: 1rem;
                margin-top: 1rem;
            }

            .buttonlist b {
                background: #ddd;
                position: absolute;
                right: 0;
                width: 18px;
                border-radius: 100px;
                top: -4px;
                right: -7px;
                line-height: 18px;
            }
            .buttonlist span{
                background: #f61717;
    color: #fff;
    padding: 0px 6px;
    border-radius: 4px;
            }

   