.dark-layout .form-control[type=file]::file-selector-button {
  background-color: #283046;
}

.panel-title a {
  display: block;
  padding: 10px 15px;
  margin: -10px -15px;
}

.quick-button {
  margin-bottom: -1px;
  padding: 30px 0px 10px 0px;
  font-size: 14px;
  display: block;
  text-align: center;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease;
  opacity: 0.9;
}

.quick-button:hover {
  text-decoration: none;
  opacity: 1;
}

.quick-button .notification {
  border-radius: 2px;
  top: -1px;
  right: -1px;
  font-size: 10px;
}

.quick-button i {
  font-size: 32px;
}

.quick-button.small {
  padding: 20px 0px 10px 0px;
  font-size: 10px;
}

.quick-button.small i {
  font-size: 20px;
}

.quick-button.small .notification {
  top: -1px;
  right: -1px;
  font-size: 7px;
  padding: 4px 5px;
}

.bblue {
  background: #428BCA !important;
}

.cwhite {
  color: white !important;
}

.feather-20 {
  width: 20px;
  height: 20px;
}

.blightBlue {
  background: #5BC0DE !important;
}

.bgreen {
  background: #bdea74 !important;
}

.bmGreen {
  background: #16a085 !important;
}

.bdarkGreen {
  background: #78cd51 !important;
}

.bpink {
  background: #e84c8a !important;
}

.borange {
  background: #fa603d !important;
}

.blightOrange {
  background: #fabb3d !important;
}

.bpurple {
  background: #8e44ad !important;
}

.bred {
  background: #ff5454 !important;
}

.byellow {
  background: #eae874 !important;
}

.bwhite {
  background: white !important;
}

.bgrey {
  background: #b2b8bd !important;
}

.blightGrey {
  background: #e9ebec !important;
}

.bblack {
  background: #000000 !important;
}

@media print {

  .no-print,
  .no-print * {
    display: none !important;
  }
}


/* Styling the checkbox to look disabled */
.disabled-checkbox {
  pointer-events: none;
  /* Prevent interaction */
  opacity: 0.5;
  /* Visual cue that it's disabled */
  cursor: not-allowed;
  /* Change cursor to indicate it's unclickable */
}

/* Optional: Style the checkbox when checked to appear disabled */
.disabled-checkbox:checked {
  background-color: #7367f0;
  /* Gray background when checked */
  border-color: #7367f0;
  /* Gray border when checked */
}


/* diwa hero */


/* Hero band background similar to mockup */
.diwa-hero {
  background: linear-gradient(90deg, #E7E0FF 0%, #D4C7FF 35%, #C1B3FF 100%) !important;
  border-bottom: 1px solid rgba(0,0,0,.06);
}

/* All hero cards share the gradient and rounded corners */
.diwa-hero .card {
  background: inherit;               /* same gradient as band */
  border: none;
  border-radius: 1rem;
  box-shadow: 0 0.5rem 1rem rgba(0,0,0,.06);
  overflow: hidden;                  /* border radius clips inner content */
}

/* Left card spacing */
.diwa-hero-left .card-body { padding: 1.25rem; }
@media (min-width: 992px) {
  .diwa-hero-left .card-body { padding: 1.75rem; }
}

/* Center card: let image dictate height, no cropping */
.diwa-hero-center .card-body {
  padding: 0;                        /* image touches card edges */
}

/* IMPORTANT: prevent zoom/crop; the image should keep aspect ratio */
.diwa-hero-center .hero-img-fill {
  display: block;
  width: 100%;
  height: 100%;                      /* keeps aspect ratio, no vertical crop */
  border-radius: 1rem;               /* rounded corners on the image itself */
}

/* Right corner logo sizing */
.diwa-corner-logo {
  max-height: 88px; /* desktop */
  width: auto;
}
@media (max-width: 991.98px) {
  .diwa-corner-logo { max-height: 64px; }
}

/* Typography: increase contrast on gradient */
.diwa-hero h2 { color: #2F2B3D; }
.diwa-hero p  { color: #2F2B3D; }

/* XS/mobile resilience: make sure cards have height and spacing */
@media (max-width: 575.98px) {
  .diwa-hero { padding: 1rem; }         /* breathing room within band */
  .diwa-hero .card { min-height: 140px; } /* avoid collapse */
  .diwa-hero-left h2 { font-size: 1.125rem; line-height: 1.35; }
  .diwa-hero-right .card-body { padding: .5rem; }
}

/* Optional desktop min-height for the center image area */
@media (min-width: 992px) {
  .diwa-hero-center .card { min-height: 220px; }
}

/* Utility if you later need contain behavior explicitly (not used now) */
.object-fit-contain { object-fit: contain; object-position: center; }


/* diwa hero */



.quick-button {
  border-radius: .5rem;
  text-align: center;
  padding: 1rem;
  font-size: .875rem;
}
.quick-button h5 {
  margin: 0;
  font-size: .9rem;
}
