html, body {
  background-color: #fff; }

body {
  background-color: #fff !important;
  color: #000 !important; }

.bg-gradient-primary {
  background-color: #4e73df;
  background-image: linear-gradient(180deg, #4e73dfa1 10%, #224abea3 100%);
  background-size: cover; }

.name {
  color: #000; }

.table-div {
  width: 100%;
  display: table; }
  .table-div > div {
    display: table-cell;
    vertical-align: middle; }

.pro-div .image {
  width: 150px; }

.profile-div {
  margin-bottom: 30px;
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(133, 135, 150, 0.4); }
  .profile-div span {
    display: block;
    font-style: italic; }
  .profile-div label {
    color: #000;
    display: block;
    font-weight: bold;
    font-size: 15px; }

.no-dec:hover {
  text-decoration: none; }
.no-dec .card {
  position: relative;
  overflow: hidden; }
  .no-dec .card .icon {
    position: absolute;
    bottom: -5px;
    right: -2px;
    opacity: 0.7; }
    .no-dec .card .icon i {
      font-size: 32px; }
  .no-dec .card p, .no-dec .card i {
    color: #000 !important; }
  .no-dec .card i {
    opacity: 0.7; }
  .no-dec .card .fs-30 {
    font-size: 18px; }

.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5;
  width: 262px;
  list-style: none;
  padding-left: 0; }
  .ui-widget.ui-widget-content li {
    padding: 0 15px; }

.at-tag {
  display: inline-block;
  padding: 5px 10px;
  border: 1px solid #d1d3e2;
  margin-right: 10px; }

.n_paid {
  background-color: #ff000038; }

.paid {
  background-color: #10c21052; }

.f_paid {
  background: transparent; }

span.error-msg {
  font-size: 12px;
  color: #f00; }

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0; }

.login-box {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center; }
  .login-box .card {
    width: 800px; }

button.btn {
  width: 100px; }

/*# sourceMappingURL=custom.css.map */
