.NCWF_input,.NCWF_textarea,.NCWF_file,.NCWF_select{
    display: block;
    width: 100%;
    padding: 0.75rem;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.5rem;
}

#NCWF_shipping_notice_grid_wrapper{
    display: grid;
    grid-template-columns: 1fr 1fr;
}
@media (max-width: 480px) {
    #NCWF_shipping_notice_grid_wrapper{
        display: block;
    }
}
.NCWF_detail_content{
    width: -webkit-fill-available;
    margin: 0.5rem 2rem;
    place-self: start;
    display: grid;
    align-content: center;
}
.NCWF_detail_content h5{
    margin: 0 0 10px 0;
}
#add_item{
    width: fit-content;
    float: inline-end;
    color: #007bff;
    border: solid 0.2rem #007bff;
    font-weight: 400;
    text-align: center;
    padding: 0.375rem 1.5rem;
    border-radius: 0.25rem;
    margin: 5px 0px;
    background-color: white;
    font-size: 12px;
}
.remove-item{
    color: #fff;
    border: solid 0.2rem #dc3545;
    font-weight: 400;
    text-align: center;
    padding: 0.375rem 1.5rem;
    border-radius: 0.25rem;
    margin: 5px 0px;
    background-color: #dc3545;
}
#pd2_notice_wrapper{
    margin-left: 20px;
}
#submit_button{
    color: #fff;
    border: solid 0.2rem #28a745;
    font-weight: 400;
    text-align: center;
    padding: 0.375rem 1.5rem;
    border-radius: 0.25rem;
    margin: 5px 0px;
    background-color: #28a745;

}
#remittance_shop_wrapper{
    display: grid;
    width: 100%;
    justify-items: start;
    justify-content: center;
}
#save_check{
    text-align: right;
    color: red;
}
.NCWF_add_packages_form h4{
    text-align:center;
}
.NCWF_package_to_order_header{
    text-align: center;
}
.NCWF_package_to_order_customer_code{
    font-weight: bolder;
}
.add_package_btn{
    margin: 5px 0px;
    float: right;
}
.NCWF-required{
    color: red;
}
.d-none{
    display:none;
}
#DHL-FEDEX-Other-column{
    padding: 15px;
    background-color: #e5e5e5;
}
.w-100{
    width: 100%;
}

#TB_window{
    width: 50% !important;
    top: 20% !important;
    left: 25% !important;
    margin-left:0 !important;
    margin-top:0 !important;
}

@media screen and (max-width: 782px) {

    #TB_window{
        width: 90% !important;
        left: 5% !important;
    }
}
#TB_ajaxContent{
    width: 100% !important;
}
#package_to_order_form{
    padding: 10px;
}
.add_package_btn {
    background-color: #9effeb !important;
    color: #3b3b3b !important;
}
.package_to_order_submit {
    background-color: #a8beff !important;
    color: #3b3b3b !important;
}
.all_select {
    background-color: #DCDCDC !important;
    color: #3b3b3b !important;
}
.float-start{
    float:left;
}
.frontend_note_notify{
    text-align: start !important;
}
