.input_group input[readonly],
.input_datepicker input[disabled] {
    background: #dbdbdb;
}

.input_group input[disabled] {
    cursor: not-allowed;
}

.input_group input[data-role="amount"] {
    text-align: right;
    text-align-last: right;
}

.input_group .input_datepicker>input[type="text"][disabled] {
    cursor: not-allowed;
}

.contents{
max-width: 1396px;
}

.main_title .main_title2_set_title {
    align-items: start;
}

.main_title .action .btn {
    min-width: 120px;
    height: 40px;
    border-width: 2px;
    font-size: 18px;
    font-weight: bold;
}

.main_title .btn_group {
    display: flex;
}

.main_title .btn_group .btn {
    width: 150px;
}

.main_title .btn_group>.group {
    margin-left: 16px;
    text-align: center;
}

.main_title .btn_group>.group>p {
    margin-top: 8px;
}


.item_row{
    display: flex;
    gap: 24px;
}

.item_wrap {
    min-width: 311px;
    margin-bottom: 24px;
}

.item_header {
    width: 100%;
    min-height: 44px;
    padding: 8px 16px;
    background: #2e4a8f;
    border-radius: 15px 15px 0 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 8px
    ;
}

.item_header span{
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}

.item_body {
    width: 100%;
    background: #fff;
    padding: 24px 16px;

}

.opening_account_set_content .item_body{
    border-radius: 0 0 15px 15px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}

.item_main {
    position: relative;
}

.opening_account_set_content{
    width: 100%;
    max-width: 686px;
}

.account_set_content{
    width: 100%;
    max-width: 686px;
}

.calculate_pad {
    padding: 8px 16px;
    border-radius: 8px;
}

.item_header span.calculate_pad {
    font-size: 16px;
    font-weight: normal;
    background-color: #bacbf6;
    color: #000;
}

.area{
    width: 100%;
}

.area .input_control{
    width: 100%;
}

.area .input_control .input_group:last-child{
    margin-bottom: 0;
}

.input_group.amount-input::before {
    content: "$";
    position: absolute;
    font-size: 16px;
    z-index: 1;
}

.input_group.amount-input input {
    padding-left: 30px;
}

.account_set_content .input_group.amount-input::before{
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
}

.account_set_content .item_body{
    padding: 0 0;
}

.table-item_main{
    width: 100%;
}

.table-item_title{
    width: 100%;
    height: 64px;
    padding: 12px 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.item_title{
    display: inline-block;
}

.item_title>span{
    font-size: 20px;
    font-weight: bold;
    margin-right: 4px;
}

.item_title >span.strong_text{
    font-size: 40px;
}

.item_body .calculate_pad{
    display: inline-block;
    height: 31px;
    font-size: 16px;
}

.item_thead_tr,.item_tbody_tr
{
    display: flex;
}

.body-item_th{
    width: 50%;
    text-align: center;
    padding: 12px 16px;
}


.item_tbody_tr + .item_tbody_tr{
    border-top: 1px solid #efefef;
}


.body-item_td{
    width: 50%;
    text-align: center;
    padding: 12px 8px;
    background-color:#fff ;
}

.body-item_td .input_group {
    margin-bottom: 0;
}

.body-item_delete_th {
    width: 36px;
    padding: 0;
}

.body-item_delete_td {
    width: 36px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.body-item_delete_td .btn {
    color: #000;
    padding: 0;
}

.item_tfoot_tr {
    border-top: 1px solid #efefef;
}

.foot-item_td {
    width: 100%;
    text-align: center;
    padding: 12px 16px;
    background-color: #fff;
}

.foot-item_td .btn {
    border-width: 2px;
    height: 40px;
    font-size: 18px;
    font-weight: bold;
}

.area2 .table-item_title{
    color: #fff;
    background-color: #285ee4;

}

.area2 .calculate_pad{
    color: #fff;
    background-color: #658ae6;
}

.area2 .body-item_th{
    background-color: #e6edff;
}

.area3 .table-item_title{
    color: #000;
    background-color: #ffe607;

}

.area3 .calculate_pad{
    color: #000;
    background-color: #ecd400;
}

.area3 .body-item_th{
    background-color: #fffbd9;
}

@media screen and (max-width:1024px) {
    .item_row{
        flex-direction: column;
    }

    .opening_account_set_content,
    .account_set_content{
        max-width: 100%;
    }

    .body-item_td{
        padding: 12px 8px;
    }
}

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

    .main_title2_set_title {
        width: 100%;
    }
}

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

    .guide_group,
    .guide_group .button {
        width: 100%;
    }


    .main_title .action,
    .main_title .action .btn {
        width: 100%;
    }

    .main_title .btn_group {
        flex-direction: column;
    }

    .main_title .btn_group>.group {
        margin-left: 0;
        margin-top: 8px;
    }

    .main_title .btn_group .btn {
        width: 100%;
        margin-top: 8px;
    }
}