body {
    margin: 0;
    font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: .8125rem;
    font-weight: 400;
    line-height: 1.5385;
    color: #333;
    text-align: left;
    background-color: #eee;
}

.mt-50 {
    margin-top: 50px;
}

.mb-50 {
    margin-bottom: 50px;
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .1875rem;
}

.card-img-actions {
    position: relative;
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
    text-align: center;
}

.card-title {
    margin-top: 10px;
    font-size: 17px;
}

.invoice-color {
    color: darkgreen !important;
}

.card-header {
    padding: .9375rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, .02);
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}

a {
    text-decoration: none !important;
}

.header-elements-inline {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}


@media (min-width: 768px) {
    .wmin-md-400 {
        min-width: 400px !important;
    }
}


.btn-primary {
    color: #fff;
    background-color: darkgreen;
}

.form-control {
    width: 100%;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}

.text-left.mb-4:nth-child(2) {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}


#user-name,
#user-address,
#user-phone-number,
#user-email,
#receiver-name,
#receiver-address,
#receiver-phone-number,
#receiver-email {
    width: 280px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

#user-address,
#receiver-address {
    font-size: 0.7rem;
}

@media (max-width: 767px) {

    #user-name,
    #user-address,
    #user-phone-number,
    #user-email,
    #receiver-name,
    #receiver-address,
    #receiver-phone-number,
    #receiver-email {
        width: 100%;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
}