.invoice-form{
    font-family: NeueHaasUnica,Helvetica,Arial,sans-serif;
}
.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0rem rgb(13 110 253 / 25%);
}
.invoice-align{
    display: flex;
    justify-content: space-between;
}
.title input{
    border: none;
    font-size: 49px;
    text-align: center;
}
.title .form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #fff;
    outline: 0;
    box-shadow: 0 0 0 0.25rem #ffff;
}
#invoice {
        border: 1px solid #ccc;
    background: #fff;
    box-shadow: 0px 0px 13px -2px #dbdbdb;
}

#invoice h1, h2, h3, h4, h5,h6 ,p{
    font-family: NeueHaasUnica,Helvetica,Arial,sans-serif;
}
#invoice h4{
    font-size: 18px;
    }
    #invoice label{
    font-size: 13px;
}
#invoice .remove{
     background: rgb(0 0 0 / 15%);
    }
    #invoice .remove i{
    color: green;
    }
    #invoice label{
    font-size: 13px;
}
.send-invoice {
    color: #fff;
    background-color: #808080;
    border-color: #808080;
}.send-invoice:hover {
    color: #fff;
    background-color: #808080;
    border-color: #808080;
}
#invoice .input-group-text {
    display: flex;
    align-items: center;
    padding: 0.375rem 0.75rem;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
    color: #ffffff;
    text-align: center;
    white-space: nowrap;
    background-color: #198754;
    border: 1px solid #198754;
    /* border-radius: 0.25rem; */
}
.add_deom, .add_tax, .remove{
    font-size: 8px;
}
.subtotal_dev{
    line-height: 2;
}
.cmp-pnl {
    margin-bottom: 10px;
}

.calculation-dev{
    font-size: 12px;
    font-weight: 600px;
}
.calculation-dev a{
    
    color: #198754;
}
.discount .cust{
    line-height: 2;
}
.hidden{
    display: none;
}
input[type="color"]{
    width: 100%;
    border: 0px;
}
@media (max-width: 850px) {
  .sidebar-col{
    margin-top: 1rem;
  }
}
.profile-pic {
    max-width: 222px;
    max-height: 222px;
    margin-left: auto;
  margin-right: auto;
  display: block;
}

.file-upload {
    display: none;
}
.circle {
    border-radius: 50%;
    overflow: hidden;
    width: 150px;
    height: 150px;
    border: 2px solid rgb(25 135 84);
    /*position: absolute;
    top: 72px;*/
    transition: all .3s;
}

.circle:hover {
  background-color: #909090;
  cursor: pointer
}
/*img {
    max-width: 100%;
    height: auto;
    min-width: 212px;
  min-height: 212px
}*/
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}