body{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
ol{
    padding: 0;
    margin: 0;
}
.lft_clumn ol{
    padding: 0;
}
li{
    list-style: none;
}
.main__headin{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.tckt_btns{
    padding: 10px 20px;
    width: 100%;
    background-color: #000;
    border: none;
    color: #fff;
    border-radius: 10px;
    font-weight: 500;
    margin-bottom: 20px;
}
.left_flixable_clumn .lft_tble{
    display: flex;
    justify-content: space-between;
    padding: 10px;
    border-bottom: 1px solid #ddd;
    align-items: center;
}
.left_flixable_clumn{
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
    margin-bottom: 20px;
}


.lft_tble span{
    font-weight: 500;
}
.lft_tble .number_circle{
    padding: 5px 10px;
    border-radius: 5px;
}
.color_z{
    background-color: #DE3F4E;
}
.color_y{
    background-color: #FFC107;
}
.color_x{
    background-color: #90EE90;
}


.tsble_toper{
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-top: 15px;
    
}
.table_serc input{
    border: 1px solid #ddd;
    outline: none;
    padding: 5px 10px;
}
.table_serc .srcIcon{
    height: 36px;
    border: none;
    background-color: #007BFF;
    color: #fff;
    padding: 0px 10px;
   text-align: center;
}
.table_tpr2{
    display: flex;
    justify-content: space-between;
    padding: 10px 0px;
    border-bottom: 1px solid #ddd;
}
.lft_icon_set{
    display: flex;
    gap: 5px;
    align-items: center;
}
.right_iconset{
    display: flex;
    align-items: center;
    gap: 5px;
}
.lft_icon_set .form-check{
    display: flex;
    justify-content: center;
    align-items: center;
}
.rigtt_icon_set2 button{
    background-color: #6C757D;
    border: none;
    padding: 5px;
    border-radius: 5px;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sect_table table{
    width: 100%;
}
.check_width{
    width: 50px;
}
.middle_icon_data{
    width: 100px;
}
.sect_table table tr td{
   padding: 10px 10px;
}
.sect_table table tr:nth-child(even){
    background-color: #ddd;
}
.main_table_body_section{
    border-top: 2px solid #007BFF;
    border-radius: 7px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
    padding: 10px;
}

#Tab2 {
    display: block;
}

#Tab3 {
    display: none;
}

#Tab4 {
    display: none;
}

#Tab5 {
    display: none;
}