.list_table table {
  border-collapse: collapse;
  width: 100%;
}

.list_table td,.list_table th {
    border: 1px solid #dddddd;
    text-align: center;
    padding: 10px 8px;
}
.list_table thead tr {
    background-color: #9c9c9c;
    color: #000;
    font-weight: 800;
    font-size: 18px;
}
.list_table tbody tr:nth-child(odd) {
  background-color: #fff;
}
.tracking_row input {
    width: 100%;
    height: 40px;
    padding: 0 10px;
    font-size: 16px !important;
   
}
.tracking_row button.submit {
    width: 120px;
    height: 45px;
    font-size: 22px;
    line-height: 0;
    padding: 0 !important;
    margin: 30px 0 0 !important;
    background: #ccc;
    font-weight: 700;
    cursor: pointer;
}
.wrap.tracking_row {
    width: 60%;
}
.wrap.tracking_row_list{
    width: 99%;
}
.list_table td a {
    margin: 0px 3px;
    line-height: 2;
}
.list_row {
    font-size: 16px;
    color: #000;
    font-weight: 400;
}
.popup_row {
    position: fixed;
    top: -200%;
    left: 0;
    right: 0;
    bottom: 0;
    height: fit-content;
    transition: 1s;
}
.popup_col table {
    width: 100%;
    margin: auto;
}
.popup_col tr th {
    width: 20%;
    font-size: 18px;
}
.popup_col tr {
    margin: 10px 0 !important;
    line-height: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.popup_col tr td {
    width: 50%;
}
.popup_col tr td input {
    width: 100%;
    height: 50px;
    font-size: 17px;
    color: #000;
}
.popup_col button.submit {
    width: 165px;
    background: #bababa;
    font-size: 18px;
    padding: 0 !important;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 15px auto;
    font-weight: 600;
    cursor: pointer;
}
.popup_col h1 {
    text-align: center;
}
tr.btn_uadate {
    width: 37%;
    margin: auto !important;
}
.popup_col {
    background: #ffffff;
    margin: auto;
    padding: 45px 0;
    width: 50%;
}
.popup_row_show{
    top: 0 !important;
}
.popup_row textarea {
    width: 100% !important;
    height: 120px;
    resize: none;
    font-size: 17px;
    color: #000;
}
tbody.serach_row_body {
    display: flex;
    align-items: center;
}
.list_table td:nth-child(1), .list_table th:nth-child(1) {
    width: 2%;
}   
.list_table td:nth-child(9), .list_table th:nth-child(9) {
    width: 5%;
}
.list_table td:nth-child(8), .list_table th:nth-child(8) {
    width: 25%;
}
ul.serach_row_ul {
    display: flex;
    align-items: center;
}
li.serach_row_li {
    width: 25%;
    margin: 0 10px 30px;
}
.search_title {
    font-size: 18px;
    color: #000;
    font-weight: 600;
    text-transform: capitalize;
    padding-bottom: 15px;
}
.serch_field select {
    width: 100%;
    height: 40px;
    font-size: 16px;
}
.search_btn {
    width: 100px;
    height: 40px;
    margin-top: 30px;
    font-size: 16px;
    color: #000;
    text-transform: capitalize;
    font-weight: 600;
    border: 1px solid #000;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}
.cs_app_btn_main_box{
    padding: 20px !important;
}
.cs_app_btn_main_box .cs_approved{
    padding: 10px 20px;
    background-color: #449d44;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.6s ease;
}
.cs_app_btn_main_box .cs_disapproved{
    padding: 10px 20px;
    background-color: #d9534f;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.6s ease;
}
.cs_app_btn_main_box .cs_approved:hover,.cs_app_btn_main_box .cs_disapproved:hover{
    background-color: #000;
}
