.d-block {
  display: block !important;
}
.d-none {
  display: none !important;
}
.d-flex {
  display: flex !important;
}

.btn-proposal {
    background: #0b70dc !important;
    color: #fff;
  }

  .btn-estimate {
    background: #0b5db5 !important;
    color: #fff;
  }

  .btn-invoice {
    background: #02468f !important;
    color: #fff;
  }

  .btn-creditnote {
    background: #0565cd !important;
    color: #fff;
  }

  .btn-client {
    background: #6e10c8 !important;
    color: #fff;
  }

  .btn-expense {
    background: #e214ba !important;
    color: #fff;
  }

  .btn-contract {
    background: #00bdbd !important;
    color: #fff;
  }

  .btn-article {
    background: #00c297 !important;
    color: #fff;
  }

  .text-gray-900 {
    color: #3F4254 !important;
  }

  .min-w-100px {
    min-width: 100px !important;
  }
  .min-w-125px {
    min-width: 125px !important;
  }
  .min-w-150px {
    min-width: 150px !important;
  }
  .min-w-200px {
    min-width: 200px !important;
  }
  .min-w-250px {
    min-width: 250px !important;
  }

.m-5px {
  margin: 5px !important;
}
.m-10px {
  margin: 10px !important;
}
.m-15px {
  margin: 15px !important;
}
.m-20px {
  margin: 20px !important;
}
.m-25px {
  margin: 25px !important;
}
.m-30px {
  margin: 30px !important;
}

.mt-3px {
    margin-top: 3px !important;
}
.mt-5px {
    margin-top: 5px !important;
}
.mt-10px {
    margin-top: 10px !important;
}
.mt-15px {
    margin-top: 15px !important;
}
.mt-20px {
    margin-top: 20px !important;
}
.mt-25px {
    margin-top: 25px !important;
}
.mt-30px {
    margin-top: 30px !important;
}
.mb-3px {
    margin-bottom: 3px !important;
}
.mb-5px {
    margin-bottom: 5px !important;
}
.mb-10px {
    margin-bottom: 10px !important;
}
.mb-15px {
    margin-bottom: 15px !important;
}
.mb-20px {
    margin-bottom: 20px !important;
}
.mb-25px {
    margin-bottom: 25px !important;
}
.mb-30px {
    margin-bottom: 30px !important;
}
.mr-3px {
    margin-right: 3px !important;
}
.mr-5px {
    margin-right: 5px !important;
}
.mr-10px {
    margin-right: 10px !important;
}
.mr-15px {
    margin-right: 15px !important;
}
.mr-20px {
    margin-right: 20px !important;
}
.mr-25px {
    margin-right: 25px !important;
}
.mr-30px {
    margin-right: 30px !important;
}
.ml-3px {
    margin-left: 3px !important;
}
.ml-5px {
    margin-left: 5px !important;
}
.ml-10px {
    margin-left: 10px !important;
}
.ml-15px {
    margin-left: 15px !important;
}
.ml-20px {
    margin-left: 20px !important;
}
.ml-25px {
    margin-left: 25px !important;
}
.ml-30px {
    margin-left: 30px !important;
}
