.modal_calculator_simulation {
    display: none; 
    position: fixed;
    z-index: 999;
    padding: auto;
    left: 0;
    top: 0;
    width: 100%; 
    height: 100vh;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}

.modal-content_calculator_simulation {
    position: absolute;
    top: 1%;
    left: 20%;
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 60%;
}

.modal_header_calculator_simulation {
    text-align: center;
    margin: 25px 0px;
}

.title_header_calculator_simulation {
    font-size: 25px;
    font-weight: bold;
}

.text_header_calculator_simulation {
    margin-top: -10px;
}

.body_calculator_simulation {
    display: flex;
    justify-content: center;
    width: 100%;
}

.column_calculator_simulation {
    width: 50%;
}

.field_form_calculator_simulation {
    width: 100%;
    padding: 5px 20px;
}

.text_muted_field_calculate_simulation {
    color: rgba(51, 51, 51, 0.8);
    font-size: 11px;
}

.label_form_calculator_simulation {
    font-weight: bold;
    font-size: 16px;
    color: rgba(51, 51, 51, 0.8);
    /* margin-left: 20px; */
}

.select_form_calculator_simulation {
    width: 100%;
    height: 25px;
    margin-top: 15px;
    border: 0;
    font-size: 14px;
    color: rgba(51, 51, 51, 0.8);
}

#harga_product:focus,
#nominal_dp:focus {
    outline-width: 0;
}

.border_form_calculator_simulation {
    border: 1px solid rgba(0, 0, 0, 0.35);
    margin-top: -1px;
}

.btn_calculator_simulation {
    background: #e40916;
    color: #fff;
    display: inline-block;
    font-weight: bold;
    font-size: 16px;
    padding: 10px 30px;
    text-transform: uppercase;
    transition: .25s;
    margin-top: 5px;
    /* margin-bottom: 7px; */
    border: 0;
    cursor: pointer;
}


.close_calculator_simulation:hover,
.close_calculator_simulation:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

/* Data Diri Modal */
.data_diri_modal_calculator_simulation {
    padding: auto;
    left: 0;
    top: 0;
    width: 100%;
  }

  .data_diri_modal-content_calculator_simulation {
    top: 13%;
    left: 20%;
    margin: auto;
    padding: 20px;
    width: 100%;
  }

  .data_diri_modal_header_calculator_simulation {
    text-align: center;
    margin: 20px 0px;
  }
  .data_diri_title_header_calculator_simulation {
    font-size: 22px;
    font-weight: bold;
  }

  .data_diri_text_header_calculator_simulation { 
    margin-top: -15px;
    font-size: 12px;
  }

  .data_diri_body_calculator_simulation {
    display: flex;
    justify-content: center;
    width: 100%;
  }

  #data_diri_form_credit_simulasi {
      width: 100%;
  }

  .data_diri_column_calculator_simulation {
    width: 50%;
  }

  .data_diri_field_form_calculator_simulation {
    width: 100%;
    padding: 5px 20px;
  }

  .data_diri_text_muted_field_calculate_simulation {
    color: rgba(51, 51, 51, 0.8);
    font-size: 11px;
  }

  .data_diri_label_form_calculator_simulation {
    font-weight: bold;
    font-size: 16px; 
    color: rgba(51, 51, 51, 0.8);
    /* margin-left: 20px; */
  }

  .data_diri_select_form_calculator_simulation {
    font-family: 'SuzukiPRO';
    width: 100%;
    height: 25px;
    margin-top: 15px;
    border: 0;
    font-size: 12px;
    color: rgba(51, 51, 51, 0.8);
  }

  .select2-container .select2-selection--single {
    /* border-bottom: solid 1px #BDBDBD !important; */
    color: rgba(51, 51, 51, 0.8) !important;
    height: 40px !important;
    font-size: 12px !important;
    border: 0 !important;
    /* border-bottom: solid 1px #BDBDBD !important; */
}

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 48px !important;
        font-size: 12px !important;
        color: rgba(51, 51, 51, 0.8) !important;
    }

    .select2-container--default .select2-selection--single .select2-selection__rendered:focus {
        outline: none;
    }

    .select2-container--default .select2-selection--single .select2-selection__placeholder {
        color: rgba(51, 51, 51, 0.8) !important;
        font-size: 12px !important;
    }

    .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
        background-color: #ddd !important;
    }

    .select2-container--default .select2-search--dropdown .select2-search__field {
        border: 0;
        /* border-bottom: 1px solid #aaa; */
        font-size: 12px !important;
        color: rgba(51, 51, 51, 0.8) !important;
    }

    .select2 .select2-container .select2-container--default .select2-container--above .select2-container--open {
        border: 0 !important;
    }

    .select2 .select2-container .select2-container--default .select2-container--above .select2-container--focus {
        border: 0 !important;
    }

    .select2-container--default .select2-search--dropdown .select2-search__field:focus {
        outline: none;
    }

    .select2-container--default .select2-selection--single .select2-selection__arrow {
        top: 10px !important;
    }

    .select2-results__option {
        color: rgba(51, 51, 51, 0.8) !important;
        font-size: 12px !important;
    }

  .data_diri_border_form_calculator_simulation {
    border: 1px solid rgba(0, 0, 0, 0.35);
    margin-top: 0px;
  }

  .data_diri_footer_calculator_simulation {
    text-align: center;
  }

  .data_diri_btn_calculator_simulation {
    background: #De0039 ;
    color: #fff;
    display: inline-block;
    font-weight: bold;
    font-size: 12px;
    padding: 10px 30px;
    text-transform: uppercase;
    transition: .25s;
    margin-top: 5px;
    /* margin-bottom: 7px; */
    border: 0;
    cursor: pointer;
  }

  .data_diri_close_calculator_simulation {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
  }

  .data_diri_close_calculator_simulation:hover,
  .data_diri_close_calculator_simulation:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
  }

