/*
Colours:

Dark Green: #003236
Light Green: #003F44
Light Card BG: #F2F5F6
Yellow: #E0E630

*/

body {
  font-family: effra, sans-serif;
  font-weight: 400;
  font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700 !important;
  font-style: normal;
}

.text-secondary {
  color: #e0e630 !important;
}

.text-primary {
  color: #003236 !important;
}

.text-tertiary {
  color: #003f44 !important;
}

.bg-secondary {
  background-color: #e0e630 !important;
}

.bg-primary {
  background-color: #003236 !important;
}

.bg-tertiary {
  background-color: #003f44 !important;
}

.bg-quaternary {
  background-color: #003e43 !important;
}

.bg-quinary {
  background-color: #f2f5f6 !important;
}

.ff-effra {
  font-family: effra, sans-serif !important;
  font-style: normal !important;
  font-weight: 400 !important;
}

/* Shared styles for Income, Assets, Expenses etc. */

.q-title {
  font-size: 26px !important;
  line-height: 32px !important;
}

.q-profile-title {
  font-size: 20px !important;
}

.q-desc {
  font-size: 17px !important;
}

.q-label {
  font: 16px !important;
  color: #003f44 !important;
  font-weight: 600 !important;
  margin-bottom: 0px !important;
}

.brighttheme-error {
  background-color: #e83278 !important;
  background-image: none !important;
  color: #fff !important;
}

.brighttheme-error > .ui-pnotify-title {
  color: #fff !important;
}

.ui-pnotify-title {
  font-size: 30px !important;
  margin-bottom: 3px !important;
}

.brighttheme-error > .ui-pnotify-text {
  color: #fff !important;
}

.brighttheme-info {
  background-color: #e0e722 !important;
}

.brighttheme-success {
  background-color: #f2f5f6 !important;
}

.ui-pnotify-icon {
  display: none !important;
}

.ui-pnotify-container {
  padding: 25px !important;
  border-radius: 25px !important;
  border: 1px solid #003f44 !important;
}

.form-check-input {
  width: 20px !important ;
  height: 20px !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background-color: transparent !important;
  border: 2px solid #003f44 !important;
  border-radius: 5px !important;
  cursor: pointer !important;
  position: relative !important;
  margin: 10px !important;
  background-image: none !important;
  border-radius: 5px !important;
}
.form-check-input:checked {
  background-color: #003f44 !important;
  border: 2px solid #003f44 !important;
  box-shadow: inset 0 0 0 1.5px white !important;
}

.brighttheme-error {
  position: relative;
  padding-left: 110px !important;
}

.brighttheme-info {
  position: relative;
  padding-left: 90px !important;
}

.brighttheme-success {
  position: relative;
  padding-left: 100px !important;
}

.ui-pnotify {
  width: auto !important;
  max-width: 450px !important;
}

/* Custom icon on the left, full height */
.ui-pnotify-container .custom-icon,
.custom-icon-info {
  position: absolute;
  left: 0;
  top: 0;
  width: 120px; /* icon column width */
  margin-left: -10px !important;
  height: 100%; /* full height of the alert */
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent; /* can be an image or svg */
  color: #fff;
  font-size: 24px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  z-index: 1; /* ensure icon sits behind close/sticker buttons if needed */
}
