.border {
    border: 1px solid #dee2e6!important;
}
.p-2 {
    padding: 0.5rem!important;
}
.text-danger {
    color: #ff3547!important;
}
.float-right {
    float: right!important;
}
.mb-4, .my-4 {
    margin-bottom: 1.5rem!important;
}
.mt-4, .my-4 {
    margin-top: 1.5rem!important;
}
.mr-4, .mx-4 {
    margin-right: 1.5rem!important;
}
.font-weight-bold {
    font-weight: 700!important;
}
.wpcargo-btn-secondary {
    color: #fff !important;
}
/*  */
#multi-receiver-section {
    margin-bottom: 18px !important;
}
#multi-receiver-section.wpcmr-track .detail-section {
    border: 1px solid #eee;
    padding: 12px;
}
.wpcmr-nonfm-modal .form-group label{
    display: block;
    margin-bottom: 0.5rem;
}
.wpcmr-nonfm-modal .form-group .form-control{
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.wpcmr-nonfm-modal h5#addMultiReceiverLabel {
    font-weight: 500;
}