/* Result Modal */
.result_modal_calculator_simulation {
    display: none;
    position: fixed;
    z-index: 999;
    padding: auto;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}

.result_modal-content_calculator_simulation {
    position: absolute;
    top: 1%;
    left: 20%;
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 60%;
}

.result_modal_header_calculator_simulation {
    text-align: center;
    margin: 25px 0px;
}

.result_title_header_calculator_simulation {
    font-size: 25px;
    font-weight: bold;
}

.result_text_header_calculator_simulation {
    margin-top: -10px;
}

.result_body_calculator_simulation {
    width: 100%;
}

.result_close_calculator_simulation {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.result_column_calculator_simulation {
    width: 50%;
    padding: 10px;
}

.result_close_calculator_simulation:hover,
.result_close_calculator_simulation:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

#modal_result_footer_calculator_simulation {
    margin: 15px 0;
    text-align: center;
}

#btn_submit_form_result {
    border: 0 !important;
}

.list_text_modal_simulasi {
    font-size: 12px;
    margin-left: -10px;
}

.table-simulation td {
    padding: .5rem 0;
    border-bottom: 1px solid #000
}

.table-simulation td:first-child {
    font-weight: bold;
}

/* Style the tab */
.tab_result_credit {
    width: 70%;
    display: flex;
    margin-top: -10px;
    margin-left: auto;
    margin-right: auto;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-bottom: 1px solid #000;
    border-bottom-width: thin;
}

/* Style the buttons inside the tab */
.tab_result_credit button {
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    background-color: inherit;
}

/* Change background color of buttons on hover */
.tab_result_credit button:hover {
    color: #000;
    font-weight: bold;
}

/* Create an active/current tablink class */
.tab_result_credit button.active {
    color: #000;
    font-weight: bold;
}

/* Style the tab content */
.tabscontent_result_credit {
    display: none;
    padding: 6px 12px;
}

.table_result_calculate {
    border-collapse: collapse;
    width: 100%;
    margin-top: 10px;
}

.table_result_calculate td,
.table_result_calculate th {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: center;
    font-size: 13px;
}

.table_result_calculate tr:nth-child(even) {
    background-color: #f2f2f2;
}

.table_result_calculate tr:hover {
    background-color: #ddd;
}

.table_result_calculate th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: center;
    background-color: #fff;
    color: #000;
}

.td-credit-table {
    font-weight: bold;
}

#text-desc-result-credit {
    display: flex;
}

#text-desc-result-credit h4 {
    width: 50%;
    font-size: 10px;
    padding-left: 12px;
    margin-top: 4px;
}

#text-desc-result-credit #text-right {
    text-align: right;
    padding-right: 12px;
}

#text-desc-credit-ul {
    font-size: 10px;
    margin-left: -15px;
    margin-top: -9px;
}


hr.garis {
    width: 85%;
    margin-top: 0 !important;
    border: 1px solid;
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(189, 189, 189, 0), #BDBDBD, rgba(189, 189, 189, 0));
}

.btn-kirim {
    padding-left: 83px;
    padding-right: 83px;
    margin-bottom: 65px;
}

#form-target {
    text-align: center;
}

.text-danger {
    color: #ff0000;
}


.input-group > input {
    flex: 1 0 auto;
}
.input-group-addon {
    font-family: 'SuzukiPRO';
    font-size: 12px;
    /* border-bottom: solid 1px rgba(0, 0, 0, 0.35) !important; */
    border: none;
    color: rgba(51, 51, 51, 0.8) !important;
    padding-top: 20px;
    padding-right: 5px;
}