.act_btn {
    display: inline-block;
    height: 26px;
    font-size: 14px;
    font-weight: 400;
    padding: 6px 16px;
    margin-bottom: 0;
    /* box-shadow: 2px 4px 10px 0 rgba(4, 128, 128, 0.25); */
    box-sizing: border-box;
    line-height: 1;
}

.btn.btn-light-success {
    color: #fff;
    background: #658ae6;
}

.btn.btn-light-success:hover {
    color: #fff;
    background: #2E4A8F;
}

.btn.btn-light-success:focus,
.btn.btn-light-success:active {
    color: #fff;
    background: #2E4A8F;
    transform: scale(.98);
}

.act-disabled {
    cursor: not-allowed;
    background-color: #C6C6C6;
}

/* .act-disabled:hover,
.act-disabled:focus,
.act-disabled:active {
    cursor: not-allowed;
    background-color: #C6C6C6;
} */

   /* -- 已收付款不顯示checkbox --*/
   .sc-chk_content .chk_box {
    display: block;
    font-size: 18px;
    color: #285ee4;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    letter-spacing: 1px;
    height: 40px;
    box-sizing: border-box;
    position: relative;

    padding: 10px 16px 8px 50px;
    /* margin-right: 16px; */
    border-radius: 24px;
    border: 2px solid transparent;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .16);
}

.chk_box {
    background: #fff;
}

.sc-chk_content .chk_box:hover {
    background: #fff;
    border: 2px solid #285ee4;
}


.sc-chk_content .chk_box input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/*checkbox位置設定*/
.sc-chk_content .chk_box .outter {
    position: absolute;
    left: 8px;
    top: 1px;
    padding-top: 5px;
    padding-left: 5px;
    border-radius: 50%;
    width: 34px;
    height: 34px;
    transition: .3s;
}

.sc-chk_content .chk_box input:checked~.outter .checkmark:after {
    display: block;
    border-color: #fff;
}

.sc-chk_content .chk_box .checkmark {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 8px;
    left: 8px;
    border: 2px solid #285ee4;
    border-radius: 3px;
    z-index: 2;
    background: #fff;
}

.sc-chk_content .chk_box input:checked~.outter .checkmark {
    background: #285ee4;
}

.sc-chk_content .chk_box .checkmark:after {
    content: "";
    position: absolute;
    display: none;
    left: 7px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid #285ee4;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

textarea[name="description"] {
            width: 100%;
            /* min-height: 36px; */
            /* max-height: 180px; */
            padding: 4px 12px;
            box-sizing: border-box;
            border: 1px solid #c6c6c6;
            border-radius: 8px;
            background: #fff;
            font-size: 18px;
            text-align: left;
            color: #3d3d3d;
            outline: none;
            overflow-y: auto;
            resize: vertical;
            box-sizing: border-box;
        }

.reimbursement_list {
    width: 100%;
    max-width: 1720px;
    min-width: 343px;
}

.reimbursement_list .main_title {
    position: relative;
    justify-content: space-between;
}

.reimbursement_list .btn_create {
    width: 180px;
    height: 44px;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.reimbursement_list .tableFixHead {
    width: 100%;
    min-width: 311px;
    min-height: 484px;
    scrollbar-width: auto;
    overflow: auto;
    border-radius: 15px;
    background: #fff;
}

.reimbursement_list table thead {
    background: #285ee4;
}

.reimbursement_list table.data-table tr th,
.reimbursement_list table.data-table tr td {
    height: 44px;
}

/* .reimbursement_list table tbody tr:last-child {
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
} */

.reimbursement_list .tb-name {
    width: 8.2%;
    min-width: 124px;
    max-width: 124px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.reimbursement_list .tb-date {
    width: 8.34%;
    min-width: 126px;
}

.reimbursement_list .tb-reason {
    width: 16.93%;
    min-width: 256px;
    max-width: 256px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.reimbursement_list .tb-amount {
    width: 7.67%;
    text-align: right;
    min-width: 116px;
}

.reimbursement_list .tb-note {
    width: 14.3%;
    min-width: 216px;
    max-width: 216px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.reimbursement_list .tb-statu {
    width: 5.29%;
    min-width: 80px;
}

.reimbursement_list .tb-edit {
    /* width: 14.5%; */
    min-width: 280px;
}

.reimbursement_review_list .tb-edit {
    /* width: 14.5%; */
    min-width: 360px;
}

@media screen and (max-width:450px) {
    .reimbursement_list .main_title {
        flex-direction: column;
        align-items: start;
    }

    .reimbursement_list .main_title h3 {
        margin-bottom: 16px;
    }

    .reimbursement_list .main_title .action {
        width: 100%;
    }

    .reimbursement_list .btn_create {
        width: 100%;
    }
}

.nodata_content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 40px auto;
}

.nodata_content img {
    width: 343px;
    height: 300px;
}

.nodata_content>span {
    color: #6a6a6a;
    font-size: 20px;
    margin-top: 8px;
}

/* modal */
.modal .input_group {
    position: relative;
}

.modal .input_group .valid_msg {
    position: absolute;
    bottom: -18px;
    right: 4px;
    font-size: 14px;
    color: red;
    display: none;
}

.type_textarea.modal .input_group textarea[name="description"] {
    min-height: 180px;
    max-height: 180px;
    resize: none;
}

.type_textarea.modal .input_group.error textarea[name="description"] {
    border: 1px solid red;
}

.modal .input_group.error .valid_msg {
    display: block;
}

.input_group {
    width: 100%;
    position: relative;
    margin-bottom: 24px;
    text-align-last: left;
}

.input_group label {
    display: block;
    margin-bottom: 8px;
}

.input_group input {
    width: 100%;
    height: 36px;
    padding: 4px 12px;
    box-sizing: border-box;
    border: 1px solid #c6c6c6;
    border-radius: 8px;
    background: #fff;
    font-size: 18px;
    text-align: left;
    color: #3d3d3d;
    outline: none;
}

#ex_send_modal .input_group {
    width: 100%;
    position: relative;
    margin-bottom: 24px;
    text-align-last: left;
}

#ex_send_modal .input_group label {
    display: block;
    margin-bottom: 8px;
}

#ex_send_modal .input_group input {
    width: 100%;
    height: 36px;
    padding: 4px 12px;
    box-sizing: border-box;
    border: 1px solid #c6c6c6;
    border-radius: 8px;
    background: #fff;
    font-size: 18px;
    text-align: left;
    color: #3d3d3d;
    outline: none;
}

#ex_send_modal .input_group.error input {
    border: 1px solid red;
}

#ex_send_modal.modal .input_group label {
    margin-bottom: 24px;
    position: relative;
}

#ex_send_modal.modal .input_group input {
    color: #285ee4;
    padding: 4px 40px 4px 12px;
}

#ex_send_modal.modal .input_group label::after {
    content: url(../../../../../v2/images/components/btn_type/date_b_30.svg);
    width: 30px;
    height: 30px;
    position: absolute;
    right: 4px;
    bottom: 2px;
}


.modal .action .btn{
    width: 150px;
    height: 40px;
    font-size: 16px;
}