.logo {
  float: none !important;
  max-height: 50px !important;
}

.nav-link p {
  color: #fff;
}

.content-box {
  padding: 20px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  margin-bottom: 20px;
}

.custom-file-label::after,
.input-group > .custom-file,
.custom-file-input,
.file-group,
.custom-file-label {
  height: calc(2.875rem + 2px);
}

.discount-box .btn {
    padding: 8px 45px;
    border-radius: 0;
    width: 100%;
  }

 .loader-container {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            display: none;
            justify-content: center;
            align-items: center;
            background: rgba(255, 255, 255, 0.8);
            z-index: 1000;
        }
        .spinner-border {
            width: 3rem;
            height: 3rem;
        }