.main_title_content>.group .btn {
    height: 40px;
    line-height: 1.5;
}

#complete_info_btn {
    height: 40px;
    line-height: 1.5;
}

.datepicker-outter {
    flex-wrap: nowrap;
    margin-top: 8px;
}

.sc-datepicker {
    width: calc(100% - 80px);
    max-width: 144px;
    margin-top: 0px;
}

form .subtitle_info {
    display: flex;
    /* justify-content: space-between; */
    align-items: center;
    padding: 16px;
    width: 100%;
    box-sizing: border-box;
    position: relative;
    background: #fff;
    border-radius: 20px 20px 0 0;
}


.act-delete-all {
    margin-left: 10px;
    font-size: 16px;
}


.tableFixHead table tr th.pr-24,
.tableFixHead table tr td.pr-24 {
    padding-right: 24px;
}

.tableFixHead table tr th.pl-24,
.tableFixHead table tr td.pl-24 {
    padding-left: 24px;
}

table.data-table tr th.tb_bg1 {
    background: #285ee4;
}

table.data-table tr th.tb_bg3 {
    background: #2E4A8F;
}

.data-table thead tr:first-child {
    border-bottom: 1px solid #fff;
    -webkit-border-bottom: 1px solid #fff;
}

.tb-identify {
    width: 9.52%;
    min-width: 128px;
}

.tb-employee_no {
    width: 8.93%;
    min-width: 120px;
}

.tb-name {
    width: 8.93%;
    min-width: 120px;
    max-width: 120px;
}

.tb-price {
    width: 8.93%;
    min-width: 120px;
}

.tb-amount {
    width: 10.12%;
    min-width: 136px;
}

.tb-edit {
    width: 15.47%;
    min-width: 208px;
}


.process_bar {
    position: relative;
    top: 8px;
}

.process_bar ul {
    width: 500px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 0;
}

.process_bar ul:before,
.process_bar ul:after {
    content: '';
    position: absolute;
    height: 2px;
    top: 3px;
    background-color: #dbdbdb;
    z-index: -1;
}

.process_bar ul:before {
    width: calc(50% - 64px);
    left: 48px;
}

.process_bar ul:after {
    width: calc(50% - 64px);
    left: calc(50% + 16px);
}

.process_bar ul li {
    font-size: 18px;
}

.process_bar ul li a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: auto;
}

.process_bar ul li a .num {
    width: 8px;
    height: 8px;
    background-color: transparent;
    border: 2px solid #dbdbdb;
    border-radius: 50%;
    margin-bottom: 8px;
}

.process_bar ul li a .text {
    height: 30px;
    font-weight: 500;
    color: #dbdbdb;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}

.process_bar ul li a.active .num {
    background: #658ae6;
    border: 2px solid #658ae6;
}

.process_bar ul li a.active .text {
    color: #285ee4;
}

/* 當前步驟的連接線條顏色變化 */
.process_bar ul.step-2:before,
.process_bar ul.step-3:before {
    background-color: #285ee4;
}

.process_bar ul.step-3:after {
    background-color: #285ee4;
}

@media screen and (max-width:1480px) {
    .process_bar {
        width: 100%;
        margin-top: 24px;
        margin-bottom: 24px;
    }

    #complete_info_btn {
        position: absolute;
        right: 0;
        top: 0;
    }

    .process_bar ul {
        width: 100%;
    }
}

@media screen and (max-width:768px) {
    #complete_info_btn {
        position: relative;
    }
}

@media screen and (max-width:600px) {
    .main_title .title {
        flex-wrap: wrap;
    }

    #complete_info_btn {
        width: 100%;
    }

}